AP-CALCBC-7.3-7.4

U7.3 Slope Fields

Learn to sketch slope fields for dy/dx = f(x,y), match them to differential equations, and trace solution curves through given points on the AP Calculus BC exam.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U7.3 Slope Fields, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A slope field is a picture of a differential equation. Instead of solving dydx=f(x,y)\frac{dy}{dx}=f(x,y) for a formula, you draw tiny line segments at a grid of points, each with the slope the equation predicts there. The result is a visual map of every possible solution curve at once.

In this lesson you will learn to build a slope field by hand, match a given field to the correct differential equation, and trace an approximate solution curve that passes through a specified point. These are among the most common short questions on the exam because they test whether you truly understand what a derivative represents — a slope — without requiring any integration.

What a Slope Field Represents

A differential equation dydx=f(x,y)\frac{dy}{dx}=f(x,y) tells you the slope of the solution curve at every point in the plane. A slope field visualizes this by placing a short segment at each lattice point (x,y)(x,y) whose slope equals f(x,y)f(x,y).

The key idea: you do not need to solve the equation to draw the field. You just plug each point's coordinates into f(x,y)f(x,y) and draw a segment with that slope. A slope of 00 gives a horizontal dash, a large positive slope gives a steep upward segment, and an undefined slope (division by zero) means no segment is drawn there.

Because the field shows slopes everywhere, it displays the behavior of the entire family of solutions simultaneously. Each specific solution corresponds to one curve that stays tangent to the segments it passes through. Different initial conditions pick out different curves from the same field.

A common misconception is that segments are tiny pieces of the actual solution curves. They are not — they are only tangent directions. The curve threads through the segments, following their direction but curving smoothly between them.

Sketching a Slope Field by Hand

To sketch a field, evaluate f(x,y)f(x,y) at each grid point and draw a segment with that slope. Organizing your work in a table prevents errors.

Consider dydx=x+y\frac{dy}{dx}=x+y. Compute slopes at a few points:
Point (x,y)(x,y)x+yx+ySegment
(0,0)(0,0)00horizontal
(1,0)(1,0)11slope 11, up-right
(0,1)(0,1)11slope 11, up-right
(1,1)(-1,1)00horizontal
(1,1)(1,-1)00horizontal
(2,1)(2,1)33steep up
Notice that all points on the line x+y=0x+y=0 (that is, y=xy=-x) produce horizontal segments. Finding where f(x,y)f(x,y) is constant — especially where it equals zero — is the fastest way to sketch a field, because those are isoclines: curves along which all segments share the same slope.

Look for structure. If ff depends only on xx, segments in each vertical column are identical. If ff depends only on yy, segments in each horizontal row are identical. Recognizing these patterns saves time and helps you check your drawing.

Matching Fields to Differential Equations

Multiple-choice questions often show a slope field and ask which equation produces it. Use elimination based on visible features rather than computing every point.

Check for dependence. If every segment in a vertical column looks the same, the slope depends only on xx, so f(x,y)=f(x)f(x,y)=f(x). If every segment in a horizontal row is the same, the slope depends only on yy. If neither, the slope depends on both.

Locate the zero-slope points. Where are the segments horizontal? Set f(x,y)=0f(x,y)=0 and see if that matches. For dydx=xy\frac{dy}{dx}=xy, segments are horizontal along both axes (x=0x=0 or y=0y=0).

Check symmetry and sign. Does the field look symmetric about an axis? For dydx=x2\frac{dy}{dx}=x^2, all slopes are nonnegative and symmetric about the yy-axis. Test one or two easy points to confirm your choice.
Feature seen in fieldLikely form of f(x,y)f(x,y)
Columns identicaldepends only on xx
Rows identicaldepends only on yy
Horizontal along y=xy=xf=0f=0 when y=xy=x, e.g. xyx-y
All slopes 0\geq 0even power, e.g. x2x^2 or y2y^2

Tracing Approximate Solution Curves

Once you have a field, you can sketch the particular solution through a given point by drawing a smooth curve that stays tangent to the nearby segments. Start at the initial point and follow the direction of the segments, curving as their slopes change. The curve should never cross a segment perpendicularly and should never abruptly change direction.

Two important rules. First, solution curves cannot cross each other where ff is defined and continuous, because a single slope is assigned to each point. Second, your curve must pass exactly through the given initial condition — that anchors which member of the solution family you are drawing.

Watch for equilibrium solutions: horizontal lines where dydx=0\frac{dy}{dx}=0 for all xx. For example, in dydx=y(1y)\frac{dy}{dx}=y(1-y), the lines y=0y=0 and y=1y=1 are equilibrium solutions, and other curves approach or leave them. Recognizing these long-run tendencies connects slope fields to the logistic and exponential models later in the unit.

When tracing, move both left and right from the initial point. The curve extends in both directions, following the field, until it exits the region shown or approaches an equilibrium.

How the Exam Tests This

On the multiple-choice section, expect to match a printed slope field to one of four differential equations, or vice versa. The fastest strategy is elimination: identify where slopes are zero, whether slopes depend on xx, yy, or both, and the sign pattern of slopes in each quadrant.

On free-response questions, a common part asks you to sketch the solution curve through a given point on a provided field. Graders look for a smooth curve through the exact point that follows the segment directions and respects equilibrium lines. Another common part gives you the differential equation and asks you to draw slope segments at a small set of labeled points — usually six to nine — so accuracy at those specific points matters.

Slope-field parts frequently precede Euler's method or separation of variables on the same problem. The field gives you intuition: after separating variables and solving, you can check that your explicit solution matches the field's behavior. A mismatch — for instance, your solution increasing where the field points downward — signals an algebra error worth catching before you lose points.

Key terms

Slope field (direction field).
A grid of short segments, each drawn at a point (x,y)(x,y) with slope f(x,y)f(x,y), that visualizes the solutions of dydx=f(x,y)\frac{dy}{dx}=f(x,y) without solving it.
Differential equation.
An equation relating a function to its derivative, here of the form dydx=f(x,y)\frac{dy}{dx}=f(x,y), whose solutions form a family of curves.
Solution curve.
A curve that stays tangent to the slope field everywhere it passes; a single solution is selected by an initial condition.
Isocline.
A curve along which the slope f(x,y)f(x,y) is constant; the set where f(x,y)=0f(x,y)=0 gives all points with horizontal segments.
Equilibrium solution.
A constant solution y=cy=c where dydx=0\frac{dy}{dx}=0 for all xx, appearing as a horizontal line that other curves approach or leave.
Initial condition.
A specified point (x0,y0)(x_0,y_0) the solution must pass through, singling out one curve from the family.

Worked example

Consider the differential equation dydx=xy\frac{dy}{dx}=x-y. (a) Find all points where the slope is zero. (b) Compute the slope at (2,0)(2,0) and (0,2)(0,2). (c) Describe the solution curve through the point (0,1)(0,1).
Part (a): The slope is zero when xy=0x-y=0, that is, along the line y=xy=x. Every segment placed on this line is horizontal. This line is the isocline for slope 00 and is the first thing to draw when sketching the field.

Part (b): At (2,0)(2,0), dydx=20=2\frac{dy}{dx}=2-0=2, a steep upward segment. At (0,2)(0,2), dydx=02=2\frac{dy}{dx}=0-2=-2, a steep downward segment. Notice that above the line y=xy=x slopes are negative (since x<yx<y makes xy<0x-y<0) and below the line slopes are positive.

Part (c): Starting at (0,1)(0,1), the point lies above the line y=xy=x, so the slope there is 01=10-1=-1, pointing down-right. As the curve moves right and yy decreases, it approaches the line y=xy=x. Tracing left, xx becomes negative while yy stays larger, so slopes stay negative and the curve rises steeply. The solution curve descends from upper left, flattens, and bends to run roughly parallel to and just above the line y=x1y=x-1, which is in fact the exact linear solution the field hugs asymptotically.

Practice questions

A slope field shows identical segments in every horizontal row, with horizontal segments along y=0y=0 and increasingly steep positive slopes as yy increases. Which differential equation produces this field?
  1. dydx=x\frac{dy}{dx}=x
  2. dydx=y\frac{dy}{dx}=y
  3. dydx=x+y\frac{dy}{dx}=x+y
  4. dydx=xy\frac{dy}{dx}=xy

Answer: dydx=y\frac{dy}{dx}=y

Identical segments in each horizontal row mean the slope depends only on yy, eliminating any equation containing xx. That rules out dydx=x\frac{dy}{dx}=x, dydx=x+y\frac{dy}{dx}=x+y, and dydx=xy\frac{dy}{dx}=xy. The remaining choice dydx=y\frac{dy}{dx}=y gives slope 00 along y=0y=0 and larger positive slopes as yy grows, matching the description exactly.
Given dydx=xy\frac{dy}{dx}=xy, determine where the slope field has horizontal segments, and state the sign of the slope in each of the four quadrants.

Answer: Horizontal along the axes (x=0x=0 or y=0y=0); slope is positive in the first and third quadrants and negative in the second and fourth.

The slope xyxy equals zero whenever either factor is zero, so segments are horizontal along both the xx-axis and yy-axis. In quadrant I both xx and yy are positive, so xy>0xy>0; in quadrant III both are negative, so xy>0xy>0 again. In quadrants II and IV the coordinates have opposite signs, making xy<0xy<0. This sign analysis lets you match or sketch the field quickly.
On the slope field for dydx=y(1y)\frac{dy}{dx}=y(1-y), identify the equilibrium solutions and describe the behavior of the solution curve passing through (0,0.5)(0,0.5).

Answer: Equilibrium solutions are y=0y=0 and y=1y=1; the curve through (0,0.5)(0,0.5) increases and approaches y=1y=1 as xx grows.

Setting y(1y)=0y(1-y)=0 gives y=0y=0 and y=1y=1, both constant solutions shown as horizontal lines. Between them, for 0<y<10<y<1, the product y(1y)y(1-y) is positive, so solutions increase. Starting at (0,0.5)(0,0.5) the curve rises and levels off toward the equilibrium y=1y=1 without crossing it, the characteristic logistic S-shape you will study further in U7.9.

FAQ

Do I need to solve the differential equation to draw a slope field?
No. That is the whole point. You only evaluate f(x,y)f(x,y) at each grid point and draw a segment with that slope. Slope fields let you understand solution behavior visually even when the equation is hard or impossible to solve by hand.
How is a slope field different from Euler's method?
A slope field is a qualitative picture of all solutions at once, showing tangent directions everywhere. Euler's method, covered in U7.5, is a numerical procedure that uses those same slopes to compute specific approximate yy-values step by step along one solution curve.
What is the fastest way to match a slope field to its equation on the multiple-choice section?
Use elimination. Check whether segments repeat down columns (depends only on xx) or across rows (depends only on yy), find where segments are horizontal by setting f(x,y)=0f(x,y)=0, and test the sign of the slope in a couple of easy points. This usually eliminates three choices without full computation.
Can solution curves in a slope field ever cross?
Not where f(x,y)f(x,y) is continuous, because each point has exactly one assigned slope, so only one curve can pass through it in a given direction. Curves may appear to approach each other near equilibrium lines but never actually intersect in the interior of the field.

Learn this with a teacher, not a page

The Crimsora tutor teaches U7.3 Slope Fields live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.