Unit 7.7 – Finding Particular Solutions Using Initial Conditions and Separation of Variables
AP® Calculus AB & BC | From General Solutions to Specific Solutions
Why This Matters: Now we bring everything together! You've learned to solve DEs using separation of variables to get general solutions with arbitrary constants. But real-world problems need SPECIFIC solutions. That's where initial conditions come in! By applying an initial condition (a point the solution must pass through), we find the exact value of the constant, giving us a particular solution. This is the culmination of Unit 7 and appears on every AP® exam—master it!
🎯 Key Definitions
INITIAL VALUE PROBLEM (IVP)
An Initial Value Problem consists of:
- A differential equation: \(\frac{dy}{dx} = f(x, y)\)
- An initial condition: \(y(x_0) = y_0\)
PARTICULAR SOLUTION
A particular solution is a specific solution to a differential equation that satisfies an initial condition. It contains NO arbitrary constants.
- General solution: \(y = Ce^{2x}\) (has constant \(C\))
- Particular solution: \(y = 3e^{2x}\) (specific, no \(C\))
📋 The Complete Process
Finding Particular Solutions
The 7-Step Method:
- Verify separable: Check if DE can be written as \(\frac{dy}{dx} = f(x) \cdot g(y)\)
- Separate variables: Get all \(y\)'s with \(dy\), all \(x\)'s with \(dx\)
- Integrate both sides: Don't forget +C on ONE side
- Find general solution: Solve for \(y\) if possible
- Apply initial condition: Substitute \((x_0, y_0)\) into general solution
- Solve for constant: Find the value of \(C\) (or \(A\), etc.)
- Write particular solution: Substitute constant back into general solution
📖 Comprehensive Worked Examples
Example 1: Complete IVP Solution
Problem: Solve the IVP: \(\frac{dy}{dx} = 3y\), \(y(0) = 5\)
Complete Solution:
Step 1: Check if separable
Yes! Can write as \(3 \cdot y\)
Step 2: Separate variables
Step 3: Integrate both sides
Step 4: Find general solution
Let \(A = \pm e^C\):
General Solution: \(y = Ae^{3x}\)
Step 5: Apply initial condition \(y(0) = 5\)
Substitute \(x = 0\), \(y = 5\):
Therefore: \(A = 5\)
Step 7: Write particular solution
Substitute \(A = 5\) back:
FINAL ANSWER: \(y = 5e^{3x}\)
Example 2: Product Form
Problem: Solve \(\frac{dy}{dx} = xy\), \(y(0) = 2\)
Solution:
Steps 1-3: Separate and integrate
Step 4: General solution
Steps 5-6: Apply \(y(0) = 2\)
So \(A = 2\)
PARTICULAR SOLUTION: \(y = 2e^{x^2/2}\)
Example 3: Fraction Form
Problem: Solve \(\frac{dy}{dx} = \frac{x^2}{y}\), \(y(0) = 3\)
Solution:
Steps 1-3: Separate and integrate
Step 4: General solution
Multiply by 2:
Let \(K = 2C\):
Steps 5-6: Apply \(y(0) = 3\)
Step 7: Particular solution
Or, solving for \(y\) (taking positive root since \(y(0) = 3 > 0\)):
PARTICULAR SOLUTION: \(y = \sqrt{\frac{2x^3}{3} + 9}\)
Example 4: Non-Zero Initial x-Value
Problem: Solve \(\frac{dy}{dx} = \frac{2y}{x}\), \(y(1) = 4\)
Solution:
Steps 1-4: Find general solution
Steps 5-6: Apply \(y(1) = 4\)
PARTICULAR SOLUTION: \(y = 4x^2\)
Example 5: Exponential with Different Base
Problem: Solve \(\frac{dy}{dx} = y(1-y)\), \(y(0) = 0.5\)
Solution:
Steps 1-3: Separate and integrate
Use partial fractions: \(\frac{1}{y(1-y)} = \frac{1}{y} + \frac{1}{1-y}\)
Step 4: General solution
Solving for \(y\):
Steps 5-6: Apply \(y(0) = 0.5\)
PARTICULAR SOLUTION: \(y = \frac{e^x}{1 + e^x}\)
🔍 Special Cases and Notes
Important Considerations:
- Implicit vs Explicit: Sometimes particular solution is easier to leave in implicit form
- Positive vs Negative: When taking square roots, use initial condition to determine sign
- Domain restrictions: Initial condition helps determine valid domain
- Multiple steps: Some problems require algebraic manipulation after finding \(C\)
📝 Pro Tip: When the initial condition has \(x_0 \neq 0\), be extra careful with substitution! Make sure to substitute the actual values given, not just plug in zero.
✓ Verifying Your Answer
Two-Part Verification:
- Check the DE: Differentiate your particular solution and verify it satisfies the differential equation
- Check the IC: Substitute the initial condition point and verify \(y(x_0) = y_0\)
Both must be true!
Example Verification: For \(y = 5e^{3x}\) solving \(\frac{dy}{dx} = 3y\), \(y(0) = 5\)
Check 1: DE
\(y' = 15e^{3x}\) and \(3y = 3(5e^{3x}) = 15e^{3x}\) ✓
Check 2: IC
\(y(0) = 5e^0 = 5\) ✓
Verified!
❌ Common Mistakes to Avoid
- Mistake 1: Finding general solution but forgetting to apply initial condition
- Mistake 2: Substituting initial condition into wrong form (before solving for \(y\))
- Mistake 3: Algebra errors when solving for constant
- Mistake 4: Not stating the final particular solution clearly
- Mistake 5: Forgetting about implicit solutions (sometimes explicit form is hard)
- Mistake 6: Wrong sign when taking square roots
- Mistake 7: Substituting \(x = 0\) when initial condition is at different \(x\)
- Mistake 8: Not checking if answer satisfies both DE and IC
- Mistake 9: Losing track of constants during algebraic manipulation
- Mistake 10: Not showing work (loses partial credit on AP® exam)
📊 Common Problem Types
Problem Variations
| Type | Example | Key Point |
|---|---|---|
| Standard IVP | \(\frac{dy}{dx} = ky, y(0) = y_0\) | Most common type |
| Non-zero \(x_0\) | \(\frac{dy}{dx} = f(x,y), y(1) = 2\) | Substitute actual point |
| Implicit form | \(y^2 = x^2 + C\) | May leave as implicit |
| Find constant only | Given general, find \(C\) | Direct substitution |
| Context problem | Population, temperature, etc. | Interpret initial condition |
📝 Practice Problems
Solve these Initial Value Problems:
- \(\frac{dy}{dx} = 2xy, \quad y(0) = 3\)
- \(\frac{dy}{dx} = \frac{y}{x}, \quad y(1) = 5\)
- \(\frac{dy}{dx} = e^{x-y}, \quad y(0) = 0\)
- \(\frac{dy}{dx} = y^2, \quad y(0) = 1\)
Answers:
- \(y = 3e^{x^2}\)
- \(y = 5x\)
- \(e^y = e^x + 1\) or \(y = \ln(e^x + 1)\)
- \(y = \frac{1}{1-x}\)
✏️ AP® Exam Success Tips
What AP® Graders Look For:
- Complete separation: Show variables separated clearly
- Integration with +C: Must show integration step
- General solution stated: Before applying IC
- Substitution shown: Explicitly substitute initial condition
- Constant found: Show work solving for \(C\) or \(A\)
- Particular solution clearly stated: Final answer should be obvious
- Verification (bonus): If time, verify both DE and IC
💯 Exam Strategy:
- Read problem completely—identify DE and initial condition
- Separate variables and integrate (show all work)
- Find and clearly state general solution
- Write "Using initial condition \(y(x_0) = y_0\):"
- Substitute and solve for constant
- Write final particular solution
- Box or circle your final answer
- If time, verify
⚡ Quick Reference Guide
COMPLETE IVP SOLUTION PROCESS
The 7 Steps:
- ✓ Check separable: \(\frac{dy}{dx} = f(x) \cdot g(y)\)
- ✓ Separate: \(\frac{1}{g(y)}\,dy = f(x)\,dx\)
- ✓ Integrate: Both sides (add +C to one side)
- ✓ General solution: Solve for \(y\) (with constant)
- ✓ Apply IC: Substitute \((x_0, y_0)\)
- ✓ Find constant: Solve for \(C\) or \(A\)
- ✓ Particular solution: Write final answer (no constants)
Remember:
- General: Has arbitrary constant (family of solutions)
- Particular: No arbitrary constant (one specific solution)
- Always verify: Check both DE and IC if possible
Master Particular Solutions! An Initial Value Problem (IVP) combines a differential equation with an initial condition \(y(x_0) = y_0\). To solve: (1) Use separation of variables to find the general solution (with constant \(C\) or \(A\)), (2) Substitute the initial condition point into the general solution, (3) Solve for the constant, (4) Write the particular solution by substituting the constant value back. The process: separate → integrate → general solution → apply IC → find constant → particular solution. Key difference: general solutions have arbitrary constants (represent family of curves), particular solutions have no constants (one specific curve). Common mistakes: forgetting to apply IC, substituting into wrong form, algebra errors, not stating final answer clearly. Always show: separation, integration with +C, general solution, substitution of IC, solving for constant, final particular solution. Verify by checking both the DE (differentiate) and IC (substitute point). This is THE culmination of Unit 7 and appears on every AP® exam—practice until you can do it in your sleep! 🎯✨