A slope field (also called a direction field) is a visual representation of a differential equation $\frac{dy}{dx} = f(x, y)$. At each point $(x, y)$ in the plane, a small line segment is drawn with slope $f(x, y)$. This gives a picture of how solutions behave without actually solving the equation.

🎯 In this section you will learn

📌 Understanding Slope Fields

For a differential equation $\frac{dy}{dx} = f(x, y)$, the slope at any point $(x, y)$ is $f(x, y)$. A slope field consists of many small line segments drawn at grid points, each with slope $f(x, y)$.

💡 Key Idea

Slope fields allow us to visualize the family of solutions to a differential equation without solving it analytically. Solution curves are tangent to the slope field at every point.

📊 Interactive Slope Field

Click buttons below to see slope fields for different differential equations:

📋 How to Sketch a Slope Field

Choose grid points
Select a set of $(x, y)$ points (e.g., integer coordinates).
Compute the slope
For each point, calculate $m = f(x, y)$.
Draw a short line segment
Draw a small segment through the point with slope $m$.
Example 1Slope Field for $\frac{dy}{dx} = x$

The slope depends only on $x$. At $x = -2$, slope $= -2$ (downward). At $x = 0$, slope $= 0$ (horizontal). At $x = 2$, slope $= 2$ (upward). The slope field shows vertical bands of constant slope.

Example 2Slope Field for $\frac{dy}{dx} = y$

The slope depends only on $y$. At $y = -2$, slope $= -2$ (downward). At $y = 0$, slope $= 0$ (horizontal). At $y = 2$, slope $= 2$ (upward). This slope field shows exponential growth: solutions are $y = Ce^x$.

Example 3Slope Field for $\frac{dy}{dx} = x + y$

The slope depends on both $x$ and $y$. Along the line $y = -x$, the slope is $0$ (horizontal). Above this line, slopes are positive; below, negative. Solutions are $y = Ce^x - x - 1$.

Example 4Slope Field for $\frac{dy}{dx} = -y$

The slope depends only on $y$, but it's negative when $y > 0$ and positive when $y < 0$. This slope field shows exponential decay: solutions are $y = Ce^{-x}$.

📌 Matching Differential Equations to Slope Fields

On the AP exam, you may be asked to match a differential equation to its slope field. Look for:

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page