SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
SECTION 5.2

GENERAL SOLUTIONS OF LINEAR EQUATIONS
Students should check each of Theorems 1 through 4 in this section to see that, in the case
n = 2, it reduces to the corresponding theorem in Section 5.1. Similarly, the computational
problems for this section largely parallel those for the previous section. By the end of Section
5.2 students should understand that, although we do not prove the existence-uniqueness theorem
now, it provides the basis for everything we do with linear differential equations.

The linear combinations listed in Problems 1-6 were discovered "by inspection" — that is, by
trial and error.

1.     (5/2)(2x) + (-8/3)(3x2) + (-1)(5x - 8x2) = 0

2.     (-4)(5) + (5)(2 - 3x2) + (1)(10 + 15x2) = 0

3.     (1)(0) + (0)(sin x) + (0)(ex) = 0

4.     (1)(17) + (-17/2)(2 sin2x) + (-17/3)(3 cos2x) = 0, because sin2x + cos2x = 1.

5.     (1)(17) + (-34)(cos2x) + (17)(cos 2x) = 0, because 2 cos2x = 1 + cos 2x.

6.     (-1)(ex) + (1)(cosh x) + (1)(sinh x) = 0, because cosh x = (ex + e-x)/2 and
       sinh x = (ex - e-x)/2.

           1 x x2
7.     W = 0 1 2 x = 2 is nonzero everywhere.
           0 0 2

          ex      e2 x     e3 x
8.    W = ex      2e 2 x   3e 3 x = 2 e 6 x is never zero.
          ex      4e 2 x   9e 3 x

9.     W = ex(cos2x + sin2x) = ex ≠ 0

10.    W = x-7ex(x + 1)(x + 4) is nonzero for x > 0.

11.    W = x3e2x is nonzero if x ≠ 0.

12.    W = x-2[2 cos2(ln x) + 2 sin2(ln x)] = 2x-2 is nonzero for x > 0.

In each of Problems 13-20 we first form the general solution
y(x) = c1y1(x) + c2y2(x) + c3y3(x),

then calculate y′(x) and y″(x), and finally impose the given initial conditions to determine the
values of the coefficients c1, c2, c3.

13.    Imposition of the initial conditions y (0) = 1, y ′(0) = 2, y ′′(0) = 0 on the general solution
        y ( x ) = c1e x + c2e − x + c3e −2 x yields the three equations

                c1 + c2 + c3 = 1,       c1 − c2 − 2c3 = 2,      c1 + c2 + 4c3 = 0

       with solution c1 = 4 / 3, c2 = 0, c3 = − 1/ 3. Hence the desired particular solution is
       given by y(x) = (4ex - e-2x)/3.

14.    Imposition of the initial conditions y (0) = 0, y ′(0) = 0, y′′(0) = 3 on the general solution
        y ( x ) = c1e x + c2e 2 x + c3e3 x yields the three equations

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

       with solution c1 = 3 / 2, c2 = − 3, c3 = 3 / 2. Hence the desired particular solution is
       given by y(x) = (3ex - 6e2x + 3e3x)/2.

15.    Imposition of the initial conditions y (0) = 2, y′(0) = 0, y′′(0) = 0 on the general solution
        y ( x ) = c1e x + c2 x e x + c3 x 2 e3 x yields the three equations

                         c1 = 2,      c1 + c2 = 0,    c1 + 2c2 + 2c3 = 0

       with solution c1 = 2, c2 = − 2, c3 = 1. Hence the desired particular solution is given by
       y(x) = (2 - 2x + x2)ex.

16.    Imposition of the initial conditions y (0) = 1, y ′(0) = 4, y ′′(0) = 0 on the general solution
        y ( x ) = c1e x + c2e 2 x + c3 x e 2 x yields the three equations

                         c1 + c2 = 1,      c1 + 2c2 + c3 = 4,      c1 + 4c2 + 4c3 = 0

       with solution c1 = − 12, c2 = 13, c3 = − 10. Hence the desired particular solution is
       given by y(x) = -12ex + 13e2x - 10xe2x.

17.    Imposition of the initial conditions y (0) = 3, y′(0) = − 1, y′′(0) = 2 on the general
       solution y ( x ) = c1 + c2 cos 3x + c3 sin 3x yields the three equations
c1 + c2 = 3,   3c3 = − 1,    − 9c2 = 2

       with solution c1 = 29 / 9, c2 = − 2 / 9, c3 = − 1/ 3. Hence the desired particular solution is
       given by y(x) = (29 - 2 cos 3x - 3 sin 3x)/9.

18.    Imposition of the initial conditions y (0) = 1, y ′(0) = 0, y′′(0) = 0 on the general solution
        y ( x) = e x (c1 + c2 cos x + c3 sin x ) yields the three equations

                       c1 + c2 = 1,   c1 + c2 + c3 = 0,    c1 + 2c3 = 0

       with solution c1 = 2, c2 = − 1, c3 = − 1. Hence the desired particular solution is given by
       y(x) = ex(2 - cos x - sin x).

19.    Imposition of the initial conditions y (1) = 6, y ′(1) = 14, y ′′(1) = 22 on the general
       solution y ( x) = c1 x + c2 x 2 + c3 x 3 yields the three equations

                       c1 + c2 + c3 = 6,   c1 + 2c2 + 3c3 = 14,    2c2 + 6c3 = 22

       with solution c1 = 1, c2 = 2, c3 = 3. Hence the desired particular solution is given by
       y(x) = x + 2x2 + 3x3.

20.    Imposition of the initial conditions y (1) = 1, y ′(1) = 5, y ′′(1) = − 11 on the general
       solution y ( x ) = c1 x + c2 x −2 + c3 x −2 ln x yields the three equations

                       c1 + c2 = 1,   c1 − 2c2 + c3 = 5,    6c2 − 5c3 = − 11

       with solution c1 = 2, c2 = − 1, c3 = 1. Hence the desired particular solution is given by
       y(x) = 2x - x-2 + x-2 ln x.

In each of Problems 21-24 we first form the general solution

                       y(x) = yc(x) + yp(x) = c1y1(x) + c2y2(x) + yp(x),

then calculate y′(x), and finally impose the given initial conditions to determine the values of
the coefficients c1 and c2.

21.    Imposition of the initial conditions y (0) = 2, y′(0) = − 2 on the general solution
        y ( x ) = c1 cos x + c2 sin x + 3 x yields the two equations c1 = 2, c2 + 3 = − 2 with
       solution c1 = 2, c2 = − 5. Hence the desired particular solution is given by
       y(x) = 2 cos x - 5 sin x + 3x.
22.   Imposition of the initial conditions y (0) = 0, y′(0) = 10 on the general solution
       y ( x) = c1e 2 x + c2e −2 x − 3 yields the two equations c1 + c2 − 3 = 0, 2c1 − 2c2 = 10 with
      solution c1 = 4, c2 = − 1. Hence the desired particular solution is given by
      y(x) = 4e2x - e-2x - 3.

23.   Imposition of the initial conditions y (0) = 3, y′(0) = 11 on the general solution
       y ( x ) = c1e − x + c2 e3 x − 2 yields the two equations c1 + c2 − 2 = 3, − c1 + 3c2 = 11 with
      solution c1 = 1, c2 = 4. Hence the desired particular solution is given by
      y(x) = e-x + 4e3x - 2.

24.   Imposition of the initial conditions y (0) = 4, y′(0) = 8 on the general solution
       y ( x ) = c1e x cos x + c2 e x cos x + x + 1 yields the two equations c1 + 1 = 4, c1 + c2 + 1 = 8
      with solution c1 = 3, c2 = 4. Hence the desired particular solution is given by
      y(x) = ex(3 cos x + 4 sin x) + x + 1.

25.   L[y] = L[y1 + y2] = L[y1] + L[y2] = f + g

26.   (a)     y1 = 2 and y2 = 3x                 (b)         y = y1 + y2 = 2 + 3x

27.   The equations

                       c1 + c2x + c3x2 = 0,          c2 + 2c3x + 0,       2c3 = 0

      (the latter two obtained by successive differentiation of the first one) evidently imply —
      by substituting x = 0 — that c1 = c2 = c3 = 0.

28.   If you differentiate the equation c0 + c1 x + c2 x 2 +  + cn x n = 0 repeatedly, n times in
      succession, the result is the system

                       c0 + c1 x + c2 x 2 +  + cn x n = 0

                       c1 + 2c2 x +  + ncn x n −1 = 0

                               

                       (n − 1)!cn −1 + n !cn x = 0

                                n !cn = 0

      of n+1 equations in the n+1 coefficients c0 , c1 , c2 ,  , cn . Upon substitution of
      x = 0, the (k+1)st of these equations reduces to k !ck = 0, so it follows that all these
      coefficients must vanish.
29.   If c0erx + c1xerx + ⋅⋅⋅ + cnxnerx = 0, then division by erx yields

                             c0 + c1x + ⋅⋅⋅ + cnxn = 0,

      so the result of Problem 28 applies.

30.   When the equation x2y″ - 2xy′ + 2y = 0 is rewritten in standard form

                             y″ + (-2/x)y′ + (2/x2)y = 0,

      the coefficient functions p1(x) = -2/x and p2(x) = 2/x2 are not continuous at x = 0.
      Thus the hypotheses of Theorem 3 are not satisfied.

31.   (a)    Substitution of x = a in the differential equation gives y′′(a) = − p y′(a) − q(a).

      (b)    If y(0) = 1 and y′(0) = 0, then the equation y″ - 2y′ - 5y = 0 implies that
      y″(0) = 2y′(0) + 5y(0) = 5.

32.   Let the functions y1, y2, ⋅⋅⋅ , yn be chosen as indicated. Then evaluation at
      x = a of the (k - 1)st derivative of the equation c1y1 + c2y2 + ⋅⋅⋅ cnyn = 0 yields
      ck = 0. Thus c1 = c2 = ⋅⋅⋅ = cn = 0, so the functions are linearly independent.

33.   This follows from the fact that

                              1    1    1
                              a    b    c = (b − a)(c − b)(c − a).
                              a2   b2   c2

34.   W(f1, f2, ⋅⋅⋅, fn) = V exp(rix), and neither V nor exp(rix) vanishes.

Weitere ähnliche Inhalte

Was ist angesagt?

Engr 213 midterm 2b sol 2009
Engr 213 midterm 2b sol 2009Engr 213 midterm 2b sol 2009
Engr 213 midterm 2b sol 2009
akabaka12
 
Engr 213 midterm 2a 2009
Engr 213 midterm 2a 2009Engr 213 midterm 2a 2009
Engr 213 midterm 2a 2009
akabaka12
 
Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]
mh9110112
 
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
Nish Kala Devi
 

Was ist angesagt? (20)

Engr 213 midterm 2b sol 2009
Engr 213 midterm 2b sol 2009Engr 213 midterm 2b sol 2009
Engr 213 midterm 2b sol 2009
 
Higherorder non homogeneous partial differrential equations (Maths 3) Power P...
Higherorder non homogeneous partial differrential equations (Maths 3) Power P...Higherorder non homogeneous partial differrential equations (Maths 3) Power P...
Higherorder non homogeneous partial differrential equations (Maths 3) Power P...
 
maths
maths maths
maths
 
Engr 213 midterm 2a 2009
Engr 213 midterm 2a 2009Engr 213 midterm 2a 2009
Engr 213 midterm 2a 2009
 
Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]
 
1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization
 
160280102021 c2 aem (2)
160280102021 c2 aem (2)160280102021 c2 aem (2)
160280102021 c2 aem (2)
 
Ch03 4
Ch03 4Ch03 4
Ch03 4
 
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
Dirty quant-shortcut-workshop-handout-inequalities-functions-graphs-coordinat...
 
Sect5 3
Sect5 3Sect5 3
Sect5 3
 
Diifferential equation akshay
Diifferential equation akshayDiifferential equation akshay
Diifferential equation akshay
 
05. s3 ecuaciones polinómicas
05. s3 ecuaciones polinómicas05. s3 ecuaciones polinómicas
05. s3 ecuaciones polinómicas
 
06. s4 inecuaciones polinómicas y racionales
06. s4 inecuaciones polinómicas y racionales06. s4 inecuaciones polinómicas y racionales
06. s4 inecuaciones polinómicas y racionales
 
Aieee Maths 2004
Aieee Maths  2004Aieee Maths  2004
Aieee Maths 2004
 
C language numanal
C language numanalC language numanal
C language numanal
 
Presentación álgebra
Presentación álgebraPresentación álgebra
Presentación álgebra
 
Sistem pertidaksamaan kuadrat 2 variabel
Sistem pertidaksamaan kuadrat 2 variabelSistem pertidaksamaan kuadrat 2 variabel
Sistem pertidaksamaan kuadrat 2 variabel
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
MA8353 TPDE
MA8353 TPDEMA8353 TPDE
MA8353 TPDE
 
Chapter 1 (maths 3)
Chapter 1 (maths 3)Chapter 1 (maths 3)
Chapter 1 (maths 3)
 

Ähnlich wie Sect5 2

Engr 213 midterm 2a sol 2009
Engr 213 midterm 2a sol 2009Engr 213 midterm 2a sol 2009
Engr 213 midterm 2a sol 2009
akabaka12
 
Engr 213 midterm 2b sol 2010
Engr 213 midterm 2b sol 2010Engr 213 midterm 2b sol 2010
Engr 213 midterm 2b sol 2010
akabaka12
 
Engr 213 midterm 2a sol 2010
Engr 213 midterm 2a sol 2010Engr 213 midterm 2a sol 2010
Engr 213 midterm 2a sol 2010
akabaka12
 
Engr 213 sample midterm 2b sol 2010
Engr 213 sample midterm 2b sol 2010Engr 213 sample midterm 2b sol 2010
Engr 213 sample midterm 2b sol 2010
akabaka12
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
fatima d
 

Ähnlich wie Sect5 2 (18)

Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
 
Engr 213 midterm 2a sol 2009
Engr 213 midterm 2a sol 2009Engr 213 midterm 2a sol 2009
Engr 213 midterm 2a sol 2009
 
Engr 213 midterm 2b sol 2010
Engr 213 midterm 2b sol 2010Engr 213 midterm 2b sol 2010
Engr 213 midterm 2b sol 2010
 
Solution of Differential Equations in Power Series by Employing Frobenius Method
Solution of Differential Equations in Power Series by Employing Frobenius MethodSolution of Differential Equations in Power Series by Employing Frobenius Method
Solution of Differential Equations in Power Series by Employing Frobenius Method
 
Sect1 R
Sect1 RSect1 R
Sect1 R
 
Assignment no4
Assignment no4Assignment no4
Assignment no4
 
Linear Differential Equations1
Linear Differential Equations1Linear Differential Equations1
Linear Differential Equations1
 
Engr 213 midterm 2a sol 2010
Engr 213 midterm 2a sol 2010Engr 213 midterm 2a sol 2010
Engr 213 midterm 2a sol 2010
 
Engr 213 sample midterm 2b sol 2010
Engr 213 sample midterm 2b sol 2010Engr 213 sample midterm 2b sol 2010
Engr 213 sample midterm 2b sol 2010
 
Binomial theorem for any index
Binomial theorem for any indexBinomial theorem for any index
Binomial theorem for any index
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Higher Differential Equation
Higher Differential Equation Higher Differential Equation
Higher Differential Equation
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
 
Ch[1].2
Ch[1].2Ch[1].2
Ch[1].2
 
Sect5 5
Sect5 5Sect5 5
Sect5 5
 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
 
maths jee formulas.pdf
maths jee formulas.pdfmaths jee formulas.pdf
maths jee formulas.pdf
 
Solved exercises simple integration
Solved exercises simple integrationSolved exercises simple integration
Solved exercises simple integration
 

Mehr von inKFUPM (20)

Tb10
Tb10Tb10
Tb10
 
Tb18
Tb18Tb18
Tb18
 
Tb14
Tb14Tb14
Tb14
 
Tb13
Tb13Tb13
Tb13
 
Tb17
Tb17Tb17
Tb17
 
Tb16
Tb16Tb16
Tb16
 
Tb15
Tb15Tb15
Tb15
 
Tb12
Tb12Tb12
Tb12
 
Tb11
Tb11Tb11
Tb11
 
Tb09
Tb09Tb09
Tb09
 
Tb05
Tb05Tb05
Tb05
 
Tb07
Tb07Tb07
Tb07
 
Tb04
Tb04Tb04
Tb04
 
Tb02
Tb02Tb02
Tb02
 
Tb03
Tb03Tb03
Tb03
 
Tb06
Tb06Tb06
Tb06
 
Tb01
Tb01Tb01
Tb01
 
Tb08
Tb08Tb08
Tb08
 
21221
2122121221
21221
 
Sect5 6
Sect5 6Sect5 6
Sect5 6
 

Kürzlich hochgeladen

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Sect5 2

  • 1. SECTION 5.2 GENERAL SOLUTIONS OF LINEAR EQUATIONS Students should check each of Theorems 1 through 4 in this section to see that, in the case n = 2, it reduces to the corresponding theorem in Section 5.1. Similarly, the computational problems for this section largely parallel those for the previous section. By the end of Section 5.2 students should understand that, although we do not prove the existence-uniqueness theorem now, it provides the basis for everything we do with linear differential equations. The linear combinations listed in Problems 1-6 were discovered "by inspection" — that is, by trial and error. 1. (5/2)(2x) + (-8/3)(3x2) + (-1)(5x - 8x2) = 0 2. (-4)(5) + (5)(2 - 3x2) + (1)(10 + 15x2) = 0 3. (1)(0) + (0)(sin x) + (0)(ex) = 0 4. (1)(17) + (-17/2)(2 sin2x) + (-17/3)(3 cos2x) = 0, because sin2x + cos2x = 1. 5. (1)(17) + (-34)(cos2x) + (17)(cos 2x) = 0, because 2 cos2x = 1 + cos 2x. 6. (-1)(ex) + (1)(cosh x) + (1)(sinh x) = 0, because cosh x = (ex + e-x)/2 and sinh x = (ex - e-x)/2. 1 x x2 7. W = 0 1 2 x = 2 is nonzero everywhere. 0 0 2 ex e2 x e3 x 8. W = ex 2e 2 x 3e 3 x = 2 e 6 x is never zero. ex 4e 2 x 9e 3 x 9. W = ex(cos2x + sin2x) = ex ≠ 0 10. W = x-7ex(x + 1)(x + 4) is nonzero for x > 0. 11. W = x3e2x is nonzero if x ≠ 0. 12. W = x-2[2 cos2(ln x) + 2 sin2(ln x)] = 2x-2 is nonzero for x > 0. In each of Problems 13-20 we first form the general solution
  • 2. y(x) = c1y1(x) + c2y2(x) + c3y3(x), then calculate y′(x) and y″(x), and finally impose the given initial conditions to determine the values of the coefficients c1, c2, c3. 13. Imposition of the initial conditions y (0) = 1, y ′(0) = 2, y ′′(0) = 0 on the general solution y ( x ) = c1e x + c2e − x + c3e −2 x yields the three equations c1 + c2 + c3 = 1, c1 − c2 − 2c3 = 2, c1 + c2 + 4c3 = 0 with solution c1 = 4 / 3, c2 = 0, c3 = − 1/ 3. Hence the desired particular solution is given by y(x) = (4ex - e-2x)/3. 14. Imposition of the initial conditions y (0) = 0, y ′(0) = 0, y′′(0) = 3 on the general solution y ( x ) = c1e x + c2e 2 x + c3e3 x yields the three equations c1 + c2 + c3 = 1, c1 + 2c2 + 3c3 = 2, c1 + 4c2 + 9c3 = 0 with solution c1 = 3 / 2, c2 = − 3, c3 = 3 / 2. Hence the desired particular solution is given by y(x) = (3ex - 6e2x + 3e3x)/2. 15. Imposition of the initial conditions y (0) = 2, y′(0) = 0, y′′(0) = 0 on the general solution y ( x ) = c1e x + c2 x e x + c3 x 2 e3 x yields the three equations c1 = 2, c1 + c2 = 0, c1 + 2c2 + 2c3 = 0 with solution c1 = 2, c2 = − 2, c3 = 1. Hence the desired particular solution is given by y(x) = (2 - 2x + x2)ex. 16. Imposition of the initial conditions y (0) = 1, y ′(0) = 4, y ′′(0) = 0 on the general solution y ( x ) = c1e x + c2e 2 x + c3 x e 2 x yields the three equations c1 + c2 = 1, c1 + 2c2 + c3 = 4, c1 + 4c2 + 4c3 = 0 with solution c1 = − 12, c2 = 13, c3 = − 10. Hence the desired particular solution is given by y(x) = -12ex + 13e2x - 10xe2x. 17. Imposition of the initial conditions y (0) = 3, y′(0) = − 1, y′′(0) = 2 on the general solution y ( x ) = c1 + c2 cos 3x + c3 sin 3x yields the three equations
  • 3. c1 + c2 = 3, 3c3 = − 1, − 9c2 = 2 with solution c1 = 29 / 9, c2 = − 2 / 9, c3 = − 1/ 3. Hence the desired particular solution is given by y(x) = (29 - 2 cos 3x - 3 sin 3x)/9. 18. Imposition of the initial conditions y (0) = 1, y ′(0) = 0, y′′(0) = 0 on the general solution y ( x) = e x (c1 + c2 cos x + c3 sin x ) yields the three equations c1 + c2 = 1, c1 + c2 + c3 = 0, c1 + 2c3 = 0 with solution c1 = 2, c2 = − 1, c3 = − 1. Hence the desired particular solution is given by y(x) = ex(2 - cos x - sin x). 19. Imposition of the initial conditions y (1) = 6, y ′(1) = 14, y ′′(1) = 22 on the general solution y ( x) = c1 x + c2 x 2 + c3 x 3 yields the three equations c1 + c2 + c3 = 6, c1 + 2c2 + 3c3 = 14, 2c2 + 6c3 = 22 with solution c1 = 1, c2 = 2, c3 = 3. Hence the desired particular solution is given by y(x) = x + 2x2 + 3x3. 20. Imposition of the initial conditions y (1) = 1, y ′(1) = 5, y ′′(1) = − 11 on the general solution y ( x ) = c1 x + c2 x −2 + c3 x −2 ln x yields the three equations c1 + c2 = 1, c1 − 2c2 + c3 = 5, 6c2 − 5c3 = − 11 with solution c1 = 2, c2 = − 1, c3 = 1. Hence the desired particular solution is given by y(x) = 2x - x-2 + x-2 ln x. In each of Problems 21-24 we first form the general solution y(x) = yc(x) + yp(x) = c1y1(x) + c2y2(x) + yp(x), then calculate y′(x), and finally impose the given initial conditions to determine the values of the coefficients c1 and c2. 21. Imposition of the initial conditions y (0) = 2, y′(0) = − 2 on the general solution y ( x ) = c1 cos x + c2 sin x + 3 x yields the two equations c1 = 2, c2 + 3 = − 2 with solution c1 = 2, c2 = − 5. Hence the desired particular solution is given by y(x) = 2 cos x - 5 sin x + 3x.
  • 4. 22. Imposition of the initial conditions y (0) = 0, y′(0) = 10 on the general solution y ( x) = c1e 2 x + c2e −2 x − 3 yields the two equations c1 + c2 − 3 = 0, 2c1 − 2c2 = 10 with solution c1 = 4, c2 = − 1. Hence the desired particular solution is given by y(x) = 4e2x - e-2x - 3. 23. Imposition of the initial conditions y (0) = 3, y′(0) = 11 on the general solution y ( x ) = c1e − x + c2 e3 x − 2 yields the two equations c1 + c2 − 2 = 3, − c1 + 3c2 = 11 with solution c1 = 1, c2 = 4. Hence the desired particular solution is given by y(x) = e-x + 4e3x - 2. 24. Imposition of the initial conditions y (0) = 4, y′(0) = 8 on the general solution y ( x ) = c1e x cos x + c2 e x cos x + x + 1 yields the two equations c1 + 1 = 4, c1 + c2 + 1 = 8 with solution c1 = 3, c2 = 4. Hence the desired particular solution is given by y(x) = ex(3 cos x + 4 sin x) + x + 1. 25. L[y] = L[y1 + y2] = L[y1] + L[y2] = f + g 26. (a) y1 = 2 and y2 = 3x (b) y = y1 + y2 = 2 + 3x 27. The equations c1 + c2x + c3x2 = 0, c2 + 2c3x + 0, 2c3 = 0 (the latter two obtained by successive differentiation of the first one) evidently imply — by substituting x = 0 — that c1 = c2 = c3 = 0. 28. If you differentiate the equation c0 + c1 x + c2 x 2 + + cn x n = 0 repeatedly, n times in succession, the result is the system c0 + c1 x + c2 x 2 + + cn x n = 0 c1 + 2c2 x + + ncn x n −1 = 0 (n − 1)!cn −1 + n !cn x = 0 n !cn = 0 of n+1 equations in the n+1 coefficients c0 , c1 , c2 , , cn . Upon substitution of x = 0, the (k+1)st of these equations reduces to k !ck = 0, so it follows that all these coefficients must vanish.
  • 5. 29. If c0erx + c1xerx + ⋅⋅⋅ + cnxnerx = 0, then division by erx yields c0 + c1x + ⋅⋅⋅ + cnxn = 0, so the result of Problem 28 applies. 30. When the equation x2y″ - 2xy′ + 2y = 0 is rewritten in standard form y″ + (-2/x)y′ + (2/x2)y = 0, the coefficient functions p1(x) = -2/x and p2(x) = 2/x2 are not continuous at x = 0. Thus the hypotheses of Theorem 3 are not satisfied. 31. (a) Substitution of x = a in the differential equation gives y′′(a) = − p y′(a) − q(a). (b) If y(0) = 1 and y′(0) = 0, then the equation y″ - 2y′ - 5y = 0 implies that y″(0) = 2y′(0) + 5y(0) = 5. 32. Let the functions y1, y2, ⋅⋅⋅ , yn be chosen as indicated. Then evaluation at x = a of the (k - 1)st derivative of the equation c1y1 + c2y2 + ⋅⋅⋅ cnyn = 0 yields ck = 0. Thus c1 = c2 = ⋅⋅⋅ = cn = 0, so the functions are linearly independent. 33. This follows from the fact that 1 1 1 a b c = (b − a)(c − b)(c − a). a2 b2 c2 34. W(f1, f2, ⋅⋅⋅, fn) = V exp(rix), and neither V nor exp(rix) vanishes.