← Back To Notes↑ Back To Top

Functions Practice

GitHub Changelog -

  • 1

0 of 31 completed

Create worksheet

Selected problems

No problems selected.

    Direct

    1.1Decide Whether a Relation Is a Function

    Exam I | Problem 1.1 |

    Is the relation below a function?

    $$ \{(1,4), (2,7), (3,7), (3,9)\} $$

    1.2Find a Domain Restriction

    Exam I | Problem 1.2 |

    For

    $$ f(x) = \frac{1}{x - 3}, $$

    what value of $x$ is excluded from the domain?

    1.3Evaluate a Polynomial Function

    Exam I | Problem 1.3 |

    If

    $$ f(x) = 2x^2 - 3x + 1, $$

    what is $f(4)$?

    1.4Read a Function Value from a Table

    Exam I | Problem 1.4 |

    Use the table to find $f(3)$.

    $$ \begin{array}{c|cccc} x & -2 & 0 & 3 & 5 \\ \hline f(x) & 7 & 1 & -4 & 2 \end{array} $$

    1.5Check an Even-Root Domain

    Exam I | Problem 1.5 |

    For

    $$ g(x) = \sqrt{8 - x}, $$

    what values of $x$ are allowed?

    1.6Evaluate an Exponential at Zero

    Exam I | Problem 1.6 |

    If

    $$ h(x) = 5^x, $$

    what is $h(0)$?

    1.7Check Whether a Function Has an Inverse

    Exam I | Problem 1.7 |

    Suppose a function satisfies

    $$ f(1) = 4 \quad \text{and} \quad f(2) = 4. $$

    Can $f$ have an inverse on its full domain?

    1.8Evaluate a Piecewise Function

    Let

    $$ p(x) = \begin{cases} x + 2, & x < 0 \\ 3x - 1, & x \ge 0 \end{cases} $$

    What is $p(-3)$?

    1.9Find the Range of a Square Function

    Exam I | Problem 1.9 |

    For the function

    $$ f(x) = x^2 $$

    with domain and codomain $\mathbb{R}$, what is the range?

    1.10Find the Domain of a Logarithmic Function

    Exam I | Problem 1.10 |

    For

    $$ \log_2(x - 5), $$

    what restriction must $x$ satisfy?

    Integrated

    2.1Compose Two Functions

    Exam II | Problem 2.1 |

    Let

    $$ f(x) = x^2 + 1 $$

    and

    $$ g(x) = 3x - 2. $$

    Find $(f \circ g)(x)$.

    2.2Find the Inverse of a Linear Function

    Exam II | Problem 2.2 |

    If

    $$ f(x) = 4x - 9, $$

    find $f^{-1}(x)$.

    2.3Find the Range of a Shifted Square

    Exam II | Problem 2.3 |

    If

    $$ f(x) = x^2 - 6, $$

    what is the range of $f$?

    2.4Simplify a Rational Function and Evaluate It

    For $x \ne 4$, simplify

    $$ \frac{x^2 - 16}{x - 4} $$

    and then evaluate the simplified expression at $x = 7$.

    2.5Find an Average Rate of Change

    For

    $$ f(x) = x^2, $$

    find the average rate of change from $x = 1$ to $x = 4$.

    2.6Make a Piecewise Function Continuous

    Exam II | Problem 2.6 |

    Choose $a$ so that the function is continuous at $x = 2$:

    $$ f(x) = \begin{cases} ax + 1, & x < 2 \\ 5x - 3, & x \ge 2 \end{cases} $$

    2.7Determine the End Behavior of a Polynomial

    Exam II | Problem 2.7 |

    Describe the end behavior of

    $$ f(x) = -2x^5 + x^3. $$

    2.8Describe Multiple Transformations

    Exam II | Problem 2.8 |

    Let

    $$ f(x) = x^2 $$

    and define

    $$ g(x) = -2f(x + 3) + 1. $$

    Describe the transformations that take $f$ to $g$.

    Applied

    3.1Model a Membership Fee

    Final | Problem 3.1 |

    A music studio charges a $25 registration fee plus $18 per lesson.

    If the total bill is $97, how many lessons did the student take?

    3.2Interpret an Average Rate of Change

    Final | Problem 3.2 |

    The height of a plant is modeled by

    $$ h(t) = 2t^2 + 3, $$

    where $h$ is measured in centimeters and $t$ is measured in weeks.

    Find the average rate of change from $t = 1$ to $t = 4$.

    3.3Write an Exponential Growth Model

    Final | Problem 3.3 |

    A bacteria culture starts with $600$ cells and doubles every hour.

    Write a function for the number of cells after $t$ hours, and find the number after $5$ hours.

    3.4Use a Piecewise Pricing Rule

    Final | Problem 3.4 |

    A parking garage charges $6 for the first hour and $2.50 for each additional hour.

    How much does it cost to park for $5$ hours?

    3.5Use a Conversion Function

    Final | Problem 3.5 |

    The function

    $$ C(F) = \frac{5}{9}(F - 32) $$

    converts Fahrenheit to Celsius.

    What Fahrenheit temperature corresponds to $20^\circ\text{C}$?

    Challenge

    4.1Find the Inverse of a Restricted Quadratic

    Final | Problem 4.1 |

    Let

    $$ f(x) = (x - 2)^2 $$

    with domain $x \ge 2$.

    Find $f^{-1}(x)$.

    4.2Find the Domain of a Composite Function

    Final | Problem 4.2 |

    Let

    $$ f(x) = \sqrt{x - 1} $$

    and

    $$ g(x) = \log_2(x). $$

    Find the domain of $(g \circ f)(x)$.

    4.3Find the Inverse of a Rational Function with a Hole

    Consider the function

    $$ f(x) = \frac{x^2 - 9}{x - 3}, $$

    with domain $x \ne 3$.

    Does $f$ have an inverse on its domain? If so, find it and state its domain.

    4.4Classify Compositions Using Symmetry

    Final | Problem 4.4 |

    Suppose $f$ is even and $g$ is odd.

    What can you say about $f \circ g$ and $g \circ f$?

    Practice problems

    5.1Choose a Modeling Goal

    Final | Problem 5.1 |

    A model uses current sales data to estimate next month's demand. What is its main goal?

    5.2Build a Linear Cost Model

    Final | Problem 5.2 |

    A service charges a $25 registration fee plus $18 per lesson. Write the cost function and find the cost of 4 lessons.

    5.3Compute Model Error

    Final | Problem 5.3 |

    A model predicts $94$ when the true value is $100$. Find the absolute and relative errors.

    5.4Write an Exponential Growth Model

    Final | Problem 5.4 |

    A culture starts with $600$ cells and doubles every hour. Write a function for the number of cells after $t$ hours and find the number after 5 hours.