SLIDE 1
Product Rule (from last time) Suppose that h(x) = f(x)·g(x). Then the derivative of h(x), h'(x) is given by h'(x) = f'(x)·g(x) + f(x)·g'(x).
Example: Let g(x) = (x5 - 2 x3 + 3 x)(3 x2 - 2 x + 7). Find the equation of the line tangent to y=g(x) when x=1. Solution: Use the product rule to find g'(x)
g'(x) = (x5
2 x3 3 x)'(3 x2 2 x 7) +(x5 2 x3 3 x)(3 x2 2 x 7)'
=(5 x4 - 6 x2 + 3)(3 x2 - 2 x + 7)+(x5 - 2 x3 + 3 x)(6 x - 2).
So the slope of our tangent line at x=1 is g'(1) which is g'(1)=(5-6+3)(3-2+7)+(1-2+3)(6-2) = (2)(8)-(2)(4) = 8. The point of tangency is (1,g(1)) =(1,(1-2+3)(3-2+7)) = (1,16). The line through (1,16) with slope 8 has equation y-16 = 8(x-1) or, equivalently y = 8x + 8.
ProdQuotChain.nb 1