Fiveable

โˆซCalculus I Unit 1 Review

QR code for Calculus I practice questions

1.1 Review of Functions

1.1 Review of Functions

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Functions are the foundation of calculus. They describe how one quantity depends on another, and nearly every concept you'll encounter in this course builds on them. This review covers function notation, domain and range, graphing features, operations, and transformations.

Function Fundamentals

Function notation and evaluation

Function notation f(x)f(x) names both the function and its input. The symbol f(x)f(x) represents the output value when the input is xx. To evaluate f(a)f(a), substitute aa for every xx in the function's equation, then simplify.

For example, if f(x)=3x2โˆ’1f(x) = 3x^2 - 1, then f(2)=3(2)2โˆ’1=11f(2) = 3(2)^2 - 1 = 11.

Here are the major function types you should recognize:

  • Linear functions: f(x)=mx+bf(x) = mx + b, where mm is the slope and bb is the y-intercept
  • Quadratic functions: f(x)=ax2+bx+cf(x) = ax^2 + bx + c, producing a parabola
  • Polynomial functions: f(x)=anxn+anโˆ’1xnโˆ’1+โ€ฆ+a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0, with non-negative integer exponents
  • Rational functions: f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, a ratio of two polynomials
  • Exponential functions: f(x)=axf(x) = a^x, where a>0a > 0 and aโ‰ 1a \neq 1
  • Logarithmic functions: f(x)=logโกa(x)f(x) = \log_a(x), the inverse of the exponential, where a>0a > 0 and aโ‰ 1a \neq 1
  • Trigonometric functions: sinโก(x)\sin(x), cosโก(x)\cos(x), tanโก(x)\tan(x), etc.
  • Piecewise functions: defined by different equations over different intervals of the domain

Domain and range identification

The domain is the set of all valid inputs (xx-values) for a function. Most functions accept all real numbers, but three common restrictions come up repeatedly:

  • Rational functions: exclude any xx that makes the denominator zero. For f(x)=1xโˆ’3f(x) = \frac{1}{x-3}, the domain is all real numbers except x=3x = 3.
  • Square root (and even-root) functions: the expression under the radical must be โ‰ฅ0\geq 0. For f(x)=xโˆ’2f(x) = \sqrt{x - 2}, the domain is xโ‰ฅ2x \geq 2.
  • Logarithmic functions: the argument must be strictly positive. For f(x)=lnโก(x+5)f(x) = \ln(x + 5), the domain is x>โˆ’5x > -5.

The range is the set of all possible outputs (yy-values). Determining range depends on the function type:

  • Linear functions (with nonzero slope): range is all real numbers
  • Quadratic functions: range depends on whether the parabola opens up (a>0a > 0, range [k,โˆž)[k, \infty)) or down (a<0a < 0, range (โˆ’โˆž,k](-\infty, k]), where kk is the vertex's yy-value
  • Exponential functions like axa^x: range is (0,โˆž)(0, \infty), always positive
  • Logarithmic functions: range is all real numbers
  • Trigonometric functions have bounded ranges (e.g., โˆ’1โ‰คsinโก(x)โ‰ค1-1 \leq \sin(x) \leq 1)

Function graphing and features

When you look at a function's graph, these are the features to identify:

  • x-intercepts (zeros): points where the graph crosses the x-axis (y=0y = 0)
  • y-intercept: the point where the graph crosses the y-axis (x=0x = 0); find it by evaluating f(0)f(0)
  • Symmetry: even functions are symmetric across the y-axis; odd functions are symmetric about the origin
  • Asymptotes:
    • Vertical asymptotes occur at xx-values where the function is undefined and the output grows without bound (common in rational functions where the denominator equals zero)
    • Horizontal asymptotes describe the value the function approaches as xโ†’โˆžx \to \infty or xโ†’โˆ’โˆžx \to -\infty
  • Intervals of increase/decrease: where the function's output is rising or falling as xx moves to the right
  • Local maxima/minima: peaks and valleys within a specific interval
  • Concavity: whether the curve bends upward (concave up) or downward (concave down)
  • Inflection points: where the concavity switches direction
Function notation evaluation, Functions and Function Notation | Precalculus

Zeros of functions

Zeros (also called roots) are the xx-values where f(x)=0f(x) = 0. Finding them is a skill you'll use constantly.

Algebraic methods:

  1. Factoring: Rewrite the function as a product of simpler expressions, then set each factor equal to zero. For f(x)=x2โˆ’5x+6=(xโˆ’2)(xโˆ’3)f(x) = x^2 - 5x + 6 = (x-2)(x-3), the zeros are x=2x = 2 and x=3x = 3.

  2. Quadratic formula: When factoring isn't obvious, use x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} for any quadratic ax2+bx+c=0ax^2 + bx + c = 0.

  3. Rational root theorem: For higher-degree polynomials, the possible rational zeros are ยฑpq\pm \frac{p}{q}, where pp divides the constant term and qq divides the leading coefficient. Test candidates by substitution or synthetic division.

Graphical method: Look for x-intercepts on the graph. This gives approximate zeros, which you can then verify algebraically.

Function Representations and Operations

Function representations

Functions can be expressed in three main ways, and you should be comfortable moving between them:

  • Tables list input-output pairs in two columns. Look for patterns (constant differences suggest linear; constant second differences suggest quadratic).
  • Graphs plot points (x,y)(x, y) on a coordinate plane. Analyze shape and key features to identify the function type.
  • Equations express the relationship using mathematical symbols. The form of the equation tells you the type (e.g., highest power of xx tells you the degree of a polynomial).
Function notation evaluation, Power Functions and Polynomial Functions ยท Algebra and Trigonometry

Function operations and composition

You can combine functions using arithmetic, just like numbers:

  • Addition: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)
  • Subtraction: (fโˆ’g)(x)=f(x)โˆ’g(x)(f - g)(x) = f(x) - g(x)
  • Multiplication: (fโ‹…g)(x)=f(x)โ‹…g(x)(f \cdot g)(x) = f(x) \cdot g(x)
  • Division: (fg)(x)=f(x)g(x)\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}, where g(x)โ‰ 0g(x) \neq 0

Composition chains two functions together. The notation (fโˆ˜g)(x)=f(g(x))(f \circ g)(x) = f(g(x)) means:

  1. Evaluate g(x)g(x) first
  2. Take that result and plug it into ff

For example, if f(x)=x2f(x) = x^2 and g(x)=x+3g(x) = x + 3, then (fโˆ˜g)(x)=f(x+3)=(x+3)2(f \circ g)(x) = f(x+3) = (x+3)^2.

Watch the domain: the domain of fโˆ˜gf \circ g is all xx in the domain of gg such that g(x)g(x) is in the domain of ff. Also note that composition is not commutative: f(g(x))f(g(x)) and g(f(x))g(f(x)) are generally different functions.

Symmetry in functions

  • Even functions satisfy f(โˆ’x)=f(x)f(-x) = f(x) for all xx in the domain. Their graphs are symmetric about the y-axis. If the point (a,b)(a, b) is on the graph, so is (โˆ’a,b)(-a, b).
    • Examples: f(x)=x2f(x) = x^2, f(x)=cosโก(x)f(x) = \cos(x)
  • Odd functions satisfy f(โˆ’x)=โˆ’f(x)f(-x) = -f(x) for all xx in the domain. Their graphs are symmetric about the origin. If (a,b)(a, b) is on the graph, so is (โˆ’a,โˆ’b)(-a, -b).
    • Examples: f(x)=x3f(x) = x^3, f(x)=sinโก(x)f(x) = \sin(x)
  • Neither even nor odd: most functions fall here. For instance, f(x)=x2+xf(x) = x^2 + x fails both tests since f(โˆ’x)=x2โˆ’xf(-x) = x^2 - x, which equals neither f(x)f(x) nor โˆ’f(x)-f(x).

To test algebraically, compute f(โˆ’x)f(-x) and compare it to f(x)f(x) and โˆ’f(x)-f(x).

Function Transformations and Continuity

Transformations modify a base function's graph in predictable ways:

  • Vertical shift: f(x)+kf(x) + k moves the graph up kk units (down if k<0k < 0)
  • Horizontal shift: f(xโˆ’h)f(x - h) moves the graph right hh units (left if h<0h < 0)
  • Vertical stretch/compression: af(x)af(x) stretches vertically if โˆฃaโˆฃ>1|a| > 1, compresses if 0<โˆฃaโˆฃ<10 < |a| < 1
  • Horizontal stretch/compression: f(bx)f(bx) compresses horizontally if โˆฃbโˆฃ>1|b| > 1, stretches if 0<โˆฃbโˆฃ<10 < |b| < 1
  • Reflections: โˆ’f(x)-f(x) reflects over the x-axis; f(โˆ’x)f(-x) reflects over the y-axis

A common mistake with horizontal transformations: they work opposite to what you might expect. In f(xโˆ’3)f(x - 3), the graph shifts right 3, not left. In f(2x)f(2x), the graph gets narrower, not wider.

Continuity means a function's graph has no breaks, holes, or jumps. A function f(x)f(x) is continuous at a point aa if all three conditions hold:

  1. f(a)f(a) is defined
  2. limโกxโ†’af(x)\lim_{x \to a} f(x) exists
  3. limโกxโ†’af(x)=f(a)\lim_{x \to a} f(x) = f(a)

A function is continuous on an interval if it's continuous at every point in that interval. Polynomials, for example, are continuous everywhere.

When continuity fails, you get a discontinuity. The three types are:

  • Removable (hole): The limit exists, but the function is either undefined or has a different value at that point. You could "fill in" the hole to fix it.
  • Jump: The function abruptly changes from one value to another. The left-hand and right-hand limits exist but aren't equal.
  • Infinite: The function blows up toward ยฑโˆž\pm\infty near that point (think vertical asymptotes).

Inverse functions reverse the input-output relationship. For a function ff, its inverse fโˆ’1f^{-1} satisfies f(fโˆ’1(x))=xf(f^{-1}(x)) = x and fโˆ’1(f(x))=xf^{-1}(f(x)) = x. Graphically, the inverse is a reflection of the original over the line y=xy = x. A function must be one-to-one (pass the horizontal line test) to have an inverse.

2,589 studying โ†’