Okay here?s a quick crash course on Physics mechanics (and applicable calculus)
ALWAYS understand the concept first!!!
The physics concept is this:
---> is derivative
Displacement-->velocity-->acceleration
derivative of displace is velocity, derivative of velocity is acceleration
to tak the derivative of something is to find the slope or rate of change. I also like to think of it as 'how fast something is changing'.
In a physical sense, what is velocity? It's how fast you're moving from point a to point b, or how fast you're chaing your displacement.
By the same token, what is accleration? when you accerlate your car, you're changing how fast you're going. So acceleration=how fast velocity is changing.
Now does it make sense that:
derivative of displace is velocity, derivative of velocity is acceleration or
velocity is how fast you're changing displcement (location), and acceleration is how fast you're changing velocity.
Conversely, antiderivative (or integral) of something is the complete opposite of derivative. hense:
==>> is integrate
acceleration==>>velocity==>>displacement
Integration is the "summing" of a function, or finding area under a curve.
So velocity is the 'sum' of all of the acceleration and
displacement is the 'sum' of all of the velocity.
This may seem a little abstract, but just remember integration is the opposite of derivative.
in short:
derive to go from left to right, integrate to go from right to left
displacement--velocity--acceleration
Now that you have an understanding of that, here's how you would FIND the derivative (and solve problems!)
calculus crash course:
The simplest and most useful derivative technique is the power rule. Here's what you do:
POWER RULE:
Given: f(x)=x^a where a is a constant and you want to find deriative of the function, f'(x), all you do is take 'a' and multiply the x by it. then subtract 1 from a.
so you have f(x)=x^a so f'(x)=a*x^(a-1)
example:
a) f(x)=x^2 differentiate and you get f'(x)=2*x^(2-1)=2x
b) f(x)=3x^2 differnetiate and you get f'(x)=2*3*x(2-1)=6x
c) here's interesting one.... f(x)=4x+12,
one of the properties of derivatives is that you can chop the function right where the add is and derive each part, then sum them together.
so you have another way to rewrite 4x+12 is 4x^1+12x^0. remember anthing to the 0th power is 1.
Then you just do the power rule for each part separated by +.
f(x)=4x^1+12x^0
differentiate
f'(x)=4*1*x^(1-1)+12*0*x^(0-1)=4
this also shows that the derivative of a constant is always 0...justify this in your mind.
Just knowing that gives you the tool to go Left to right: displacement-->velocity-->acceleration
Now you want to go right to left:
The power rule for integration is essentailly the 'backwards' of differentiation.
Given f'(x)=x^a, f(x)=(1/(a+1))*x^(a+1)+c ................... c is constant of integration
It's easier to see in an example:
example:
a) f'(x)=x^2 so integrate: f(x)=(1/(2+1))*x^(2+1)=(1/3)x^3+c
b) f'(x)=6x so integrate: f(x)=(6/2)x^(1+1)=3x^2+c remember x=x^1
c) f'(x)=4+x integrate: f(x)=(4/(0+1))*x^(0+1)+1/(1+1)*x^(1+1)=4x+(1/2)x^2+c
the plus c term is there because you 'lose' a constant whenever you differentiate. the derivative of 4x and 4x+9999999999 is the the same. However, unless you're given an initial condition(IC), you'll never know what the c is. In the OP the IC is v(2)=16, using that bit of info, you can find c.
VERY important that you put the c down and sovle for it whenever you are given initial condition.
Now you have 2 very simple tools (you'll learn LOTS more tool in your calc class). You can go from acceleration and up (increasing power of x) and displacement and downard (decreasing power of x).
now a simple exercise if to take the power rule and start diff/int. your 'formulas' in teh OP. You'll figure out that there formulas are nothing more a statement of when then formulas apply. The golden rule of doing well in intro physics is never plug and chug into equations without understanding WHY the equations are the way it is.
CLIFFS:
PHYSICS IF FUN!!!
displacement<-->velocity<-->acceleration
where --> is derivation, and <-- is integration.
don't forget +c when you do integration, solve!
edit: flipped the direction "now you have the tool to go from left to right "