2nd order ode w/complex conjugate roots

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 · 3K views
danbone87
Messages
28
Reaction score
0
x''+x'+2x=0 x(0)=2 x'(0)=0

I've taken the characteristic equation and reduced the roots to

1/2 +- Sqrt(7/4)i of the form

a +- bi (i = sqrt(-1)


Then i put the homogeneous solution into the form of e[tex]^{}at[/tex]*(B1cos(bt)+B2sin(bt))

for B1 i used the first i.c. and found that B1=2

for B2 i used the i.c. for x' and found B2 to be 1/(sqrt7/4)

now i need to get it into the form of Ae[tex]^{}at[/tex]sin(bt+phi)

where A = sqrt(B1^2+B2^2) and phi is acos(B1/A)

the problem is that A is not the hypotenuse of of a right triangle. I didn't know if i screwed up my b values along the way or if i should go to the law of cosines, but i saw no mention of such a problem so I figured i may have made an error beforehand. any help is appreciated.
 
Physics news on Phys.org
Actually I don't understand what your problem is... :D

What do you mean by "A is not the hypotenuse of a right triangle"??, What right triangle?
 
I mean that in this case law of cosines would be required to find A

so i can't reduce the homogeneous solution by the method i was given (A = sqrt(B1^2+B2^2) , so I'm wondering if i made a mistake beforehand.

;]
 
I think you made a tiny arithmetic error, you have x'' + x' + 2x = 0, let's say the char. equation is a^2 + a + 2 = 0, quadratic formula gives us roots

[tex]\frac{-1 \pm \sqrt{-7}}{2} = -\frac{1}{2} \pm i\sqrt{\frac{7}{4}}[/tex]