Mathaversity Tutors

Functions and Their Graphs

Introduction

The idea of a function is very important in math, especially in AP Calculus AB. Limits, continuity, derivatives, and applications are all based on knowing how functions and their graphs work. Students who have a good understanding of different types of functions and how their graphs work can better understand mathematical models and solve real-world problems quickly.

This guide gives a full and detailed explanation of common functions and their graphs, including a clear mathematical definition, how they behave on a graph, their most important properties, and how they relate to AP Calculus AB.

What Is a Function?

A function is a rule that assigns exactly one output to each input.

Mathematically, a function is written as: f :\mathbb{R} \rightarrow \mathbb{R}

\quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad y = f(x)

Identity Function

A function is called an identity function if each element of the domain is mapped to itself.
identity function

Constant Function

A function is called a constant function if it is of the form: f(x) = c. where c is a real constant.

constant function

Polynomial Functions

A function f : \mathbb{R} \rightarrow \mathbb{R} is said to be a polynomial function if for each x \in \mathbb{R}, f(x) = a_0 + a_1x + a_2x^2 + \dots + a_nx^n

where:

polynomial function

Rational Functions

A function is called a rational function if: f(x) = \frac{p(x)}{q(x)}. where p(x) and q(x) are polynomial functions and q(x) \neq 0. The example graph of a rational function is given below:
Rational Functions

Absolute Value Function

The absolute value function is defined as: f(x) = |x|
The absolute value function is defined as: |x| = \begin{cases} x, & x \ge 0 \\ -x, & x < 0 \end{cases}
absolute value function

Exponential Functions

A function of the form: f(x) = a^x, \quad a > 0, \ a \neq 1 is called an exponential function.
Exponential Functions

Conclusion