Understanding Substitution in Differential Equations | Homework Help

  • Thread starter Thread starter wimma
  • Start date Start date
  • Tags Tags
    Substitution
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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 [itex]t= b^{-2/3}a^{1/3}x[/itex] then [itex]dt/dx= b^{-2/3}a^{1/3}[/itex] and [itex]x= b^{2/3}a^{-1/3}t[/itex]

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

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

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

[tex]\frac{d^2y}{dt^2}= ty[/tex]


Homework Equations




None.

The Attempt at a Solution


I tried messing with chain rule but got nowhere.