I don't see a 2(b), but it looks like she did 2.1 correctly. The rest of these are almost all done with the same technique, you just need to rewrite the function to an easier format.
2.2 is done the same way: y' = 15x^4 + 21x^2 - 10
2.3 is done the same way: y' = 16x^3 - 9x^2 - x
Easiest way to do 2.4 is to rewrite the equation using negative exponents, and then proceed the same as in 2.1...multiplying by the exponent and subtracting one from it.
f(k) = -4k^-1 + 6k^-3 - 10k^-5 + 12^.5
f'(k) = 4k^-2 - 18k^-4 + 50k^-6
2.5 is done the same as 2.1: f'(t) = (2.5 * 5)t^1.5 - (8 * 0.5)t^-0.5 Not sure if that exponent is 0.5 or 6.5
2.6: Once again, rewrite the function
y = -15x^.5 - 12x^(4/8)
y' = -7.5x^-.5 - 6x^-.5
2.8: This one is going to be using the chain rule, rewrite it with a negative exponent:
y = 10 * (3 - 2x)^-4
y' = (-4) * 10 * (3 - 2x)^-5 * (-2)
y' = 80 * (3 - 2x) ^ -5
y' = 80 / (3 - 2x)^5
2.9: Rewrite it to have an exponent instead of square root, and then do chain rule again.
y = (x^3 - 7x^2 + 5 x + 2)^.5
y' = 0.5 * (x^3 - 7x^2 + 5x + 2) ^ (-0.5) * (3x^2 - 14x + 5)
y' = (0.5 * (3x^2 - 14x + 5)) / (x^3 - 7x^2 + 5x + 2) ^.5
y' = (1.5x^2 - 7x + 2.5) / (x^3 - 7x^2 + 5x + 2)^.5
Whoops, skipped 2.7
Chain rule once again, or if you wanted, you could just do FOIL to have an expanded function and just do it the same as 2.1, but doing chain rule style:
f'(g) = 2 * 4 * (3g - 5) * 3
f'(g) = 24 * (3g - 5)
Incase you meant 1(b):
f(x) = 4x^2 - 6x
f(x+h) = 4(x+h)^2 6(x+h) = 4x^2 + 4h^2 + 8hx - 6x - 6h
f(x + h) - f(x) = 4h^2 + 8hx - 6h
( f(x + h) - f(x) ) / h = 4h + 8x - 6
lim (h -> 0 ) of the above = 8x - 6
f'(-2) = -16 - 6 = -22
f'(0) = -6
f'(3) = 24 - 6 = 18
This post was edited by RzChaos on Nov 13 2015 06:26pm