For the equation
$\frac{\partial^2}{{\partial}x^2}(IE\frac{{\partial^2}u}{{\partial}x^2}) = \mu(\frac{{\partial^2}u}{{\partial}t^2})$
with $E$ a function of x, derive two ODE's by separation of variables.
I greatly appreciate your help/advice. I'm pretty unsure with how to handle derivatives like this. This is my best attempt, I've been working on this one for quite a while.
Where are you stuck in this process?
– JT_NL Sep 01 '10 at 13:06Putting $u(x,t) = X(x)T(t)$ as mentioned:
$\frac{d^{2}}{dx^{2}}\left( I\mbox{E}\left( x \right)\frac{d^{2}X}{dx^{2}}T \right); =; \mu \frac{d^{2}T}{dt^{2}}X$
Now:
$\frac{d^{4}X}{dx^{4}}\left( I\mbox{E}\left( x \right)T \right); =; \mu \frac{d^{2}T}{dt^{2}}X$
Simplifying again:
$\frac{d^{4}X}{dx^{4}}\frac{\mbox{E}\left( x \right)}{\mu X}; =; \frac{d^{2}T}{dt^{2}}\frac{1}{TI}$
Is this correct so far? I know the final step put it = to a constant
– Sep 01 '10 at 15:31