Auxiliary Eqns with Complex Roots

  • Thread starter Thread starter marco101
  • Start date Start date
  • Tags Tags
    Complex Roots
marco101
Messages
7
Reaction score
0

Homework Statement


solve the initial value problem
y''+9y = 0, y(0) = 1, y'(0) = 1


Homework Equations


gen solution form is y(t) = C1e^At*(cosBt) + C2e^At*(sinBt)
where A is the real number and B is the imaginary number

The Attempt at a Solution


i just wanted to check if I am doing this right.
i started off finding the roots,
r^2 + 9
r = +/- 3i
since the real is 0, e would be raised to 0 and become one leaving me with C1cos3t + C2sin3t
 
Physics news on Phys.org
marco101 said:

The Attempt at a Solution


i just wanted to check if I am doing this right.
i started off finding the roots,
r^2 + 9
r = +/- 3i
since the real is 0, e would be raised to 0 and become one leaving me with C1cos3t + C2sin3t

Yes that is correct. Now find y(0) and y'(0)
 
since there are double roots, should i make changes to the general solution form? everything cancels out to be zero because y'' = -9cos3t -9sin3t and y = 9cos3t + 9sin3t because it was multiplied by 9 in the original equation.
 
marco101 said:
since there are double roots, should i make changes to the general solution form? everything cancels out to be zero because y'' = -9cos3t -9sin3t and y = 9cos3t + 9sin3t because it was multiplied by 9 in the original equation.

double roots would mean r=3i,3i or r=-3i,-3i. You have r=0±3i. So yes your general solution is correct.

Also from y = 9cos3t + 9sin3t, y''≠ y'' = -9cos3t -9sin3t , recheck your algebra on that one.

Anyway you take it y= 9cos3t +9sin3t is correct.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top