MHB How to know if there's an explicit solution for differential equation

find_the_fun
Messages
147
Reaction score
0
Solve the given differential equation by separation of variables

$$y\ln{x}\frac{dx}{dy}=(\frac{y+1}{x})^2$$

I got it down to

[math]\ln{x}x^3-\frac{x^3}{3}=y^3+3y+y^2[/math]

At this point I had no idea how to solve having y^3 y^2 and y terms so I did what any good student would do and checked the back of the book. The answer given was basically the same as I had got. My question is how do you know when you are done?
 
Physics news on Phys.org
I get a different result:

$$\frac{y^2}{2}+2y+\ln|y|=\frac{x^3}{9}\left(3\ln(x)-1 \right)+C$$

I would look at the fact that we can solve for neither variable in terms of elementary functions because both are both inside and outside of log functions. So, I would leave the solution implicitly defined.
 
find_the_fun said:
Solve the given differential equation by separation of variables

$$y\ln{x}\frac{dx}{dy}=(\frac{y+1}{x})^2$$

I got it down to

[math]\ln{x}x^3-\frac{x^3}{3}=y^3+3y+y^2[/math]

At this point I had no idea how to solve having y^3 y^2 and y terms so I did what any good student would do and checked the back of the book. The answer given was basically the same as I had got. My question is how do you know when you are done?

It's a separable equation...

\displaystyle \begin{align*} y\ln{(x)}\,\frac{dx}{dy} &= \left( \frac{y + 1}{x} \right) ^2 \\ y\ln{(x)}\,\frac{dx}{dy} &= \frac{y^2 + 2y + 1}{x^2} \\ x^2\ln{(x)}\,\frac{dx}{dy} &= \frac{y^2 + 2y + 1}{y} \\ x^2\ln{(x)}\,\frac{dx}{dy} &= y + 2 + \frac{1}{y} \end{align*}

Now you can integrate both sides with respect to y.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top