Transforming Euler's Equation to Constant Coefficients

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Telemachus
Messages
820
Reaction score
30

Homework Statement


Hi. I have this problem, which says: The equation [tex]x^2y''+pxy'+qy=0[/tex] (p and q constants) is called Euler equation. Demonstrate that the change of variable [tex]u=\ln (x)[/tex] transforms the equation to one at constant coefficients.

I haven't done much. I just normalized the equation: [tex]y''+\displaystyle\frac{p}{x}y'+\displaystyle\frac{q}{x^2}y=0[/tex]

Then [tex]P(x)=\displaystyle\frac{p}{x}[/tex] and [tex]Q(x)=\displaystyle\frac{q}{x^2}[/tex]

What should I do now? I thought instead of doing [tex]x= e^u[/tex],
then [tex]y''+ \displaystyle\frac{p}{e^u}y' + \displaystyle\frac{q}{e^{2u}} y=0[/tex] may be this is the right way, cause it seems more like following the problem suggestion.
 
Last edited:
Physics news on Phys.org
[tex]u=\ln (x) \rightarrow du=\frac{1}{x}dx[/tex]
 
I see the relation, [tex]u=\ln (x) \rightarrow du=\frac{1}{x}dx \rightarrow d^2u=\frac{1}{x^2}d^2x[/tex]
Right?
I think I got it. Thanks.
 
I thought I got it but no :P
How do I use the fact of this derivatives appears as the coefficients in the equation?
 
[tex]d^2u=\frac{1}{x^2}dx+\frac{1}{x}d^2x[/tex] Thats it?