Why we would get one of the solution of $\displaystyle\frac{dy}{dx}=\frac{2y}{x}+\cos(\frac{y}{x^2})$ as $y=[\displaystyle\frac{\pi}{2}+(2k+1)\pi]x^2$
How to find out the solution of the differential equation?
2
$\begingroup$
ordinary-differential-equations
-
0Notice that $cos(y/x^2) = cos((2k + 3/2)\pi) = 0$. Then the rest follows because clearly $y' = 2y/x$. – 2012-02-22
-
0but why one who make cos(y/x 2 )to be o,i don't think we can solve ODE by making certain term 0.I would just like to solve it and find its solution.If i didn't give you the solution,how would you get the solutions? – 2012-02-22
-
0is there such technique to solve ODE? – 2012-02-22
1 Answers
2
Let us put: $y=v(x).x^2$ (I hope this is an elementary intuition, which comes at first glance)
Then your ODE becomes $$x^2\frac{dv}{dx}=\cos v$$ Which has the solution $\tan \left(\frac{\pi}{4}+\frac{v}{2}\right)=e^{-\frac{1}{x}+c}$. To get your desired solution (which I should never think of, unless being asked) make both sides zero by taking $c=-\infty$.
-
0how do you get that solution?Shouldn't it be sec(v)+tan(v)=exp(-1/x+c)? – 2012-02-22
-
0yes, you can further simplify it as $\frac{1+\sin v}{\cos v}=\frac{(1+\sin v/2)^2}{1-\sin^2 v/2}=\frac{1+\sin v/2}{1-\sin v/2}=\frac{\tan \pi/4+\tan v/2}{1-\tan \pi/4.\tan v/2}=\tan(\pi/4+v/2)$. – 2012-02-22
-
0but i don't quite get why one would make both side zero to find its solution – 2012-02-23
-
0All I can say that $c$ is an arbitrary constant.... – 2012-02-23