Second Order ODE - Initial Value Problem

In summary, the initial value problem y''+3y'+2y = 3e^{2t}+1 with initial values y(0) = 1, y'(0) = 1 can be solved using the method of undetermined coefficients. The particular solution is y = c1•e^{-2t}+c2•e^{-t}+(1/4)e^{2t}+(1/2), and the constants c1 and c2 can be found by substituting the initial conditions and solving the resulting system of equations. It is important to double check the calculations for the constants to ensure accuracy.
  • #1
jmg498
8
0
Solve the initial value problem y''+3y'+2y = 3e[tex]^{2t}[/tex]+1 with initial values y(0) = 1, y'(0) = 1.

I am unsure if I am going about the solution correctly.

1.) Find the characteristic equation.
r[tex]^{2}[/tex]+3r+2=0 [tex]\Rightarrow[/tex] (r + 1)(r + 2) = 0
Therefore, y = c1•e[tex]^{-t}[/tex]+c2•e[tex]^{-2t}[/tex]

2.) Use method of undetermined coefficients for RHS. Attempt Y = Ae[tex]^{2t}[/tex]+B. This means Y' = 2Ae[tex]^{2t}[/tex] and Y'' = 4Ae[tex]^{2t}[/tex]

Substituting it all in and simplifying, I get...

12Ae[tex]^{2t}[/tex]+2B = 3e[tex]^{2t}[/tex]+1

Comparing coefficients, I get the following...

12A = 3 => A = 1/4
2B = 1 => B = 1/2

So this would yield a particular solution of:
y = c1•e[tex]^{-2t}[/tex]+c2•e[tex]^{-t}[/tex]+(1/4)e[tex]^{2t}[/tex]+(1/2)

4.) Next, I take the derivative of the above equation, and then substitute the initial conditions. When I do this, I get a system of equations that yields the following constants. C1 = 3/4, C2 = -1/2.

5.) Then I just replace C1 and C2 in the equation for the particular solution.

Could somebody please tell me where I am going astray? Thank you VERY much!
 
Last edited:
Physics news on Phys.org
  • #2
Well that is basically the correct method...so why do you think you are wrong?
 
  • #3
Unfortunately, although you are referring to an "initial value problem", you never bothered to tell us what those initial values are!
 
  • #4
Ooops...added them now. Sorry! But thanks for looking!
 
  • #5
Recheck you calculations for [itex]C_1[/itex] and [itex]C_2[/itex]. I get [itex]C_1= -\frac{3}{4}[/itex] which also changes [itex]C_2[/itex].
 

FAQ: Second Order ODE - Initial Value Problem

What is a Second Order ODE?

A Second Order ODE (Ordinary Differential Equation) is a type of mathematical equation that involves a function and its derivatives. It is called "second order" because it includes the second derivative of the function.

What is an Initial Value Problem (IVP)?

An Initial Value Problem is a type of problem in which the value of the function and its derivatives are known at a specific starting point. The goal is to find the function that satisfies the given equation and initial conditions.

How do you solve a Second Order ODE - Initial Value Problem?

There are various methods for solving a Second Order ODE - Initial Value Problem, such as the method of undetermined coefficients, variation of parameters, and Laplace transform. The specific method used will depend on the form of the equation and the initial conditions given.

What is the importance of Second Order ODE - Initial Value Problems in science?

Second Order ODE - Initial Value Problems are essential in modeling and understanding many physical phenomena in science, such as motion, heat transfer, and population dynamics. They also play a crucial role in engineering, economics, and other fields.

Can a Second Order ODE - Initial Value Problem have multiple solutions?

Yes, a Second Order ODE - Initial Value Problem can have multiple solutions. This is because the equation itself may have more than one solution, and the initial conditions can also affect the resulting solution. In some cases, there may be infinitely many solutions.

Back
Top