Derivative of (x+3)(x-4)(x+5): A Simple Guide

  • Thread starter Thread starter sbose27
  • Start date Start date
  • Tags Tags
    Derivative
sbose27
Messages
2
Reaction score
0
Sorry for not using JavaScript or whatever script is needed, I don't have enough time to figure it out b/c my class is soon... anyways I just need to know know to find the derivative of 3 groups of parentheses

(x+3)(x-4)(x+5)

I've tried using the product rule on the first two and then using the rule on the result from that and (x+5) but it's not working. I'm an idiot.. thanks for any help.
 
Physics news on Phys.org
It's a simple extension of the product rule: (uvw)' = u'vw + uv'w + uvw', where u,v and w are functions of x.
 
neutrino said:
It's a simple extension of the product rule: (uvw)' = u'vw + uv'w + uvw', where u,v and w are functions of x.

okay thanks a lot
 
sbose27 said:
I've tried using the product rule on the first two and then using the rule on the result from that and (x+5) but it's not working.

That should work actually.
If you call the 3 functions u(x), v(x) and w(x) and let y(x) = u(x)v(x), then [y(x)w(x)]' = y'w + yw'. Just replace y = uv and y' = u'v + uv', you get (u'v + uv')w + uvw' = u'vw + uv'w + uvw', which is exactly what neutrino.
 
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...
Back
Top