Question on showing general formula of solution

Click For Summary

Homework Help Overview

The discussion revolves around demonstrating the general solution of a second-order linear differential equation of the form d^2/dt^2 + 2 * alpha * dr/dt + omega^2 * r = 0, where alpha and omega are constants. The original poster expresses difficulty in showing that the solution takes the form R = e^(-alpha * t) * [C1*sin(sqrt(omega^2 - alpha^2) * t) + C2*cos(sqrt(omega^2 - alpha^2) * t)] under the condition that alpha^2 - omega^2 < 0.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to solve the differential equation by substituting R = e^(d * t) and deriving a characteristic equation. They express confusion regarding the non-real solutions when alpha^2 - omega^2 < 0. Other participants suggest using complex exponentials and the identity e^(ix) = cos(x) + i*sin(x) to explore the implications of complex solutions.

Discussion Status

Participants are actively engaging with the problem, with some providing insights into the use of complex numbers in the context of the differential equation. The original poster seeks clarification on the rationale behind combining complex conjugate expressions to derive real solutions. There is a productive exchange of ideas, but no consensus has been reached on the best approach to proceed.

Contextual Notes

The discussion highlights the challenge of dealing with non-real roots in the characteristic equation and the implications for finding real-valued solutions to the differential equation. The original poster notes a lack of equations or prior knowledge that could assist in their understanding.

RoboNerd
Messages
410
Reaction score
11

Homework Statement


show that the general solution of the differential equation d^2/dt^2 + 2 *alpha * dr/dt + omega^2 * r = 0,

where alpha and w are constant and R is a function of time "t" is R = e^(-alpha * t) * [ C1*sin( sqrt(omega^2 - alpha^2) * t) + C2*cos( sqrt(omega^2 - alpha^2) * t)

IF alpha^2 - omega^2 < 0.I was struggling over how to solve this problem and I would be very grateful if someone have me a badly needed hint.

Homework Equations



None come to mind as of now[/B]

The Attempt at a Solution



I said let R = f(t) = e^(d * t).

I then had the expression when I plugged it into the differential equation

d^2 * e^(d * t) + 2 *alpha * d * e^(d * t) + omega^2 * e^(d * t) = 0

I canceled the e^(d * t) term and I got the characteristic equation:
d^2 + 2*alpha*d + omega^2 = 0

I then applied the quadratic formula to solve for d:
d = [ -2 *alpha +/- sqrt( (2*alpha)^2 - 4*omega^2 ) ] / 2.

I thus get d = -alpha +/- sqrt (alpha^2 - omega^2 )

Now I have a huge problem. If alpha^2 - omega^2 < 0, then my d is non-real and I can not proceed from here.
I tried substituting in the functions sin(d*t) and cos(d*t) instead of e^(d*t) into the differential equation and solving, but then I become stuck as I can not eliminate the plugged in functions at all from the general expression.

Could anyone please be kind enough to help?

Thanks, and have a great day!
 
Physics news on Phys.org
RoboNerd said:

Homework Statement


show that the general solution of the differential equation d^2/dt^2 + 2 *alpha * dr/dt + omega^2 * r = 0,

where alpha and w are constant and R is a function of time "t" is R = e^(-alpha * t) * [ C1*sin( sqrt(omega^2 - alpha^2) * t) + C2*cos( sqrt(omega^2 - alpha^2) * t)

IF alpha^2 - omega^2 < 0.I was struggling over how to solve this problem and I would be very grateful if someone have me a badly needed hint.

Homework Equations



None come to mind as of now[/B]

The Attempt at a Solution



I said let R = f(t) = e^(d * t).

I then had the expression when I plugged it into the differential equation

d^2 * e^(d * t) + 2 *alpha * d * e^(d * t) + omega^2 * e^(d * t) = 0

I canceled the e^(d * t) term and I got the characteristic equation:
d^2 + 2*alpha*d + omega^2 = 0

I then applied the quadratic formula to solve for d:
d = [ -2 *alpha +/- sqrt( (2*alpha)^2 - 4*omega^2 ) ] / 2.

I thus get d = -alpha +/- sqrt (alpha^2 - omega^2 )

Now I have a huge problem. If alpha^2 - omega^2 < 0, then my d is non-real and I can not proceed from here.
I tried substituting in the functions sin(d*t) and cos(d*t) instead of e^(d*t) into the differential equation and solving, but then I become stuck as I can not eliminate the plugged in functions at all from the general expression.

Could anyone please be kind enough to help?

Thanks, and have a great day!

The absolutely 100% standard method of showing something is a solution is to substitute it into the equation to see if it "works". you have an explicit formula for r(t), so nothing prevents you from taking the derivatives, etc.
 
RoboNerd said:

Homework Statement


show that the general solution of the differential equation d^2/dt^2 + 2 *alpha * dr/dt + omega^2 * r = 0,

where alpha and w are constant and R is a function of time "t" is R = e^(-alpha * t) * [ C1*sin( sqrt(omega^2 - alpha^2) * t) + C2*cos( sqrt(omega^2 - alpha^2) * t)

IF alpha^2 - omega^2 < 0.I was struggling over how to solve this problem and I would be very grateful if someone have me a badly needed hint.

Homework Equations



None come to mind as of now[/B]

The Attempt at a Solution



I said let R = f(t) = e^(d * t).

I then had the expression when I plugged it into the differential equation

d^2 * e^(d * t) + 2 *alpha * d * e^(d * t) + omega^2 * e^(d * t) = 0

I canceled the e^(d * t) term and I got the characteristic equation:
d^2 + 2*alpha*d + omega^2 = 0

I then applied the quadratic formula to solve for d:
d = [ -2 *alpha +/- sqrt( (2*alpha)^2 - 4*omega^2 ) ] / 2.

I thus get d = -alpha +/- sqrt (alpha^2 - omega^2 )

Now I have a huge problem. If alpha^2 - omega^2 < 0, then my d is non-real and I can not proceed from here.

Have you seen the identity
e^{ix} = \cos x + i \sin x before? It's very important to the theory of second-order linear constant coefficient ODEs. Now for real a and b the quantities e^{a + ib} and e^{a - ib} are complex conjugates, so it follows that the linearly independent combinations <br /> \frac12(e^{a + ib} + e^{a - ib}) and \frac1{2i}(e^{a + ib} - e^{a - ib}) are real, and you can easily establish that they are equal to e^{a}\cos b and e^a \sin b respectively.
 
pasmith said:
Have you seen the identity
eix=cosx+isinxeix=cos⁡x+isin⁡x​
e^{ix} = \cos x + i \sin x before? It's very important to the theory of second-order linear constant coefficient ODEs. Now for real aaa and bbb the quantities ea+ibea+ibe^{a + ib} and ea−ibea−ibe^{a - ib} are complex conjugates, so it follows that the linearly independent combinations
12(ea+ib+ea−ib)12(ea+ib+ea−ib)​
\frac12(e^{a + ib} + e^{a - ib}) and
12i(ea+ib−ea−ib)12i(ea+ib−ea−ib)​
\frac1{2i}(e^{a + ib} - e^{a - ib}) are real, and you can easily establish that they are equal to eacosbeacos⁡be^{a}\cos b and easinbeasin⁡be^a \sin b respectively.

Hi. No, I have not seen this identity before. Thanks for drawing it to my attention.

I understand how one might be able to simplify the expression with the given identity, but I do not understand why one would after finding two complex conjugate expressions do the linear combinations
pasmith said:
12(ea+ib+ea−ib)12(ea+ib+ea−ib)​
\frac12(e^{a + ib} + e^{a - ib}) and
12i(ea+ib−ea−ib)​

which you say are equal to the final results
pasmith said:
eacosbeacos⁡be^{a}\cos b and easinbeasin⁡be^a \sin b
.

Could you please explain why you feel the need to take the linear combinations by adding/subtracting the two conjugate pairs and then dividing by 2 or 2i respectively?
What is the theory behind your actions? How does taking these linear combinations help?

Thanks so much for your help, and have a great day!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K