Third Order DE Using Complex Exponential

Phyzeeks
Messages
4
Reaction score
0

Homework Statement



find three independent solutions using complex exponentials, but express answer in real form.
d^3(f(t))/dt^3 - f(t) = 0

Homework Equations




The Attempt at a Solution


after taking the derivative of z = Ce^(rt) three times
I put it in the following form:

Ce^(rt)(r^3 -1) = 0

and solved for r:

r^3 = 1
1 = e^(i*0)
and so
r = e^(i*0) = 1

1 is one of the solutions right? but I don't understand how it's possible to find 3 independent solutions to that differential equation.
 
Physics news on Phys.org
What other complex numbers are there which satisfy r^3=1?
 
is it e^(i*0) , e^(i*2pi/3) and e^(i*4pi/3)?
 
Yes.

You could also find the other roots by factoring: r3-1 = (r-1)(r2+r+1)
 
oh right, thank you very much for your help and also this is still in the complex exponential form right? I need to put them into real form, do i do this by e^ix = Re{cosx + isinx}?
 
Phyzeeks said:
oh right, thank you very much for your help and also this is still in the complex exponential form right? I need to put them into real form, do i do this by e^ix = Re{cosx + isinx}?
Gah! Don't do that. :smile:

If there are multiple solutions to a linear differential equation, then any linear combination (i.e. sum, subtraction, constant scaling) of those solutions is also a solution to the differential equation. For example if the differential equation is

\dddot f(t) = f(t)

and two of those solutions are g(t) and h(t), then (C1g(t) + C2h(t)) is also a solution.

(Hint: you're on the right track with sines and cosines. But just don't take the Real part all willy nilly. Sin(θ) can be expressed as a linear combination of complex exponentials [and nowhere do you explicitly need to take the "Re{}" of anything]. Cos(θ) can be expressed by a different linear combination of complex exponentials. Find these relationships, and you should be finish the problem without too much trouble.)
 
Last edited:
Oh so since the solutions are e^(i*0), e^(i*(3pi/2) and e^(i*(3pi/4) then i just take the linear combinations of the cos and sin by adding and subtracting the equations in the form e^ix = cosx + isinx,
then i would end up with three solutions in the form of cos and sines right?
 
Go back to Vela's last post. That post about the roots of r are important.

With that, keep my last post in mind, and memorize the following:

\cos \theta = \frac{e^{i \theta} + e^{- i \theta} }{2} \sin \theta = \frac{ e^{i \theta} - e^{-i \theta} }{2i}

These are are relationships worth memorizing, or at least recognizing, and at least keeping in your back pocket such that you can recognize when they come up. If you continue advanced physics, these relationships will come up quite a bit and it wouldn't be a bad idea to keep these relationships handy.

For this particular problem, these relationships will help with putting two of the three relationships in real form. For the third, go back to Vela's post involving solving for r.

[Edit you can check the above relationships noting that e^{i \phi} = \cos \phi + i \sin \phi [/tex], along with noting that \cos (- \phi) = \cos \phi and \sin (-\phi) = -\sin \phi.]
 
Last edited:
Back
Top