3.4 Flashcards
The Chain Rule
If g is differentiable at x and f is differentiable at g(x), then the composite function F = f º g, defined by F(x) = f(g(x)) is differentiable at x and F’ is given by the product
F’(x) = f’(g(x)) * g’(x)
Chain Rule in Leibniz Notation
If y = f(u) and u = g(x) are both differentiable functions, then
dy/dx = dy/du du/dx
y = (x + 1)2
dy/dx =
y = u2
u = x + 1
dy/dx = dy/du du/dx
dy/dx = d/dx (u2) * d/dx (x+1)
dy/dx = 2u * 1 = 2u
dy/dx = 2(x+1)
dy/dx = 2x + 1
y = e(x + 1)^2
dy/dx =
y = eu
u = (x+1)2
u = v2
v = x + 1
dy/dx = dy/du * du/dv * dv/dx
dy/dx = eu * 2v * 1
dy/dx = e(x+1)^2 * 2(x + 1)
The Power Rule Combined with the Chain Rule
if n is any real number and u = g(x) is differentiable, then
d/dx (un) = nun-1 du/dx
The Power Rule Combined with the Chain Rule Written with g(x)
d/dx [g(x)]n = n[g(x)]n-1 * g’(x)
d/dx (ax) =
ax lna
Parametric Curve
A curve composed of x and y values, where x and y are both functions of a third variable, t, the parameter. The parametric curve would be given by the equations
x = f(t), and y = g(t)
The curve cannot be described by the equation of form y = f(x). Thre curve may seem to break the vertical line test.
Tangents to Parametric Curves
in a curve defined by the parametric equations
x = f(t) and y= g(t)
if we want to find the tangent line at a point on the curve where y is also a differentiable function of x, then the Chain Rule gives us
dy/dt = dy/dx * dx/dt
dy/dt = (dy/dt)/(dx/dt)
note how the dt’s cancel out
This allows us to find the tangent to a parametric curve without eliminating the parameter t