How Do You Calculate Derivatives of Composite Functions?

steve snash
Messages
50
Reaction score
0

Homework Statement


a) (f ° g)′(−2) = ?
b) (g ° f)′(2) = ?

Homework Equations


f(−2) = −3,
g(−2) = −4,
f(2) = 3,
g(2) = −3,
f ′(−2) = −1,
f ′(−4) = −2,
f ′(2) = 5,
g ′(−2) = 1,
g ′(2) = 2,
g ′(3) = −4.

The Attempt at a Solution


I have no idea how to do it every thing I've tried doesn't work, how do you work it out. Could someone explain the processes so i know how to do any derivative of a composite function
 
Physics news on Phys.org
Just use the chain rule...

(f\circ g)(x)=f(g(x))\implies\frac{d}{dx}(f\circ g)(x)=\frac{d}{dx}f(g(x))=\frac{df(g)}{dg}\frac{dg}{dx}=f'(g(x))g'(x)=(f'\circ g)(x)g'(x)
 
i would take the composition of functions to mean:
f \circ g(x) = f(g(x))

using the chain rule, what is
\frac{d}{dx}f(g(x))=?
 
that makes the answer (f o g)'(-2)= f(-2)(g(-2))(g'(-2))
= -1(-4)x(1)
which = 4 which is the wrong answer =(
 
steve snash said:
that makes the answer (f o g)'(-2)= f(-2)(g(-2))(g'(-2))
= -1(-4)x(1)
which = 4 which is the wrong answer =(

No, (f'\circ g)(-2)=f'(g(-2))=f'(-4)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top