Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Specialist (Unit 3 & 4) Vector calculus

Vector functions

20 practice questions 0 video lessons Theory + worked examples

Master vector functions for Year 12 Specialist Mathematics in Queensland (QCAA). A vector function \(\mathbf{r}(t)=x(t)\mathbf{i}+y(t)\mathbf{j}\) gives the position of a moving point as a function of the parameter \(t\); as \(t\) runs over its domain, the point sweeps out a path in the plane.

You will learn to evaluate a position vector \(\mathbf{r}(t_0)\), read off the component functions, and find the Cartesian equation of the path by eliminating \(t\) — recognising lines, parabolas, circles, ellipses and hyperbolas — the foundation for velocity, acceleration and motion later in vector calculus.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

A vector function \(\mathbf{r}(t)=x(t)\mathbf{i}+y(t)\mathbf{j}\) gives the position of a point as a function of the parameter \(t\). In Year 12 Specialist Mathematics (QCAA, Queensland) each value of \(t\) gives a position vector, and as \(t\) runs over its domain the point sweeps out a path. Eliminating \(t\) between the components gives the Cartesian equation of that path.

A vector function (or vector-valued function) assigns a position vector to each value of a scalar parameter \(t\), usually time. In two dimensions it is written \(\mathbf{r}(t)=x(t)\mathbf{i}+y(t)\mathbf{j}\), where \(x(t)\) and \(y(t)\) are the component functions.

Substituting a value \(t=t_0\) gives a single position vector \(\mathbf{r}(t_0)\), which locates one point. As \(t\) ranges over its domain, the tip of \(\mathbf{r}(t)\) moves and traces a curve called the path.

The Cartesian equation of the path relates \(x\) and \(y\) directly, with no \(t\). It is found by eliminating the parameter: make \(t\) the subject of one component and substitute into the other, or, for trigonometric components, use an identity such as \(\cos^2 t+\sin^2 t=1\).

The form of the components tells you the curve: linear components give a line; one squared component gives a parabola; \(a\cos t,\ a\sin t\) give a circle; \(a\cos t,\ b\sin t\) (unequal) give an ellipse; and \(a\sec t,\ b\tan t\) give a hyperbola.

Circle traced by a vector function On x-y axes the vector function r(t)=4 cos t i + 4 sin t j traces a circle of radius 4 centred at the origin; a dashed position vector r(t) points from the origin to a point P on the circle. The Cartesian equation of the path is x squared plus y squared equals 16. x y r=4 r(t) P x²+y²=16
\(\mathbf{r}(t)=4\cos t\,\mathbf{i}+4\sin t\,\mathbf{j}\) traces the circle \(x^2+y^2=16\); the position vector \(\mathbf{r}(t)\) points to a point \(P\) on the path.
Parabola traced by a vector function On x-y axes the vector function r(t)=t i + (t squared minus 4) j traces the parabola y equals x squared minus 4, with vertex at the point (0, -4), opening upwards. x y (0,−4) y=x²−4
\(\mathbf{r}(t)=t\,\mathbf{i}+(t^2-4)\mathbf{j}\) traces the parabola \(y=x^2-4\), with vertex \((0,-4)\).

A vector function in two dimensions gives position as a function of the parameter \(t\):

\[ \mathbf{r}(t)=x(t)\mathbf{i}+y(t)\mathbf{j} \]
r(t)=x(t)i+y(t)j

The position vector at \(t=t_0\) is found by substitution:

\[ \mathbf{r}(t_0)=x(t_0)\mathbf{i}+y(t_0)\mathbf{j} \]
r(t0)

For trigonometric components, isolate \(\cos t,\sin t\) (or \(\sec t,\tan t\)) and apply a Pythagorean identity to eliminate \(t\):

\[ \cos^2 t+\sin^2 t=1,\qquad \sec^2 t-\tan^2 t=1 \]
cos2t+sin2t=1

Standard Cartesian paths that arise (centre \((h,k)\)):

\[ (x-h)^2+(y-k)^2=r^2,\quad \dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1,\quad \dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1 \]
x2a2+y2b2=1
Circle vs ellipse. Equal amplitudes \(a\cos t,\ a\sin t\) give a circle of radius \(a\); unequal amplitudes \(a\cos t,\ b\sin t\) give an ellipse with semi-axes \(a\) and \(b\), not a circle.

How to find the Cartesian equation of a path

  1. Write the components as \(x=x(t)\) and \(y=y(t)\) by reading off \(\mathbf{r}(t)\).
  2. Isolate the parameter. For polynomial components, make \(t\) the subject of the simpler equation; for trig components, isolate \(\cos t,\sin t\) (or \(\sec t,\tan t\)).
  3. Eliminate \(t\). Substitute into the other component, or apply the identity \(\cos^2 t+\sin^2 t=1\) (or \(\sec^2 t-\tan^2 t=1\)).
  4. Simplify and name the curve — a line, parabola, circle, ellipse or hyperbola — and state its domain if \(t\) is restricted.
Example 1 — Evaluate a position vector
A vector function is \(\mathbf{r}(t)=(t^2+1)\mathbf{i}+(2t-3)\mathbf{j}\). Find the position vector \(\mathbf{r}(3)\).
Solution

Substitute \(t=3\) into each component in turn:

\(x(3)\)\(=\)\((3)^2+1\)
\(=\)\(10\)
\(y(3)\)\(=\)\(2(3)-3\)
\(=\)\(3\)
\(\mathbf{r}(3)\)\(=\)\(10\mathbf{i}+3\mathbf{j}\)

\(\mathbf{r}(3)=10\mathbf{i}+3\mathbf{j}\), i.e. the point \((10,3)\).

Example 2 — Cartesian equation of a line
Find the Cartesian equation of the path \(\mathbf{r}(t)=(2t+1)\mathbf{i}+(t-4)\mathbf{j}\).
Solution

Write the components, make \(t\) the subject of the \(x\)-equation, then substitute into \(y\):

\(x\)\(=\)\(2t+1\)
\(t\)\(=\)\(\dfrac{x-1}{2}\)
\(y\)\(=\)\(t-4\)
\(=\)\(\dfrac{x-1}{2}-4\)
\(=\)\(\dfrac{x-9}{2}\)

\(y=\dfrac{x-9}{2}\), a straight line.

Example 3 — Circle from trig components
A point moves so that \(\mathbf{r}(t)=4\cos t\,\mathbf{i}+4\sin t\,\mathbf{j}\). Find the Cartesian equation of its path.
Solution

Isolate \(\cos t\) and \(\sin t\), then use \(\cos^2 t+\sin^2 t=1\):

\(\cos t\)\(=\)\(\dfrac{x}{4}\)
\(\sin t\)\(=\)\(\dfrac{y}{4}\)
\(\cos^2 t+\sin^2 t\)\(=\)\(1\)
\(\dfrac{x^2}{16}+\dfrac{y^2}{16}\)\(=\)\(1\)
\(x^2+y^2\)\(=\)\(16\)

\(x^2+y^2=16\), a circle of radius \(4\) centred at the origin.

Circle traced by a vector function On x-y axes the vector function r(t)=4 cos t i + 4 sin t j traces a circle of radius 4 centred at the origin; a dashed position vector r(t) points from the origin to a point P on the circle. The Cartesian equation of the path is x squared plus y squared equals 16. x y r=4 r(t) P x²+y²=16
Example 4 — Ellipse from trig components
Find the Cartesian equation of the path \(\mathbf{r}(t)=6\cos t\,\mathbf{i}+4\sin t\,\mathbf{j}\), and name the curve.
Solution

Isolate \(\cos t,\sin t\) and apply \(\cos^2 t+\sin^2 t=1\); unequal amplitudes give an ellipse:

\(\cos t\)\(=\)\(\dfrac{x}{6}\)
\(\sin t\)\(=\)\(\dfrac{y}{4}\)
\(\cos^2 t+\sin^2 t\)\(=\)\(1\)
\(\dfrac{x^2}{36}+\dfrac{y^2}{16}\)\(=\)\(1\)

\(\dfrac{x^2}{36}+\dfrac{y^2}{16}=1\), an ellipse with semi-axes \(6\) and \(4\).

Common pitfalls

Reading the position vector as a curve. A single value of \(t\) gives one position vector \(\mathbf{r}(t_0)\) — a point, not the whole path. The path appears only as \(t\) ranges over its domain.
Calling every trig path a circle. Only equal amplitudes \(a\cos t,\ a\sin t\) give a circle. Unequal amplitudes \(a\cos t,\ b\sin t\) give an ellipse; watch out for treating \(3\cos t\,\mathbf{i}+2\sin t\,\mathbf{j}\) as a circle.
Squaring only one side. When you use \(\cos t=\dfrac{x}{a}\), squaring gives \(\cos^2 t=\dfrac{x^2}{a^2}\) — the denominator is \(a^2\), not \(a\).
Forgetting the domain. If \(t\) is restricted (say \(0\le t\le 4\)), the path is only part of the full curve; substitute the endpoints to find the range of \(x\) and \(y\).

Frequently asked questions

What is a vector function?

A vector function \(\mathbf{r}(t)=x(t)\mathbf{i}+y(t)\mathbf{j}\) gives a position vector for each value of the parameter \(t\). As \(t\) varies, the tip of \(\mathbf{r}(t)\) traces a path in the plane.

How do you find the position vector at a given value of t?

Substitute the value into each component. For \(\mathbf{r}(t)=(t^2+1)\mathbf{i}+(2t-3)\mathbf{j}\), \(\mathbf{r}(3)=10\mathbf{i}+3\mathbf{j}\), the point \((10,3)\).

How do you find the Cartesian equation of a path?

Eliminate the parameter \(t\). Make \(t\) the subject of one component and substitute into the other, or for trigonometric components isolate \(\cos t,\sin t\) and use \(\cos^2 t+\sin^2 t=1\).

How can you tell whether a path is a circle or an ellipse?

Compare the amplitudes. Equal amplitudes \(a\cos t,\ a\sin t\) give a circle of radius \(a\); unequal amplitudes \(a\cos t,\ b\sin t\) give an ellipse with semi-axes \(a\) and \(b\).

Which identity gives a hyperbola?

Components \(a\sec t,\ b\tan t\) use \(\sec^2 t-\tan^2 t=1\), which gives the hyperbola \(\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1\).

What is the domain of a vector function?

It is the set of values the parameter \(t\) may take. Restricting the domain, such as \(0\le t\le 4\), traces only part of the curve, so the \(x\)- and \(y\)-values are limited to a matching range.