What guess should I use when the right hand side is a constant?

  • Thread starter Thread starter CraigH
  • Start date Start date
  • Tags Tags
    Constant hand
CraigH
Messages
221
Reaction score
1
What form should the particular solution of a 2nd order linear non homogeneous differential equation take when the right hand side is a constant?

if the differential differential equation has the form

Ay''+By'+Cy = g(x)

where g(x) is a constant

what form should the particular solution take?

I know if g(x) is an exponential the "trial" solution should be A(e^x)

If g(x) is trigonometric it should be A(sin(x))+B(cos(x))

And If it is a polynomial of degree n it should be A(x^n) + B(x^(n-1)) ... +C(x^0)

But what if the differential equation is just Ay''+By'+Cy = D

Should the trial solution be a polynomial of degree 0?

So I would try
y = D
y' = 0
y'' = 0

which would leave me with

CD=D

which is useless

Please Help!

Thanks!
 
Physics news on Phys.org
Well, ##y=\frac{D}{C}## is a solution to your equation. It is not the only one, so you can add all solutions to Ay''+By'+Cy = 0. You can use both the exponential and the trigonometric approach (with complex numbers, they are the same anyway) to find them.
 
Ahhh okay, thank you for your answer :D
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top