Homogeneous Linear ODE with complex roots

Click For Summary

Homework Help Overview

The discussion revolves around the simplification of the general solution for homogeneous linear ordinary differential equations (ODEs) with complex roots. The original poster presents the homogeneous solution and seeks clarification on the transition from the complex form to the simplified real form.

Discussion Character

  • Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the implications of assuming the constants in the solution are real versus complex. They discuss the conditions under which the terms in the solution remain real and question the handling of imaginary components in the simplification process.

Discussion Status

Participants are actively engaging with the problem, raising questions about the assumptions made regarding the constants and the nature of the solution. Some suggest that the constants can be complex and explore the consequences of this on the solution's form. There is no explicit consensus, but various interpretations and approaches are being discussed.

Contextual Notes

The original poster notes a lack of initial conditions, which limits their ability to test the validity of the suggestions made by others. There is also mention of the absence of a requirement for the solution to be real in the original problem statement.

DryRun
Gold Member
Messages
837
Reaction score
4

Homework Statement


I'm trying to understand the simplification of the general solution for homogeneous linear ODE with complex roots.

Homework Equations


In my notes, i have the homogeneous solution given as:
[tex]y_h (t)= C_1 e^{(-1+i)t}+C_2e^{(-1-i)t}[/tex]
And the simplified solution is given as:
[tex]y_h (t)= A e^{-t}\cos t+Be^{-t}\sin t[/tex]

The Attempt at a Solution


First, using Euler's formula, then I expanded each part individually before summing them all up:
[tex]C_1 e^{(-1+i)t}=C_1(e^{-t}(\cos t +i\sin t))=C_1e^{-t}\cos t +C_1e^{-t}i\sin t<br /> \\C_2 e^{(-1-i)t}=C_1(e^{-t}(\cos t -i\sin t))=C_2e^{-t}\cos t -C_2e^{-t}i\sin t[/tex]
Now, adding these up, i just do not understand how the imaginary terms lose the "i" along the way. Can someone please clarify this part?

For the sake of completion, adding them up, i get:
[tex]C_1 e^{(-1+i)t}+C_2e^{(-1-i)t}<br /> \\=C_1e^{-t}\cos t +C_1e^{-t}i\sin t+C_2e^{-t}\cos t -C_2e^{-t}i\sin t<br /> \\=(C_1+C_2)e^{-t}\cos t + (C_1-C_2)e^{-t}i\sin t[/tex]where, [itex]A = (C_1+C_2)[/itex] and [itex]B=(C_1-C_2)[/itex]. However, the "i" coefficient of the sine term should not be there, according to the answer.
 
Last edited:
Physics news on Phys.org
You have assumed that [itex]C_1[/itex] and [itex]C_2[/itex] are real. They can be complex.

Let [itex]C_1 = a + ib[/itex] and [itex]C_2 = c + id[/itex] for real a, b, c, and d. What conditions must you impose so that [itex]i(C_1-C_2)[/itex] and [itex]C_1 + C_2[/itex] are real?
 
pasmith said:
You have assumed that [itex]C_1[/itex] and [itex]C_2[/itex] are real. They can be complex.

Let [itex]C_1 = a + ib[/itex] and [itex]C_2 = c + id[/itex] for real a, b, c, and d. What conditions must you impose so that [itex]i(C_1-C_2)[/itex] and [itex]C_1 + C_2[/itex] are real?

Hi pasmith

The conditions for [itex]i(C_1-C_2)[/itex] and [itex]C_1 + C_2[/itex] to be real would be:
In the first case: a = c
and in the second case: b = -d

The combination of those 2 conditions would give, in the first case, [itex]i^22b[/itex] or [itex]-i^22d[/itex], meaning, -2b or 2d, and in the second case, 2a or 2c.

Is that correct? I'm not sure that i grasp the meaning of it all though. I have not been given any initial conditions, otherwise i could have tested the validity of your suggestion.
 
Last edited:
sharks said:
Hi pasmith

The conditions for [itex]i(C_1-C_2)[/itex] and [itex]C_1 + C_2[/itex] to be real would be:
In the first case: a = c
and in the second case: b = -d

Do you require [itex]y_h(t)[/itex] to be real? If so, the above shows that you must take [itex]C_2 = \bar C_1[/itex], the complex conjugate of [itex]C_1[/itex].

If you don't require [itex]y_h(t)[/itex] to be real, then you have simply [itex]A = C_1 + C_2[/itex] and [itex]B = i(C_1 - C_2)[/itex].
 
Usually what you do is create two new functions, let's say u(t) and v(t).

Let u(t) = y1 + y2 and v(t) = y1 - y2

You should also drop any multiplicative scalars you get and then your final real valued solution would be : y = c1u(t)+ c2v(t) for arbitrary constants c1 and c2
 
pasmith said:
Do you require [itex]y_h(t)[/itex] to be real? If so, the above shows that you must take [itex]C_2 = \bar C_1[/itex], the complex conjugate of [itex]C_1[/itex].

If you don't require [itex]y_h(t)[/itex] to be real, then you have simply [itex]A = C_1 + C_2[/itex] and [itex]B = i(C_1 - C_2)[/itex].

From what i understood, [itex]y_h(t)[/itex] means the homogeneous solution of the ODE, which indicates that the auxilliary equation must be equal to 0. Therefore, the free term or forcing function must be 0. There is no mention of a real or imaginary form of [itex]y_h(t)[/itex] anywhere in my notes, so i would assume that [itex]y_h(t)[/itex] has to be real?

In that case, if [itex]C_1 = a + ib[/itex], then [itex]C_2 = a - ib[/itex], meaning that ##A = 2a## and ##B = -i2b##

Continuing from the first post,
$$(C_1+C_2)e^{-t}\cos t + (C_1-C_2)e^{-t}i\sin t
\\=(2a)e^{-t}\cos t + (-i2b)e^{-t}i\sin t
\\=(2a)e^{-t}\cos t + (2b)e^{-t}\sin t$$
Is that correct? Is there anything missing at this point?

Zondrina said:
Usually what you do is create two new functions, let's say u(t) and v(t).

Let u(t) = y1 + y2 and v(t) = y1 - y2

You should also drop any multiplicative scalars you get and then your final real valued solution would be : y = c1u(t)+ c2v(t) for arbitrary constants c1 and c2

I have no idea what you mean by those 2 new functions. How is that related and used to solve the problem in the first post?
 
sharks said:
From what i understood, [itex]y_h(t)[/itex] means the homogeneous solution of the ODE, which indicates that the auxilliary equation must be equal to 0. Therefore, the free term or forcing function must be 0. There is no mention of a real or imaginary form of [itex]y_h(t)[/itex] anywhere in my notes, so i would assume that [itex]y_h(t)[/itex] has to be real?

In that case, if [itex]C_1 = a + ib[/itex], then [itex]C_2 = a - ib[/itex], meaning that ##A = 2a## and ##B = -i2b##

Continuing from the first post,
$$(C_1+C_2)e^{-t}\cos t + (C_1-C_2)e^{-t}i\sin t
\\=(2a)e^{-t}\cos t + (-i2b)e^{-t}i\sin t
\\=(2a)e^{-t}\cos t + (2b)e^{-t}\sin t$$
Is that correct? Is there anything missing at this point?
Close enough, but [itex]C_1 - C_2 = 2ib[/itex] so [itex]i(C_1 - C_2) = -2b[/itex].
 
OK, then in the simplified form of the homogeneous solution: $$y_h (t)= A e^{-t}\cos t+Be^{-t}\sin t$$where, ##A = 2a## and ##B = -2b##
 

Similar threads

Replies
8
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K