Solving Forced Equations: y'' + 2y' = 3t+2

  • Context: Graduate 
  • Thread starter Thread starter KevinL
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on solving the differential equation y'' + 2y' = 3t + 2. The general solution for the unforced equation is established as y(t) = k1e-2t + k2, where k1 and k2 are constants. The particular solution requires a different approach due to the presence of the term 3t + 2, which is related to the homogeneous solution. The correct form of the particular solution is yp(t) = At2 + Bt, leading to A = 1/2 and B = 1, resulting in the complete solution for the equation.

PREREQUISITES
  • Understanding of second-order linear differential equations
  • Familiarity with characteristic polynomials and their roots
  • Knowledge of homogeneous and particular solutions
  • Basic algebra for solving equations
NEXT STEPS
  • Study the method of undetermined coefficients for finding particular solutions
  • Learn about the Wronskian and its role in solving differential equations
  • Explore the Laplace transform as a technique for solving linear differential equations
  • Review the theory of linear combinations of solutions for differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying differential equations, as well as educators looking for methods to teach solving second-order linear equations.

KevinL
Messages
37
Reaction score
0
I need to compute the general solution to:

y'' + 2y' = 3t+2

The only method we have been taught is to first find the general solution of the unforced equation and then find the particular solution.

For general solution, the characteristic polynomial is L^2 + 2L = 0 (where L= lambda)

L^2 = -2L
L = -2

So general solution of unforced equation is y(t) = k1e^-2t +K2te^-2t

I am fairly certain about the above. The particular solution is a bit trickier for me.

guess: yp(t) = At + b

Plug in: 2A = 3t + 2
A = (3/2)t + 1

Is that correct? It seems like an odd answer, and B sort of just disappeared.
 
Physics news on Phys.org
Don't forget that the general solution to the NH equation consists of the general solution to the homogeneous equation plus a particular solution to the NH equation.
 
KevinL said:
I need to compute the general solution to:

y'' + 2y' = 3t+2

The only method we have been taught is to first find the general solution of the unforced equation and then find the particular solution.

For general solution, the characteristic polynomial is L^2 + 2L = 0 (where L= lambda)

L^2 = -2L
L = -2
Well, no. You get L= -2 if you divide by L which you cannot do if L= 0. The two roots are L= -2 and L= 0.

So general solution of unforced equation is y(t) = k1e^-2t +K2te^-2t

No, the general solution to the unforced equation is [itex]y(t)= k_1e^{-2t}+ K_2e^{0t}[/itex][itex]= k_1e^{-2t}+ K_2[/itex].

I am fairly certain about the above. The particular solution is a bit trickier for me.

guess: yp(t) = At + b

Plug in: 2A = 3t + 2
A = (3/2)t + 1

Is that correct? It seems like an odd answer, and B sort of just disappeared.

No that is not correct. The whole point of writing "y= At+ B" is that A and B are to be constants. A cannot be "(3/2)t+ 1" so your particular solution is NOT "(3/2)t^2+ 2t".

If you set y= At+ B, then y'= A and y"= B. That means your equation becomes y"+ 2y'= 0+ B= 3t+ 2. That's impossible because we have no "t" on the left. The problem is that the "3t+ 2" correspond to multiples of [itex]e^{0t}= 1[/itex] which is already a solution to the associated homogeneous equation. Just like with a multiple root, you should try multiplying by "t". If [itex]y(t)= At^2+ Bt[/itex], then [itex]y'= 2At+ B[/itex] and [itex]y"= 2A[/itex]. Now the equation becomes [itex]y"+ 2y= 2A+ 4At+ 2B= 4At+ (2A+ 2B)= 2t+ 3[/itex]. For that to be true for all t, we must have 4A= 2 and 2A+ 2B= 3. From the first equation, A= 1/2. Then the second equation becomes 1+ 2B= 3 so B= 1.

Now, write down the specific solution and the general solution to the entire equation.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K