How to Solve the Differential Equation (x^2 - 1)y' + 2xy = x?

josek6
Messages
4
Reaction score
0
Solve showing full working
(x^2 -1)y' + 2xy = x

You must show full working.
 
Physics news on Phys.org
No full workings here, were fresh out.
Try to rearrange and find an integrating factor u such that
u(x^2 -1)y' + u(2xy - x)

is and exact differential
 
Find the integerating factor "u"
So I have to rewrite the equation in the standard form y' + Py =Q
IF = e ^ ∫P.dx
where P = 2x ?
 
Thanks...I solved it my solution is
y(x^2 -1)=(x^2)/2
 
Good, but you need the arbitrary constant
y(x^2 -1)=(x^2)/2+C
 
I must commend you guys for all the assistance and I will surely recommend you guys to my friends. Thanks again.
 
(x^2 - 1 ) y' + 2xy = ((x^2-1)y)' = x;-->
(x^2-1)y = \int{x};-->
(x^2-1)y = 0.5 x^2 + C

y = (0.5 x^2 + C) / ( x^2 - 1 )
 
Back
Top