2.2.5 · D4Functions

Exercises — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise

2,553 words12 min readBack to topic

This page is a self-test ladder. Read one problem, cover the solution, try it, then open the collapsible [!recall]- to check. Difficulty climbs from just recognise the type up to combine everything at once. Every symbol used here was built in the parent note Types of Functions; if a word feels new, re-read that note first.

Prerequisite ideas you may want open in another tab: M02.01 Function Definition, M02.03 Domain and Range, M04.01 Derivatives, M03.01 Limits.


Level 1 — Recognition

The four types have four instantly recognisable shapes. In the figure, each panel is labelled with its own part-letter (a)–(d) — match the formula to the correctly labelled panel:

Figure — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise
Recall Solution 1.1

What to look at: the shape of the formula, not the numbers (and its labelled panel above).

  • (a) — no appears at all, so the output never changes. This is a constant function. As a polynomial its degree is . Panel (a): a flat horizontal line (lavender).
  • (b) — the highest power of is . That is a linear function, polynomial of degree 1 (slope , intercept ). Panel (b): a straight slanted line (coral).
  • (c) — one polynomial divided by another. That is a rational function. Not a polynomial (division by an -term), so "degree" does not apply the same way. Panel (c): two pieces split by a vertical asymptote at (mint).
  • (d) — the variable sits under a root sign, i.e. . The exponent is not a whole number, so this is a radical function, not a polynomial. Panel (d): a sideways half-parabola starting at the origin (butter).
Recall Solution 1.2

False. A polynomial only allows non-negative whole-number exponents (). Here has a negative exponent, so is actually a rational function in disguise: .


Level 2 — Application

Before the algebra, picture what "rise over run" means on the two given points:

Figure — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise
Recall Solution 2.1

Type: linear → tool: slope-from-two-points, because a straight line has one constant rate of change and two points pin it down completely. In the figure the run (horizontal, ) and the rise (vertical, ) form a right triangle; the slope is the rise divided by the run. Now use one point to find . Plug into : Answer: . Check the other point: ✓.

The parabola and its lowest point make the answer visible before you compute:

Figure — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise
Recall Solution 2.2

Type: quadratic → tool: vertex formula , because a parabola is symmetric and its turning point sits at that . Here : Vertex: . Since the parabola opens upward (a valley, as in the figure), so this is a minimum.

Recall Solution 2.3

Type: radical → tool: the inside of an even root must stay (you cannot square-root a negative and stay real). See M02.03 Domain and Range. Domain: .


Level 3 — Analysis

The dashed guide lines are exactly what you are solving for — find them in the picture:

Figure — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise
Recall Solution 3.1

Type: rational → the standard procedure is factor top and bottom first, cancel any common factor, and only then hunt for asymptotes. This ordering matters (see the L3 Trap below). Step 1 — factor both: Step 2 — cancel common factors: the top factors are ; the bottom factors are . No factor is shared, so nothing cancels — meaning there are no holes, and every zero of the denominator is a true asymptote. Step 3 — vertical asymptotes (tool: denominator after cancelling): Both survive, so both are genuine vertical asymptotes (dashed lines in the figure). Step 4 — horizontal asymptote (tool: compare leading terms as ) — for huge only the top powers matter (see M03.01 Limits). Here top and bottom are the same degree (), so we divide leading coefficients: Horizontal asymptote: .

Recall Solution 3.2

Type: polynomial (degree , so it earns the "polynomial" name) → tool: the leading term dominates for large . Degree is odd, leading coefficient is negative.

  • As : , times gives .
  • As : , times gives . So the graph comes down from the top-left and exits out the bottom-right — the classic odd-degree, negative-leader shape.
Recall Solution 3.3

Type: rational, and the top degree () is exactly one more than the bottom degree () — the flag for a slant asymptote. Tool: polynomial long division, because we want the straight line the graph hugs at infinity. Divide by : As the remainder term , so the graph approaches the slanted line Oblique asymptote: .


Level 4 — Synthesis

Figure — Types — constant, linear, quadratic, polynomial, rational, radical, piecewise
Recall Solution 4.1

Type: piecewise → tool: compare the value the two pieces approach at the joint (continuity idea, see M03.02 Continuity).

  • Left piece as : .
  • Right piece at : . The left branch lands at height but the right branch starts at height . They do not meet, so there is a jump of size . Reading the figure (works even in greyscale): the upper, straight branch (labelled "x + 3") ends at an open circle at the point — hollow, meaning that height is not reached. The lower, curved branch (labelled "x^2") begins at a filled circle at — solid, meaning that height is reached. A solid double-headed arrow marks the gap of between them. Because the filled point and the hollow point sit at different heights, is not continuous at .
Recall Solution 4.2

Type: quadratic → tool: complete the square, because vertex form reads off the minimum directly. So : vertex . Since the squared term is never negative, the smallest value is when . Minimum value: (attained at ).


Level 5 — Mastery

Recall Solution 5.1

Type: quadratic (downward parabola, ). (a) Time of peak — tool: vertex. (b) Maximum height — plug back in. (c) Ground time — tool: quadratic formula, because we need the roots of . First multiply both sides by : . Why is this allowed, and why bother? Multiplying an equation "" by any non-zero number gives the same solution set — if the left side was zero, times zero is still zero, so no roots are gained or lost. We choose only for comfort: it makes the leading coefficient positive so the formula is tidier. With : , giving s or s. A negative time is before we threw the ball, so discard it. The ball lands at s.

Recall Solution 5.2

This is a rational function whose numerator is radical — so two conditions must hold at once. Condition 1 (radical, M02.03 Domain and Range): the inside of the square root : Condition 2 (rational): the denominator : Intersect both: start with , then punch out the single point . Domain: .

Recall Quick recall check

Which tool answers "where does a rational function blow up"? ::: Factor top and bottom, cancel common factors, THEN set the denominator equal to zero. What sign of makes a parabola's vertex a maximum? ::: (opens downward). Why is not a polynomial? ::: Its exponent is not a non-negative whole number. When does a rational function have a slant (oblique) asymptote instead of a horizontal one? ::: When the numerator's degree is exactly one more than the denominator's.


Related deep dives: M02.04 Function Transformations, M02.06 Inverse Functions, M04.01 Derivatives, M05.01 Integration.