Finding a particular solution (Diff. Eq.)

EugP
Messages
104
Reaction score
0

Homework Statement


I seem to not fully understand how to find particular solutions. I'm having a hard time guessing what the solutions maybe. I'll explain as I write out the problem.

y''' - 2y'' + y' = te^t + t^2 + 4, find the general solution.


Homework Equations



Z(r) = r^3 - 2r^2 + r


The Attempt at a Solution



Found the homogenous solution:

r^3 - 2r^2 + r = 0

r (r - 1)^2 = 0

r_1 = 0, \ r_2 = 1, \ r_3 = 1

y = C_1 + C_2e^t + C_3te^t

Now I'm trying to find the particular solutions.

For te^t, I assume:

y_1 = At^2e^t

y_1' = Ae^t (t^2 + 2t)

y_1'' = Ae^t (t^2 + 4t + 2)

y_1''' = Ae^t (t^2 + 6t + 6)

Now I plug back in:

Ae^t (t^2 + 6t + 6) -2Ae^t (t^2 + 4t + 2) + Ae^t (t^2 + 2t) = te^t

2A = t

A = \frac{t}{2}

y_1 = \frac{1}{2}t^3e^t

Now, for t^2, I assumed y_2 = Bt^3, but in an example in the book that had t^2, it said that y_2 = t^2 (A_1t^2 + A_2t + A_3). I don't understand how they got that.

Also, for the constant 4, I assumed y_3 = Ct. Is this correct?

I don't fully understand how I am supposed to go about guessing the solutions. There must be some guidelines, but we weren't taught what they are. If someone could help me with this, it would be greatly appreciated.
 
Physics news on Phys.org
Are you trying to use superposition to get solutions?

Generally, it works out that you guess the type of function that's the same as the particular part. So if you have ODE = k, where ODE is some kind of diff eq, then you should guess a constant as the solution. Another example would be if you had ODE = cos(2t) you should guess Acos(2t) + Bsin(2t) or simply exp(i2t).

Sometimes you will have a mixture of functions, in which case your guess should also be a mixture. Say there was a polynomial with

ODE = At^2 + Bt + C, you should just a polynomial of the same form

y_p = \alpha t^2 + \beta t + \gamma

If you had something of a mixture, such as

ODE = e^{\alpha t} P_2(t)

you should guess

y_p = exp(\alpha t)(At^2 + Bt + C)

for each case just extend the generalization further and further

ODE = e^{\alpha t} P_2(t) sin(\beta t) gives

y_p = exp(\alpha t)sin(\beta t)(At^2 + Bt +C) + exp(\alpha t)}cos(\beta t)(At^2 + Bt + C)
 
But don't I have to look back to see if the solution I'm guessing already exists?

For example, if I have:

ODE = e^t

My homogenous solution comes out to be:

y = C_1e^t + C_2te^t

and I need to guess a solution for e^t, I was told that I can't guess that y_1 = Ae^t, because e^t is already a solution. Neither can I choose y_1 = Ate^t, because it's also a solution. So I need to use y_1 = At^2e^t. So do I just need to look back to make sure that what I'm guessing is not a solution already?
 
EugP said:

Homework Statement


I seem to not fully understand how to find particular solutions. I'm having a hard time guessing what the solutions maybe. I'll explain as I write out the problem.

y''' - 2y'' + y' = te^t + t^2 + 4, find the general solution.


Homework Equations



Z(r) = r^3 - 2r^2 + r


The Attempt at a Solution



Found the homogenous solution:

r^3 - 2r^2 + r = 0

r (r - 1)^2 = 0

r_1 = 0, \ r_2 = 1, \ r_3 = 1

y = C_1 + C_2e^t + C_3te^t

Now I'm trying to find the particular solutions.

For te^t, I assume:

y_1 = At^2e^t

y_1' = Ae^t (t^2 + 2t)

y_1'' = Ae^t (t^2 + 4t + 2)

y_1''' = Ae^t (t^2 + 6t + 6)

Now I plug back in:

Ae^t (t^2 + 6t + 6) -2Ae^t (t^2 + 4t + 2) + Ae^t (t^2 + 2t) = te^t

2A = t

A = \frac{t}{2}
No, no, no! A has to be a constant- it cannot depend on t!

y_1 = \frac{1}{2}t^3e^t

Now, for t^2, I assumed y_2 = Bt^3, but in an example in the book that had t^2, it said that y_2 = t^2 (A_1t^2 + A_2t + A_3). I don't understand how they got that.

Also, for the constant 4, I assumed y_3 = Ct. Is this correct?

I don't fully understand how I am supposed to go about guessing the solutions. There must be some guidelines, but we weren't taught what they are. If someone could help me with this, it would be greatly appreciated.[/QUOTE]
Have you looked in your textbook? I don't know of any that doesn't go into pretty specific detail about how to "guess" solutions. The kind of solutions that you expect for any "linear homogenous d.e. with constant coefficients: are:
1) exponentials: Cekx
2) sine or cosine: Ccos(kx) or Csin(kx)
3) polynomials: Cxn+ Dxn-1+ ...+ Yx+ Z.
4) Combinations of those: (Axn+ ...)ekx(Ucos(mx)+ Dsin(nx)
The method of "undetermined coefficients" only works if the right-hand-side of the equation is one of those forms. In general, if it is, you try that same type. That is, if the rhs is ekx you try Aekx. If the rhs is either sin(kx) or cos(kx), you try Asin(kx)+ Bcos(kx) (in general you will need both sin(kx) and cos(kx)). If the rhs is a polynomial or a polynomial times an exponential you try the same thing: however, if the highest power of x is n, you may need all powers from n on down even if the lower powers do not all appear in the rhs.

The reason Aet doesn't work here is that et is that it, as well as tet and t2et are already solutions to the homogeneous equation. You need to try At3et.
 
HallsofIvy said:
...The reason Aet doesn't work here is that et is that it, as well as tet and t2et are already solutions to the homogeneous equation. You need to try At3et.

That's what I need to know. I wasn't sure about that. See the thing is, there is a chart in the book that supposedly explains how to find the particular solutions:

\begin{array}{l|cr} g_i(t) & Y_i(t)\\\hline \\ P_n(t) = a_0t^n + a_1t^{n-1}+ ... + a_n & t^s(A_0t^n + A_1t^{n-1} + ... + A_n)\\\\P_n(t)e^{\alpha t} & t^s(A_0t^n + A_1t^{n-1} + ... + A_n)e^{\alpha t}\\\\P_n(t)e^{\alpha t}\left\{\begin{array}{cc} \sin{\beta t\\ \cos{\beta t}\end{array} \right. & t^s[(A_0t^n + A_1t^{n-1} + ... + A_n)e^{\alpha t} \cos{\beta t} + (B_0t^n + B_1t^{n-1} + ... + B_n)e^{\alpha t} \sin{\beta t}]\end{array}

So I understand how to choose them, but I wasn't sure whether I need to look and see if what I chose is already a solution.

Now I get it, Thanks Mindscrape and HallsofIvy.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top