Solving a PDE: Deriving a Solution for (y^2)u'' + 2yu' - 2u = 0

  • Thread starter Thread starter PythagoreLove
  • Start date Start date
  • Tags Tags
    Pde
PythagoreLove
Messages
19
Reaction score
0
Hi, I have a problem solving this PDE:

(y^2)*u(x,y)''+2*y*u(x,y)'-2*u(x,y) = 0

Every derivate of u is in fonction of y.

What I tried:

I said that (y^2)*u(x,y)''+2*y*u(x,y)' = (u(x,y)'*y^2)' and make

v=u(x,y)'*y^2
then I tried to isolate u(x,y) and I arrive to u(x,y)=-v/y+C(X)

But I can't go much further... I am blocked right there. Thank You.

PytLov
 
Physics news on Phys.org
If every derivative is with respect to y, treat x like a constant so you have just an ordinary d.e.

y^2u''+ 2yu'- 2u= 0. That's a "Cauchy-Euler" equation. The substitution s= ln(y) changes that equation (in the variable y) to an equation with constant coefficients (in the variable s).

Or you can take, as a trial solution, u= y^r. The only effect 'x' has on this is that the "undetermined constants" you would get for an o.d.e. are "undetermined functions of x".
 
Last edited by a moderator:
Hi, I'm not sure of how to make your substitution. I understand that is u=ln(y), then u'=1/y and u''=-1/u^2 but I don't know how to put it in the ODE...

y2*u''+2y*u'-2u


PytLove
 
That's not what I meant. But I got the variable mixed up- I have gone back and edited my post.

If t= ln(y) then
\frac{du}{dy}= \frac{du}{dt}\frac{dt}{dy}= \frac{1}{y}\frac{du}{dt}
then
\frac{d^2u}{dy^2}= \frac{d}{dy}\left(\frac{1}{y}\frac{du}{dt}\right)
= -\frac{1}{y^2}\frac{du}{dt}+ \frac{1}{y^2}\frac{d^2u}{dt^2}

The equation becomes
\left(\frac{d^2u}{dt^2}- \frac{du}{dt}\right)+ 2\frac{du}{dt}- 2u= 0
\frac{d^2u}{dt^2}+ \frac{du}{dt}- 2u= 0.

What are the solutions to that?

Or, as I also said, if you look for a solution of the form u= y^r, then u'= ry^{r-1} and u''= r(r-1)y^{r- 2}. Putting those into the d.e., we get
r(r-1)y^r+ 2ry^r- 2y^r= (r^2+ r- 2)y^r= 0.

What must r equal so that is true for all y?
 
Thank you for you help, I understand... But I'm really not sure I would think of that in exam.

PytLov
 
Most people who are taking partial differential equations have taken at least an introductory course in ordinary differential equations. And "Cauchy-Euler" equations (also called just "Cauchy type equation" or "equi-potential equations" are a standard topic in ordinary differential equations.
 
Yes, I know that type of equation, I have seen it in my advanced mathematics class, but we didn't exactly solve them, we we're trying to find the eigenfunctions as an introduction to Fourier series. But if you tell me that Cauchy Euler equation can always be solved with the substitution up there, that would be really useful to me.

PytLov
 
Back
Top