Find the derivative of \(f(x)=3x^2+2x\) using the limit definition.
To do so we will use
\begin{equation*}
f'(x) = \displaystyle\lim_{h \to 0} \frac{f(x+h)-f(x)}{h}
\end{equation*}
Use the following steps to evaluate this limit.
Step 1: find \(f(x+h)\) by substituting \(x+h\) in for \(x\) in your function:
\begin{align*}
f(x+h)=\mathstrut \amp 3(x+h)^2+2(x+h)\\
=\mathstrut \amp 3(x^2+2xh+h^2)+2x+2h\\
=\mathstrut \amp 3x^3+6xh+3h^2+2x+2h
\end{align*}
Step 2: Using \(f(x+h)\) found in Step 1, find \(f(x+h)-f(x)\) and simplify.
\begin{align*}
f(x+h)-f(x)=\mathstrut \amp (3x^3+6xh+3h^2+2x+2h)-(3x^2+2x)\\
= \mathstrut \amp 6xh+h^2+2h
\end{align*}
Note: every term in the simplified version of \(f(x+h)-f(x)\) should be multiplied by a factor of \(h\text{.}\)
Step 3: Find the difference quotient: \(\frac{f(x+h)-f(x)}{h}\) and simplify. Factor out an \(h\) from the numerator and cancel with the denominator.
\begin{align*}
\frac{f(x+h)-f(x)}{h}=\mathstrut \amp \frac{6xh+3h^2+2h}{h}\\
= \mathstrut \amp \frac{h(6x+3h+2)}{h}\\
= \mathstrut \amp 6x+h+2
\end{align*}
Step 4: take the limit as \(h\) goes to zero of your simplified difference quotient to get the derivative.
\begin{align*}
f'(x)=\mathstrut \amp \lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\
= \mathstrut \amp \lim_{h\to0} 6x+h+2\\
= \mathstrut \amp 6x+3(0)+2\\
= \mathstrut \amp 6x+2
\end{align*}
Thus we find that \(f'(x)=6x+2\text{.}\)