Given differential equation is d y d x + x 1 − x 2 y = x y \frac{dy}{dx}+\frac{x}{1-x²}y=x\sqrt{y} d x d y + 1 − x 2 x y = x y
⟹ 1 y d y d x + x 1 − x 2 y = x \implies \frac{1}{\sqrt{y}} \frac{dy}{dx} + \frac{x}{1-x^2} \sqrt{y} = x ⟹ y 1 d x d y + 1 − x 2 x y = x .
Now, let y = t ⟹ 1 2 y d y d x = d t d x \sqrt{y}=t \implies \frac{1}{2\sqrt{y}} {dy}{dx} = \frac{dt}{dx} y = t ⟹ 2 y 1 d y d x = d x d t
So, differential equation becomes: 2 d t d x + x 1 − x 2 t = x ⟹ d t d x + 1 2 x 1 − x 2 t = x 2 2\frac{dt}{dx} + \frac{x}{1-x^2} t = x \implies \frac{dt}{dx} +\frac{1}{2} \frac{x}{1-x^2} t = \frac{x}{2} 2 d x d t + 1 − x 2 x t = x ⟹ d x d t + 2 1 1 − x 2 x t = 2 x ,
this is linear differential equation of form d t d x + P ( x ) t = Q ( x ) \frac{dt}{dx} + P(x) t = Q(x) d x d t + P ( x ) t = Q ( x ) .
So, Integrating factor(I.F.) = e ∫ 1 2 x 1 − x 2 d x = e − 1 4 l o g ( 1 − x 2 ) = ( 1 − x 2 ) − 1 4 e^{{\int} \frac{1}{2} \frac{x}{1-x^2} dx} = e^{\frac{-1}{4} log(1-x^2)} = (1-x^2)^{\frac{-1}{4}} e ∫ 2 1 1 − x 2 x d x = e 4 − 1 l o g ( 1 − x 2 ) = ( 1 − x 2 ) 4 − 1
Hence solution is t ( 1 − x 2 ) − 1 4 = ∫ x 2 ( 1 − x 2 ) − 1 4 d x + c t (1-x^2)^{\frac{-1}{4}} = \int {\frac{x}{2} (1-x^2)^{\frac{-1}{4}}} dx + c t ( 1 − x 2 ) 4 − 1 = ∫ 2 x ( 1 − x 2 ) 4 − 1 d x + c
⟹ t ( 1 − x 2 ) − 1 4 = ( 1 − 4 ) ( 4 3 ) ( 1 − x 2 ) 3 4 + c \implies t (1-x^2)^{\frac{-1}{4}} = (\frac{1}{-4}) (\frac{4}{3}) (1-x^2)^{\frac{3}{4}} + c ⟹ t ( 1 − x 2 ) 4 − 1 = ( − 4 1 ) ( 3 4 ) ( 1 − x 2 ) 4 3 + c
⟹ y ( 1 − x 2 ) − 1 4 = ( − 1 3 ) ( 1 − x 2 ) 3 4 + c \implies \sqrt{y} (1-x^2)^{\frac{-1}{4}} = (\frac{-1}{3}) (1-x^2)^{\frac{3}{4}} + c ⟹ y ( 1 − x 2 ) 4 − 1 = ( 3 − 1 ) ( 1 − x 2 ) 4 3 + c
Now given y(0)=1
⟹ 1 = − 1 3 + c ⟹ c = 4 3 \implies 1 = \frac{-1}{3} + c \implies c = \frac{4}{3} ⟹ 1 = 3 − 1 + c ⟹ c = 3 4 .
Hence the final solution is y = ( − 1 3 ) ( 1 − x 2 ) + 4 3 ( 1 − x 2 ) 1 4 \sqrt{y} = (\frac{-1}{3}) (1-x^2) + \frac{4}{3} (1-x^2)^{\frac{1}{4}} y = ( 3 − 1 ) ( 1 − x 2 ) + 3 4 ( 1 − x 2 ) 4 1 .
Comments