This site is a work in progress. New lessons are added regularly. Contact us

Graphs of Functions

Learning goals

  • Draw the graph as the relation (x,f(x))(x, f(x))
  • Show why a finite table cannot pin a function down
  • Find zeros from a factored form and read each sign interval
  • Tell a crossing from a touch by the factor's parity
  • Test even and odd as reflection and rotation symmetry
  • Read end behavior by factoring out the highest power

The graph is the relation, drawn

In Relations and Functions you saw that a function’s rule and domain together are a set of ordered pairs, one pair for each input. The graph is nothing more than that set of pairs plotted as points: the graph of ff is the collection of all points (x,f(x))(x, f(x)) as xx runs over the domain. There is no new object here, only the same set of pairs shown on paper.

Seeing the graph this way settles what the vertical line test really is. A vertical line x=ax = a collects every plotted point sharing the input aa. So the test “no vertical line meets the graph more than once” is just the picture of “no input has two outputs.” The vertical line test is therefore a fact about the picture of a relation, not the definition of a function. Relations and Functions proved that equivalence in full, so we take it as known and spend this lesson on the reverse direction. Given a rule, what can we prove about the picture before we ever plot a point?

A finite table cannot pin down a function

Start with the flaw in connect-the-dots, because everything else is a repair for it. Suppose you know a function ff only through a table: its values at finitely many inputs x1,x2,,xnx_1, x_2, \dots, x_n. The table looks like solid evidence, but it leaves the function almost completely open.

A finite table is matched by infinitely many different functions#

Let ff be any function and let x1,x2,,xnx_1, x_2, \dots, x_n be the sampled inputs. Pick any constant cc and build a new function

g(x)=f(x)+c(xx1)(xx2)(xxn).g(x) = f(x) + c\,(x - x_1)(x - x_2)\cdots(x - x_n).

Evaluate gg at any sampled input xkx_k. Among the factors of the product there sits (xkxk)=0(x_k - x_k) = 0, so the entire product is 00, and therefore

g(xk)=f(xk)+c0=f(xk).g(x_k) = f(x_k) + c\cdot 0 = f(x_k).

This holds at every sampled input and for every choice of cc, so gg reproduces the table exactly, no matter which cc you chose. Yet away from the samples the product (xx1)(xxn)(x - x_1)\cdots(x - x_n) is not zero, so for any input xx that was not sampled and any c0c \ne 0,

g(x)f(x)=c(xx1)(xxn)0,g(x) - f(x) = c\,(x - x_1)\cdots(x - x_n) \ne 0,

which means gg and ff disagree there. Different values of cc give different functions, all sharing the one table, so infinitely many functions fit it. A finite table simply does not determine the function it came from.

Make it concrete with the friendliest function there is, the identity f(x)=xf(x) = x, sampled at x=1,2,3x = 1, 2, 3. Its table is (1,1)(1,1), (2,2)(2,2), (3,3)(3,3), three points marching up a straight line. Nothing about that table forces a line, though. Take c=1c = 1 and the three sampled inputs and build

g(x)=x+(x1)(x2)(x3).g(x) = x + (x - 1)(x - 2)(x - 3).

At each of x=1,2,3x = 1, 2, 3 one factor vanishes, so gg agrees with ff there, yet gg is a cubic that leaves the line everywhere else. The next figure plots both functions through the identical three points.

Two functions sharing the table (1,1), (2,2), (3,3)The line y = x and the cubic g both pass through the three shared points, but the cubic drops to (0, -6) while the line passes through the origin, so they differ sharply off the samples.123-6(0, -6)(1, 1)(2, 2)(3, 3)g(x)f(x) = x
Two different functions through the same three table points. The straight line is f(x) = x; the curve is g(x) = x + (x - 1)(x - 2)(x - 3). Both pass exactly through (1, 1), (2, 2), and (3, 3), yet the cubic plunges to g(0) = -6 while f(0) = 0. The table cannot tell them apart.

Worked example 1 Two functions, one table

Show that f(x)=xf(x) = x and g(x)=x+(x1)(x2)(x3)g(x) = x + (x - 1)(x - 2)(x - 3) share the table at x=1,2,3x = 1, 2, 3 but part ways off it.

Check the three sampled inputs. At each one, a single factor of the product is zero, so the whole product drops out:

g(1)=1+(0)(1)(2)=1,g(2)=2+(1)(0)(1)=2,g(3)=3+(2)(1)(0)=3.\begin{aligned} g(1) &= 1 + (0)(-1)(-2) = 1, \\ g(2) &= 2 + (1)(0)(-1) = 2, \\ g(3) &= 3 + (2)(1)(0) = 3. \end{aligned}

So gg matches ff at every row of the table. Now expand the product to see gg as a single rule:

g(x)=x+(x36x2+11x6)=x36x2+12x6.g(x) = x + (x^3 - 6x^2 + 11x - 6) = x^3 - 6x^2 + 12x - 6.

Evaluate both functions at inputs the table never sampled:

g(0)=6  while  f(0)=0,g(4)=10  while  f(4)=4.g(0) = -6 \ \text{ while } \ f(0) = 0, \qquad g(4) = 10 \ \text{ while } \ f(4) = 4.

The two functions sit 66 units apart at x=0x = 0 and again at x=4x = 4, yet their tables at x=1,2,3x = 1, 2, 3 are identical. A table is evidence about finitely many inputs; a graph is a claim about infinitely many, and only proof closes the gap between them.

Graph the structure you can prove

If plotting points cannot justify a curve, what can? Four features of a rule can be derived exactly, with algebra you already own. Each one pins the curve down at infinitely many inputs at once, which is what a table could never do.

Zeros: where the graph meets the horizontal axis

The zeros of ff are the inputs with f(x)=0f(x) = 0. A point sits on the horizontal axis exactly when its height is 00. So the zeros are precisely the xx-coordinates where the graph crosses or touches that axis, the x-intercepts. Finding them is solving f(x)=0f(x) = 0, and the fastest route is a factored form, because a product is zero exactly when one of its factors is zero. Our running example for the rest of the lesson is

f(x)=x34x=x(x24)=x(x2)(x+2),f(x) = x^3 - 4x = x(x^2 - 4) = x(x - 2)(x + 2),

whose zeros are x=0x = 0, x=2x = 2, and x=2x = -2. Those three inputs are the only places the graph can meet the horizontal axis.

Sign: which side of the axis, from the factors

A function written as a product of linear factors keeps to one side of the axis on each interval between consecutive roots. The factors tell you which side, without any appeal to the shape of the curve. This is special to factored forms, not a fact about every function. A function can switch sign without passing through a zero, at a point where it is undefined, the way 1x\frac{1}{x} jumps from negative to positive across 00. Two facts settle the sign of a factored form, and both are pure algebra.

The sign of a factored function is the product of its factor signs#

A single linear factor (xr)(x - r) is negative exactly when x<rx < r, zero exactly when x=rx = r, and positive exactly when x>rx > r. This is just the statement that xr<0x - r < 0 means the same as x<rx < r, read three ways, so each factor changes sign only at its own root.

Now suppose f(x)=a(xr1)(xr2)f(x) = a\,(x - r_1)(x - r_2)\cdots is a product of a nonzero constant aa and linear factors. From pre-algebra, the sign of a product of nonzero numbers is the product of their signs: two negatives make a positive, and each extra negative flips the result. Pick any interval lying strictly between two consecutive roots. No factor has a root inside that interval, so no factor changes sign across it, so every factor holds one fixed sign there. The sign of ff on the interval is then the product of those fixed signs, a single computation with no reference to continuity or to the graph’s shape.

Multiplicity follows from the same rule. Group a repeated root as (xr)k(x - r)^k. If kk is even, then (xr)k=((xr)2)k/2(x - r)^k = \big((x - r)^2\big)^{k/2} is a square raised to a power, so it is positive for every xrx \ne r and never negative. It therefore contributes the same sign, ++, on both sides of rr, so ff keeps one sign across rr. Geometrically, the graph meets the axis at rr but stays on the same side of it, touching and turning back rather than crossing. If kk is odd, then (xr)k=(xr)((xr)2)(k1)/2(x - r)^k = (x - r)\big((x - r)^2\big)^{(k-1)/2} has the same sign as the single factor (xr)(x - r). That factor is negative to the left of rr and positive to the right, so ff flips sign across rr and the graph crosses.

A factor that is never zero and never negative is easy to handle: it just contributes a ++ everywhere. The quadratic x2+1x^2 + 1 is one, since x2+11>0x^2 + 1 \ge 1 > 0 for every real xx. It has no real root, so it never splits an interval and never changes the sign of the product. You can therefore drop that factor from the sign chart entirely, keeping only the linear factors that do cross zero.

Worked example 2 Zeros and sign of f(x)=x34xf(x) = x^3 - 4x

Use the factored form f(x)=x(x2)(x+2)f(x) = x(x - 2)(x + 2). The roots 2,0,2-2, 0, 2 split the number line into four intervals. On each one, read the sign of each factor and multiply.

For x<2x < -2, all three of xx, x2x - 2, and x+2x + 2 are negative:

()()()=,so f<0 on x<2.(-)(-)(-) = -, \qquad \text{so } f < 0 \text{ on } x < -2.

For 2<x<0-2 < x < 0, only x+2x + 2 has turned positive:

()()(+)=+,so f>0 on 2<x<0.(-)(-)(+) = +, \qquad \text{so } f > 0 \text{ on } -2 < x < 0.

For 0<x<20 < x < 2, now xx is positive too but x2x - 2 is still negative:

(+)()(+)=,so f<0 on 0<x<2.(+)(-)(+) = -, \qquad \text{so } f < 0 \text{ on } 0 < x < 2.

For x>2x > 2, every factor is positive, so f>0f > 0. Each root has power 11, an odd power, so the sign flips at all three and the graph crosses the axis at each. The sign pattern below the axis, above, below, above reads off directly.

Sign chart for f(x) = x(x - 2)(x + 2)Factor rows for x + 2, x, and x - 2 above a number line marked at -2, 0, 2, with the product sign of f below reading minus, plus, minus, plus.sign of f(x) = x(x - 2)(x + 2)x + 2-+++x--++x - 2---+-202f(x)-+-+
A sign chart for f(x) = x(x - 2)(x + 2). Each factor's sign is marked on the three intervals it defines, and the bottom row multiplies them to give the sign of f. The product is negative, positive, negative, positive across the four intervals, and since every root has odd power the graph crosses at each.

Worked example 3 An even power that touches: f(x)=(x1)2(x+2)f(x) = (x - 1)^2(x + 2)

The zeros are x=1x = 1 from the factor (x1)2(x - 1)^2 and x=2x = -2 from (x+2)(x + 2). Read the sign on the three intervals, remembering that (x1)2(x - 1)^2 is a square, so it is positive everywhere except at x=1x = 1 and never contributes a negative.

For x<2x < -2, the factor (x+2)(x + 2) is negative while (x1)2(x - 1)^2 is positive:

(+)()=,so f<0 on x<2.(+)(-) = -, \qquad \text{so } f < 0 \text{ on } x < -2.

For 2<x<1-2 < x < 1 and again for x>1x > 1, the factor (x+2)(x + 2) is positive and (x1)2(x - 1)^2 is positive:

(+)(+)=+,so f>0 on both 2<x<1 and x>1.(+)(+) = +, \qquad \text{so } f > 0 \text{ on both } -2 < x < 1 \text{ and } x > 1.

The sign is positive on both sides of x=1x = 1. At the simple root x=2x = -2 (power 11, odd) the sign flips, so the graph crosses. At the double root x=1x = 1 (power 22, even) the sign is the same on both sides. So the graph touches the axis at (1,0)(1, 0) and stays above it, turning back instead of crossing. The multiplicity of a root, not the fact that it is a root, decides crossing versus touching.

Check your understanding

For f(x)=(x+3)(x4)2f(x) = (x + 3)(x - 4)^2, what does the graph do at x=4x = 4?

Answer choices

Symmetry: proving half the graph determines the other half

Some graphs repeat themselves under a reflection or a rotation, and when they do you can prove one half of the curve from the other, halving the work. Two kinds of symmetry have names. A function is even when f(x)=f(x)f(-x) = f(x) for every xx in its domain, and odd when f(x)=f(x)f(-x) = -f(x) for every xx.

Both definitions ask about f(x)f(-x), so both are meaningless unless x-x is in the domain whenever xx is. Say the domain is symmetric about 00 when xx is in it exactly when x-x is. If it is not, for instance the domain x0x \ge 0 of x\sqrt{x}, then f(x)f(-x) can be undefined and neither question can even be asked. Assume a symmetric domain from here on, and the two symmetries are exact.

Even means yy-axis symmetry; odd means 180180^\circ symmetry#

Assume the domain DD is symmetric about 00. Reflection across the yy-axis sends a point (x,y)(x, y) to (x,y)(-x, y). Apply it to the graph {(x,f(x)):xD}\{(x, f(x)) : x \in D\} to get the reflected set {(x,f(x)):xD}\{(-x, f(x)) : x \in D\}. Reindex with u=xu = -x; because DD is symmetric, uu ranges over all of DD, and the reflected set becomes {(u,f(u)):uD}\{(u, f(-u)) : u \in D\}, which is the graph of the rule uf(u)u \mapsto f(-u). Two functions on the same domain are equal exactly when they agree at every input, the equality test from Function Notation. So this reflected graph equals the original graph {(u,f(u))}\{(u, f(u))\} exactly when f(u)=f(u)f(-u) = f(u) for all uu in DD. That condition is the definition of even, and the “exactly when” runs in both directions. So ff is even if and only if its graph is unchanged by reflection across the yy-axis.

The odd case is the same argument with a 180180^\circ rotation about the origin, which sends (x,y)(x, y) to (x,y)(-x, -y). Rotating the graph gives {(x,f(x)):xD}\{(-x, -f(x)) : x \in D\}, and the same reindex turns it into {(u,f(u)):uD}\{(u, -f(-u)) : u \in D\}, the graph of uf(u)u \mapsto -f(-u). It equals the original graph exactly when f(u)=f(u)-f(-u) = f(u) for all uu, that is f(u)=f(u)f(-u) = -f(u), the definition of odd. So ff is odd if and only if its graph is unchanged by a 180180^\circ rotation about the origin.

Finally, suppose ff is both even and odd. Then f(x)=f(x)f(-x) = f(x) and f(x)=f(x)f(-x) = -f(x) for every xx in DD, so f(x)=f(x)f(x) = -f(x), which gives 2f(x)=02f(x) = 0 and f(x)=0f(x) = 0. Every value is 00, so ff is the zero function, and the zero function plainly satisfies both definitions. The only function that is both even and odd on a symmetric domain is the zero function.

One quick consequence is worth recording. If an odd function has 00 in its domain, then setting x=0x = 0 in f(x)=f(x)f(-x) = -f(x) gives f(0)=f(0)f(0) = -f(0), so 2f(0)=02f(0) = 0 and f(0)=0f(0) = 0. So whenever 00 is in the domain, an odd function’s graph passes through the origin. An odd function whose domain omits 00, like 1x\frac{1}{x}, need not, and an even function carries no such forced value at all, since f(0)=f(0)f(0) = f(0) says nothing.

A warning about a tempting shortcut. It is often said that even powers give even functions and odd powers give odd functions. The claim is true for a single power xnx^n, and it stays true for a polynomial whose terms all share the same exponent parity. It fails the moment the parities mix. The function f(x)=x2+xf(x) = x^2 + x has one even-degree term and one odd-degree term, and it is neither even nor odd:

f(x)=(x)2+(x)=x2x,f(-x) = (-x)^2 + (-x) = x^2 - x,

which equals f(x)=x2+xf(x) = x^2 + x only at x=0x = 0, and equals f(x)=x2x-f(x) = -x^2 - x only at x=0x = 0. A typical function is neither even nor odd; symmetry is the special case, and you confirm it by testing f(x)f(-x), not by glancing at exponents.

Worked example 4 Testing even, odd, or neither

Classify each function on its (symmetric) domain by computing f(x)f(-x).

First, the running cubic f(x)=x34xf(x) = x^3 - 4x, with domain all real numbers:

f(x)=(x)34(x)=x3+4x=(x34x)=f(x).f(-x) = (-x)^3 - 4(-x) = -x^3 + 4x = -(x^3 - 4x) = -f(x).

Since f(x)=f(x)f(-x) = -f(x), the cubic is odd, so its graph has 180180^\circ symmetry about the origin.

Next, the rational function f(x)=xx2+1f(x) = \dfrac{x}{x^2 + 1}. The denominator x2+1x^2 + 1 is never 00, so the domain is all real numbers, which is symmetric. Substitute x-x, squaring inside the denominator:

f(x)=x(x)2+1=xx2+1=f(x),f(-x) = \frac{-x}{(-x)^2 + 1} = \frac{-x}{x^2 + 1} = -f(x),

so this one is odd as well. Now the even partner g(x)=1x2+1g(x) = \dfrac{1}{x^2 + 1}:

g(x)=1(x)2+1=1x2+1=g(x),g(-x) = \frac{1}{(-x)^2 + 1} = \frac{1}{x^2 + 1} = g(x),

so gg is even, with a graph symmetric across the yy-axis. The parity is decided by what happens to the sign under xxx \mapsto -x, and a rational rule is tested exactly the same way a polynomial is.

Check your understanding

On the domain of all real numbers, which describes f(x)=x43x2f(x) = x^4 - 3x^2?

Answer choices

End behavior: what the far ends do, without limits

The last provable feature is what the graph does far from the origin, and you can settle it with a factoring trick and an explicit inequality, no limits required. Factor out the highest power. For the running cubic,

f(x)=x34x=x3(14x2).f(x) = x^3 - 4x = x^3\left(1 - \frac{4}{x^2}\right).

Look at the bracket. Whenever x>2\lvert x \rvert > 2, we have x2>4x^2 > 4, so 4x2<1\dfrac{4}{x^2} < 1 and the bracket 14x21 - \dfrac{4}{x^2} is a positive number less than 11. A positive bracket cannot change the sign of x3x^3. So for x>2\lvert x \rvert > 2 the value f(x)f(x) has the same sign as x3x^3: positive and large when x>2x > 2, negative and large when x<2x < -2. For the magnitude, take x3\lvert x \rvert \ge 3; then 4x249\dfrac{4}{x^2} \le \dfrac{4}{9}, so the bracket is at least 59\dfrac{5}{9}, giving

f(x)=x3(14x2)59x3,\lvert f(x) \rvert = \lvert x \rvert^3 \left(1 - \frac{4}{x^2}\right) \ge \frac{5}{9}\,\lvert x \rvert^3,

which grows past any bound as x\lvert x \rvert increases. So far to the right the graph climbs like x3x^3, and far to the left it falls like x3x^3. The middle wiggle near the origin is irrelevant to the ends. This is a complete argument with a stated threshold; a later course rephrases it with limits, but the algebra already decides it. The sign of the leading coefficient rides along untouched. Had the cubic been x3+4x=x3(1+4x2)-x^3 + 4x = x^3\left(-1 + \dfrac{4}{x^2}\right), the bracket would be negative for x>2\lvert x \rvert > 2, and both ends would flip, falling on the right and rising on the left.

Worked example 5 End behavior of the quartic f(x)=x45x2+4f(x) = x^4 - 5x^2 + 4

Factor out the highest power, x4x^4:

f(x)=x4(15x2+4x4).f(x) = x^4\left(1 - \frac{5}{x^2} + \frac{4}{x^4}\right).

The leading factor x4x^4 is never negative, so the sign far out depends only on the bracket. The term 4x4\dfrac{4}{x^4} is positive, so dropping it only lowers the bracket, giving the clean bound

15x2+4x415x2.1 - \frac{5}{x^2} + \frac{4}{x^4} \ge 1 - \frac{5}{x^2}.

For x3\lvert x \rvert \ge 3 we have 5x259\dfrac{5}{x^2} \le \dfrac{5}{9}, so the bracket is at least 159=49>01 - \dfrac{5}{9} = \dfrac{4}{9} > 0. Therefore for x3\lvert x \rvert \ge 3,

f(x)=x4(15x2+4x4)49x4,f(x) = x^4\left(1 - \frac{5}{x^2} + \frac{4}{x^4}\right) \ge \frac{4}{9}\,x^4,

which is positive and grows without bound. Both ends of the quartic rise to large positive values, matching its leading term x4x^4. A degree-four graph with a positive leading coefficient goes up on the left and up on the right, and this inequality is why.

The method survives an interior term of odd power, where the correction changes sign with xx. Take 2x43x=x4(23x3)2x^4 - 3x = x^4\left(2 - \dfrac{3}{x^3}\right): the term 3x3\dfrac{3}{x^3} is negative for x>0x > 0 and positive for x<0x < 0, but only its size matters. Once x2\lvert x \rvert \ge 2 we have 3x338\left\lvert \dfrac{3}{x^3} \right\rvert \le \dfrac{3}{8}, so the bracket stays between 2382 - \dfrac{3}{8} and 2+382 + \dfrac{3}{8}, positive at both ends. The sign of the correction does not change the conclusion; the graph rises to large positive values on the far left as well as the far right.

Check your understanding

Far to the right, where xx is large and positive, how does f(x)=x34xf(x) = x^3 - 4x behave?

Answer choices

The domain is visible in the graph

A rule can look like a familiar curve yet be missing a single input, and that missing input shows up on the graph as a gap. This is the sharpest payoff of taking the domain seriously, a theme from Relations and Functions and Function Notation.

Consider f(x)=x24x2f(x) = \dfrac{x^2 - 4}{x - 2}. The denominator is 00 at x=2x = 2, so 22 is not in the domain. For every other input the numerator factors and the common factor cancels:

x24x2=(x2)(x+2)x2=x+2,x2.\frac{x^2 - 4}{x - 2} = \frac{(x - 2)(x + 2)}{x - 2} = x + 2, \qquad x \ne 2.

So the graph agrees with the line y=x+2y = x + 2 at every allowed input. But x=2x = 2 is not allowed, and the point the line would occupy there, (2,4)(2, 4), is removed, leaving a hole. Function Notation proved that x24x2\dfrac{x^2 - 4}{x - 2} and x+2x + 2 are different functions precisely because their domains differ at x=2x = 2, and the hole is where that difference becomes visible.

A hole at x = 2 in (x squared minus 4) over (x minus 2)The line y = x + 2 with an open circle at (2, 4) marking the input x = 2 that is excluded from the domain.-224hole at (2, 4)y = x + 2
The graph of f(x) = (x squared minus 4) divided by (x minus 2). Everywhere it is defined the rule equals x + 2, so the graph is the line y = x + 2, but x = 2 is excluded from the domain, so the point (2, 4) is punched out as an open hole.

Worked example 6 Locating a hole

Find the hole in the graph of f(x)=x24x2f(x) = \dfrac{x^2 - 4}{x - 2}, and give its exact coordinates.

First find the excluded input. The denominator x2x - 2 is 00 at x=2x = 2, so 22 is not in the domain, and that is the only excluded input. Next simplify the rule for the inputs that remain, factoring the numerator as a difference of squares:

f(x)=(x2)(x+2)x2=x+2,x2.f(x) = \frac{(x - 2)(x + 2)}{x - 2} = x + 2, \qquad x \ne 2.

The graph is therefore the line y=x+2y = x + 2 with one point missing. To find the missing point’s height, evaluate the simplified rule at the excluded input:

x+2x=2=2+2=4.x + 2 \Big|_{x = 2} = 2 + 2 = 4.

The hole sits at (2,4)(2, 4). It is a genuine feature of the picture, not bookkeeping: the excluded input is invisible in the simplified formula x+2x + 2 but plainly visible as a gap in the graph.

Not every excluded input makes a hole. The rule y=1x2y = \dfrac{1}{x - 2} also excludes x=2x = 2. But there the factor causing trouble does not cancel, so instead of a single missing point the graph shoots off along a vertical line at x=2x = 2, a vertical asymptote. Two rules can exclude the same input and look completely different near it. Which one you get depends on whether the offending factor cancels, and the full study of these graphs waits for a later chapter. The point for now is only that the domain is never invisible; it leaves a mark.

Putting it together

Collect what we proved about the running cubic f(x)=x34x=x(x2)(x+2)f(x) = x^3 - 4x = x(x - 2)(x + 2): its zeros are 2,0,2-2, 0, 2, and its sign runs below, above, below, above the axis across those roots. The cubic is odd, so its graph has 180180^\circ symmetry about the origin. Far out it climbs like x3x^3 on the right and falls like x3x^3 on the left. Every one of those is a proven statement about infinitely many inputs. The figure marks them, then draws a smooth curve to fit. That final smooth stroke is the one thing on the picture we did not prove. It is an interpolation between features we did prove, and its only job is to respect them.

The assembled graph of f(x) = x cubed minus 4xAn S-shaped cubic crossing the axis at -2, 0, 2, with a local high point on the left and a matching low point on the right related by 180-degree rotation about the origin, and ends that fall on the left and rise on the right.-202-+-+rises like x³falls like x³odd: 180° symmetry
The assembled graph of f(x) = x cubed minus 4x. The three x-intercepts, the sign on each interval, the 180-degree rotational symmetry about the origin, and the ends rising and falling like x cubed are all proved. The smooth curve joining them is drawn to fit those proven features, not to establish them.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

A table of values and a graph feel like two different things. One is a column of numbers you read. The other is a shape you look at. The oldest argument that they are one thing is older than the coordinate grid itself.

In the fourteenth century Nicole Oresme, a scholar in northern France, wrote a treatise on how qualities vary. Its striking move is a claim about knowledge rather than about drawing. Oresme held that listing a quantity value by value and picturing it are one act performed two ways. The table and the figure carry identical information, so producing either produces the other.

That claim is correct, and this lesson has to say when. It holds for a complete listing, one entry for every allowed input, all infinitely many of them. It fails immediately for the table a student can actually write. Three rows opened this lesson, and two functions matched them exactly. One was a straight line. The other was a cubic that plunges to negative six the moment you leave the samples.

So Oresme was right about the object and silent about the sample. A full record of values and a finished curve really are the same thing. A handful of rows is neither. That is why the zeros, the signs, the symmetry and the ends all had to be proved rather than plotted.