SlideShare a Scribd company logo
SECTION 5.3

HOMOGENEOUS EQUATIONS WITH CONSTANT COEFFICIENTS
This is a purely computational section devoted to the single most widely applicable type of
higher order differential equations — linear ones with constant coefficients. In Problems 1-20,
we write first the characteristic equation and its list of roots, then the corresponding general
solution of the given differential equation. Explanatory comments are included only when the
solution of the characteristic equation is not routine.

1.     r 2 − 4 = ( r − 2 )( r + 2 ) = 0;                r = − 2, 2;          y ( x ) = c1e2x + c2e-2x

2.     2r 2 − 3r = r ( 2r − 3) = 0;                   r = 0, 3 / 2;         y ( x) = c1 + c2e3x/2

3.     r 2 + 3r − 10 = ( r + 5 )( r − 2 ) = 0;                  r = − 5, 2;           y ( x) = c1e2x + c2e-5x

4.     2r 2 − 7r + 3 = ( 2r − 1)( r − 3) = 0;                       r = 1/ 2, 3;       y ( x) = c1ex/2 + c2e3x

       r 2 + 6r + 9 = ( r + 3) = 0;
                                 2
5.                                                    r = − 3, − 3;          y ( x ) = c1e-3x + c2xe-3x

6.     r 2 + 5r + 5 = 0;             (
                                r = −5 ± 5 / 2          )
       y(x) = e-5x/2[c1exp(x 5 /2) + c2exp(-x 5 /2)]

       4r 2 − 12r + 9 = ( 2r − 3) = 0;
                                     2
7.                                                          r = − 3 / 2, − 3 / 2;         y ( x) = c1e3x/2 + c2xe3x/2

8.     r 2 − 6r + 13 = 0;                (
                                r = 6 ± −16 / 2 = 3 ± 2 i;  )                          y ( x) = e3x(c1 cos 2x + c2 sin 2x)


9.     r 2 + 8r + 25 = 0;                (
                                 r = −8 ± −36 / 2 = − 4 ± 3 i;  )                         y ( x ) = e-4x(c1 cos 3x + c2 sin 3x)

10.    5r 4 + 3r 3 = r 3 (5r + 3) = 0;                  r = 0, 0, 0, − 3 / 5;          y ( x) = c1 + c2x + c3x2 + c4e-3x/5

       r 4 − 8r 3 + 16r 2 = r 2 ( r − 4 ) = 0;
                                               2
11.                                                             r = 0, 0, 4, 4;          y ( x) = c1 + c2x + c3e4x + c4xe4x

       r 4 − 3r 3 + 3r 2 − r = r ( r − 1) = 0;
                                                  3
12.                                                                 r = 0, 1, 1, 1;      y ( x) = c1 + c2ex + c3xex + c4x2ex

       9r 3 + 12r 2 + 4r = r (3r + 2 ) = 0;
                                              2
13.                                                             r = 0, − 2 / 3, − 2 / 3
                        -2x/3                -2x/3
       y(x) = c1 + c2e          + c3xe
14.                     (               )(
      4r 4 + 3r 2 − 1 = r 2 − 1 r 2 + 4 = 0;         )               r = − 1, 1, ± 2 i
      y(x) = c1ex + c2e-x + c3 cos 2x + c4 sin 2x

                            (            )
                                             2
15.   4r 4 − 8r 2 + 16 = r 2 − 4                  = (r − 2)2 (r + 2)2 = 0;             r = 2, 2, − 2, − 2
      y(x) = c1e2x + c2xe2x + c3e-2x + c4xe-2x

                            (            )
                                             2
16.   r 4 + 18r 2 + 81 = r 2 + 9                 = 0;        r = ± 3 i, ± 3 i
      y(x) = (c1 + c2x)cos 3x + (c3 + c4x)sin 3x

17.   6r 4 + 11r 2 + 4 = (2r 2 + 1)(3r 2 + 4) = 0;                      r = ± i / 2, ± 2 i / 3,
      y(x) = c1 cos(x/ 2 ) + c2 sin(x/ 2 ) + c3cos(2x/ 3 ) + c4 sin(2x/ 3 )

18.               (         )(
      r 4 − 16 = r 2 − 4 r 2 + 4 = 0;        )               r = − 2, 2, ± 2 i
                  2x
      y(x) = c1e + c2e-2x + c3 cos 2x + c4 sin 2x

19.                             (            ) (         )
      r 3 + r 2 − r − 1 = r r 2 − 1 + r 2 − 1 = ( r − 1)( r + 1) = 0;
                                                                                   2
                                                                                               r = 1, − 1, − 1;
                  x      -x                  -x
      y(x) = c1e + c2e + c3xe

20.   r4 + 2r3 + 3r2 + 2r + 1 = (r2 + r + 1)2 = 0;                           ( −1 ±          ) (
                                                                                       3 i / 2, −1 ± 3 i / 2)
      y = e-x/2(c1 + c2x)cos(x 3 /2) + e-x/2(c3 + c4x)sin(x 3 /2)

21.   Imposition of the initial conditions y (0) = 7, y′(0) = 11 on the general solution
       y ( x ) = c1e x + c2e3 x yields the two equations c1 + c2 = 7, c1 + 3c2 = 11 with solution
      c1 = 5, c2 = 2. Hence the desired particular solution is y(x) = 5ex + 2e3x.

22.   Imposition of the initial conditions y (0) = 3, y′(0) = 4 on the general solution

                                   (            )          (         )
      y ( x) = e − x / 3 c1 cos x / 3 + c2 sin x / 3  yields the two equations

      c1 = 3, − c1 / 3 + c2 / 3 = 4 with solution c1 = 3, c2 = 5 3. Hence the desired particular
                                                     (           )
      solution is y ( x ) = e − x / 3 3cos x / 3 + 5 3 sin x / 3  .
                                                                             (         )
23.   Imposition of the initial conditions y (0) = 3, y′(0) = 1 on the general solution
       y ( x ) = e3 x (c1 cos 4 x + c2 sin 4 x ) yields the two equations c1 = 3, 3c1 + 4c2 = 1 with
      solution c1 = 3, c2 = − 2. Hence the desired particular solution is
      y(x) = e3x(3 cos 4x - 2 sin 4x).
24.   Imposition of the initial conditions y (0) = 1, y ′(0) = − 1, y ′′(0) = 3 on the general
      solution y ( x ) = c1 + c2e 2 x + c3e − x / 2 yields the three equations

                      c1 + c2 + c3 = 1,      − c2 / 2 + 2c3 = − 1,    c2 / 4 + 4c3 = 3

      with solution c1 = − 7 / 2, c2 = 1/ 2, c3 = 4. Hence the desired particular solution is
      y(x) = (-7 + e2x + 8e-x/2)/2.

25.   Imposition of the initial conditions y (0) = − 1, y′(0) = 0, y′′(0) = 1 on the general
      solution y ( x) = c1 + c2 x + c3e −2 x / 3 yields the three equations

                      c1 + c3 = − 1,      c2 − 2c3 / 3 = 0,     4c3 / 9 = 1

      with solution c1 = − 13 / 4, c2 = 3 / 2, c3 = 9 / 4. Hence the desired particular solution is
      y(x) = (-13 + 6x + 9e-2x/3)/4.

26.   Imposition of the initial conditions y (0) = 1, y ′(0) = − 1, y ′′(0) = 3 on the general
      solution y ( x ) = c1 + c2e −5 x + c3 x e −5 x yields the three equations

                      c1 + c2 = 3,     − 5c2 + c3 = 4,        25c2 − 10c3 = 5

      with solution c1 = 24 / 5, c2 = − 9 / 5, c3 = − 5. Hence the desired particular solution is
      y(x) = (24 - 9e-5x - 25xe-5x)/5.

27.   First we spot the root r = 1. Then long division of the polynomial r 3 + 3r 2 − 4
      by r - 1 yields the quadratic factor r 2 + 4r + 4 = (r + 2) 2 with roots
      r = -2, -2. Hence the general solution is y(x) = c1ex + c2e-2x + c3xe-2x.

28.   First we spot the root r = 2. Then long division of the polynomial 2r3 - r2 - 5r - 2
      by the factor r - 2 yields the quadratic factor 2r2 + 3r + 1 = (2r + 1)(r + 1) with roots
      r = -1, -1/2. Hence the general solution is y(x) = c1e2x + c2e-x + c3e-x/2.

29.   First we spot the root r = –3. Then long division of the polynomial r 3 + 27 by
                                                                                (        )
      r + 3 yields the quadratic factor r 2 − 3r + 9 with roots r = 3 1 ± i 3 / 2. Hence the
                                          -3x    3x/2
      general solution is y(x) = c1e            +e      [c2cos(3x 3 /2) + c3 sin(3x 3 /2)].

30.   First we spot the root r = -1. Then long division of the polynomial

                                          r4 - r3 + r2 - 3r - 6
by r + 1 yields the cubic factor r3 - 2r2 + 3r - 6. Next we spot the root r = 2, and
      another long division yields the quadratic factor r2 + 3 with roots r = ±i 3 . Hence
      the general solution is y(x) = c1e-x + c2e2x + c3cos x 3 + c4sin x 3 .

31.   The characteristic equation r3 + 3r2 + 4r - 8 = 0 has the evident root r = 1, and long
      division then yields the quadratic factor r2 + 4r + 8 = (r + 2)2 + 4 corresponding to the
      complex conjugate roots -2 ± 2 i. Hence the general solution is

                             y(x) = c1ex + e-2x(c2 cos 2x + c3 sin 2x).

32.   The characteristic equation r4 + r3 - 3r2 - 5r - 2 = 0 has root r = 2 that is readily
      found by trial and error, and long division then yields the factorization

                                    (r - 2)(r + 1)3 = 0.

      Thus we obtain the general solution y(x) = c1e2x + (c2 + c3x + c4x2)e-x.

33.   Knowing that y = e3x is one solution, we divide the characteristic polynomial
      r3 + 3r2 - 54 by r - 3 and get the quadratic factor

                             r2 + 6r + 18 = (r + 3)2 + 9.

      Hence the general solution is y(x) = c1e3x + e-3x(c2 cos 3x + c3 sin 3x).

34.   Knowing that y = e2x/3 is one solution, we divide the characteristic polynomial
      3r3 - 2r2 + 12r - 8 by 3r - 2 and get the quadratic factor r2 + 4. Hence the general
      solution is
                            y(x) = c1e2x/3 + c2 cos 2x + c3 sin 2x.

35.   The fact that y = cos 2x is one solution tells us that r2 + 4 is a factor of the
      characteristic polynomial

                             6r4 + 5r3 + 25r2 + 20r + 4.

      Then long division yields the quadratic factor 6r 2 + 5r + 1 = (3r + 1)(2r + 1) with roots
      r = − 1/ 2, − 1/ 3. Hence the general solution is

                             y(x) = c1e-x/2 + c2e-x/3 + c3 cos 2x + c4 sin 2x

36.   The fact that y = e-x sin x is one solution tells us that (r + 1)2 + 1 = r2 + 2r + 2
      is a factor of the characteristic polynomial

                             9r3 + 11r2 + 4r - 14.
Then long division yields the linear factor 9r - 7. Hence the general solution is

                              y(x) = c1e7x/9 + e-x(c2 cos x + c3 sin x).

      The characteristic equation is r − r = r (r − 1) = 0 , so the general solution is
                                        4   3    3
37.
      y( x ) = A + Bx + Cx 2 + D e x . Imposition of the given initial conditions yields the
      equations

              A + D = 18,       B + D = 12,          2C + D = 13,           D = 7

      with solution A = 11, B = 5, C = 3, D = 7. Hence the desired particular solution is

                              y( x ) = 11 + 5 x + 3 x 2 + 7 e x .

38.   Given that r = 5 is one characteristic root, we divide (r – 5) into the characteristic
      polynomial r − 5r + 100r − 500 and get the remaining factor r + 100 . Thus the
                     3    2                                              2

      general solution is
                            y( x ) = A e 5 x + B cos 10 x + C sin 10 x .

      Imposition of the given initial conditions yields the equations

                      A + B = 0,       5 A + 10C = 10,              25 A − 100 B = 250

      with solution A = 2, B = − 2, C = 0. Hence the desired particular solution is
      y( x ) = 2 e 5 x − 2 cos 10 x .

39.   (r − 2)3 = r 3 − 6r 2 + 12r − 8 , so the differential equation is

                              y ′′′ − 6 y ′′ + 12 y ′ − 8 y = 0 .

40.   (r − 2)(r 2 + 4) = r 3 − 2r 2 + 4r − 8 , so the differential equation is

                              y ′′′ − 2 y ′′ + 4 y ′ − 8 y = 0 .

41.   (r 2 + 4)(r 2 − 4) = r 4 − 16 , so the differential equation is y (4) − 16 y = 0 .

42.   (r 2 + 4)3 = r 6 + 12r 4 + 48r 2 + 64 , so the differential equation is

                              y ( 6 ) + 12 y ( 4 ) + 48 y ′′ + 64 y = 0 .

44.   (a)    x = i, -2i                           (b)       x = -i, 3i
45.   The characteristic polynomial is the quadratic polynomial of Problem 44(b). Hence the
      general solution is

                y ( x ) = c1e − ix + c2 e3ix = c1 (cos x − i sin x ) + c2 (cos 3x + i sin 3x ).

46.   The characteristic polynomial is r 2 − ir + 6 = (r + 2i )(r − 3i ) so the general solution is

                y ( x) = c1e3 ix + c2 e −2 ix = c1 (cos 3x + i sin 3x) + c2 (cos 2 x − i sin 2 x ).

47.   The characteristic roots are r = ± −2 + 2i 3 = ± (1 + i 3) so the general solution is

      y ( x ) = c1e(1+ i   3) x
                                   + c2 e − (1+ i   3)x
                                                                       (                        )        (
                                                            = c1e x cos 3 x + i sin 3 x + c2 e − x cos 3 x − i sin 3 x        )
48.   The general solution is y(x) = Aex + Beαx + Ceßx where α = (-1 + i 3 )/2 and
      β = (-1 - i 3 )/2. Imposition of the given initial conditions yields the equations

                                           A+             B+         C = 1
                                           A+ α B+ βC = 0
                                           A + α 2 B + β 2C = 0

      that we solve for A = B = C = 1/3. Thus the desired particular solution is given
      by y ( x ) =    1
                      3   (e   x
                                   + e( −1+ i   3)x / 2
                                                          + e( −1−   3)x/ 2
                                                                              ) , which (using Euler's relation) reduces to the
      given real-valued solution.

49.   The general solution is y = Ae2x + Be-x + C cos x + D sin x. Imposition of the given
      initial conditions yields the equations

                                             A+ B+C      = 0
                                           2A − B     +D = 0
                                           4A + B − C    = 0
                                           8 A − B − D = 30

      that we solve for A = 2, B = -5, C = 3, and D = -9. Thus

                                          y(x) = 2e2x - 5e-x + 3 cos x - 9 sin x.

50.   If x > 0 then the differential equation is y′′ + y = 0 with general solution
       y = A cos x + B sin x. . But if x < 0 it is y′′ − y = 0 with general solution
       y = C cosh x + D sin x. To satisfy the initial conditions y1 (0) = 1, y1′(0) = 0 we choose
′
 A = C = 1 and B = D = 0. But to satisfy the initial conditions y2 (0) = 0, y2 (0) = 1 we
choose A = C = 0 and B = D = 1. The corresponding solutions are defined by

                    cos x if x ≥ 0,                 sin x if x ≥ 0,
        y1 ( x ) =                      y2 ( x ) = 
                   cosh x if x ≤ 0;                sinh x if x ≤ 0.

More Related Content

PDF
Sect5 5
PDF
System dynamics 3rd edition palm solutions manual
PDF
Sect1 1
DOC
resoltos formulas notables e factorización polinomios
PPTX
Clase funcion cuadratica
PDF
Test yourself for JEE(Main)TP-5
PPT
Quadratic Equations (Quadratic Formula) Using PowerPoint
PDF
Test yourself for JEE(Main)TP-4
Sect5 5
System dynamics 3rd edition palm solutions manual
Sect1 1
resoltos formulas notables e factorización polinomios
Clase funcion cuadratica
Test yourself for JEE(Main)TP-5
Quadratic Equations (Quadratic Formula) Using PowerPoint
Test yourself for JEE(Main)TP-4

What's hot (20)

PPT
16.2 Solving by Factoring
PPT
Circles
PDF
Foundation c2 exam june 2013 resit 2 sols
PPT
Quadratic Formula Presentation
PDF
Magical Short Tricks for JEE(Main).
PPT
Polynomial operations (1)
PPTX
Nature of the roots of a quadratic equation
PPT
QUADRATIC EQUATIONS
PPT
1.2. l1. sol of quadratic eq by factorization
PPT
Quadratic Equation and discriminant
PDF
Add maths complete f4 & f5 Notes
PPT
Quadratic And Roots
ODP
Quadratic functions
PDF
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
PDF
Formule matematice cls. v viii
DOC
Funciones1
PDF
09 p.t (straight line + circle) solution
PDF
The solution of problem
PDF
The solution-of-problem
PDF
Lista de derivadas e integrais
16.2 Solving by Factoring
Circles
Foundation c2 exam june 2013 resit 2 sols
Quadratic Formula Presentation
Magical Short Tricks for JEE(Main).
Polynomial operations (1)
Nature of the roots of a quadratic equation
QUADRATIC EQUATIONS
1.2. l1. sol of quadratic eq by factorization
Quadratic Equation and discriminant
Add maths complete f4 & f5 Notes
Quadratic And Roots
Quadratic functions
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
Formule matematice cls. v viii
Funciones1
09 p.t (straight line + circle) solution
The solution of problem
The solution-of-problem
Lista de derivadas e integrais
Ad

Similar to Sect5 3 (20)

PDF
Sect5 1
PDF
Cbse Class 12 Maths Sample Paper 2013 Model 3
DOCX
Integration SPM
PDF
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
PDF
resposta do capitulo 15
PDF
Sect5 2
PDF
Answers to Problems for Advanced Engineering Mathematics 6th Edition Internat...
PDF
Elementary Differential Equations 11th Edition Boyce Solutions Manual
DOCX
Statistics formulaee
PDF
Csm chapters12
PDF
Solutions for Problems in "A First Course in Differential Equations" (11th Ed...
PDF
Solo edo hasta 20
PDF
Solucion de problemas de ecuaciones difrenciales hasta 19
PDF
Gabarito completo anton_calculo_8ed_caps_01_08
PPT
2014 st josephs geelong spec maths
PDF
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1
PPTX
EPCA_MODULE-2.pptx
DOC
1st period exam review(w)
PDF
maths jee formulas.pdf
PDF
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Sect5 1
Cbse Class 12 Maths Sample Paper 2013 Model 3
Integration SPM
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
resposta do capitulo 15
Sect5 2
Answers to Problems for Advanced Engineering Mathematics 6th Edition Internat...
Elementary Differential Equations 11th Edition Boyce Solutions Manual
Statistics formulaee
Csm chapters12
Solutions for Problems in "A First Course in Differential Equations" (11th Ed...
Solo edo hasta 20
Solucion de problemas de ecuaciones difrenciales hasta 19
Gabarito completo anton_calculo_8ed_caps_01_08
2014 st josephs geelong spec maths
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1
EPCA_MODULE-2.pptx
1st period exam review(w)
maths jee formulas.pdf
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Ad

More from inKFUPM (20)

DOC
Tb10
DOC
Tb18
DOC
Tb14
DOC
Tb13
DOC
Tb17
DOC
Tb16
DOC
Tb15
DOC
Tb12
DOC
Tb11
DOC
Tb09
DOC
Tb05
DOC
Tb07
DOC
Tb04
DOC
Tb02
DOC
Tb03
DOC
Tb06
DOC
Tb01
DOC
Tb08
PDF
21221
PDF
Sect5 6
Tb10
Tb18
Tb14
Tb13
Tb17
Tb16
Tb15
Tb12
Tb11
Tb09
Tb05
Tb07
Tb04
Tb02
Tb03
Tb06
Tb01
Tb08
21221
Sect5 6

Recently uploaded (20)

PPTX
cloud_computing_Infrastucture_as_cloud_p
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Architecture types and enterprise applications.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
Getting Started with Data Integration: FME Form 101
PDF
project resource management chapter-09.pdf
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Hybrid model detection and classification of lung cancer
PDF
STKI Israel Market Study 2025 version august
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
cloud_computing_Infrastucture_as_cloud_p
Module 1.ppt Iot fundamentals and Architecture
WOOl fibre morphology and structure.pdf for textiles
Assigned Numbers - 2025 - Bluetooth® Document
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Architecture types and enterprise applications.pdf
Hindi spoken digit analysis for native and non-native speakers
Getting Started with Data Integration: FME Form 101
project resource management chapter-09.pdf
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Getting started with AI Agents and Multi-Agent Systems
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Hybrid model detection and classification of lung cancer
STKI Israel Market Study 2025 version august
DP Operators-handbook-extract for the Mautical Institute
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
A novel scalable deep ensemble learning framework for big data classification...
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...

Sect5 3

  • 1. SECTION 5.3 HOMOGENEOUS EQUATIONS WITH CONSTANT COEFFICIENTS This is a purely computational section devoted to the single most widely applicable type of higher order differential equations — linear ones with constant coefficients. In Problems 1-20, we write first the characteristic equation and its list of roots, then the corresponding general solution of the given differential equation. Explanatory comments are included only when the solution of the characteristic equation is not routine. 1. r 2 − 4 = ( r − 2 )( r + 2 ) = 0; r = − 2, 2; y ( x ) = c1e2x + c2e-2x 2. 2r 2 − 3r = r ( 2r − 3) = 0; r = 0, 3 / 2; y ( x) = c1 + c2e3x/2 3. r 2 + 3r − 10 = ( r + 5 )( r − 2 ) = 0; r = − 5, 2; y ( x) = c1e2x + c2e-5x 4. 2r 2 − 7r + 3 = ( 2r − 1)( r − 3) = 0; r = 1/ 2, 3; y ( x) = c1ex/2 + c2e3x r 2 + 6r + 9 = ( r + 3) = 0; 2 5. r = − 3, − 3; y ( x ) = c1e-3x + c2xe-3x 6. r 2 + 5r + 5 = 0; ( r = −5 ± 5 / 2 ) y(x) = e-5x/2[c1exp(x 5 /2) + c2exp(-x 5 /2)] 4r 2 − 12r + 9 = ( 2r − 3) = 0; 2 7. r = − 3 / 2, − 3 / 2; y ( x) = c1e3x/2 + c2xe3x/2 8. r 2 − 6r + 13 = 0; ( r = 6 ± −16 / 2 = 3 ± 2 i; ) y ( x) = e3x(c1 cos 2x + c2 sin 2x) 9. r 2 + 8r + 25 = 0; ( r = −8 ± −36 / 2 = − 4 ± 3 i; ) y ( x ) = e-4x(c1 cos 3x + c2 sin 3x) 10. 5r 4 + 3r 3 = r 3 (5r + 3) = 0; r = 0, 0, 0, − 3 / 5; y ( x) = c1 + c2x + c3x2 + c4e-3x/5 r 4 − 8r 3 + 16r 2 = r 2 ( r − 4 ) = 0; 2 11. r = 0, 0, 4, 4; y ( x) = c1 + c2x + c3e4x + c4xe4x r 4 − 3r 3 + 3r 2 − r = r ( r − 1) = 0; 3 12. r = 0, 1, 1, 1; y ( x) = c1 + c2ex + c3xex + c4x2ex 9r 3 + 12r 2 + 4r = r (3r + 2 ) = 0; 2 13. r = 0, − 2 / 3, − 2 / 3 -2x/3 -2x/3 y(x) = c1 + c2e + c3xe
  • 2. 14. ( )( 4r 4 + 3r 2 − 1 = r 2 − 1 r 2 + 4 = 0; ) r = − 1, 1, ± 2 i y(x) = c1ex + c2e-x + c3 cos 2x + c4 sin 2x ( ) 2 15. 4r 4 − 8r 2 + 16 = r 2 − 4 = (r − 2)2 (r + 2)2 = 0; r = 2, 2, − 2, − 2 y(x) = c1e2x + c2xe2x + c3e-2x + c4xe-2x ( ) 2 16. r 4 + 18r 2 + 81 = r 2 + 9 = 0; r = ± 3 i, ± 3 i y(x) = (c1 + c2x)cos 3x + (c3 + c4x)sin 3x 17. 6r 4 + 11r 2 + 4 = (2r 2 + 1)(3r 2 + 4) = 0; r = ± i / 2, ± 2 i / 3, y(x) = c1 cos(x/ 2 ) + c2 sin(x/ 2 ) + c3cos(2x/ 3 ) + c4 sin(2x/ 3 ) 18. ( )( r 4 − 16 = r 2 − 4 r 2 + 4 = 0; ) r = − 2, 2, ± 2 i 2x y(x) = c1e + c2e-2x + c3 cos 2x + c4 sin 2x 19. ( ) ( ) r 3 + r 2 − r − 1 = r r 2 − 1 + r 2 − 1 = ( r − 1)( r + 1) = 0; 2 r = 1, − 1, − 1; x -x -x y(x) = c1e + c2e + c3xe 20. r4 + 2r3 + 3r2 + 2r + 1 = (r2 + r + 1)2 = 0; ( −1 ± ) ( 3 i / 2, −1 ± 3 i / 2) y = e-x/2(c1 + c2x)cos(x 3 /2) + e-x/2(c3 + c4x)sin(x 3 /2) 21. Imposition of the initial conditions y (0) = 7, y′(0) = 11 on the general solution y ( x ) = c1e x + c2e3 x yields the two equations c1 + c2 = 7, c1 + 3c2 = 11 with solution c1 = 5, c2 = 2. Hence the desired particular solution is y(x) = 5ex + 2e3x. 22. Imposition of the initial conditions y (0) = 3, y′(0) = 4 on the general solution  ( )  ( ) y ( x) = e − x / 3 c1 cos x / 3 + c2 sin x / 3  yields the two equations c1 = 3, − c1 / 3 + c2 / 3 = 4 with solution c1 = 3, c2 = 5 3. Hence the desired particular ( ) solution is y ( x ) = e − x / 3 3cos x / 3 + 5 3 sin x / 3  .   ( ) 23. Imposition of the initial conditions y (0) = 3, y′(0) = 1 on the general solution y ( x ) = e3 x (c1 cos 4 x + c2 sin 4 x ) yields the two equations c1 = 3, 3c1 + 4c2 = 1 with solution c1 = 3, c2 = − 2. Hence the desired particular solution is y(x) = e3x(3 cos 4x - 2 sin 4x).
  • 3. 24. Imposition of the initial conditions y (0) = 1, y ′(0) = − 1, y ′′(0) = 3 on the general solution y ( x ) = c1 + c2e 2 x + c3e − x / 2 yields the three equations c1 + c2 + c3 = 1, − c2 / 2 + 2c3 = − 1, c2 / 4 + 4c3 = 3 with solution c1 = − 7 / 2, c2 = 1/ 2, c3 = 4. Hence the desired particular solution is y(x) = (-7 + e2x + 8e-x/2)/2. 25. Imposition of the initial conditions y (0) = − 1, y′(0) = 0, y′′(0) = 1 on the general solution y ( x) = c1 + c2 x + c3e −2 x / 3 yields the three equations c1 + c3 = − 1, c2 − 2c3 / 3 = 0, 4c3 / 9 = 1 with solution c1 = − 13 / 4, c2 = 3 / 2, c3 = 9 / 4. Hence the desired particular solution is y(x) = (-13 + 6x + 9e-2x/3)/4. 26. Imposition of the initial conditions y (0) = 1, y ′(0) = − 1, y ′′(0) = 3 on the general solution y ( x ) = c1 + c2e −5 x + c3 x e −5 x yields the three equations c1 + c2 = 3, − 5c2 + c3 = 4, 25c2 − 10c3 = 5 with solution c1 = 24 / 5, c2 = − 9 / 5, c3 = − 5. Hence the desired particular solution is y(x) = (24 - 9e-5x - 25xe-5x)/5. 27. First we spot the root r = 1. Then long division of the polynomial r 3 + 3r 2 − 4 by r - 1 yields the quadratic factor r 2 + 4r + 4 = (r + 2) 2 with roots r = -2, -2. Hence the general solution is y(x) = c1ex + c2e-2x + c3xe-2x. 28. First we spot the root r = 2. Then long division of the polynomial 2r3 - r2 - 5r - 2 by the factor r - 2 yields the quadratic factor 2r2 + 3r + 1 = (2r + 1)(r + 1) with roots r = -1, -1/2. Hence the general solution is y(x) = c1e2x + c2e-x + c3e-x/2. 29. First we spot the root r = –3. Then long division of the polynomial r 3 + 27 by ( ) r + 3 yields the quadratic factor r 2 − 3r + 9 with roots r = 3 1 ± i 3 / 2. Hence the -3x 3x/2 general solution is y(x) = c1e +e [c2cos(3x 3 /2) + c3 sin(3x 3 /2)]. 30. First we spot the root r = -1. Then long division of the polynomial r4 - r3 + r2 - 3r - 6
  • 4. by r + 1 yields the cubic factor r3 - 2r2 + 3r - 6. Next we spot the root r = 2, and another long division yields the quadratic factor r2 + 3 with roots r = ±i 3 . Hence the general solution is y(x) = c1e-x + c2e2x + c3cos x 3 + c4sin x 3 . 31. The characteristic equation r3 + 3r2 + 4r - 8 = 0 has the evident root r = 1, and long division then yields the quadratic factor r2 + 4r + 8 = (r + 2)2 + 4 corresponding to the complex conjugate roots -2 ± 2 i. Hence the general solution is y(x) = c1ex + e-2x(c2 cos 2x + c3 sin 2x). 32. The characteristic equation r4 + r3 - 3r2 - 5r - 2 = 0 has root r = 2 that is readily found by trial and error, and long division then yields the factorization (r - 2)(r + 1)3 = 0. Thus we obtain the general solution y(x) = c1e2x + (c2 + c3x + c4x2)e-x. 33. Knowing that y = e3x is one solution, we divide the characteristic polynomial r3 + 3r2 - 54 by r - 3 and get the quadratic factor r2 + 6r + 18 = (r + 3)2 + 9. Hence the general solution is y(x) = c1e3x + e-3x(c2 cos 3x + c3 sin 3x). 34. Knowing that y = e2x/3 is one solution, we divide the characteristic polynomial 3r3 - 2r2 + 12r - 8 by 3r - 2 and get the quadratic factor r2 + 4. Hence the general solution is y(x) = c1e2x/3 + c2 cos 2x + c3 sin 2x. 35. The fact that y = cos 2x is one solution tells us that r2 + 4 is a factor of the characteristic polynomial 6r4 + 5r3 + 25r2 + 20r + 4. Then long division yields the quadratic factor 6r 2 + 5r + 1 = (3r + 1)(2r + 1) with roots r = − 1/ 2, − 1/ 3. Hence the general solution is y(x) = c1e-x/2 + c2e-x/3 + c3 cos 2x + c4 sin 2x 36. The fact that y = e-x sin x is one solution tells us that (r + 1)2 + 1 = r2 + 2r + 2 is a factor of the characteristic polynomial 9r3 + 11r2 + 4r - 14.
  • 5. Then long division yields the linear factor 9r - 7. Hence the general solution is y(x) = c1e7x/9 + e-x(c2 cos x + c3 sin x). The characteristic equation is r − r = r (r − 1) = 0 , so the general solution is 4 3 3 37. y( x ) = A + Bx + Cx 2 + D e x . Imposition of the given initial conditions yields the equations A + D = 18, B + D = 12, 2C + D = 13, D = 7 with solution A = 11, B = 5, C = 3, D = 7. Hence the desired particular solution is y( x ) = 11 + 5 x + 3 x 2 + 7 e x . 38. Given that r = 5 is one characteristic root, we divide (r – 5) into the characteristic polynomial r − 5r + 100r − 500 and get the remaining factor r + 100 . Thus the 3 2 2 general solution is y( x ) = A e 5 x + B cos 10 x + C sin 10 x . Imposition of the given initial conditions yields the equations A + B = 0, 5 A + 10C = 10, 25 A − 100 B = 250 with solution A = 2, B = − 2, C = 0. Hence the desired particular solution is y( x ) = 2 e 5 x − 2 cos 10 x . 39. (r − 2)3 = r 3 − 6r 2 + 12r − 8 , so the differential equation is y ′′′ − 6 y ′′ + 12 y ′ − 8 y = 0 . 40. (r − 2)(r 2 + 4) = r 3 − 2r 2 + 4r − 8 , so the differential equation is y ′′′ − 2 y ′′ + 4 y ′ − 8 y = 0 . 41. (r 2 + 4)(r 2 − 4) = r 4 − 16 , so the differential equation is y (4) − 16 y = 0 . 42. (r 2 + 4)3 = r 6 + 12r 4 + 48r 2 + 64 , so the differential equation is y ( 6 ) + 12 y ( 4 ) + 48 y ′′ + 64 y = 0 . 44. (a) x = i, -2i (b) x = -i, 3i
  • 6. 45. The characteristic polynomial is the quadratic polynomial of Problem 44(b). Hence the general solution is y ( x ) = c1e − ix + c2 e3ix = c1 (cos x − i sin x ) + c2 (cos 3x + i sin 3x ). 46. The characteristic polynomial is r 2 − ir + 6 = (r + 2i )(r − 3i ) so the general solution is y ( x) = c1e3 ix + c2 e −2 ix = c1 (cos 3x + i sin 3x) + c2 (cos 2 x − i sin 2 x ). 47. The characteristic roots are r = ± −2 + 2i 3 = ± (1 + i 3) so the general solution is y ( x ) = c1e(1+ i 3) x + c2 e − (1+ i 3)x ( ) ( = c1e x cos 3 x + i sin 3 x + c2 e − x cos 3 x − i sin 3 x ) 48. The general solution is y(x) = Aex + Beαx + Ceßx where α = (-1 + i 3 )/2 and β = (-1 - i 3 )/2. Imposition of the given initial conditions yields the equations A+ B+ C = 1 A+ α B+ βC = 0 A + α 2 B + β 2C = 0 that we solve for A = B = C = 1/3. Thus the desired particular solution is given by y ( x ) = 1 3 (e x + e( −1+ i 3)x / 2 + e( −1− 3)x/ 2 ) , which (using Euler's relation) reduces to the given real-valued solution. 49. The general solution is y = Ae2x + Be-x + C cos x + D sin x. Imposition of the given initial conditions yields the equations A+ B+C = 0 2A − B +D = 0 4A + B − C = 0 8 A − B − D = 30 that we solve for A = 2, B = -5, C = 3, and D = -9. Thus y(x) = 2e2x - 5e-x + 3 cos x - 9 sin x. 50. If x > 0 then the differential equation is y′′ + y = 0 with general solution y = A cos x + B sin x. . But if x < 0 it is y′′ − y = 0 with general solution y = C cosh x + D sin x. To satisfy the initial conditions y1 (0) = 1, y1′(0) = 0 we choose
  • 7. ′ A = C = 1 and B = D = 0. But to satisfy the initial conditions y2 (0) = 0, y2 (0) = 1 we choose A = C = 0 and B = D = 1. The corresponding solutions are defined by  cos x if x ≥ 0,  sin x if x ≥ 0, y1 ( x ) =  y2 ( x ) =  cosh x if x ≤ 0; sinh x if x ≤ 0.