efekwulsemmay
- 53
- 0
Homework Statement
I have to find the tangent to the curve the given point \left(-2,-8\right) for the equation y=x^{3}.
Homework Equations
f(x)=\lim_{h\rightarrow0} \frac{f(x+h)-f(x)}{h}
The Attempt at a Solution
I started the normal way of substitution:
\lim_{h\rightarrow0} \frac{f(-2+h)-f(-2)}{h}
which goes to:
\lim_{h\rightarrow0} \frac{(-2+h)^{3}-(-2)^{3}}{h}
This is where I get stuck. I know that you factor cubic functions by:
(a+b)(a^{2}-ab+b^{2})
However, when I do this and multiply it out I eventually end up with:
\lim_{h\rightarrow0} \frac{h^{3}}{h}
My solutions manual says I should be getting:
\lim_{h\rightarrow0} \frac{-8+12h-6h^{2}+h^{3}+8}{h}
I don't understand how it got to this point and it doesn't say. Help me please?