The Core Idea: Finding Particular Solutions Using Initial Conditions and Separation of Variables
A differential equation relates a function to its derivatives. The solution to a differential equation is not a single value, but an entire family of functions, often called the "general solution." This family is represented by an equation that includes a constant of integration, . To identify one specific function from this infinite family, we need more information. This information is provided as an "initial condition," which is a specific point that the solution curve must pass through.
This topic focuses on a method called "separation of variables" to solve a specific type of differential equation known as a separable differential equation. By separating the variables, we can use antidifferentiation on both sides of the equation to find the general solution. Then, by substituting the values from the initial condition into the general solution, we can determine the precise value of the constant , which in turn gives us the "particular solution" that satisfies the given conditions.
The Method of Separation of Variables
The primary technique for solving separable differential equations is the method of separation of variables. A differential equation is separable if it can be written in the form:
The process to solve it is as follows:
Separate the variables: Algebraically manipulate the equation so that all terms (including ) are on one side and all terms (including ) are on the other.
Integrate both sides: Find the antiderivative of each side of the equation.
Find the general solution: The result of the integration will be an equation relating and that includes a constant of integration, . This is the general solution.
(where and are the antiderivatives).
Understanding the Role of the Initial Condition
The general solution represents an infinite family of curves, where each value of corresponds to a different curve. An initial condition, such as , provides a specific point that must lie on our desired solution curve.
The critical step is to use this point to find the specific value of . By substituting for and for into the general solution, we create an equation with only one unknown: . Solving for and substituting its value back into the general solution yields the unique particular solution that satisfies the differential equation and passes through the given point. It is often algebraically simpler to solve for immediately after integrating, before attempting to isolate in the final equation.
Core Concepts & Rules
A particular solution to a differential equation is a specific function that satisfies both the differential equation and a given initial condition.
Separable differential equations are those that can be algebraically rearranged to isolate all and terms on one side and all and terms on the other.
The method of separation of variables is the primary technique used to solve these equations.
The first step in finding a particular solution is to separate the variables and then find the antiderivative of both sides of the equation.
The process of antidifferentiation introduces a constant of integration, , resulting in a general solution that represents a family of functions.
The given initial condition (a specific point) is substituted into the general solution to determine the unique value of the constant .
Once is found, substituting it back into the general solution provides the specific particular solution.
Step-by-Step Example 1: Basic Application
Problem: Find the particular solution to the differential equation with the initial condition .
Step 1: Separate the variables.
Multiply both sides by and to group the terms with and the terms with .
Step 2: Integrate both sides.
Find the antiderivative of each side. Remember to add the constant of integration, , to one side (conventionally the side).
This is the general solution.
Step 3: Use the initial condition to find .
Substitute the values from the initial condition (i.e., and ) into the general solution.
Step 4: Write the particular solution.
Substitute the value of back into the general solution. You can leave the solution in this implicit form or solve for .
To solve for , multiply by 2 and take the square root.
Since our initial condition is , the value is negative. Therefore, we must choose the negative root.
Step-by-Step Example 2: Exam-Style Application
Problem: Find the particular solution to the differential equation with the initial condition .
Step 1: Separate the variables.
Divide by and multiply by .
Step 2: Integrate both sides.
The antiderivative of is , and the antiderivative of is .
This is the general solution.
Step 3: Use the initial condition to find .
Substitute the initial condition (i.e., and ) into the general solution.
Step 4: Write the particular solution.
Substitute back into the general solution.
Now, solve for . Exponentiate both sides using base .
To remove the absolute value, we check our initial condition . Since is positive, we can drop the absolute value bars.
Using Your Calculator
This topic is almost entirely analytical, meaning the steps of separating, integrating, and solving for must be done by hand. A calculator has a very limited role but can be useful for checking your final answer.
How to Check Your Solution:
Suppose you found the particular solution .
Graph the solution: Enter your final particular solution (e.g., y = 2e^{\sin(x)} + 1`) into `Y1` on your calculator. 2. **Verify the initial condition:** Use the `CALC` menu (`2nd` + `TRACE`) and select $1: value. Enter the x-value from your initial condition (e.g., ). The calculator should return the y-value from the initial condition (e.g., ). If it doesn't, you made an error finding or solving for .
Verify the derivative: You can also check if your solution satisfies the original differential equation at the initial point.
On the home screen, calculate the value of the derivative of your solution at the initial x-value. Using the
nDerivcommand (often found in theMATHmenu):nDeriv(Y1, X, π).Separately, calculate the value of the original differential equation at the initial point : .
The two values should be equal. In this case,
nDerivwould return , and (3-1)cos(\pi) = 2(-1) = -2`. This confirms the solution is correct. ## AP Exam Quick Hit ### Common Question Types - **Find the Particular Solution:** A direct question, often in the multiple-choice or free-response section, that provides a separable differential equation and an initial condition and asks for the particular solution $y=f(x).Example: "Find the solution to the differential equation that passes through the point ."
FRQ with Slope Fields: A common free-response question first asks you to sketch a slope field for a given differential equation, and a subsequent part asks you to find the particular solution that passes through a specific point shown on the field.
- Example: "Part (a): On the axes provided, sketch a slope field for . Part (b): Find the particular solution to the differential equation with the initial condition ."
Common Mistakes
Forgetting
+ C: The most frequent error is forgetting to include the constant of integration, , immediately after taking the antiderivative. This makes it impossible to find the correct particular solution.Adding to Both Sides: You only need one constant of integration. Adding to one side and to the other is redundant, as they can be combined into a single constant .
Incorrect Separation: Failing to correctly move all terms to one side and all terms to the other. For example, in , trying to separate this is incorrect because it is not a separable equation. For a separable equation like , a mistake would be integrating instead of the correct .
Solving for at the Wrong Time: Plugging in the initial condition values for and before integrating. The initial condition must be applied to the general solution (the result of integration).
Algebra Errors with and : When solving for from an equation like , common mistakes include:
Forgetting that .
Incorrectly handling the absolute value. You must use the initial condition to determine whether is positive or negative to correctly resolve .