You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

1.1 Review of Functions

5 min readjune 24, 2024

Functions are the building blocks of calculus. They describe relationships between variables, allowing us to model real-world phenomena. Understanding , types, and evaluation is crucial for solving complex problems in calculus.

and define where functions operate. Graphing functions reveals their behavior, including key features like intercepts and . Identifying helps solve equations and understand behavior, setting the stage for more advanced calculus concepts.

Function Fundamentals

Function notation evaluation

Top images from around the web for Function notation evaluation
Top images from around the web for Function notation evaluation
  • Function notation [f(x)](https://www.fiveableKeyTerm:f(x))[f(x)](https://www.fiveableKeyTerm:f(x)) represents the output value when the is xx
    • Evaluate f(a)f(a) by substituting aa for xx in the function's equation and simplify
  • Function types and their notation
    • f(x)=mx+bf(x) = mx + b with slope mm and bb
    • f(x)=ax2+bx+cf(x) = ax^2 + bx + c with constants aa, bb, and cc
    • f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0 with constants aia_i
    • f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)} with polynomial functions P(x)P(x) and Q(x)Q(x)
    • f(x)=axf(x) = a^x with positive constant aa
    • f(x)=loga(x)f(x) = \log_a(x) with positive constant a1a \neq 1
    • sin(x)\sin(x), cos(x)\cos(x), tan(x)\tan(x), etc.
    • defined by different equations over different intervals of the

Domain and range identification

  • Domain: Set of all possible input values (usually xx) for a function
    • Most functions have a domain of all real numbers, unless restricted
      • Rational functions exclude xx values that make the denominator zero
      • Square root functions require a non-negative argument under the square root
      • Logarithmic functions require a positive argument
  • : Set of all possible output values (usually yy) for a function
    • Determined by the function's equation and domain restrictions
      • Linear functions have a range of all real numbers
      • Quadratic functions have a range depending on the parabola direction (up or down)
      • Exponential functions always have a positive range
      • Logarithmic functions have a range of all real numbers
      • Trigonometric functions have a limited range (e.g., 1sin(x)1-1 \leq \sin(x) \leq 1)

Function graphing and features

  • Key features of function graphs
    • (zeros) where the graph crosses the x-axis (y=0y = 0)
    • y-intercept where the graph crosses the y-axis (x=0x = 0)
    • across the y-axis (), origin (), or other lines
    • Asymptotes that the graph approaches as xx or yy approaches infinity or a specific value
      • occur at xx values where the function is undefined (e.g., denominators equal to zero)
      • occur when the function approaches a constant value as xx approaches positive or negative infinity
    • where the function is increasing or decreasing
    • where the function reaches a highest or lowest value within a specific interval
    • indicating the direction of the curve (upward or downward)
    • where the concavity changes

Zeros of functions

  • Zeros () of a function are the xx values where f(x)=0f(x) = 0
    • Algebraic methods
      1. : Factor the function and set each factor equal to zero
      2. : For quadratic functions, use x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
      3. : For polynomial functions, list potential rational zeros and test using substitution
    • Graphical methods
      • Identify the x-intercepts of the function's graph

Function Representations and Operations

Function representations

  • Tables list input (xx) and output (yy or f(x)f(x)) values in two columns
    • Identify patterns in the table to determine the function type
  • Graphs plot points (xx, yy) on a coordinate plane and connect them to create a curve or line
    • Analyze the graph's key features to identify the function type
  • Equations express the relationship between the input and output using mathematical symbols
    • Identify the function type based on the equation's form (linear, quadratic, exponential)

Function operations and composition

  • Arithmetic operations on functions
    • Addition (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)
    • Subtraction (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)
    • Multiplication (fg)(x)=f(x)g(x)(f \cdot g)(x) = f(x) \cdot g(x)
    • Division (fg)(x)=f(x)g(x)(\frac{f}{g})(x) = \frac{f(x)}{g(x)} where g(x)0g(x) \neq 0
  • of functions combines two or more functions by using the output of one as the input of another
    • (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)): First, evaluate g(x)g(x), then use the result as the input for ff
    • Domain of the is the domain of gg restricted to values that produce outputs within the domain of ff

Symmetry in functions

  • Even functions are symmetric about the y-axis
    • Definition: f(x)=f(x)f(-x) = f(x) for all xx in the domain
    • Examples: f(x)=x2f(x) = x^2, f(x)=cos(x)f(x) = \cos(x)
  • Odd functions are symmetric about the origin
    • Definition: f(x)=f(x)f(-x) = -f(x) for all xx in the domain
    • Examples: f(x)=x3f(x) = x^3, f(x)=sin(x)f(x) = \sin(x)
  • Functions that are neither even nor odd have no symmetry or are symmetric about other lines (e.g., y=xy = x)
    • Example: f(x)=x2+xf(x) = x^2 + x
  • Implications on graphs
    • Even functions: If (a,b)(a, b) is on the graph, then (a,b)(-a, b) is also on the graph
    • Odd functions: If (a,b)(a, b) is on the graph, then (a,b)(-a, -b) is also on the graph

Function Transformations and Continuity

  • alter the
    • Vertical shifts: f(x)+kf(x) + k moves the graph up kk units
    • Horizontal shifts: f(xh)f(x - h) moves the graph right hh units
    • Vertical stretches/compressions: af(x)af(x) stretches (a>1|a| > 1) or compresses (0<a<10 < |a| < 1) vertically
    • Horizontal stretches/compressions: f(bx)f(bx) stretches (0<b<10 < |b| < 1) or compresses (b>1|b| > 1) horizontally
    • Reflections: f(x)-f(x) reflects over the x-axis, f(x)f(-x) reflects over the y-axis
  • have no breaks, holes, or jumps in their graphs
    • A function f(x)f(x) is continuous at a point aa if:
      1. f(a)f(a) is defined
      2. limxaf(x)\lim_{x \to a} f(x) exists
      3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
    • A function is continuous on an interval if it is continuous at every point in that interval
  • have at least one point where continuity conditions are not met
    • Types of discontinuities:
      • Removable (point) discontinuity: A hole in the graph
      • Jump discontinuity: The function "jumps" from one value to another
      • Infinite discontinuity: The function approaches infinity as x approaches a certain value
  • "undo" the original function, swapping input and output
    • For a function ff, its inverse f1f^{-1} satisfies f(f1(x))=xf(f^{-1}(x)) = x and f1(f(x))=xf^{-1}(f(x)) = x
    • The graph of an inverse function is the reflection of the original function over the line y=xy = x
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary