MHB Use Variation of Parameters to find a particular solution

shamieh
Messages
538
Reaction score
0
Can someone verify that my answer is correct ? Thanks in advance.

Use Variation of Parameters to find a particular solution to $y'' - y = e^t$

Solution:
$y_p = \frac{1}{2}te^t - \frac{1}{4} e^t$
 
Physics news on Phys.org
One of the terms of your particular solution is a solution to the corresponding homogeneous solution.

(a) A fundamental solution set $$\{y_1(t),y_2(t)\}$$ for the corresponding homogeneous equation are:

$$y_1(t)=e^{t}$$

$$y_2(t)=e^{-t}$$

and so we take:

$$y_p(t)=v_1(t)y_1(t)+v_2(t)y_2(t)=v_1(t)e^{t}+v_2(t)e^{-t}$$

(b) Solve the system:

$$e^{t}v_1'+e^{-t}v_2'=0\tag{1}$$

$$e^{t}v_1'-e^{-t}v_2'=e^{t}\tag{2}$$

From (1), we find:

$$v_2'=-e^{2t}v_1'$$

And, then substituting into (2), we get:

$$v_1'=\frac{1}{2}\implies v_1=\frac{1}{2}t$$

$$v_2'=-\frac{1}{2}e^{2t}\implies v_2=-\frac{1}{4}e^{2t}$$

Thus:

$$y_p(t)=\frac{1}{2}te^{t}-\frac{1}{4}e^t$$

We may discard the term that simply adds a solution to the homogeneous equation, and state:

$$y_p(t)=\frac{1}{2}te^{t}$$

Because no work was shown, I didn't know until I actually worked the problem that this was the case. :D
 
MarkFL said:
We may discard the term that simply adds a solution to the homogeneous equation, and state:

$$y_p(t)=\frac{1}{2}te^{t}$$

Because no work was shown, I didn't know until I actually worked the problem that this was the case. :D

Mark, if my particular solution $y_p = ue^t + ve^{-t}$ then why are you "discarding" the solution for $v$ ? I mean isn't that part of my particular solution? Why would you throw $v$ away? If that was the case then why wouldn't I just set my $y_p$ (particular solution) to $y_p = ue^t$ in the first place?

Thanks for all your help.
 
All terms in the particular solution must be linearly independent of all terms in the homogeneous solution. Those that are not may be discarded because they add no useful information.

Adding:

$$-\frac{1}{4}e^t$$

to the general solution when we already have:

$$c_1e^t$$

as one of the terms results in us still just having an arbitrary constant times $e^t$ in the general solution, so we may just discard it.
 
Oh oh oh, I see. Awesome. That makes sense. It's essentially useless bc we already have it. I get it now. Thanks
 
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