Kevin, I will write each theorem and apply it.
- f(x) = (2 - x3)( -10x + 5)
You can do this problem 2 ways. Multiply it out and use the power rule OR
Use the product rule and the chain rule.
f(x) = -20x + 10 + 10x4 - 5x2 Combine like terms and write in depending order of powers
f(x) = 10 x4 - 5x3 - 20x + 10 Now apply the power rule to each term. f(x) = cxn so f'(x) = cn xn-1
f'(x) = 40x3 - 15x2 -20
Now the same problem using the produce rule.
g(x)h(x) = g(x) h'(x) + g'(x) h(x)
for this problem g(x) = 2 - x3 and g'(x) = -3x2 and h(x) = -10x+5 and h'(x) = -10
So. f'(x) = (2 - x3) (-10) + (-3x2) ( -10x+5)
f'(x) = -20 + 10x3 + 30x3 - 15x2
f'(x) = 40x3 - 15x2 -20 Same answer. When I was in school we learned it as
"first times derivative of the second plus second times derivative of first".
Next problem:
y= (x³-2x)/(x²+1) This uses the quotient rule.
y = x³-2x y = hi y' = lo d(hi) less hi d(lo) over lo squared.
x²+1 lo
y' = (x²+1) ( 3x2 - 2) - (x³-2x) ( 2x) Now multiply out the numerator and collect like terms.
(x²+1)2 Leave the denominator as is.
Problem 3 is so much easier if you simplify it BEFORE you take the derivative.
y = (5/x - 1)³
y = [ 5 / ( x - 1 ) ]3 = 53 /(x - 1)3 = 125 (x - 1) -3
Now take the derivative using the power rule.
y' = -3 (125) ( x - 1) -4
y' =. -375 / (x - 1)4
Problem 4 is a composite problem. It actually says "put g into f for all the x's"
So. f(x)=4x² and g(x)=3x² +1
(f o g) = 4 (3x² +1)2
(f o g)' = (2) (4) (3x² +1) (6x) The 6x comes from the chain rule. (The derivative of 3x² +1.)
(f o g)' = 48x (3x² +1)
I hope this helps.