Learning objective
A unit circle is a circle with a radius of exactly 1 unit, centered at the origin point (0,\, 0) of a Cartesian coordinate plane. This circle has the special property that any point on the circle can be represented by the coordinates (\cos t,\, \sin t), where t is the angle formed by the positive x-axis and a line segment drawn from the origin to the point on the circle. The circle is traversed counterclockwise, which is the standard direction for positive rotation in mathematics.
Imagine we place a point at the location (1, 0) on this unit circle. If we let this point move in a counterclockwise direction around the circle, the path it takes can be described by the set of parametric equations (x(t),\, y(t)) = (\cos t,\, \sin t). Here, t is a parameter that represents the angle that the line segment from the origin to the point makes with the positive x-axis. As t varies from 0 to 2\pi, the point completes a full rotation around the circle, returning to its starting position.
Transformations allow us to adjust the basic parametric equations (x(t),\, y(t)) = (\cos t,\, \sin t) to represent any circular motion in the coordinate plane. Here's how:
Scaling: By multiplying the \cos t and \sin t by a constant, we can change the radius of the circle.
Translating: By adding a constant to \cos t and \sin t, we can shift the center of the circle anywhere in the plane.
Reflecting: By changing the sign of \cos t or \sin t, we can reverse the direction of motion along the circle.
Given a point P initially located at (1,\, 0) on a unit circle centered at the origin of a Cartesian coordinate plane. The point moves counterclockwise along the circumference of the circle.
Find the coordinates of the point P after it has moved an angle of \dfrac{\pi}{3} radians from its initial position, and then determine its coordinates after a full rotation.
Parametric equations for a point on the unit circle: (x(t), y(t)) = (\cos t,\, \sin t)
Angle for a full rotation in radians: t varies from 0 to 2\pi.
Parametric equations are incredibly versatile and can model more than just circles. In particular, they are excellent for describing linear motion, or motion along a straight path.
Let's consider a practical scenario. Imagine you want to model the movement of a car traveling in a straight line from point A\,(x_1,\, y_1) to point B\, (x_2,\, y_2) over time.
The first step is to establish the initial position of the car, which in this case, would be point A\,(x_1,\, y_1).
Next, we must consider how the car's position changes over time. If the car moves at a constant speed, then its position changes at a steady rate. This rate of change is often denoted by t, which can represent time or some other parameter.
We can represent the x-coordinate and y-coordinate of the car's position as functions of t. In general, these functions will take the form x(t) = x_1 + (x_2 - x_1)t and y(t) = y_1 + (y_2 - y_1)t. Here, (x_2 - x_1) and (y_2 - y_1) represent the changes in the x and y coordinates, respectively, from the initial position to the final position.
When t is 0, the car is at the initial position (x_1,\, y_1). As t increases, the car moves closer to the final position (x_2,\, y_2). When t is 1, the car has reached its final position.
Imagine we have a car starting at point A\, (-3,\, 2) on a Cartesian coordinate plane. The car is moving at a constant speed towards point B (5,\, 7). We want to model this movement using parametric equations. Find these parametric equations and determine the position of the car at time t = 0.5.
Parametric Equations: These are equations that express the coordinates of the points of a geometrical object as functions of a variable, called a parameter.
Linear Motion: This is movement in a straight line from one point to another.
Rate of Change: This represents how a quantity is changing over time.
The general form of parametric equations for linear motion is given by:
x(t) = x_1 + (x_2 - x_1)t \\ y(t) = y_1 + (y_2 - y_1)t