justaboy
- 13
- 0
found my mistake... thanks
Last edited:
The discussion centers on solving the ordinary differential equation (ODE) given by x²y' + 2xy - y³ = 0. The user identifies their mistake in the initial approach and successfully applies the substitution v = y⁻², transforming the equation into a linear form. The resulting equation is v' + (4/x)v = -2/x², which is now ready for further analysis and solution using standard techniques for linear ODEs.
PREREQUISITESStudents and professionals in mathematics, particularly those focusing on differential equations, as well as educators looking for examples of ODE solution techniques.
justaboy said:Homework Statement
Solve the ODE
[tex]x^2y'+2xy-y^3=0[/tex]
The Attempt at a Solution
[tex]x^2y'+2xy-y^3=0[/tex]
Substitution:
[tex]v=y^-2[/tex]
V makes the equation linear:
[tex]v'-4\frac{v}{x}=-2x^{-2}[/tex]