Advertisement
xdxdxd123

Untitled

Mar 21st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Determine the integrating factor for solving the DE (simplify your answer, but do NOT solve the DE): (x^2 + 5x)y' - xy = 3x - 1
  2.  
  3. solution
  4.  
  5. (x^2+5x)y'-xy=3x-1
  6.  
  7. comapre with linear first order o.d.e.
  8.  
  9. dy /dx + P(x)y = Q(x)
  10.  
  11. p(x)= -\frac{x}{x^2+5x}= -\frac{1}{x+5}
  12.  
  13. IF= e^{\int p(x)}dx
  14.  
  15. IF= e^{\int -\frac{1}{x+5}}dx
  16.  
  17. IF= e^{-ln|x+5|}
  18.  
  19. IF= \frac{1}{x+5}
  20.  
  21. IF= e R P (x)dx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement