Differential Equations

AP Calculus BC guide to differential equations: separable equations, slope fields, Euler's method, and logistic growth.

# Differential Equations — AP Calculus BC

Differential equations model real-world phenomena like population growth, radioactive decay, and cooling. AP Calculus BC covers separable differential equations, slope fields, Euler's method (BC-specific), and logistic growth (BC-specific).

Key Concepts

Separable Differential Equations

A DE is separable if it can be written as: dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)

Solve by separating: dyg(y)=f(x)dx\frac{dy}{g(y)} = f(x)\,dx, then integrate both sides.

Slope Fields

A slope field shows the slope dy/dxdy/dx at many points. The solution curve follows the slopes.

Euler's Method (BC-specific)

Numerical approximation starting from (x0,y0)(x_0, y_0): yn+1=yn+f(xn,yn)Δxy_{n+1} = y_n + f(x_n, y_n) \cdot \Delta x

Smaller step size → better approximation.

Exponential Growth and Decay

dydt=kyy=y0ekt\frac{dy}{dt} = ky \quad \Rightarrow \quad y = y_0 e^{kt}

  • k>0k > 0: exponential growth.
  • k<0k < 0: exponential decay.

Logistic Growth (BC-specific)

dPdt=kP(1PL)\frac{dP}{dt} = kP\left(1 - \frac{P}{L}\right)

Solution: P(t)=L1+AektP(t) = \frac{L}{1 + Ae^{-kt}} where A=(LP0)/P0A = (L - P_0)/P_0.

  • LL is the carrying capacity.
  • Fastest growth at P=L/2P = L/2.
  • As tt \to \infty, PLP \to L.

Worked Example

Problem: Solve dydx=xy\frac{dy}{dx} = xy with y(0)=3y(0) = 3.

Solution:

Separate: dyy=xdx\frac{dy}{y} = x\,dx

lny=x22+C\ln|y| = \frac{x^2}{2} + C

y=Aex2/2y = Ae^{x^2/2}

y(0)=3A=3y(0) = 3 \Rightarrow A = 3

y=3ex2/2y = 3e^{x^2/2}

Practice Questions

  1. 1. Use Euler's method with Δx=0.1\Delta x = 0.1, starting at (0,1)(0, 1), to approximate y(0.2)y(0.2) for dy/dx=x+ydy/dx = x + y.

    y1=1+(0+1)(0.1)=1.1y_1 = 1 + (0+1)(0.1) = 1.1. y2=1.1+(0.1+1.1)(0.1)=1.1+0.12=1.22y_2 = 1.1 + (0.1+1.1)(0.1) = 1.1 + 0.12 = 1.22.

    2. A population follows logistic growth with L=1000L = 1000 and P0=100P_0 = 100. At what population is the growth rate maximum?

    P=L/2=500P = L/2 = 500.

    3. Solve dydx=2xy\frac{dy}{dx} = \frac{2x}{y}, y(0)=4y(0) = 4.

    ydy=2xdxy2/2=x2+Cy\,dy = 2x\,dx \Rightarrow y^2/2 = x^2 + C. y(0)=4C=8y(0) = 4 \Rightarrow C = 8. y=2x2+16y = \sqrt{2x^2 + 16}.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Summary

  • Separable DEs: separate variables, integrate both sides, apply initial conditions.
  • Euler's method: step-by-step numerical approximation (BC).
  • Logistic growth: dP/dt=kP(1P/L)dP/dt = kP(1 - P/L); carrying capacity is LL; fastest growth at P=L/2P = L/2.
  • Exponential growth/decay: y=y0ekty = y_0 e^{kt}.

Ready to Ace Your AP CALCULUS BC calculus?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store