Explicit solution of ODE

50 Views Asked by At

I try to solve this equation $y'=\sqrt{y^2+x^2}$ by letting $u=y/x$ but this dosn't help. any suggetions? thanks

1

There are 1 best solutions below

2
On

HINT: $y'=(xu)'=u+xu'$ and you have an ODE for $u$.