Second Order Linear Differential Equation Question

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
VeganGirl
Messages
10
Reaction score
0

Homework Statement


Solve the IVP, [tex]\frac{1}{4}[/tex]y'' + 16y = 0
y(0)=[tex]\frac{1}{4}[/tex]
y'(0)=0

Answer is given... y(t) = [tex]\frac{1}{4}[/tex]cos 8t


Homework Equations





The Attempt at a Solution


This has the characteristic equation [tex]\frac{1}{4}[/tex] [tex]\lambda[/tex]^2 +16[tex]\lambda[/tex]=0
Solving for lambda, I got [tex]\lambda[/tex]= 0 or -64

Therefore y(t) = A*e^(0t) + B*e^(-64t) for some constants A and B
[tex]\Rightarrow[/tex] y(t) = A + B*e^(-64t)

I know that I'll have to impose the initial conditions to get the specific solution, but my general solution is very different from the answer given. What am I doing wrong?
 
Physics news on Phys.org
VeganGirl said:

The Attempt at a Solution


This has the characteristic equation [tex]\frac{1}{4}[/tex] [tex]\lambda[/tex]^2 +16[tex]\lambda[/tex]=0

This part is wrong. If you use the solution y =ert, your equation will be

(1/4)r2+16=0

which will give you complex roots.
 
VeganGirl said:

Homework Statement


Solve the IVP, [tex]\frac{1}{4}[/tex]y'' + 16y = 0
y(0)=[tex]\frac{1}{4}[/tex]
y'(0)=0

Answer is given... y(t) = [tex]\frac{1}{4}[/tex]cos 8t


Homework Equations





The Attempt at a Solution


This has the characteristic equation [tex]\frac{1}{4}[/tex] [tex]\lambda[/tex]^2 +16[tex]\lambda[/tex]=0
No, the characteristic equation is
[tex]\frac{1}{4}\lambda^2 +16 = 0[/tex]

or, equivalently,
[tex]\lambda^2 +64 = 0[/tex]


VeganGirl said:
Solving for lambda, I got [tex]\lambda[/tex]= 0 or -64

Therefore y(t) = A*e^(0t) + B*e^(-64t) for some constants A and B
[tex]\Rightarrow[/tex] y(t) = A + B*e^(-64t)

I know that I'll have to impose the initial conditions to get the specific solution, but my general solution is very different from the answer given. What am I doing wrong?
 
Ohhh that's where I went wrong. Thanks guys!