Concept:
- Acceleration can be found directly from the first-principles definition of a derivative, without applying the power rule, by evaluating the limit of the average rate of change of velocity as the time interval shrinks to zero.
Step 1: Write the first-principles definition of acceleration.
$a = \displaystyle\lim_{\Delta t \to 0} \dfrac{v(t+\Delta t) - v(t)}{\Delta t}$
Step 2: Expand $v(t+\Delta t)$ for $v = 3t^2 + 2t$.
$v(t+\Delta t) = 3(t+\Delta t)^2 + 2(t+\Delta t) = 3t^2 + 6t\Delta t + 3\Delta t^2 + 2t + 2\Delta t$
Step 3: Substitute and simplify.
$v(t+\Delta t) - v(t) = 6t\Delta t + 3\Delta t^2 + 2\Delta t$
$\dfrac{v(t+\Delta t) - v(t)}{\Delta t} = 6t + 3\Delta t + 2$
Taking the limit as $\Delta t \to 0$: $a = 6t + 2$
Step 4: Substitute $t = 2\,s$.
$a = 6(2) + 2 = 14\,m/s^2$
Final Answer: $a = 14\,m/s^2$