If a particle's position is given by $x = 4-12t+3t^2$ (where $t$ is in seconds and $x$ is in meters):
a) What is the velocity at $t = 1$ s?
Ok, so I have an answer:
$v = \frac{dx}{dt} = -12 + 6t$
At $t = 1$, $v = -12 + 6(1) = -6$ m/s
But my problem is that I want to see the steps of using the formula $v = \frac{dx}{dt}$ in order to achieve $-12 + 6t$...
I am in physics with calc, and calc is only a co-requisite for this class, so I'm taking it while I'm taking physics. As you can see calc is a little behind. We're just now learning limits in calc, and I was hoping someone could help me figure this out.
There is a differentiation rule called the power rule for power law functions which states that
$\frac{d}{dx}(x^n)=nx^{n−1}$
You should be able to prove this using the definition of a derivative (in terms of limits) that you have learned. Another rule is that the derivative of a sum of functions is equal to the sum of the derivatives of those individual functions (which is also easy to prove). So you can differentiate each term in your expression separately, and add the results. The only difference is that here your independent variable is time (t) rather than x.