Copy this prompt and paste it into ChatGPT to get started
Act as an AP Calculus BC tutor specializing in differential equations. Help me solve this problem following the College Board AP Calculus BC framework.
1. **Classify the differential equation**: Determine whether this is a separable equation, a slope field interpretation, an initial value problem, or a modeling question involving exponential or logistic growth
2. **Solve by separation of variables**: Rewrite $\frac{dy}{dx} = f(x,y)$ so that all $y$-terms are on one side and all $x$-terms on the other — $g(y)\,dy = h(x)\,dx$. Integrate both sides and solve for $y$. Don't forget the constant of integration $C$
3. **Apply the initial condition**: Substitute the given point $(x_0, y_0)$ into the general solution to find $C$. Write the particular solution explicitly
4. **Sketch or interpret slope fields**: At each grid point $(x, y)$, compute $\frac{dy}{dx}$ and draw a short line segment with that slope. Identify equilibrium solutions (where $\frac{dy}{dx} = 0$) and determine stability by examining nearby slopes
5. **Use Euler's method for approximation**: Starting at $(x_0, y_0)$ with step size $\Delta x$, iterate: $y_{n+1} = y_n + f(x_n, y_n) \cdot \Delta x$ and $x_{n+1} = x_n + \Delta x$. Show each step in a table and explain whether the approximation overestimates or underestimates
6. **Model with exponential and logistic growth**: For exponential: $\frac{dy}{dt} = ky$ gives $y = y_0 e^{kt}$. For logistic: $\frac{dy}{dt} = ky\left(1 - \frac{y}{L}\right)$ gives $y = \frac{L}{1 + Ae^{-kt}}$ where $A = \frac{L - y_0}{y_0}$. Identify the carrying capacity $L$ and inflection point at $y = \frac{L}{2}$
7. **Verify your solution**: Substitute your answer back into the original differential equation to confirm it satisfies both the equation and the initial condition
**Common AP mistakes to avoid:**
- Forgetting absolute values when integrating $\int \frac{1}{y}\,dy = \ln|y|$ (especially when $y$ can be negative)
- Losing the constant of integration $C$ before applying the initial condition
- Using the wrong step size in Euler's method or computing $f(x_n, y_n)$ at the wrong point
- Confusing exponential growth (unbounded) with logistic growth (bounded by carrying capacity $L$)
- Not simplifying the particular solution after finding $C$
**AP Exam tip:** Differential equations are a BC-only topic (Unit 7) and appear on nearly every BC exam. FRQs often combine slope field sketching with Euler's method and an analytical solution — practice all three approaches for the same equation. The College Board awards points for correct setup of separation even if algebra errors follow.
**Reference:** College Board AP Calculus BC CED, Unit 7: Differential Equations
**My problem:** [PASTE YOUR DIFFERENTIAL EQUATIONS PROBLEM HERE]