PAGE 1

14.1 Vector-Valued Functions

Scalar-valued functions: \(f(t) = t^2 + 3\)

Vector-valued functions: \(\vec{r}(t) = \langle \cos t, \sin t, 0 \rangle\)

You have seen an example already: equation of line \(\vec{r}(t) = \vec{r}_0 + t\vec{v}\)

A 3D coordinate system showing a line passing through a point r0 and extending in the direction of vector v.

Quick example: line through \(P(1, 2, 3)\) and \(Q(4, 5, 6)\)

PAGE 2

\(\vec{r}_0 = \langle 1, 2, 3 \rangle\), \(\vec{v} = \vec{PQ} = \langle 3, 3, 3 \rangle\)

\[\vec{r}(t) = \langle 1, 2, 3 \rangle + t \langle 3, 3, 3 \rangle = \langle 1 + 3t, 2 + 3t, 3 + 3t \rangle\]
A 3D coordinate system showing a line with points P at t=0 and Q at t=1, with arrows indicating the direction of increasing t.

That is called the positive orientation.

PAGE 3

Example

Consider the vector function:

\[ \vec{r}(t) = \langle \cos t, \sin t, 0 \rangle, \quad 0 \le t \le \pi/2 \]

What is the graph?

Easy thing to do: find points with x = cos t, y = sin t, z = 0 by choosing t, then connect them.

t x y z
0100
\(\pi/6\)\(\sqrt{3}/2\)1/20
\(\pi/4\)\(\sqrt{2}/2\)\(\sqrt{2}/2\)0
\(\pi/3\)1/2\(\sqrt{3}/2\)0
\(\pi/2\)010
A 3D coordinate system showing a circular arc in the xy-plane from (1,0,0) to (0,1,0) with points labeled by t.

Positive orientation is counterclockwise when viewed from above.

PAGE 4

Another way to visualize: make a connection to surface we know

\[ \vec{r}(t) = \langle \cos t, \sin t, 0 \rangle, \quad 0 \le t \le \pi/2 \]

Relationship between x, y, z: x = cos t, y = sin t, z = 0

Since \cos^2 t + \sin^2 t = 1, we have x^2 + y^2 = 1. In \(\mathbb{R}^3\) this is a cylinder.

So, \vec{r}(t) = \langle \cos t, \sin t, 0 \rangle is a curve on the cylinder x^2 + y^2 = 1 where z = 0.

A 3D plot showing a cylinder centered on the z-axis with a highlighted arc on the base circle in the xy-plane.
PAGE 5

Example

\(\vec{r}(t) = \langle 0, \cos t, 2\sin t \rangle\), \(0 \le t \le \pi/2\)

\(x=0, y=\cos t, z=2\sin t\)

\(\cos^2 t + \sin^2 t = 1\)

\(\cos t = y, \sin t = \frac{1}{2}z \rightarrow y^2 + (\frac{1}{2}z)^2 = 1\)

\(y^2 + \frac{z^2}{4} = 1\)

In \(\mathbb{R}^3\) this is an elliptic cylinder.

\(\vec{r}(t)\) is a portion of that with \(x=0\).

A 3D coordinate system showing a curve on the yz-plane representing a portion of an ellipse from t=0 to t=pi/2.

\(t=0: \vec{r}(0) = \langle 0, 1, 0 \rangle\)

\(t=\pi/2: \vec{r}(\pi/2) = \langle 0, 0, 2 \rangle\)

PAGE 6

Example

\(\vec{r}(t) = \langle \cos t, \sin t, t \rangle\), \(0 \le t \le 2\pi\)

\(x=\cos t, y=\sin t, z=t\)

Overall shape is still \(x^2+y^2=1\) (\(z=t\) really doesn't directly fit in).

This curve is still on the cylinder \(x^2+y^2=1\) but with varying \(z\).

A 3D coordinate system showing a helical curve winding around a cylinder along the z-axis from t=0 to t=2pi.

\(\vec{r}(0) = \langle 1, 0, 0 \rangle\)

\(\vec{r}(\pi) = \langle -1, 0, \pi \rangle\)

\(\vec{r}(2\pi) = \langle 1, 0, 2\pi \rangle\)

Like a spiraling staircase.

PAGE 7

Example

Given the vector function:

\[ \vec{r}(t) = \langle t \cos t, t, t \sin t \rangle, \quad 0 \le t \le 2\pi \]

We have the components:

  • \( x = t \cos t \)
  • \( y = t \)
  • \( z = t \sin t \)

Remember the identity: \( \cos^2 t + \sin^2 t = 1 \).

Notice that:

\[ x^2 + z^2 = t^2 \cos^2 t + t^2 \sin^2 t = t^2 (\cos^2 t + \sin^2 t) \] \[ x^2 + z^2 = t^2 \]

Since \( y = t \), we have:

\[ x^2 + z^2 = y^2 \]

In \( \mathbb{R}^3 \), this is a cone. The curve lies on the cone, moving toward positive \( y \).

A 3D coordinate system showing a cone opening along the y-axis with a spiral curve winding around it.
PAGE 8

Intersection Analysis

Does \( \vec{r}(t) = \langle t \cos t, t, t \sin t \rangle \) for \( 0 \le t \le 2\pi \) intersect the plane \( x - z = 0 \)?

For an intersection, the coordinates must be the same. If they intersect, then at some \( t \), the components must satisfy \( x - z = 0 \).

\[ x = t \cos t, \quad z = t \sin t \] \[ x - z = 0 \implies t \cos t - t \sin t = 0 \] \[ t(\cos t - \sin t) = 0 \]

This implies either \( t = 0 \) or \( \cos t = \sin t \).

Solving \( \cos t = \sin t \) gives \( t = \frac{\pi}{4} \) and \( t = \frac{5\pi}{4} \).

Therefore, they intersect at \( t = 0, \frac{\pi}{4}, \frac{5\pi}{4} \).

PAGE 9

Domain of a Vector-Valued Function

The domain of a vector-valued function is the intersection of the domains of all components, which is where ALL components are defined.

Example

\[ \vec{r}(t) = \langle \sqrt{1-t^2}, \sqrt{t}, \frac{1}{\sqrt{5-t}} \rangle \]
  • \( \sqrt{1-t^2} \) defined on \( [-1, 1] \)
  • \( \sqrt{t} \) defined on \( [0, \infty) \)
  • \( \frac{1}{\sqrt{5-t}} \) defined on \( (-\infty, 5) \)
A number line diagram showing the intersection of three intervals: [-1, 1], [0, infinity), and (-infinity, 5), resulting in [0, 1].

Intersection is \( [0, 1] \)

This is the domain of \( \vec{r}(t) \)

PAGE 10

Course Reflection Submission

Please submit your reflections by using the CourseMIRROR App.

If you are having a problem with CourseMIRROR, please send an email to coursemirror.development@gmail.com.