How do I get d^2 y/dx^2 for a Cauchy-Euler, differential equation?

s3a
Messages
814
Reaction score
8

Homework Statement


How do I get d^2 y/dx^2 for a Cauchy-Euler, differential equation?

Basically, how do I derive d^2 y/dx^2, as given in the following link (since I don't want to just memorize that equation)?:
http://www.sosmath.com/diffeq/second/euler/euler.html

Homework Equations


* Cauchy-Euler, differential Equation.
* x = e^t
* Differentiating.
* Chain rule

The Attempt at a Solution


I do get how to derive dy/dx.

When I try to derive d^2 y/dx^2, I get a very close result, but it's different.

Could someone please tell me where my mistake is, or if I'm doing something completely wrong, tell me what it is I am doing wrong?

Here is my work.:
x = e^t

dy/dx = 1/x dy/dt

d/dx (dy/dx) = d/dx(1/x dy/dt)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dx (dy/dt)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dt (dy/dx)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dt (1/x dy/dt)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dt (e^(-t) dy/dt)

d^2 x/dx^2 = (-1/x^2) dy/dt + [e^(-t)] d/dt (e^(-t) dy/dt)

d^2 x/dx^2 = [-e^(-2t)] dy/dt + [e^(-t)] (-[e^(-t)] [dy/dt] + [e^(-t)] [d^2 y/dt^2])

d^2 x/dx^2 = -e^(-2t) dy/dt – e^(-2t) dy/dt + e^(-2t) d^2 y/dt^2

d^2 x/dx^2 = -2e^(-2t) dy/dt + e^(-2t) d^2 y/dt^2

d^2 x/dx^2 = e^(-2t) [d^2 y/dt^2 - 2 dy/dt]


Any help in deriving d^2 y/dx^2 would be GREATLY appreciated!
 
Physics news on Phys.org
s3a said:

Homework Statement


How do I get d^2 y/dx^2 for a Cauchy-Euler, differential equation?

Basically, how do I derive d^2 y/dx^2, as given in the following link (since I don't want to just memorize that equation)?:
http://www.sosmath.com/diffeq/second/euler/euler.html

Homework Equations


* Cauchy-Euler, differential Equation.
* x = e^t
* Differentiating.
* Chain rule

The Attempt at a Solution


I do get how to derive dy/dx.

When I try to derive d^2 y/dx^2, I get a very close result, but it's different.

Could someone please tell me where my mistake is, or if I'm doing something completely wrong, tell me what it is I am doing wrong?

Here is my work.:
x = e^t

dy/dx = 1/x dy/dt

d/dx (dy/dx) = d/dx(1/x dy/dt)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dx (dy/dt)

d^2 x/dx^2 = d/dx (1/x) dy/dt + (1/x) d/dt (dy/dx)

I assume you mean d^2 y/dx^2 on the left, but your error is in assuming
<br /> \frac{d}{dx}\left(\frac{dy}{dt}\right) = \frac{d}{dt}\left(\frac{dy}{dx}\right)<br />
This doesn't work here:
<br /> \frac{d}{dx}\left(\frac{dy}{dt}\right) = \frac1x \frac{d^2 y}{dt^2}<br />
but
<br /> \frac{d}{dt}\left(\frac{dy}{dx}\right)<br /> = \frac{d}{dt}\left(e^{-t} \frac{dy}{dt}\right)<br /> = e^{-t}\frac{d^2 y}{dt^2} - e^{-t} \frac{dy}{dt}<br /> = \frac1x \frac{d^2 y}{dt^2} - \frac1x \frac{dy}{dt}<br />

Any help in deriving d^2 y/dx^2 would be GREATLY appreciated!

I would start with the chain rule in the form
<br /> \frac{d}{dt} = x \frac{d}{dx}<br />
and then
<br /> \frac{d^2 y}{dt^2} = x\frac{d}{dx}\left( x \frac{dy}{dx}\right)<br /> = x \frac{dy}{dx} + x^2 \frac{d^2 y}{dx^2} <br /> = \frac{dy}{dt} + x^2 \frac{d^2 y}{dx^2} <br />
so that
<br /> \frac{d^2 y}{dx^2} = <br /> \frac1{x^2} \left(\frac{d^2 y}{dt^2} - \frac{dy}{dt}\right) \\<br /> = e^{-2t} \left(\frac{d^2 y}{dt^2} - \frac{dy}{dt}\right)<br />
 
Thank you very much!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top