Calc II Home

Gavin's Calc II Class Clarification: Aug 23

Question: What are the differentiation rules we should know?
We probably want to know the rules for the "elementary" functions,
  1. (xn)' = n xn-1
  2. (sin(x))' = cos(x)
  1. (cos(x))' = -sin(x)
  2. (tan(x))' = 1 / (cos2(x))
  1. (ex)' = ex
  2. (ln(x))' = 1 / x
And those for the rules for differentiation of combinations of functions:
  Product Rule (u(x) v(x))' = u'(x) v(x) + u(x) v'(x)
    ((first)(second))' = (derivative of first)(second) + (first)(derivative of second)
    e.g., (x ln(x))' = (1)(ln(x) + (x)(1 / x)
  Quotient Rule (u(x) / v(x))' = (u'(x) v(x) - u(x) v'(x)) / v2(x)
    (top / bottom)' = ((derivative of top)(bottom) - (top)(derivative of bottom)) / (bottom)2
    e.g., (x / ex)' = ((1)(ex) - (x)(ex)) / (ex)2
  Chain Rule (u(v(x)))' = u'(v(x)) v'(x)
    (outer(inner(x)))' = (derivative of outer with inner plugged in)(derivative of inner)
    e.g., (cos(ln(x)))' = -sin(ln(x)) (1 / x)

Question: What will be required for projects, etc.?

We'll see this in class shortly.

Gavin's Calc II Clarification 990823
Last Modified: Mon Aug 23 14:25:00 CDT 1999
Comments to glarose@umich.edu