Stuck Solving This Differential Equation?

Laney5
Messages
5
Reaction score
0
Im looking for a general solution to the following equation but i can't seem to get an answer.
3xdy = (ln(y^{6}) - 6lnx)ydx

I've got this far anyway..

\frac{3x}{y} dy = (ln(y^{6})-ln(x^{6})) dx

\frac{dy}{dx} = \frac{y}{3x} . 6ln\frac{y}{x}

\frac{dy}{dx} = \frac{y}{x} . 2ln\frac{y}{x}

Let z = \frac{y}{x}

\frac{dz}{dx} = (x\frac{dy}{dx} - y) / x^{2}

\frac{dz}{dx} = \frac{1}{x}(\frac{y}{x} . 2ln\frac{y}{x}) - \frac{y}{x^2}

z = \frac{y}{x} gives

\frac{dz}{dx} = \frac{1}{x}(2zlnz) - \frac{z}{x}

\frac{dz}{dx} = \frac{1}{x}(2zlnz-z)

\frac{dz}{2zlnz - z} = \frac{1}{x}dx

now I am stuck...??
 
Physics news on Phys.org
I presume it is the
\frac{dz}{2zlnz- z}
that is giving you the problem!

Write it as
\frac{1}{2ln z- 1}\frac{dz}{z}
and let u= 2ln z- 1.
 
Ya, its that part alright!

Do i write it like \frac{1}{u} \int \frac{dz}{z}?

\frac{1}{u} \int \frac{dz}{z} = Integral(\frac{dx}{x})



\frac{1}{u} (lnz) = lnx + C

\frac{1}{2lnz - 1} (lnz) = lnx + C

Is this right?
 
Last edited:
Laney5 said:
Ya, its that part alright!

Do i write it like \frac{1}{u} \int \frac{dz}{z}?

\frac{1}{u} \int \frac{dz}{z} = Integral(\frac{dx}{x})



\frac{1}{u} (lnz) = lnx + C

\frac{1}{2lnz - 1} (lnz) = lnx + C

Is this right?
No. Notice that u is a function of z and is therefore not constant under integration with respect to z. Therefore you need to make a change of variable from dz\mapsto du.
 
u=2lnz-1
du=2(\frac{1}{z})dz
(\frac{1}{2})du=(\frac{1}{z})dx

(\frac{1}{u}).(\frac{1}{2})du=(\frac{1}{x})dx

\frac{1}{2}\int\frac{1}{u}du=\int\frac{1}{x}dx

(\frac{1}{2})lnu=lnx + C

ln(u)^{1/2} - lnx = C

ln[\frac{(u)^{1/2}}{x}] = C

u=2lnz-1

ln[\frac{(2lnz-1)^{1/2}}{x}] = C

z=\frac{y}{x}

ln[\frac{(2ln\frac{y}{x}-1)^{1/2}}{x}] = C

e^{ln[\frac{(2ln\frac{y}{x}-1)^{1/2}}{x}] } = e^C , Let e^C = B

\frac{(2ln\frac{y}{x}-1)^{1/2}}{x} = B

Am i doing it correctly?
 
Looks okay to me :smile:
 
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