Derivatives  2D  3D  Parametric Equations  Contents

A function f is “differentiable at a point x0” if there is a well-defined tangent line at the point (x0,f(x0)), i.e. if there is a line L(x) = p(x-x0) + f(x0) which is closer to the graph than any other line through the point.  If such a line exists, then the slope p is called the “derivative of f at x0”, denoted “f’(x0)”. 

Figure1


[D]

Exercises

  • 1. Show that if f(x) = 0 for all x, then f’(x) = 0, and if f(x) = k, a constant, then f’(x) = 0 for all x.
  • 2. Show that if f(x) = px + k, then f’(x) = p for all x.
  • 3. Show that f(x) = |x| is not differentiable at 0, but it is differentiable at all x0 not equal to zero.
  • 4. Show that the function f(x) = sin(1/x) if x ≠ 0 and f(0) = 0 is not differentiable at 0.  Same question for g(x) = xf(x).   Show however that h(x) = x2f(x) is differentiable at 0.
  • 5. Prove the basic rules for differentiation: (f+g)’ = f’ + g’, (cf)’ = cf’ for any constant c, (fg)’ = f’g + fg’, (f/g)’ = (gf’-fg’)/g2 at any point where 1/g is defined, and (xn)’ = nx(n-1) for any positive integer n.


  • Critical Points  2D   3D  Parametric Equations  Top of Page  Contents

    A “critical point” of a function of one variable, f(x), is a point x such that f’(x) = 0.  At such a point, the tangent line will be horizontal.   At a point x where f’(x) > 0, the function f is said to be “increasing” and where f’(x) < 0, it is said to be “decreasing”.

    Figure2

    [D]

    Exercises


    Find the critical points of the following functions and indicate where they are increasing and where they are decreasing.
    1)  f(x) = k  
    2)  f(x) = px + k
    3)  f(x) = ax2 + 2bx + c
    4)  f(x) = x3 + ux
    5)  f(x) = x4 +ux2


    Tangent and Normal Lines 2D   3D  Parametric Equations  Top of Page  Contents

    Recall that if a function f(x) is differentiable at x0, then the  “tangent line to the graph of f at (x0,f(x0))” is given by the equation T(x) = f(x0) + f '(x0)(x - x0).

    The “normal line to the graph of f at (x0,f(x0))” is the line through the point perpendicular to the tangent line.  At a critical point, the normal line is the vertical line x = x0, and at a non-critical point, the slope of the normal line is the negative reciprocal of the slope of the tangent line so the normal line is N(x) = f(x0) + (-1/f’(x0))(x-x0).
    Figure5

    [D]


    Exercises

  • 1. Find equations for the tangent line and the normal line for each of the following sets of conditions, and check using one of the demos:
    • f(x) = x2 at x = 1
    • f(x) = sin(x) at x = π
    • f(x) = |x| at x = 1
  • 2. Find the x- and y- intercepts of the tangent line to f(x) = 1/x at the point x = 1.  Find the area of the triangle with vertices the origin and the x- and y-intercepts.  Same question for the point x = x0 for a given positive number x0.


  • Chain Rule  2D  3D  Top of Page  Contents

    The chain rule expresses the derivative of the composition of two functions in terms of the derivatives of the functions. Specifically, if
    x(t) is a differentiable function of t and f(x) is a differentiable function of x, then y(t) = f(x(t)) is a differentiable function of t and y'(t) = f'(x(t)) x'(t).

    Figure8

    [D]


    Figure9

    [D]


    Exercises

  • 1. Show directly that if y(t) = (x(t))2, then y’(t) = 2x(t)x’(t), and in general if y(t) = x(t)(p/q) for a rational number p/q, then y’(t) = (p/q)x(t)(p/q-1)x’(t)

  • Differentiability2D   3D   Parametric Equations  Top of Page  Contents

    We now wish to give a geometric interpretation of the differentiability condition analogous to the one for continuity. 

    Figure10

    [D]


    Exercises

  • Use the demonstrations for continuity and differentiability in one variable to show why differentiability at a point implies continuity at a point.