How Do You Solve a Second Order Differential Equation Using Trial Solutions?

  • Thread starter Thread starter OllyRutts
  • Start date Start date
  • Tags Tags
    Integrals
Click For Summary
SUMMARY

The discussion focuses on solving the second-order differential equation (d²y/dx²) + (dy/dx) = cos(x) using trial solutions. The proposed trial solution is y = p*cos(x) + q*sin(x), leading to the derivatives y' = -p*sin(x) + q*cos(x) and y'' = -p*cos(x) - q*sin(x). The main challenge is equating coefficients after substituting these derivatives into the original equation, resulting in the equations -q - p = 0 and -p + q = 1. The solution requires understanding that the coefficients of sin(x) and cos(x) must satisfy these equations for the identity to hold true for all x.

PREREQUISITES
  • Understanding of second-order differential equations
  • Familiarity with trial solutions in differential equations
  • Knowledge of linear independence of trigonometric functions
  • Ability to equate coefficients in polynomial identities
NEXT STEPS
  • Study the method of undetermined coefficients for solving differential equations
  • Learn about homogeneous solutions in differential equations
  • Explore linear independence of functions in the context of differential equations
  • Practice solving various second-order differential equations with different right-hand sides
USEFUL FOR

Students studying differential equations, mathematicians, and educators looking to deepen their understanding of solving second-order linear differential equations using trial solutions.

OllyRutts
Messages
4
Reaction score
0

Homework Statement


(d^2y/dx^2) + (dy/dx) = cos xSo you have the trial solution
y= p*cos(x)+q*sin(x)
(dy/dx) = -p*sin(x)+q*cos(x)
(d^2y/dx^2)=-p*cos(x)-q*sin(x)

The issue I am having is equating the coefficients when after I have subbed them into the initial equation:
-p*cos(x)-q*sin(x)-p*sin(x)+q*cos(x)=cos(x)

Equating coefficients of sin x gives -q-p=0
Equating coefficients ofcos x gives -p+q=1
My question is why is
-q*sin(x)-p*sin(x)=cos(x)
= q-p=0and same for equating for cos x?

Thanks
Olly
 
Physics news on Phys.org
OllyRutts said:

Homework Statement


(d^2y/dx^2) + (dy/dx) = cos xSo you have the trial solution
y= p*cos(x)+q*sin(x)
(dy/dx) = -p*sin(x)+q*cos(x)
(d^2y/dx^2)=-p*cos(x)-q*sin(x)
It's much simpler to write the 2nd and 3rd equations as
y' = -p * sin(x) + q * cos(x)
y'' = -p * cos(x) - q * sin(x)
OllyRutts said:
The issue I am having is equating the coefficients when after I have subbed them into the initial equation:
-p*cos(x)-q*sin(x)-p*sin(x)+q*cos(x)=cos(x)
Equating coefficients of sin x gives -q-p=0
Equating coefficients ofcos x gives -p+q=1
My question is why is
-q*sin(x)-p*sin(x)=cos(x)
= q-p=0
Because the equation ##(-p + q)\cos(x) + (-q - p)\sin(x) = \cos(x)## has to be identically true; i.e., true independent of the values of x.
So for the equation to be true for all values of x, it must be the case that the coefficient of cos(x) on the left side has to be 1, and the coefficient of sin(x) on the left side has to be 0, since sin(x) doesn't appear on the right side.
It's also true (and germane to my reasoning here) that the sin and cos functions are linearly independent. That is, neither one is a constant multiple of the other.
OllyRutts said:
and same for equating for cos x?

Thanks
Olly
 
OllyRutts said:

Homework Statement


(d^2y/dx^2) + (dy/dx) = cos xSo you have the trial solution
y= p*cos(x)+q*sin(x)
.
Don't forget the possibility of solutions to the homogeneous equation, where instead of ## \cos x ##, the right side of the differential equation is equal to zero. The complete solution consists of the particular solution, (which you found), plus any homogeneous solution.
 

Similar threads

Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K