Construct DE w/ Soln y(t) = e^t cos(3t)

  • Context: Undergrad 
  • Thread starter Thread starter LocalStudent
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
LocalStudent
Messages
18
Reaction score
0
Hi

I'm working through some example question and the memo leaves out this question. I was hoping someone can help me out.

The question:
Construct a differential equation of the form y'' + by' + cy = 0 which has y(t) = e^t cos(3t) as one of its solutions.

What I did:
First I found the y'(t) and y''(t)
Plugged that into the DE.

My answer:
b = -2
c = -6

y'' - 2y' - 6y = 0
 
Physics news on Phys.org
LocalStudent said:
Hi

I'm working through some example question and the memo leaves out this question. I was hoping someone can help me out.

The question:
Construct a differential equation of the form y'' + by' + cy = 0 which has y(t) = e^t cos(3t) as one of its solutions.

What I did:
First I found the y'(t) and y''(t)
Plugged that into the DE.

My answer:
b = -2
c = -6

y'' - 2y' - 6y = 0

Hint: What is the relationship between the ODE
[tex] y'' + by' + cy = 0[/tex]
and the quadratic equation
[tex] \lambda^2 + b\lambda + c = 0?[/tex]

You may also find the identity
[tex] \cos kt \equiv \frac{e^{ikt} + e^{-ikt}}{2}[/tex]
helpful.