Initial value problem differentials, close to getting answer

itunescape
Messages
9
Reaction score
0

Homework Statement


y" + 2y' + 10y=0
y(0)=1
y'(0)= -1

solve initial value problem

Homework Equations



e^( ~ + iu)t= e^ ~t (cos ut + i sin ut)

The Attempt at a Solution



i've gotten pretty far into the problem, but i just can't seem to get the correct final answer.

I changed y" + 2y' + 10y=0 int r^2 +2r +10= 0 and used the quadratic formula to get:

r= 1-3i and r= 1+ 3i

so for the general solution i got:
yg= y1 + y2
yg= c1e^t( cos 3t + i sin 3t) + c2e^t( cos 3t - i sin 3t)

i need to solve for the constants:

y= c1 e^t cos 3t + c2 i sin3t ( an example in the book followed this method but i don't know why there is a c2 next to sin 3t and why there isn't a y2 )

i got c1= 1 and took the derivative to find c2 and got c2= -2/3

y'= c1 e^t cos 3t -3c1e^t sin 3t + c2e^tsin3t + 3 cos3tc2e^t

overall i got yg= 2e^tcos 3t but the answer is suppose to be yg= e^-t cos 3t. why? the textbook i use has this annoying ability of skipping 90% of the arithmatic work within examples, so I'm not sure where I could have gone wrong, can u guys help? :/
 
Physics news on Phys.org
itunescape said:

Homework Statement


y" + 2y' + 10y=0
y(0)=1
y'(0)= -1

solve initial value problem

Homework Equations



e^( ~ + iu)t= e^ ~t (cos ut + i sin ut)

The Attempt at a Solution



i've gotten pretty far into the problem, but i just can't seem to get the correct final answer.

I changed y" + 2y' + 10y=0 int r^2 +2r +10= 0 and used the quadratic formula to get:

r= 1-3i and r= 1+ 3i

so for the general solution i got:
yg= y1 + y2
yg= c1e^t( cos 3t + i sin 3t) + c2e^t( cos 3t - i sin 3t)

i need to solve for the constants:

y= c1 e^t cos 3t + c2 i sin3t ( an example in the book followed this method but i don't know why there is a c2 next to sin 3t and why there isn't a y2 )

i got c1= 1 and took the derivative to find c2 and got c2= -2/3

y'= c1 e^t cos 3t -3c1e^t sin 3t + c2e^tsin3t + 3 cos3tc2e^t

overall i got yg= 2e^tcos 3t but the answer is suppose to be yg= e^-t cos 3t. why? the textbook i use has this annoying ability of skipping 90% of the arithmatic work within examples, so I'm not sure where I could have gone wrong, can u guys help? :/

remember the quadratic eq'n formula is


r=\frac{-b \pm \sqrt{b^2-4ac}}{2a}


you just forgot the '-b'
 
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