MHB Using the Method of Undetermined Coefficients to find a particular solution

shamieh
Messages
538
Reaction score
0
Note that the general solution to $y'' - y = 0$ is $y_h = C_1e^t + C_2e^{-t}$

In the following, use the Method of Undetermined Coefficients to find a particular solution.

a)$y'' - y = t^2$

So here is what I have so far

$y_p = At^2 + Bt + C$
$(y_p)'' = 2A$

Ive got $A = -1, B = 0 , C = 0$

so would the $y_p = -t^2$ be correct?
 
Last edited:
Physics news on Phys.org
When you substitute $y_p$ into the given ODE, you obtain:

$$(2A)-\left(At^2+Bt+C\right)=t^2$$

or:

$$-At^2-Bt+2A-C=1t^2+0t+0$$

Equating coefficients, we obtain the system:

$$-A=1$$

$$-B=0$$

$$2A-C=0$$

And so we find:

$$(A,B,C)=\left(-1,0,-2\right)$$

Thus, we have:

$$y_p(t)=-\left(t^2+2\right)$$

Does this make sense?
 
shamieh said:
Note that the general solution to $y'' - y = 0$ is $y_h = C_1e^t + C_2e^{-t}$

In the following, use the Method of Undetermined Coefficients to find a particular solution.

a)$y'' - y = t^2$

So here is what I have so far

$y_p = At^2 + Bt + C$
$(y_p)'' = 2A$

so my mind has went blank...how do I solve this? $2A - At^2 + Bt + C = t^2$ Any advice would be great

I think it would be $A = 1/2, B= 0, C =0$

... may be that the solution is more simple You think...

$A = -1$

$B=0$

$2\ A + C = 0$

A and B are known... what is C?...

KInd regards

$\chi$ $\sigma$
 
YES! So $y_p = -t^2 - 2$
 
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