Reducing the Order of a Cauchy-Euler Equation

  • Thread starter Thread starter Juanriq
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Juanriq
Messages
39
Reaction score
0

Homework Statement

Reduce the order of a Cauchy-Euler Equation



Homework Equations

[itex]x = e^t \mbox{ and } \ln x = t[/itex]



The Attempt at a Solution


[itex]\displaystyle \frac{d y}{d x} = \displaystyle \frac{d y}{d t} \displaystyle \frac{d t}{d x} = \displaystyle \frac{d y}{d t} \cdot \displaystyle \frac{1}{x}[/itex]
and thus
[itex] \displaystyle \frac{d^2 y}{d x^2} = \displaystyle \frac{d y}{d t} \cdot \displaystyle \frac{-1}{x^2} + \displaystyle \frac{1}{x} \displaystyle \frac{d}{d x} \Bigl ( \displaystyle \frac{d y}{d t} \Bigl )[/itex]


Here is where I am getting stuck, specifically on [itex]\displaystyle \frac{d}{d x} \Bigl ( \displaystyle \frac{d y}{d t} \Bigl )[/itex] this step. I know what I should get...
[itex] \displaystyle \frac{1}{x} \Bigl ( \displaystyle \frac{d^2 y}{d t^2} \cdot \displaystyle \frac{1}{x} \Bigl )[/itex]
But uhhh not getting it. Thanks in advance!
 
Physics news on Phys.org
You apply the chain rule again, except instead of applying it to y, you're applying it to dy/dt. It's a bit clearer if you look at it in terms of operators:

[tex]\frac{d}{dx} f = \frac{dt}{dx}\frac{d}{dt} f = \frac{1}{x}\frac{d}{dt} f[/tex]

so

[tex]\frac{d}{dx} = \frac{1}{x} \frac{d}{dt}[/tex]
 
Ahhh...very nice! Thanks a bunch!