---
title: "Nonhomogeneous Equations and Particular Solutions"
description: "The full solution is the homogeneous solution plus any particular one. Undetermined coefficients guesses the shape of the forcing; variation of parameters handles the rest."
canonical: https://lightmysky.com/learn/mathematics/nonhomogeneous-equations-and-particular-solutions-mt_gbkQZte_JZ
source: https://lightmysky.com/learn/mathematics/nonhomogeneous-equations-and-particular-solutions-mt_gbkQZte_JZ.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Nonhomogeneous Equations and Particular Solutions

The full solution is the homogeneous solution plus any particular one. Undetermined coefficients guesses the shape of the forcing; variation of parameters handles the rest.

Subject: Mathematics · Area: Differential Equations · Ages 20 to 21
Page: https://lightmysky.com/learn/mathematics/nonhomogeneous-equations-and-particular-solutions-mt_gbkQZte_JZ

## Ready when they can

- Choose a trial solution matching the forcing term
- Adjust the trial when it duplicates a homogeneous solution
- Use variation of parameters when no simple guess applies

## Lesson: Guessing the guest that matches the forcing

A forcing term on the right side changes the game: the full solution is the homogeneous answer plus one particular guest that matches the forcing. Undetermined coefficients guesses that guest from a menu. Exponentials invite exponentials, polynomials invite polynomials, and sines invite sine plus cosine, each with unknown capital letter coefficients to solve for. You cannot pick the guest without first solving the homogeneous equation.

**Example.** Solve y double prime minus y equals e to the x. The characteristic roots are 1 and minus 1. The obvious guess A e to the x duplicates a homogeneous solution, so multiply by x until it is fresh: the trial becomes A x e to the x. Compare with y double prime plus 3 y prime plus 2 y equals 5 e to the 3 x, where the roots are minus 1 and minus 2: rate 3 duplicates nothing, so the plain trial A e to the 3 x works untouched.

Duplication is the one trap, and the homogeneous roots tell you exactly which guesses clash. When no menu item fits at all, variation of parameters always works by letting the constants vary, at the price of messier integrals. It asks only for the homogeneous solutions, so keep them handy no matter which tool you use.

**Tip.** Run the checklist on every problem: split into homogeneous plus particular, choose the trial by the shape of the forcing, adjust with x on duplication, and fall back to variation of parameters. And match the tool to the problem: undetermined coefficients needs constant coefficients with menu shaped forcing, while variation of parameters is general.

**Recap.** Solve the homogeneous part first, guess the forcing shape, multiply by x on clashes, and vary parameters as backup.

## Practice

13 questions on this page, each with its working shown.

## Needs first

- [Second-Order Linear Equations with Constant Coefficients](https://lightmysky.com/learn/mathematics/second-order-linear-equations-with-constant-coefficients-mt_G7sMq1EHwQ)
- [Vector Spaces and Subspaces](https://lightmysky.com/learn/mathematics/vector-spaces-and-subspaces-mt_Zrddx-E6_n)

## Opens up

- [Damped and Driven Oscillations](https://lightmysky.com/learn/mathematics/damped-and-driven-oscillations-mt_Y8K1njb1PH)
