themadhatter1
- 139
- 0
Homework Statement
Find the derivative of f using the difference quotient and use the derivative of f to determine any points on the graph of f where the tangent line is horizontal.
f(x)=3x^3-9x
Homework Equations
The Attempt at a Solution
\lim_{\Delta x\rightarrow0}=\frac{3(x+\Delta x)^3-9(x+\Delta x)-3x^3+9x}{\Delta x}
\lim_{\Delta x\rightarrow0}=\frac{3(x^3+3x^2\Delta x+3x\Delta x^2+\Delta x^3)-9x-9\Delta x-3x^3+9x}{\Delta x}
\lim_{\Delta x\rightarrow0}=\frac{3x^3+9x^2\Delta x+9x\Delta x^2+3\Delta x^3-9x-9\Delta x-3x^3+9x}{\Delta x}
The '3x3's and '9x's cancel out and you are left with
\lim_{\Delta x\rightarrow0}=\frac{9x^2\Delta x+9x\Delta x^2+3\Delta x^3-9\Delta x}{\Delta x}
Then if you take the limit as delta x approaches 0 you will get
9x^2+9x-6 I know the answer is 9x^2-9 via the rules of differentiation.
What am I doing wrong with this example?