You now know that a solution to a differential equation is a function that satisfies the equation. But π ExampleΒ 25 shows that a single differential equation can actually have many solutions. That example shows there can be infinitely many solutions, one for each value of the constant \(c\) in \(y = c e^{2x}\text{.}\)
To make sense of all these solutions, we classify solutions into three key categories: general solution, particular solution, and family of solutions. Understanding the distinctions between these types is an important part of solving differential equations.
Imagine a family of solutions as a collection of all possible dates in a year. The general solution is like the format for writing dates, such as mm/dd/yyyy. Each particular solution is like a specific date, such as 10/04/2039. The family of solutions would be the entire list of all dates in this format.
Of course, solutions to differential equations arenβt dates, but the analogy highlights the idea: the general solution gives the structure, particular solutions are specific instances, and the family includes them all.
This includes one or more arbitrary constants, like \(c\) in \(y = c e^{2x}\text{.}\) You can think of it as a template from which specific solutions can be generated.
A particular solution results from assigning a specific value to each arbitrary constant in the general solution. For example, if \(c = 5\text{,}\) then \(y = 5 e^{2x}\text{.}\)
Consider the equation \(y' - 2y = 0\text{.}\) The general solution is \(y = c e^{2x}\text{,}\) and some particular solutions are
\begin{equation*}
y = 5e^{2x}, \quad y = 3.1e^{2x}, \quad y = -2e^{2x},
\end{equation*}
corresponding to \(c = 5\text{,}\)\(3.1\text{,}\) and \(-2\text{.}\) If we could list every possible value of \(c\text{,}\) weβd have the full family of solutions.
Solving a differential equation usually starts with the general solution, which includes one or more arbitrary constants. Remember, each constant can take on any value, which leads to infinitely many possible particular solutions.
β οΈ30.Not All Solutions with Constants Are General Solutions β οΈ.
Keep in mind, solutions with arbitrary constants are not general solutions by default. For example, both of the functions
\begin{equation*}
y = \frac{1}{2}x^2 + c_1 x \quad \text{and} \quad y = \frac{1}{2}x^2 + c_1 x + c_2
\end{equation*}
are solutions to the equation \(y'' = 1\text{,}\) but only the second is general solution. The first is a special case of the second, obtained when \(c_2 = 0\text{,}\) so it can be the general solution.
In real-world problems, we often narrow down the set of possible solutions by specifying initial conditions, known values of the solution or its derivatives at a specific point. A differential equation paired with initial conditions is called an initial-value problem (IVP). If enough information is provided, the IVP gives a unique particular solution that satisfies both the equation and the conditions.
For example, suppose an object is in free fall under constant acceleration \(32\ \mathrm{ft/s^2}\text{.}\) If \(h(t)\) is its height above the ground, then:
To find a particular solution, we start with a general solution and apply given initial conditions to determine the values of any constants. The following examples illustrate this process.