Second Order Differential Initial Value Problem

danielu13
Messages
67
Reaction score
0

Homework Statement



y''+4y'+6y
y(0) = 2; y'(0) = 4

Homework Equations



\alpha ± β = e^{x\alpha}(cosβx + sinβx)



The Attempt at a Solution



Auxilary equation is r^2+4r+6, which solves for -2 ± i

I get the general solution:

e^{-2x}(c1cosx + c2sinx)

y' = -2e^{-2x}(c1cosx + c2sinx) + e^{2x}(c2cosx - c1sinx)

= c1(cosx-sinx) + c2(cosx+sinx) = 4

I also have:

c1 + c2 = 2 from the initial value.

I now have a system of equations, but don't really know how to solve it without using a computer.
 
Physics news on Phys.org
No no, the system of equations produces infinitely many solutions, but the initial value given gives a specific solution curve when you solve for the constants.
 
That's what I was thinking, but I just can't think of how to solve for the constants without using a system of equations at the moment. I know how to solve it when \alpha = 0, but not sure how to do this.
 
danielu13 said:
That's what I was thinking, but I just can't think of how to solve for the constants without using a system of equations at the moment. I know how to solve it when \alpha = 0, but not sure how to do this.

You have two equations. You get one from solving the initial value problem for y and one for solving the initial value problem for y'.

They will give you a system of 2 equations in 2 unknowns c1, c2.

Solving for both unknowns will give you the particular equation for y which will satisfy your initial values.
 
Oh, I completely overlooked inputting the x values into the equations for some reason. Thanks though!
 
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...

Similar threads

Back
Top