Skip to main content
Mathematics LibreTexts

Page 3.1: Difference Quotient

  • Page ID
    131842
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    A big part of calculus is being able to understand the notation when it comes to dealing with functions. For this reason, we will spend some time on discussing how to think about our notation.

    Suppose we have the function \( f: \mathbb{R} \rightarrow \mathbb{R} \) specified by \(f(x) = x^2 \). To recap a few things, this notation is telling us that the domain is \( \mathbb{R} \) meaning that the \(x\) values can be any real number. When we plug in these \(x\) values into \(f\), the outputs are also real numbers and hence our codomain is \( \mathbb{R} \).

    Allow us to consider the following exercise.

    Exercise \(\PageIndex{1}\)

    Suppose \( f: \mathbb{R} \rightarrow \mathbb{R} \) specified by \(f(x) = x^2 \). Find the following:

    1) \( f(1) \)

    2) \( f(2) \)

    3) \( f(3) \)

    4) \( f(a) \)

    5) \( f(b) \)

    6) \( f(a+h) \)

    7) \( \frac{f(a+h) - f(a)}{h} \)

    Answer

    1) The notation \(f(1)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by a 1. Doing so yields \( f(1) = 1^2 = 1 \)

    2) The notation \(f(2)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by a 2. Doing so yields \( f(2) = 2^2 = 4 \)

    3) The notation \(f(3)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by a 3. Doing so yields \( f(3) = 3^2 = 9\)

    4) The notation \(f(a)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by an \(a\). Doing so yields \(f(a) = a^2 \).

    5) The notation \(f(b)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by a \(b\). Doing so yields \(f(b) = b^2 \).

    6) The notation \( f(a+h)\) is telling us that wherever we see \(x\) in the function \(f(x) = x^2 \), we should replace the \(x\) by an \( a+h\). Doing so yields \(f(a+h) = (a+h)^2 = a^2 + 2ah + h^2 \).

    7) Putting Parts 4 and 6 together yields: \begin{align*} \frac{f(a+h) - f(a)}{h} &= \frac{(a+h)^2 - a^2}{h } \\ &= \frac{a^2 + 2ah + h^2 - a^2}{h} \\&= \frac{2ah + h^2}{h} \\ &= 2a + h \end{align*}

    The quantity we considered in Part 7 has a special name - the difference quotient.

    Definition: The Difference Quotient

    Definition: Given a function \(f\), we refer to \( \dfrac{f(a+h) - f(a)}{h} \) as the difference quotient.

    More will be said about the difference quotient in the coming days but for now, allow us to compute a few more difference quotients.

    Exercise \(\PageIndex{1}\)

    Compute the difference quotient of \( f(x) = x \).

    Answer

    \( 1 \).

    Exercise \(\PageIndex{1}\)

    Compute the difference quotient of \( f(x) = x^3 - x \).

    Answer

    \( 3a^2 + 3ah + h^2 -1 \).

    Exercise \(\PageIndex{1}\)

    Compute the difference quotient of \( f(x) = \sqrt{x} \). Hint: to simplify, rationalize the numerator!

    Answer

    \( \frac{1}{ \sqrt{a+h} - \sqrt{a}} \).

    Exercise \(\PageIndex{1}\)

    Compute the difference quotient of \( f(x) = \dfrac{1}{x} \).

    Answer

    \( - \dfrac{1}{(a+h)(a)} \).

    Exercise \(\PageIndex{1}\)

    Compute the difference quotient of \( f(x) = \dfrac{1-x}{2+x} \).

    Answer

    \( \dfrac{-3}{(2+a+h)(2+a)} \).


    Page 3.1: Difference Quotient is shared under a CC BY license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?