Calculator lab - nDeriv

Today we are exploring what graphing calculators can do with derivatives.

TI-84 command: MATH → nDeriv()

Recall our work with \( f(x) = x^2 \). Try f'(1) = nDeriv(x^2, x, 1) or \( \frac{d}{d[]} ( [] ) |_{x=[]} \).

As you complete the tasks below, what patterns do you notice?

  1. Constants: Let \( f(x) = \) ____, where ____ is a different constant chosen by each group member.
    1. \(f'(1) = \) _____
    2. \(f'(2) = \) _____
    3. \(f'(3) = \) _____
    4. \(f'(4) = \) _____
    5. \(f'(5) = \) _____
  2. Squares: Let \( f(x) = x^2 \). After computing results, try to rewrite each answer showing a common factor. For example, 6 and 10 have a common factor of 2 so could be written as: \(2 \cdot 3\) and \(2 \cdot 5\).
    1. \(f'(1) = \) _____
    2. \(f'(2) = \) _____
    3. \(f'(3) = \) _____
    4. \(f'(4) = \) _____
    5. \(f'(5) = \) _____
  3. Cubics: Let \( f(x) = x^3 \). If possible, rewrite each answer showing a common factor.
    1. \(f'(1) = \) _____
    2. \(f'(2) = \) _____
    3. \(f'(3) = \) _____
    4. \(f'(4) = \) _____
    5. \(f'(5) = \) _____
  4. Quartics: Let \( f(x) = x^4 \). If possible, rewrite each answer showing a common factor.
    1. \(f'(1) = \) _____
    2. \(f'(2) = \) _____
    3. \(f'(3) = \) _____
    4. \(f'(4) = \) _____
    5. \(f'(5) = \) _____
  5. The derivative "power rule":
  6. Coefficients: Let \( f(x) = c \cdot x^3 \). The group should agree on a coefficient \( c \) (please do not use 0 or 1). (Hint: It may help to compare to "cubes" above.)
    1. \(f'(1) = \) _____
    2. \(f'(2) = \) _____
    3. \(f'(3) = \) _____
    4. \(f'(4) = \) _____
    5. \(f'(5) = \) _____
  7. \(e^x\): Let \( g(x) = e^x \). Compute \( g(x) \) and \( g'(x) \).
    1. \(g(1) = \) _____; \(g'(1) = \) _____
    2. \(g(2) = \) _____; \(g'(2) = \) _____
    3. \(g(3) = \) _____; \(g'(3) = \) _____
    4. \(g(4) = \) _____; \(g'(4) = \) _____
    5. \(g(5) = \) _____; \(g'(5) = \) _____
  8. \(\ln(x)\): Let \(h(x) = \ln(x)\). Compute \( h'(x) \). (Hint: It may help to use fraction form.)
    1. \(h'(1) = \) _____
    2. \(h'(2) = \) _____
    3. \(h'(3) = \) _____
    4. \(h'(4) = \) _____
    5. \(h'(5) = \) _____

Challenge

On the same graph, plot \( x^2 \) and \( \frac{d}{dx} (x^2) \) using nDeriv(). How did you do this?