MATH383: A first course in differential equationsApril 3, 2020

Practice Test 3

Solve the following problems (3 course points each). Present a brief motivation of your method of solution. Explicitly state any conditions that must be met for solution procedure to be valid. Organize your computation and writing so the solution you present is readily legible. No credit is awarded for statement of the final answer to a problem without presentation of solution procedure.

This is an open-book test, and you are free to consult the textbook or use software to check your solution. Note however that the questions are so formulated that it is more efficient to draft the solution without use of software or consultation of the textbook; both of those actions would rapidly use up the allotted time. If you studied the course material and understood solutions to the homework assignments, drafting test question solutions in TeXmacs should take about 90 minutes. The allotted time is 3 hours for everyone, thus also providing special needs accomodation.

Draft your solution in TeXmacs. At least 10 minutes before the submission cut-off time, copy and paste your answer into Sakai. Remember to use Edit->Copy to->TeXmacs. See the webinar for an example.

  1. Rewrite the initial value problem in matrix form and find a fundamental solution set of solutions

    { y1'=6y1+4y2+4y3, y1(0)=3, y2'=-7y1-2y2-y3, y2(0)=-6, y3'=7y1+4y2+3y3, y3(0)=4. .(4a520)

    Solution. In matrix form

    𝒀=( y1 y2 y3 ),𝒀'=𝑨𝒀,𝑨=( 6 4 4 -7 -2 -1 7 4 3 ).

    Find the eigenvalues of

    𝑨=( 6 4 4 -7 -2 -1 7 4 3 );p(λ)=det(λ𝑰-𝑨)=| λ-6 -4 -4 7 λ+2 1 -7 -4 λ-3 |
    p(λ)=| λ-6 -4 -4 0 λ-2 λ-2 -7 -4 λ-3 |=(λ-2)| λ-6 -4 -4 0 1 1 -7 -4 λ-3 |=(λ-2)| λ-6 -4 0 0 1 0 -7 -4 λ+1 |
    p(λ)=(λ-2)| λ-6 0 -7 λ+1 |=(λ-2)(λ-6)(λ+1)

    and the fundamental set of solutions is

    {e2t,e6t,e-t}
  2. Solve the initial value problem (4a520).

    First find the eigenvectors of 𝑨 by row reduction. For λ=-1

    𝑨-λ𝑰=( 7 4 4 -7 -1 -1 7 4 4 )( 7 4 4 0 3 3 0 0 0 )( 7 4 4 0 1 1 0 0 0 )( 7 0 0 0 1 1 0 0 0 )( 1 0 0 0 1 1 0 0 0 )
    ( 1 0 0 0 1 1 )( x1 x2 x3 )=( x1 x2+x3 )=( 0 0 )𝒙1=( 0 -1 1 ).

    Similar procedures for λ=2, λ=6 give

    𝒙2=( 1 -1 1 ),𝒙3=( 1 -2 1 )

    The general solution is

    𝒚=c1( 0 -1 1 )e-t+c2( 1 -1 1 )e2t+c3( 1 -2 1 )e6t

    At t=0,

    c1( 0 -1 1 )+c2( 1 -1 1 )+c3( 1 -2 1 )=( 3 -6 4 )

    with solution c1=1, c2=1, c3=2.

  3. Find a fundamental set of solutions for the system of differential equations

    𝒚'=( 5 -1 1 -1 9 -3 -2 2 4 )𝒚(24.556)

    Solution. Find the eigenvalues of

    𝑨=( 5 -1 1 -1 9 -3 -2 2 4 );p(λ)=det(λ𝑰-𝑨)=|( λ-5 1 -1 1 λ-9 3 2 -2 λ-4 )|
    p(λ)=| λ-5 1 -1 1 λ-9 3 2 -2 λ-4 |=| λ-4 1 -1 λ-8 λ-9 3 0 -2 λ-4 |=| λ-4 0 -1 λ-8 λ-6 3 0 λ-6 λ-4 |=(λ-6)| λ-4 0 -1 λ-8 1 3 0 1 λ-4 |
    p(λ)=(λ-6)| λ-4 0 -1 λ-8 0 3-(λ-4) 0 1 λ-4 |=(λ-6)| λ-4 0 -1 λ-8 0 7-λ 0 1 λ-4 |=-(λ-6)| λ-4 -1 λ-8 7-λ |
    p(λ)=-(λ-6)[(λ-4)(7-λ)+λ-8]=-(λ-6)(-λ2+12λ-36)=(λ-6)3.

    The fundamental set of solutions for this triple root case is

    e6t,te6t,t2e6t.
  4. Find a fundamental set of solutions for the system of differential equations

    𝒚'=( 3 -3 1 0 2 2 5 1 1 )𝒚(5.567)

    Solution.

    𝑨=( 3 -3 1 0 2 2 5 1 1 );p(λ)=det(λ𝑰-𝑨)=| λ-3 3 -1 0 λ-2 -2 -5 -1 λ-1 |
    p(λ)=| λ-3 3 -1 0 λ-2 -2 -5 -1 λ-1 |=| λ+2 4 -λ 0 λ-2 -2 -5 -1 λ-1 |=| λ+2 λ+2 -(λ+2) 0 λ-2 -2 -5 -1 λ-1 |
    p(λ)=(λ+2)| 1 1 -1 0 λ-2 -2 -5 -1 λ-1 |=(λ+2)| 1 0 0 0 λ-2 -2 -5 4 λ-6 |=(λ+2)| λ-2 -2 4 λ-6 |
    p(λ)=(λ+2)[(λ-2)(λ-6)+8]=(λ+2)(λ2-8λ+20).

    The fundamental set of solutions for this case

    e-2t,e4tcos2t,e4tsin(2t).