Solving h'(x) = f'[g(x)] * g'(x)

Dustobusto
Messages
32
Reaction score
0

Homework Statement



h(x) = f[g(x)]

h'(x) = f'[g(x)] * g'(x)

Homework Equations



h(x) = sin(-x)

The Attempt at a Solution



So, this one is pretty simple, except I just want to confirm something. When I do it it, it looks like this:

The derivative of sin = cos,

so you have

h(x) = cos(-x)

then you multiply the outside by g'(x). The derivative of -x is negative one. So it's

h(x) = cos(-x) * -1

h(x) = -cos(-x)

h'(x) = cos(x)

But the computer program bagatrix insists the final answer is

h'(x) = -cos(x)

Am I wrong, and if so, where did I go wrong?
 
Physics news on Phys.org
Cosine is an even function.
 
Averki said:
Cosine is an even function.

As in the opposite angle identity?

sin(-x) = -sin(x)

and

cos(-x) = cos(x) ?
 
Never heard it called that, but yes to the above. A good way to have checked this is to look at the unit circle :]
 
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...

Similar threads

Back
Top