Solutions to PDE: Understanding and Simplifying the Process

  • Thread starter Thread starter AntSC
  • Start date Start date
  • Tags Tags
    Pde
AntSC
Messages
65
Reaction score
3
I have seen a couple of solutions to this PDE -

\frac{\partial x}{\partial u}=\frac{x}{\sqrt{1+y^{2}}}

One is -

u=\ln \left | y+\sqrt{1+y^{2}} \right |+f\left ( x \right )

I have no idea how this is arrived at or if it's correct. This is what i want to know.

The solution I've checked out makes the substitution of y=\sinh \theta giving -

u=x\ln \left | \cosh \theta \right | + f\left ( x \right )

which is where I'm a bit stuck as substituting in \theta =\sinh^{-1} y gives a \cosh \sinh^{-1} y term that i don't know how to simpify.

Any help with both of these would be appreciated
 
Physics news on Phys.org
AntSC said:
I have seen a couple of solutions to this PDE -

\frac{\partial x}{\partial u}=\frac{x}{\sqrt{1+y^{2}}}
I am confused by your notation. You have x differentiated with respect to u but on the right both x and y. If you really mean what you have, it is not a "partial" differential equation at all. We are thinking of x as a function of u, with y a fixed parameter. Further that is a separable equation: dx/du= x\sqrt{1+ y^2} gives
\frac{dx}{x}= \frac{du}{\sqrt{1+ y^2}}
ln|x|= \frac{u}{\sqrt{1+ y^2}}+ c
x= Ce^{\frac{u}{\sqrt{1+ y^2}}}
where C= e^c.

One is -

u=\ln \left | y+\sqrt{1+y^{2}} \right |+f\left ( x \right )

I have no idea how this is arrived at or if it's correct. This is what i want to know.

The solution I've checked out makes the substitution of y=\sinh \theta giving -

u=x\ln \left | \cosh \theta \right | + f\left ( x \right )

which is where I'm a bit stuck as substituting in \theta =\sinh^{-1} y gives a \cosh \sinh^{-1} y term that i don't know how to simpify.

Any help with both of these would be appreciated
Your original equation treats x as a function of u but your answer gives u as a function of x. Which is intended? if the latter, then
\frac{du}{dx}= \frac{\sqrt{1+ y^2}}{x}
\frac{du}{\sqrt{1+ y^2}}= \frac{dx}{x}
\frac{u}{\sqrt{1+ y^2}}= ln|x|+ C
u= (ln|x|+ C)\sqrt{1+y^2}
essentially just solving the previous equation for u.
 
Sorry, I've written the dependent and independent variables the wrong way round and got the independent variable wrong. It's been a long week!

It should be -

\frac{\partial u}{\partial y}=\frac{x}{\sqrt{1+y^{2}}}

for a function u\left ( x,y,z \right )

There will be a constant term in the form f\left ( x,z \right ) in addition to whatever the result of the integration yields (which i can't work out).
 
Last edited:
Since there is no differentation with respect to x, you can treat x as a parameter:
\frac{du}{dy}= \frac{x}{\sqrt{1+ y^2}}
is separable
du= x\frac{dy}{\sqrt{1+ y^2}}
 
I've managed to get it sussed. Thanks everyone for the help. Even if it was for me to see that I've written the question down wrong! :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

Replies
36
Views
4K
Replies
3
Views
3K
Replies
3
Views
4K
Replies
3
Views
2K
Replies
4
Views
2K
Replies
2
Views
2K
Back
Top