184k views
2 votes
Identify each expression that represents the slope of a tangent to the curve y= -x^3+17x^2-x+3 at any point (x,y).

Identify each expression that represents the slope of a tangent to the curve y= -x-example-1

1 Answer

3 votes

This is seriously so long I'm not sure it will even fit on a single line. The formula for the derivative using the limiting process is
\lim_(h \to 0) (f(x+h)-f(x))/(h). And of course this is a problem because if h approaches 0, we would have a 0 in the denominator of that fraction and that is definitely not allowed! Every x in the function will be replaced with (x+h) to give us this:
\lim_(h \to 0) (-(x+h)^3+17(x+h)^2-(x+h)+3)/(h). When we expand that we will get this very long numerator (I'm purposely leaving out the limit as h approaches 0 part to save space):
(-(x^3+2x^2h+xh^2+x^2h+2xh^2+h^3)+17x^2+34xh+17h^2-x-h+3-(-x^3+17x^2-x+3))/(h). Simplifying that leaves us with this:
(-x^3-2x^2h-xh^2-x^2h-2xh^2-h^3+17x^2+34xh+17h^2-x-h+3+x^3-17x^2+x-3)/(h). We have a lot of terms that cancel each other out so when we do that we are left with
\lim_(h \to 0) (-3x^2h-3xh^2-h^3+34xh+17h^2-h)/(h). That is one of your choices for answers, the third one down on the left to be specific. Now we can factor out an h:
\lim_(h \to 0) (h(-3x^2-3xh-h^2+34x+17h-1))/(h). That h on the top outside the parenthesis cancels with the h on the bottom. Now, as h approaches 0 we have no problems! Yay! That means when we now replace h with 0, we have this:
-3x^2-0-0+34x+0-1, or simplified we have
-3x^2+34x-1 which is also a choice for your answers, top one on the right. Those are your 2 answers for that dertivative. It's much simpler when you learn the rules!

User Biomiha
by
7.6k points