Solve the following intial value problem

  • Thread starter Rubik
  • Start date
  • Tags
    Value
In summary, the conversation discusses solving the initial value problem with the given equations and initial conditions. The characteristic equation and its solution are mentioned, with the use of the differential operator. The need to solve the equation is emphasized, and a possible solution is suggested, with the reminder to use the initial conditions to determine the constants.
  • #1
Rubik
97
0

Homework Statement


Solve the following inital value problem

y1' = y2
y2' = -5y1-4y2

with inital conditions y1(0) = 1, y2(0) = 0

Homework Equations



(A-[itex]\lambda[/itex]I)x = 0

The Attempt at a Solution


So I first started by setting out like this

y2' = -5y1 - 4y2
which then suggest 0 = -[itex]\lambda[/itex](-4-[itex]\lambda[/itex]) + 5
0 = [itex]\lambda[/itex]2+4[itex]\lambda[/itex] + 5
But this is going to give me complex roots.. so I was just wondering have I made a mistake in my characteristic equation?

 
Physics news on Phys.org
  • #2
y1' = y2 → y1'' = y2'

So, the second equation becomes: y1'' = -5y1 - 4y1' .

D2y1 + 4Dy1 + 5y1 = 0

Can you take it from there?
 
  • #3
No sorry I don't understand why you have a D in there..
 
  • #4
D is the differential operator, basically another way of writing d/dx. D2y = d2y/dx2 = y''
 
  • #5
It's an 'operator' which just represents d/dx .

I get the same characteristic equation as you did, so not much help.
 
  • #6
\begin{equation}y_1^{\prime} = y_2 \end{equation} implies that \begin{equation}y_1^{\prime \prime} = y_2^{\prime} \end{equation}
The second equation you gave can thus be rewritten in terms of just y_1 and its derivatives,
\begin{equation}y_2^{\prime} = y_1^{\prime \prime}= -5y_1 - 4y_1^{\prime} \rightarrow y_1^{\prime \prime} + 4y_1^{\prime}+5y_1 = 0\end{equation}
You just have to solve the equation. Think of the physical parts of the equation. This should be decaying exponentially, but oscillating as well. Try guessing something like
\begin{equation}
y_1(t) = e^{-2t}(c_1 \sin(t) + c_2 \cos(t))
\end{equation}
Use your initial conditions to determine the constants.
 

FAQ: Solve the following intial value problem

What is an initial value problem (IVP)?

An initial value problem is a type of differential equation that involves finding a solution for a function, given an initial condition or value. The initial value is usually given as the value of the function at a specific point or interval.

What are the steps to solving an initial value problem?

The steps to solving an initial value problem are as follows:

  1. First, rewrite the equation in the form of dy/dx = f(x,y).
  2. Next, integrate both sides of the equation with respect to x to find the general solution.
  3. Then, use the initial value to find the constant of integration and obtain the particular solution.
  4. Finally, check the solution by plugging in the initial value and verifying that it satisfies the original equation.

What are the most commonly used methods for solving initial value problems?

The most commonly used methods for solving initial value problems are Euler's method, Runge-Kutta methods, and the shooting method. These methods involve numerical techniques and are useful for complex equations that cannot be solved analytically.

What are some real-life applications of solving initial value problems?

Solving initial value problems is essential in many scientific fields, including physics, engineering, and economics. It can be used to model and predict the behavior of various physical systems, such as population growth, radioactive decay, and heat transfer. It also has applications in the study of electrical circuits, chemical reactions, and financial markets.

What should be considered when selecting a method for solving an initial value problem?

When selecting a method for solving an initial value problem, factors such as the complexity of the equation, the accuracy required, and the availability of initial conditions should be taken into account. Additionally, the stability and convergence of the method should be considered to ensure a reliable solution.

Back
Top