maths.free › Differential Equations › Nonhomogeneous equations
Nonhomogeneous equations
Driving forces: homogeneous solution plus a particular solution.
With a forcing term on the right, the general solution is the homogeneous solution plus any one particular solution. Undetermined coefficients guesses the particular solution in the shape of the forcing (exponential, polynomial, sinusoid); variation of parameters handles the rest.
Exemplo trabalhado: y'' - 3y' + 2y = e^x
Solve y'' - 3y' + 2y = e^x
Passo a passo
- 2 y{\left(x \right)} - 3 \frac{d}{d x} y{\left(x \right)} + \frac{d^{2}}{d x^{2}} y{\left(x \right)} = e^{x}
The differential equation.
- \text{order } 2
Order 2: the highest derivative present.
- \text{Undetermined coefficients}
Solve the homogeneous part from the characteristic equation, then guess a particular solution shaped like the right-hand side.
- r^{2} - 3 r + 2 = 0
Characteristic equation of the homogeneous part (substitute y = e^{rx}).
- r = 2,\ r = 1
Its roots.
- y{\left(x \right)} = \left(C_{1} + C_{2} e^{x} - x\right) e^{x}
General solution (C₁, C₂ … are arbitrary constants).
- \checkmark
Verified: substituting the solution back into the equation gives 0.
Revelar a resposta
Symbols used here
Instantaneous rate of change; slope of the graph.
2.71828…, the base whose exponential is its own derivative.
Inequalities that allow equality; < and > exclude it.
The value f(x) approaches as x approaches a.
Antiderivative (indefinite) or signed area from a to b (definite).
Prime notation for derivatives with respect to x (or t).
Constants of integration fixed by initial conditions.
Rate of change in time; sum of second partials (the diffusion operator).
How to: Nonhomogeneous equations
- The differential equation.
- Order 2: the highest derivative present.
- Solve the homogeneous part from the characteristic equation, then guess a particular solution shaped like the right-hand side.
- Characteristic equation of the homogeneous part (substitute y = e^{rx}).
- Its roots.
- General solution (C₁, C₂ … are arbitrary constants).
- Verified: substituting the solution back into the equation gives 0.
Questions people ask
What is a differential equation?
An equation whose unknown is a function, relating it to its own derivatives. "The rate of growth is proportional to the population" is y′ = ky, and solving it means finding y as a function of time.
Why does the solution have arbitrary constants?
Integrating loses information: many functions share the same derivative. An n-th order equation has n constants, fixed by n initial or boundary conditions.
Tente o seu próprio
Mais em Differential Equations
Separable equationsFirst-order linear equationsSecond-order, constant coefficientsModelling with differential equations