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 :]
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top