Differential equations - variation of parameters

Click For Summary
SUMMARY

The discussion focuses on solving the differential equation y'' + 3y' + 2y = 4e^x using the method of variation of parameters. The homogeneous solution is correctly identified as yh = c1 * e^(-x) + c2 * e^(-2x). The participant attempts to find the particular solution yp using the formula yp = -y1 * INT(y2f(x)/W[y1,y2]) dx + y2 * INT(y1f(x)/W[y1,y2]) dx, resulting in yp1 = 2/3e^x and yp2 = -4e^x. A correction is suggested regarding the calculation of the Wronskian determinant, indicating a subtraction error.

PREREQUISITES
  • Understanding of second-order linear differential equations
  • Familiarity with the method of variation of parameters
  • Knowledge of Wronskian determinants in differential equations
  • Ability to compute integrals involving exponential functions
NEXT STEPS
  • Study the method of variation of parameters in detail
  • Learn how to compute Wronskian determinants for linear differential equations
  • Practice solving second-order linear differential equations with non-homogeneous terms
  • Explore applications of differential equations in engineering and physics
USEFUL FOR

Students studying differential equations, mathematics educators, and anyone seeking to master the method of variation of parameters in solving linear differential equations.

accountkiller
Messages
118
Reaction score
0

Homework Statement


Find a particular solution using variation of parameters.
y'' + 3y' + 2y = 4e^x

Homework Equations


yp = -y1 * INT (y2f(x)/W[y1,y2]) dx + y2 * INT (y1f(x)/W[y1,y2]) dx

The Attempt at a Solution


So, first I find the homogeneous solution, correct?
r2 + 3r + 2 = 0, so the roots are - 1 and -2, so
yh = c1 * e-x + c2 * e-2x
Then, I use the variation of parameters formula:
yp1 = -y1 * INT (y2f(x)/W[y1,y2]) dx
= 2/3ex

yp1 = y2 * INT (y1f(x)/W[y1,y2]) dx
= -4ex

Adding them together, yp = yp1 + yp2 = -10/3ex.

However, the answer is just 2/3ex, what I got for yp1.
 
Physics news on Phys.org
hi mbradar2! :smile:

i think you added instead of subtracting in your determinant for W :wink:
 

Similar threads

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