185 PSet 3
185 PSet 3
c. One of the equilibrium points you found in part a should be (1, 2). Write down the corresponding
linearized system, and convert it into matrix form.
Tip: First write out general formulas for Px , Py , Qx , and Qy , then plug in the equilibrium points.
d. For the linearized system in part c, is it stable or unstable?
Note: Because solutions of the linearized system approximate solutions of the nonlinear system, this
shows whether the corresponding equilibrium of the nonlinear system is stable or unstable.
https://homepages.bluffton.edu/~nesterd/apps/slopefields.html is helpful to visualize it.
Problem 4. Solve the following initial value problems using the “exponential ansatz” method.
a. y ′′ + y ′ − 12y = 0 , y(0) = 3 , y ′ (0) = 2
b. y ′′ + y ′ = 0 , y(0) = 0 , y ′ (0) = −2
c. y ′′ + 2y ′ + 2y = 0 , y(π) = 0 , y ′ (π) = 1
Problem 5. Consider the two equations: y ′′ + 6y ′ + 9y = 0 and y ′′ − 3y ′ + 2y = 0.
a. Write each ODE in operator form as (D2 + aD + b)y = 0, and find a factorization
D2 + aD + b = (D − λ1 )(D − λ2 ).
b. For the equation with λ1 = λ2 . Find the general solution by repeated integration.
Problem 6. It is often useful to consider second order equations with boundary conditions, where instead
of specifying initial values y(t0 ) and y ′ (t0 ) we specify values y(t0 ) and y(t1 ) at an initial time t0 and a final
time t1 . Problems of this form are called boundary value problems.
To find all solutions of a boundary value problem, you just produce the general solution of the equation in
terms of two unspecified coefficients c1 and c2 , and then substitute the times t0 and t1 . This gives you a
system of equations which you can try to solve for c1 and c2 .
However, solutions of boundary value problems are not guaranteed to exist, and sometimes a boundary value
problem will have more than one solution. The following problem illustrates that phenomenon.
a. Find the unique solution of the boundary value problem
y ′′ − 4y = 0 , y(0) = 0 , y(ln(2)) = 15.
b. Find an infinite number of solutions of the boundary value problem
y ′′ + 4y = 0 , y(0) = 0 , y(π) = 0.
c. Show that the boundary value problem
y ′′ + 4y = 0 , y(0) = 0 , y(π) = 1
has no solution.
d. In general, what conditions on t0 , t1 , y0 , y1 , and k are needed in order to guarantee that the boundary
value problem
y ′′ + ky = 0 , y(t0 ) = y0 , y(t1 ) = y1
has exactly one solution?
Hint: Consider the cases where k is negative and positive separately. Then determine the solvability
condition for the unspecified coefficients c1 and c2 appearing in the general solution.
Problem 7. Consider the third order linear homogeneous equation
y ′′′ + y ′′ + y ′ + y = 0.
a. Find all of the exponential solutions of this equation (real and complex).
Hint: For all values of a and b we have the factorization y 3 + ay 2 + by + ab = (y + a)(y 2 + b).
b. Solve the initial value problem
y ′′′ + y ′′ + y ′ + y = 0 , y(0) = 2 , y ′ (0) = 1 , y ′′ (0) = 0.
Hint: For each complex exponential solution in part a, its real and imaginary parts are also solutions.
So we obtain three real solutions: y1 (t), y2 (t), y3 (t). Their linear combination is also a solution.