Chapter 8 - Differential Equations
Chapter 8 - Differential Equations
AP Exam Weight: 15-25% | Multiple Choice: 6-10 questions | Free Response: Usually 1 full question
š Table of Contents
- [Slope Fields]
- [Separable Equations]
- [Logistic Growth]
- [Euler's Method]
- [Applications]
Basic Concepts š
Key Terms
- Order: Highest derivative
- Linear vs. Nonlinear
- Initial value problem (IVP)
- General solution
Common Forms
- Separable:
- Linear:
- Logistic:
Solution Methods š§
Separation of Variables
- Separate y and x terms
- Integrate both sides
- Solve for y
- Apply initial conditions
Integration
Euler's Method
Applications šÆ
Growth/Decay
- Solution:
Logistic Growth
- Solution:
Newton's Law of Cooling
- Solution:
1. Slope Fields š
Understanding Slope Fields
A visual representation of differential equations. Think of it as:
- Direction field for solutions
- Map of solution curves
- Tangent line indicators
- Solution path guide
Creating Slope Fields
Process
-
Identify dy/dx:
- Write equation in standard form
- Isolate derivative
- Understand variables
- Note special cases
-
Plot Slopes:
- Choose grid points
- Calculate slope at each point
- Draw short line segments
- Maintain consistent length
-
Analyze Pattern:
- Look for symmetry
- Find equilibrium solutions
- Note key behaviors
- Identify solution types
Example Walkthrough - Slope Fields
For
-
Create grid:
- Choose points (-2,-2) to (2,2)
- Mark intersections
- Consider scale
- Note key points
-
Calculate slopes:
- At (0,0): slope = 0
- At (1,0): slope = 1
- At (0,1): slope = -1
- Pattern emerges
-
Draw segments:
- Use consistent length
- Show direction
- Connect smoothly
- Verify pattern
2. Separable Equations š
Understanding Separable Equations
Equations where variables can be separated. Think of it as:
- Grouping like terms
- Dividing variables
- Independent integration
- Reverse chain rule
Solution Process
Steps for Solving
-
Identify Form:
- Check if
- Variables must separate
- No mixed terms
- Clear denominators
-
Separate Variables:
- Move y terms to one side
- Move x terms to other side
- Write in differential form
- Check domain
-
Integrate Both Sides:
- Use standard integrals
- Watch for substitutions
- Include constants
- Check signs
-
Solve for y:
- Isolate y variable
- Use algebra
- Consider domain
- Verify solution
Example Walkthrough
Solve
- Separate:
- Integrate:
- Solve:
3. Logistic Growth š
Understanding Logistic Growth
Models bounded growth. Think of it as:
- Limited population growth
- S-shaped curve
- Carrying capacity model
- Restricted exponential growth
Standard Form
Components
-
Growth Rate (k):
- Initial growth speed
- Positive constant
- Affects steepness
- Time scaling
-
Carrying Capacity (M):
- Maximum value
- Horizontal asymptote
- Limiting factor
- Final equilibrium
Solution Process
-
Set Up Equation:
- Identify k and M
- Write in standard form
- Check initial conditions
- Note constraints
-
Separate Variables:
- Partial fractions
- Split terms
- Integrate both sides
- Solve for y
-
Final Form:
- C from initial condition
- Verify solution
- Check behavior
Example Walkthrough
Population with k = 0.5, M = 1000, Pā = 100
- Write equation:
- Use formula:
- Find C:
- Use P(0) = 100
- Solve for C = 9
4. Euler's Method š
Understanding Euler's Method
Numerical approximation technique. Think of it as:
- Step-by-step approximation
- Tangent line walking
- Numerical integration
- Local linear approximation
Formula
Implementation Process
-
Set Up:
- Choose Īx
- List initial values
- Create table
- Plan steps
-
Calculate Steps:
- Find slope
- Use formula
- Record values
- Continue pattern
-
Analyze Error:
- Smaller Īx = better
- Accumulating error
- Compare to actual
- Consider improvements
Example Walkthrough
Use Euler's method for , y(0) = 1, Īx = 0.2
- Create table:
- xā = 0, yā = 1
- First step:
- f(0,1) = 0 + 1 = 1
- yā = 1 + 1(0.2) = 1.2
- Continue:
- xā = 0.2, yā = 1.2
- f(0.2,1.2) = 1.4
- yā = 1.2 + 1.4(0.2)
5. Applications šÆ
Types of Applications
-
Population Growth:
- Exponential
- Logistic
- Predator-prey
- Competition
-
Decay Problems:
- Radioactive decay
- Temperature
- Half-life
- Cooling
-
Financial Models:
- Compound interest
- Investment growth
- Payment schedules
- Market models
Example Walkthrough
Newton's Law of Cooling: T(0) = 100Ā°, room 70Ā°
- Write equation:
- Solve:
- Use initial condition:
- 100 = 70 + C
- C = 30
š AP-Style Examples
Example 1: Slope Fields
Given , sketch slope field and solution curve through (0,1)
Solution:
-
Create slope field:
- Calculate slopes at key points
- Draw segments carefully
- Note equilibrium curve y = xĀ²
- Show solution direction
-
Solution curve:
- Start at (0,1)
- Follow slope pattern
- Note curve approaches y = xĀ²
- Show decreasing initially
Example 2: Euler's Method
Use two steps of Euler's method to approximate y(0.4) for , y(0) = 1, Īx = 0.2
Solution:
-
First step:
- yā = 1 + (0 + 1)(0.2)
- yā = 1.2 at x = 0.2
-
Second step:
- yā = 1.2 + (0.2 + 1.2)(0.2)
- yā = 1.48 at x = 0.4
Example 3: Logistic Growth
A population follows with P(0) = 50. Find P(10).
Solution:
-
Identify:
- k = 0.1
- M = 500
- Pā = 50
-
Use formula:
- Substitute t = 10
- P(10) ā 187.8
š” Success Strategies
1. Equation Classification
- Check for separable form first
- Look for linear patterns
- Identify growth/decay type
- Consider special cases
2. Solution Process
- Draw slope field first
- Use Euler's for approximation
- Solve analytically when possible
- Verify with initial conditions
3. Common Mistakes
-
Slope Fields:
- Wrong slope direction
- Inconsistent segment length
- Missing key points
- Incorrect equilibrium lines
-
Euler's Method:
- Wrong step size
- Calculation errors
- Not showing work
- Skipping intermediate values
-
Analytical Solutions:
- Incorrect separation
- Missing absolute value
- Wrong integration
- Forgetting +C
š AP Exam Focus
Free Response Tips
-
Slope Fields:
- Show clear segments
- Consistent length
- Correct direction
- Solution curves match field
-
Euler's Method:
- Organize in table
- Show all calculations
- Round appropriately
- Include units
-
Analytical Solutions:
- Show separation clearly
- Include all steps
- Verify initial conditions
- Check final answer
Multiple Choice Strategy
-
Quick Checks:
- Direction field pattern
- Solution behavior
- Initial condition match
- Long-term behavior
-
Common Traps:
- Sign errors
- Missing factors
- Wrong method choice
- Incomplete solutions
š Quick Reference
Equation Types
- Separable:
- Linear:
- Logistic:
Key Methods
-
Separation:
- Solve for y
- Use initial conditions
-
Euler's:
- Table format
- Multiple steps
-
Slope Fields:
- Grid points
- Short segments
- Consistent length
- Show pattern
Important Solutions
-
Exponential Growth/Decay:
- Unrestricted growth
- Proportional change
-
Logistic Growth:
- Limited growth
- S-shaped curve
-
Linear:
- Use integrating factor
- Multiply through
š” Pro Tip: When in doubt, start with a slope field - it gives you the big picture of solution behavior!