Skip to content
Interdisciplinary CurriculumCurriculum

Your learning stays with you.

Support Independent Learning
Purchase Terms

© 2026 Commensurate Ventures. All rights reserved.

Interdisciplinary CurriculumCurriculum

Precalculus

1Functions: Analysis and Transformation2Polynomial and Rational Analysis3Exponential and Logarithmic Functions4Trigonometric Functions5Trigonometric Identities6Trigonometric Applications7Polar Coordinates and Complex Numbers8Vectors9Conic Sections10Sequences and Series11Parametric Equations12Introduction to Limits13Rates of Change and Area Preview14Precalculus Capstone

No recommended media for this unit

1
5 min read11-12

Functions: Analysis and Transformation

Review and extend function families, master transformations including shifts, reflections, and stretches, and analyze piecewise-defined functions to build the analytical foundation for Precalculus.

Learning Objectives

  • 1Classify functions by family (linear, quadratic, absolute value, square root, cubic) and describe their key features
  • 2Apply vertical and horizontal shifts, reflections, and stretches/compressions to parent functions
  • 3Write and interpret piecewise-defined functions from graphs and real-world contexts
  • 4Determine domain, range, and intervals of increase/decrease from graphs and equations
Companion VideoWatch before this unit
3Blue1Brown·Aug 2016(9 years ago)·6.7M views

Functions are transformations. This video makes that metaphor literal: watch functions stretch, rotate, and squish space. The function review you're doing isn't just algebra cleanup -- it's learning to see transformations everywhere.

Watch on YouTube

Why Functions Are the Language of Precalculus

Every topic in this course — polynomials, exponentials, trigonometry, polar coordinates — is a function. Not a formula to memorize, but a relationship between quantities that follows a rule. Before we study any of those specific families, we need to sharpen the tools that apply to all of them: identifying shape, predicting behavior from an equation, and describing how one function relates to another through transformations.

If Algebra II was about learning to solve equations in each family, Precalculus is about seeing the families as a unified landscape. Transformations are the map.

The Parent Function Gallery

A parent function is the simplest member of a function family — the version with no shifts, stretches, or reflections. Every other function in the family is a transformation of the parent.

Family Parent Function Key Feature
Linear
f(x)=x
Constant rate of change
Quadratic
f(x)=x2
Symmetric parabola, vertex at origin
Absolute Value
f(x)=∣x∣
V-shape, vertex at origin
Square Root
f(x)=x​
Starts at origin, increases slowly
Cubic
f(x)=x3
S-curve through origin, odd symmetry
Reciprocal
f(x)=x1​
Two branches, asymptotes at axes

Interactive graph — loading...

Parent functions: quadratic (red), absolute value (blue), square root (green), cubic (purple)

Every function you encounter in Precalculus descends from one of these parents. The first analytical question is always: which parent am I looking at?

Vertical and Horizontal Shifts

A vertical shift moves the graph up or down. A horizontal shift moves it left or right.

For a parent function

f(x)
:

  • f(x)+k
    shifts up by
    k
    units (down if
    k<0
    )
  • f(x−h)
    shifts right by
    h
    units (left if
    h<0
    )

The horizontal shift is counterintuitive:

f(x−3)
shifts right, not left. Think of it this way — the function now needs
x=3
to produce what the parent produced at
x=0
.

Interactive graph — loading...

Quadratic parent shifted up 3 (green), right 2 (blue), and both right 2 and up 3 (purple)
🧠

Think About

If f(x) = |x| is shifted left 4 and down 1, write the equation of the transformed function. Then predict where the vertex of the V-shape lands. Check your prediction by substituting the vertex coordinates into your equation.

Reflections

A reflection flips the graph across an axis.

  • −f(x)
    reflects across the x-axis (all y-values change sign)
  • f(−x)
    reflects across the y-axis (all x-values change sign)

For

f(x)=x​
:

  • −x​
    opens downward instead of upward
  • −x​
    extends to the left instead of the right
❓

Concept Check

Start with f(x) = x^3. Describe the graph of g(x) = -(x - 1)^3 + 2 by identifying each transformation applied to the parent, in order.

▸

Starting from f(x) = x^3: (1) horizontal shift right 1 unit (x - 1), (2) reflection across the x-axis (the negative sign), (3) vertical shift up 2 units (+ 2). The inflection point moves from (0, 0) to (1, 2), and the S-curve is flipped upside down.

Stretches and Compressions

A vertical stretch or compression multiplies all y-values by a constant

a
:

  • a⋅f(x)
    with
    ∣a∣>1
    : vertical stretch (graph gets taller)
  • a⋅f(x)
    with
    0<∣a∣<1
    : vertical compression (graph gets shorter)

A horizontal stretch or compression replaces

x
with
bx
:

  • f(bx)
    with
    ∣b∣>1
    : horizontal compression (graph gets narrower)
  • f(bx)
    with
    0<∣b∣<1
    : horizontal stretch (graph gets wider)

Interactive graph — loading...

Quadratic parent (red), vertical stretch by 3 (blue), vertical compression by 1/4 (green)

The General Transformation Formula

All transformations combine into one template:

g(x)=a⋅f(b(x−h))+k
Parameter Effect
a
Vertical stretch/compression; negative reflects over x-axis
b
Horizontal stretch/compression; negative reflects over y-axis
h
Horizontal shift (right if positive)
k
Vertical shift (up if positive)

Reading a transformed equation means identifying these four parameters and describing each effect. Writing a transformed equation means choosing parameters to match a described or graphed function.

🧠

Think About

A classmate says that the order of transformations does not matter — you can apply shifts, stretches, and reflections in any order and get the same result. Is this true? Try applying a vertical stretch by 2 and then a vertical shift up 3 to f(x) = x^2. Then reverse the order: shift up 3 first, then stretch by 2. Do you get the same equation?

Piecewise Functions

A piecewise function uses different rules on different intervals of the domain. The function definition specifies which rule applies where.

f(x)=⎩⎨⎧​x+352x−3​if x<1if 1≤x≤4if x>4​

To evaluate a piecewise function, first determine which interval the input falls into, then apply the corresponding rule.

  • f(−2)=(−2)+3=1
    (using the first rule, since
    −2<1
    )
  • f(3)=5
    (using the second rule, since
    1≤3≤4
    )
  • f(6)=2(6)−3=9
    (using the third rule, since
    6>4
    )

Piecewise functions appear everywhere in applied mathematics: tax brackets, shipping rates, speed limits that change along a highway. The mathematical challenge is reading the conditions carefully and checking boundaries.

❓

Concept Check

A parking garage charges $5 for the first hour, $3 for each additional hour up to 5 hours total, and a flat $20 for any stay longer than 5 hours. Write a piecewise function C(t) for cost as a function of time t (in hours), where t is greater than 0.

▸

C(t) = 5 if 0 is less than t ≤ 1; C(t) = 5 + 3(t - 1) = 3t + 2 if 1 is less than t ≤ 5; C(t) = 20 if t is greater than 5. Note the boundary values: at t = 1, the cost is $5; at t = 5, the cost is 3(5) + 2 = $17, and any time beyond 5 hours costs a flat $20.

Domain and Range Revisited

In 8th grade, domain and range were lists of values from a table. In Precalculus, they are intervals.

Function Domain Range
f(x)=x2
(−∞,∞)
[0,∞)
f(x)=x​
[0,∞)
[0,∞)
f(x)=x1​
(−∞,0)∪(0,∞)
(−∞,0)∪(0,∞)

Transformations shift the domain and range predictably. If the parent square root has domain

[0,∞)
, then
g(x)=x−3​+1
has domain
[3,∞)
and range
[1,∞)
. The shift right 3 moves the domain start from 0 to 3; the shift up 1 moves the range start from 0 to 1.

🧠

Think About

The reciprocal function f(x) = 1/x has domain all real numbers except 0. If we transform it to g(x) = 1/(x - 5) + 2, what value is now excluded from the domain, and why? What happens to the horizontal asymptote?

Building Toward Calculus

Every topic in Precalculus will ask you to do what this unit has practiced: recognize a function's family, read its transformations, identify its domain and range, and describe its behavior. The polynomial functions in the next unit are more complex than quadratics, but the analytical approach is the same — start with the parent, track the transformations, and let the structure guide your understanding.

💡

Khan Academy covers function transformations with interactive practice: Khan Academy — Transformations of Functions. Focus on the sections about combining transformations — being able to read a single equation and list all four parameters (a, b, h, k) is a skill you will use repeatedly throughout this course.

Next
Polynomial and Rational Analysis

Discussion

From the video libraryBrowse all →
A.I. Revolution | Full Documentary | NOVA | PBS
1h 50m
A.I. Revolution | Full Documentary | NOVA | PBSNOVA PBS Officialshares: Parameter
TIMOTHY SNYDER: The New Paganism. How the Postmodern Became the Premodern
1h 38m
TIMOTHY SNYDER: The New Paganism. How the Postmodern Became the PremodernIWMViennashares: Structure
Niall Ferguson on History's Hidden Networks
1h
Niall Ferguson on History's Hidden NetworksIntelligence Squaredshares: Structure