Find the general solution of the ODE:
x2(y′)2 + yy′(2x+y) + y2= 0
Since the solution technique is not mentioned analytic/numerical. I am giving a numerical solution using MATHEMATICA. If you are not convinced with the solution you can ignore the solution and no need to consider this problem for payment.
DSolve[x^2*(y'[x])^2 + y[x]*y'[x]*(2*x + y[x]) + (y[x])^2 == 0, y[x], x]
This produces the solution
That is first solution is
and the second solution is
Get Answers For Free
Most questions answered within 1 hours.