First Step: Choosing Coordinates
Kinematics involves displacement, velocity, and acceleration which are all vector quantities that require both a magnitude and direction. Therefore, to begin a problem in two-dimensional kinematics you must first define the coordinate system you are using. Generally it will be in terms of an x-axis and a y-axis, oriented so that the motion is in the positive direction, although there may be some circumstances where this is not the best method.In cases where gravity is being considered, it is customary to make the direction of gravity in the negative-y direction. This is a convention that generally simplifies the problem, although it would be possible to perform the calculations with a different orientation if you really desired.
Velocity Vector
The position vector r is a vector that goes from the origin of the coordinate system to a given point in the system. The change in position (delta-r) is the difference between the start point (r1) to end point (r2). We define the average velocity (vav) as:vav = (r2 - r1) / (t2 - t1) = delta-r/delta-tTaking the limit as delta-t approaches 0, we achieve the instantaneous velocity v. In calculus terms, this is the derivative of r with respect to t, or dr/dt.
As the difference in time reduces, the start and end points move closer together. Since the direction of r is the same direction as v, it becomes clear that the instantaneous velocity vector at every point along the path is tangent to the path.
Velocity Components
The useful trait of vector quantities is that they can be broken up into their component vectors. The derivative of a vector is the sum of its component derivatives, therefore:vx = dx/dtThe magnitude of the velocity vector is given by the Pythagorean Theorem in the form:
vy = dy/dt
|v| = v = sqrt (vx2 + vy2)The direction of v is oriented alpha degrees counter-clockwise from the x-component, and can be calculated from the following equation:
tan alpha = vy / vx
Acceleration Vector
Acceleration is the change of velocity over a given period of time. Similar to the analysis above, we find that it's delta-v/delta-t. The limit of this as delta-t approaches 0 yields the derivative of v with respect to t.In terms of components, the acceleration vector can be written as:
ax = dvx/dtThe magnitude and angle (denoted as beta to distinguish from alpha) of the net acceleration vector are calculated with components in a fashion similar to those for velocity.
ay = dvy/dtor
ax = d2x/dt2
ay = d2y/dt2

