When using the power rule for derivative, the power must be a constant.
Try, instead, to use the chain rule :
y(x) =(4x + 5)^x = exp(x.ln(4x+5))
y' (x) = (x.ln(4x+5))'.y(x) = [ (x)'.ln(4x+5) + x.(ln(4x+5))' ] . y(x)
So you got wrong on a) ...
For c), just observe that the limit you're asked for is the limit of : (y(x) - y(-1)) / ( x - (-1)) as x approaches -1.
It is the exact definition of y'(-1). So the answer for c) is the exact slope you already found at b ) : -4.
For the second problem, the particule is moving upward as long as its velocity is positive. Just solve for t : 3t² - 3 > 0 ( answer t > 1 is correct, given that t>=0 ).
Now for the distance that the particule travels between t=0 and t=3...
Its initial position is y(0) and its final position is y(3), so the difference is [y(3) - y(0)] as nlin said.
But... since the particule moves downward between t=0 and t=1, you can also understand the problem as : |y(1) - y(0)| + [y(3) - y(1)]
(and I would interpret like that honestly)
That is to say, the distance traveled in a way shouldn't be canceled by the same distance traveled in the other way (going down, then up).
This post was edited by feanur on Nov 7 2013 12:07am