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

  • Thread starter Thread starter OllyRutts
  • Start date Start date
  • Tags Tags
    Integrals
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top