Understanding Substitution in Differential Equations | Homework Help

  • Thread starter Thread starter wimma
  • Start date Start date
  • Tags Tags
    Substitution
wimma
Messages
37
Reaction score
0

Homework Statement


I'm reading a book where they do the following steps which I don't understand:
We have a DE:
b^2 * y'' = axy
put t = b^(-2/3) a ^(1/3) x
then somehow get (d^2 y)/dt^2 = ty
how?


Homework Equations




None.

The Attempt at a Solution


I tried messing with chain rule but got nowhere.
 
Physics news on Phys.org
wimma said:

Homework Statement


I'm reading a book where they do the following steps which I don't understand:
We have a DE:
b^2 * y'' = axy
put t = b^(-2/3) a ^(1/3) x
then somehow get (d^2 y)/dt^2 = ty
how?
Yes, the "chain rule" is the way to go.

If t= b^{-2/3}a^{1/3}x then dt/dx= b^{-2/3}a^{1/3} and x= b^{2/3}a^{-1/3}t

\frac{dy}{dx}= \frac{dy}{dt}\frac{dt}{dx}= b^{-2/3}a^{1/3}\frac{dy}{dt}

Doing that again,
\frac{d^2y}{dx^2}= b^{-4/3}a^{2/3}\frac{d^2y}{dt^2}

Now, we have
b^{2- 4/3}a^{2/3}\frac{d^2y}{dt^2}= a^{1- 1/3}b^{-2/3}ty
b^{-2/3}a^{2/3}\frac{d^2y}{dt^2}= a^{2/3}b^{-2/3}ty

\frac{d^2y}{dt^2}= ty


Homework Equations




None.

The Attempt at a Solution


I tried messing with chain rule but got nowhere.
 
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