← back to MATH 102
Week 7Stewart §12.4, 10.1, 13.1, 13.2, 13.3, 14.173 min full read
6 concepts18 worked examples26 exercises4 exam-level6 figures
What are you here for?

07Cross products, curves in space, arc length and curvature, and first functions of several variables

A drone logs its position ten times a second as three numbers: how far east, how far north, how high. From that table alone, with no compass and no speedometer bolted to the frame, the ground crew has to answer three things about the moment $t=2$ seconds: which way was it pointed, how many metres of air did it actually cut through on the way there, and was the turn sharp enough to spill a full cup of coffee. Every one of those answers is already hiding inside the position log.

By the end you can take a moving point given as a $\mathbf r(t)$ and produce, by hand, the exact direction it travels at any instant, its , the true length of its curved path, and a single number $\kappa$ that says how sharply it bends.

In 60 seconds

A curve in space is one vector function $\mathbf r(t)$; this section reads four things off it — a perpendicular direction and area from the cross product, the velocity $\mathbf r'(t)$, the path length, and the curvature.

Cross product, determinant form
$$\mathbf a\times\mathbf b=\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$$

you need a vector perpendicular to two given vectors, or the area they span

Length of the cross product
$$|\mathbf a\times\mathbf b|=|\mathbf a|\,|\mathbf b|\sin\theta=\text{area of the parallelogram}$$

finding areas of triangles and parallelograms in space

$$\mathbf T(t)=\dfrac{\mathbf r'(t)}{|\mathbf r'(t)|}$$

you want the direction of travel with the speed divided out

Arc length
$$L=\int_a^b|\mathbf r'(t)|\,dt$$

measuring the true length of a curved path

Curvature
$$\kappa=\dfrac{|\mathbf r'(t)\times\mathbf r''(t)|}{|\mathbf r'(t)|^{3}}$$

putting one number on how sharply a space curve bends

Three most common mistakes
  1. Writing $\mathbf a\times\mathbf b$ as a number. The cross product is a vector; the dot product is the number.

  2. Dropping the minus sign on the middle component of the determinant.

  3. Forgetting the cube in $|\mathbf r'|^{3}$ when computing curvature.

The only graded weights tied to this material are the quizzes (10% of the course) and the homework (10%). Expect short computational items — a cross product, a domain, an arc length or curvature setup — rather than long proofs.

How much time do you have?
10 minutes

You walk in able to compute a cross product, read a velocity off a vector function, and write the arc length and curvature formulas.

card, c-cross-product, c-vector-derivatives, formula card
45 minutes

You can also trace and de-parametrise a curve, find the domain of a vector function, set up an arc length integral, and get the domain and of a function of two variables.

card, c-cross-product, c-parametric-curves, c-vector-functions, c-vector-derivatives, c-arc-length-curvature, c-several-variables, scaffolding ladder, practice B
full read

Everything above plus the geometry behind each formula, the worked examples, the exam-style item, and the mixed practice that makes you choose the method without being told which one it is.

all concepts, contrast pairs, faded ladder, exam example, practice A, practice B, practice C, practice D
By the end of this section
  1. Compute the cross product of two space vectors and use its length and direction to find areas and perpendicular vectors.

  2. Trace a with its orientation and eliminate the parameter to recover the Cartesian equation, keeping the correct piece.

  3. Interpret a vector function as a space curve, find its domain, and evaluate a limit component by component.

  4. Differentiate a vector function into velocity, speed and unit tangent, and apply the dot and cross product rules.

  5. Set up and evaluate an arc length integral and compute curvature from the first and second derivatives.

  6. Find the domain of a function of two variables and sketch its level curves as a contour map.

Syllabus coverage
12.4

The cross product

covered
10.1

Curves defined by parametric equations

covered
13.1

Vector functions and space curves

covered
13.2

Derivatives and integrals of vector functions

covered
13.3

Arc length and curvature

covered
14.1

Functions of several variables

covered
Recall first
Magnitude of a vector

$|\langle a_1,a_2,a_3\rangle|=\sqrt{a_1^{2}+a_2^{2}+a_3^{2}}$.

Speed, arc length and the length of a cross product are all magnitudes.

Dot product and the angle

$\mathbf a\cdot\mathbf b=a_1b_1+a_2b_2+a_3b_3=|\mathbf a|\,|\mathbf b|\cos\theta$, and $\mathbf a\perp\mathbf b$ exactly when $\mathbf a\cdot\mathbf b=0$.

The dot product tests the perpendicularity we will check on every cross product, and the $\cos\theta$ here is the partner of the $\sin\theta$ in the cross product.

Unit vector

$\dfrac{\mathbf a}{|\mathbf a|}$ is the vector of length $1$ pointing the same way as $\mathbf a$.

The unit tangent $\mathbf T$ is built exactly this way from $\mathbf r'(t)$.

Product and chain rules

$\dfrac{d}{dt}\big(fg\big)=f'g+fg'$ and $\dfrac{d}{dt}f(g(t))=f'(g(t))\,g'(t)$.

Vector functions are differentiated one component at a time, and the two product rules for dot and cross products mirror the scalar one.

Pythagorean identity and trig derivatives

$\sin^{2}t+\cos^{2}t=1$, $\ \dfrac{d}{dt}\sin t=\cos t$, $\ \dfrac{d}{dt}\cos t=-\sin t$.

Circles, helices and most parametric curves here are built from sine and cosine.

Try it yourself first (3 questions)
1§07.0 — dot product warm-up●●○○○

One quantity from last week decides a surprising amount of what follows, so make sure it is still automatic.

Given
  • $\mathbf a=\langle 1,2,2\rangle$

  • $\mathbf b=\langle 2,0,-1\rangle$

Find
  1. Compute $\mathbf a\cdot\mathbf b$ and say whether $\mathbf a$ and $\mathbf b$ are perpendicular.

Hint 1/4

You only need the componentwise sum, then one yes/no test.

Hint 2/4

$\mathbf a\cdot\mathbf b=a_1b_1+a_2b_2+a_3b_3$, and perpendicular means this equals $0$.

Hint 3/4

With $\mathbf a=\langle 1,2,2\rangle$ and $\mathbf b=\langle 2,0,-1\rangle$: the products are $1\cdot2$, $2\cdot0$, $2\cdot(-1)$.

Hint 4/4

The sum is $2+0-2=0$, so the vectors are perpendicular.

Show solution
Multiply matching components and add
$$\mathbf a\cdot\mathbf b=(1)(2)+(2)(0)+(2)(-1)$$

the dot product pairs the first-with-first, second-with-second, third-with-third

$$=2+0-2=0$$

a single number comes out, not a vector

Read the angle
$$\mathbf a\cdot\mathbf b=0\ \Rightarrow\ \cos\theta=0\ \Rightarrow\ \theta=\tfrac{\pi}{2}$$

zero dot product with nonzero vectors forces the cosine to zero

Answer $$\mathbf a\cdot\mathbf b=0,\quad \mathbf a\perp\mathbf b$$
Check

Both vectors are nonzero ($|\mathbf a|=3$, $|\mathbf b|=\sqrt5$), so a zero dot product can only come from a right angle.

2§07.0 — constant distance trap●●●○○

This one is meant to catch a natural but wrong reflex; getting it wrong here is exactly the point.

Given
  • A point moves so that its distance from the origin, $|\mathbf r(t)|$, stays constant.

Find
  1. True or false: then its velocity $\mathbf r'(t)$ must be the zero vector.

Hint 1/4

Picture something whose distance from the centre never changes but which is plainly moving.

Hint 2/4

Constant distance means the point stays on a sphere; it can still slide around on that sphere.

Hint 3/4

A satellite on a circular orbit has $|\mathbf r|$ constant yet is moving the whole time, so $\mathbf r'\neq\mathbf 0$.

Hint 4/4

The statement is false; constant length forces $\mathbf r'$ to be perpendicular to $\mathbf r$, not zero.

Show solution
Turn the length condition into a dot product
$$|\mathbf r(t)|^{2}=\mathbf r(t)\cdot\mathbf r(t)=c^{2}$$

the squared length is the dot product of the vector with itself, which is easier to differentiate

Differentiate both sides
$$2\,\mathbf r(t)\cdot\mathbf r'(t)=0$$

the derivative of a constant is zero, and the dot product rule gives two equal terms

$$\mathbf r(t)\cdot\mathbf r'(t)=0$$

so $\mathbf r'$ is perpendicular to $\mathbf r$, but nothing forces it to be zero

Answer $$\text{False: } \mathbf r'(t)\perp\mathbf r(t),\ \text{not } \mathbf r'(t)=\mathbf 0$$
Check

A point going around a circle of radius $c$ has constant distance yet obvious nonzero velocity, matching the conclusion.

Keep this fact: whenever a length is constant, the vector and its derivative are perpendicular. It returns for the unit tangent.

3§07.0 — one product rule●●○○○

Vector functions get differentiated one component at a time, so a single-variable product rule has to be automatic.

Given
  • $g(t)=t^{2}\sin t$

Find
  1. Differentiate $g(t)=t^{2}\sin t$.

Hint 1/4

This is a product of two functions of $t$; no vectors yet.

Hint 2/4

Product rule: $\dfrac{d}{dt}(uv)=u'v+uv'$ with $u=t^{2}$ and $v=\sin t$.

Hint 3/4

Here $u'=2t$ and $v'=\cos t$, so the two pieces are $2t\sin t$ and $t^{2}\cos t$.

Hint 4/4

Adding them gives $g'(t)=2t\sin t+t^{2}\cos t$.

Show solution
Name the two factors and their derivatives
$$u=t^{2},\ u'=2t;\qquad v=\sin t,\ v'=\cos t$$

splitting first keeps the two pieces from getting mixed

Assemble $u'v+uv'$
$$g'(t)=2t\sin t+t^{2}\cos t$$

keep both terms; a common slip is to write only $2t\cos t$

Answer $$g'(t)=2t\sin t+t^{2}\cos t$$
Check

At $t=0$ the formula gives $0$, matching that $g(t)=t^{2}\sin t$ is flat there since it starts like $t^{3}$.

Notation
symbolreads asmeanswatch out
$\mathbf a\times\mathbf b$

a cross b

the vector perpendicular to both $\mathbf a$ and $\mathbf b$ whose length is the area of the parallelogram they span

$\mathbf a\times\mathbf b=-\,\mathbf b\times\mathbf a$: swapping the order flips the sign.

$\mathbf r(t)$

r of t

a position vector whose tip traces a curve as $t$ runs over an interval

the output is a vector with several components, driven by the single input $t$.

$\mathbf r'(t)$

r prime of t

the velocity: the tangent vector pointing the way $t$ increases

differentiate each component on its own; the answer is again a vector.

$\mathbf T(t)$

the unit tangent T of t

$\mathbf r'(t)$ rescaled to length $1$

all speed is divided out; only the direction of travel survives.

$\kappa$

kappa

the curvature: how sharply the curve bends, measured in units of $1/\text{length}$

$\kappa=1/\rho$, so a large circle has small curvature, not large.

$f(x,y)$

f of x and y

a rule sending each point of a plane region to one number, pictured as a surface $z=f(x,y)$

its domain is a region in the plane, not an interval on a line.

Conventions used here
Two notations for one vector

We write $\mathbf a=\langle a_1,a_2,a_3\rangle$ for components and $\mathbf a=a_1\mathbf i+a_2\mathbf j+a_3\mathbf k$ for the same vector. The two are interchangeable; the boldface letter always means a vector.

Everything is in radians

Every angle, and every input to $\sin$ or $\cos$ or a parametrisation, is in radians. The derivative rules for the trig functions, and the arc length and curvature formulas, are only valid in radians.

Cross product lives in space

$\mathbf a\times\mathbf b$ is defined for vectors in three dimensions. A plane vector $\langle a_1,a_2\rangle$ is treated as $\langle a_1,a_2,0\rangle$ whenever a cross product is needed, and then the result points along $\mathbf k$.

Velocity is a vector, speed is a length

$\mathbf r'(t)$ is the velocity, a vector. Its magnitude $|\mathbf r'(t)|$ is the speed, a single number that is never negative. Arc length and curvature are built from the speed.

Smooth curve assumption

For the tangent direction, arc length and curvature we assume $\mathbf r'(t)$ is continuous and never $\mathbf 0$ on the interval, so the curve has a well defined direction at every point.

7.1The cross product

Turn two space vectors into a third that is perpendicular to both, with length equal to the area they span.

Last week the dot product answered every question about angle between two vectors and returned a single number. But a number cannot point anywhere, and two questions in space need a direction: given two edges of a patch in space, what is its area, and what direction is perpendicular to both? We need an operation that eats two vectors and returns a third.

Solvable with what we have
  • Find $|\mathbf a|$ and the angle between $\mathbf a$ and $\mathbf b$ with the dot product.

  • Test whether two vectors are perpendicular.

Not solvable yet
  • Produce a single vector perpendicular to two given directions.

  • Find the area of a triangle whose corners are three points in space.

The dot product is our only vector-times-vector tool so far. For the triangle with corners $P,Q,R$ we might reach for $\overrightarrow{PQ}\cdot\overrightarrow{PR}$ — but that returns a number tied to $\cos\theta$, and an area needs $\sin\theta$, so it is the wrong tool.

Why it fails

The dot product collapses two vectors to a scalar; it throws away the plane they define. Area and a normal direction are exactly the information it discards.

DefinitionDefinition 12.4: The cross product
Conditions
  • $\mathbf a=\langle a_1,a_2,a_3\rangle$ and $\mathbf b=\langle b_1,b_2,b_3\rangle$ are vectors in space

$$\mathbf a\times\mathbf b=\boxed{\ \langle\,a_2b_3-a_3b_2,\ \ a_3b_1-a_1b_3,\ \ a_1b_2-a_2b_1\,\rangle\ }$$

Read it as the symbolic determinant with $\mathbf i,\mathbf j,\mathbf k$ on the top row, $\mathbf a$ on the middle row and $\mathbf b$ on the bottom. Expanding along the top row, the $\mathbf i$ part is $a_2b_3-a_3b_2$, the $\mathbf j$ part is minus $(a_1b_3-a_3b_1)$, and the $\mathbf k$ part is $a_1b_2-a_2b_1$. The output is a vector, and it always comes out perpendicular to both $\mathbf a$ and $\mathbf b$; its length is $|\mathbf a|\,|\mathbf b|\sin\theta$, the area of the parallelogram they span.

Looks like this, but is not

Since the dot product obeys $\mathbf a\cdot\mathbf b=\mathbf b\cdot\mathbf a$, it is tempting to assume $\mathbf a\times\mathbf b=\mathbf b\times\mathbf a$ as well.

They are equal in length but opposite in direction: $\mathbf b\times\mathbf a=-(\mathbf a\times\mathbf b)$. Swapping the two rows of the determinant flips its sign, which is why order matters for the cross product but not for the dot product.

Area of a triangle with corners in space

Find the area of the triangle whose vertices are $P(1,1,1)$, $Q(2,3,4)$ and $R(4,3,2)$, and give a vector perpendicular to its plane.

Given
  • $P(1,1,1)$, $Q(2,3,4)$, $R(4,3,2)$

Find

the triangle's area and a normal vector

Solution
Build two edge vectors from the same corner
$$\overrightarrow{PQ}=\langle 1,2,3\rangle,\qquad \overrightarrow{PR}=\langle 3,2,1\rangle$$

subtract $P$ from $Q$ and from $R$; sharing the corner $P$ is what makes the two edges span the triangle

Cross the two edges
$$\overrightarrow{PQ}\times\overrightarrow{PR}=\langle\, (2)(1)-(3)(2),\ (3)(3)-(1)(1),\ (1)(2)-(2)(3)\,\rangle$$

apply the component formula; watch that the middle slot is $a_3b_1-a_1b_3$

$$=\langle -4,\ 8,\ -4\rangle$$

this vector is already perpendicular to the triangle's plane

Length gives the parallelogram area; halve it
$$|\langle -4,8,-4\rangle|=\sqrt{16+64+16}=\sqrt{96}=4\sqrt6$$

the magnitude of the cross product is the area of the parallelogram on the two edges

$$\text{Area}_{\triangle}=\tfrac12\,(4\sqrt6)=2\sqrt6$$

the triangle is half of that parallelogram

Answer $$\text{Area}=2\sqrt6\approx4.90,\qquad \mathbf n=\langle -4,8,-4\rangle$$
Check

Check perpendicularity: $\langle -4,8,-4\rangle\cdot\langle 1,2,3\rangle=-4+16-12=0$ and $\cdot\langle 3,2,1\rangle=-12+16-4=0$. Both zero, so $\mathbf n$ really is perpendicular to both edges.

one cross product and one square root

The same three steps — two edges, one cross product, halve the length — give the area of any triangle in space, and the cross product itself is the normal you need for the plane through the three points.

A cross product from scratch

Compute $\langle 1,3,-1\rangle\times\langle 2,0,4\rangle$.

Given
  • $\mathbf a=\langle 1,3,-1\rangle$

  • $\mathbf b=\langle 2,0,4\rangle$

Find

the vector $\mathbf a\times\mathbf b$

Solution
Take the three 2-by-2 combinations, minus in the middle
$$\mathbf i:\ (3)(4)-(-1)(0)=12$$

first component uses the entries not in column one

$$\mathbf j:\ -\big[(1)(4)-(-1)(2)\big]=-(4+2)=-6$$

the middle component carries a leading minus sign

$$\mathbf k:\ (1)(0)-(3)(2)=-6$$

last component uses the entries not in column three

Answer $$\mathbf a\times\mathbf b=\langle 12,-6,-6\rangle$$
Check

Dot the answer with each input: $\langle 12,-6,-6\rangle\cdot\langle1,3,-1\rangle=12-18+6=0$ and $\cdot\langle2,0,4\rangle=24+0-24=0$. Perpendicular to both, as it must be.

The perpendicularity dot-check costs two multiplications per input and catches almost every sign slip; make it a habit.

⚠ Dropping the middle minus sign

the determinant expansion alternates $+,-,+$ and the middle sign is easy to lose

wrong$$\mathbf j\text{-part}=a_1b_3-a_3b_1$$
right$$\mathbf j\text{-part}=-(a_1b_3-a_3b_1)=a_3b_1-a_1b_3$$
⚠ Assuming the order does not matter

the dot product commutes, so the reflex carries over

wrong$$\mathbf b\times\mathbf a=\mathbf a\times\mathbf b$$
right$$\mathbf b\times\mathbf a=-(\mathbf a\times\mathbf b)$$
Checkpoint
§07.1 — the standard basis cross●○○○○

Thirty seconds: this one should confirm the direction rule is in your hands.

Given
  • $\mathbf i=\langle 1,0,0\rangle$

  • $\mathbf j=\langle 0,1,0\rangle$

Find
  1. Compute $\mathbf i\times\mathbf j$.

Hint 1/4

Put $\mathbf i$ on the middle row and $\mathbf j$ on the bottom row and read off the three components.

Hint 2/4

Component formula: $\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$.

Hint 3/4

With $\mathbf a=\langle1,0,0\rangle$ and $\mathbf b=\langle0,1,0\rangle$ every product is zero except $a_1b_2=1$.

Hint 4/4

So $\mathbf i\times\mathbf j=\langle 0,0,1\rangle=\mathbf k$.

Show solution
Only one product survives
$$\langle 0\cdot0-0\cdot1,\ 0\cdot0-1\cdot0,\ 1\cdot1-0\cdot0\rangle=\langle0,0,1\rangle$$

every term has a zero factor except the $\mathbf k$ slot

Answer $$\mathbf i\times\mathbf j=\mathbf k$$
Check

Right-hand rule: fingers from $\mathbf i$ to $\mathbf j$, thumb points along $+\mathbf k$. Matches.

⚠ Reporting the cross product as a number

the dot product, met first, returns a scalar, so the hand reaches for a single value

wrong$$\mathbf a\times\mathbf b=a_1b_1+a_2b_2+a_3b_3$$
right$$\mathbf a\times\mathbf b=\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$$

7.2Curves defined by parametric equations

Let one parameter drive both coordinates, so the path can loop, cross itself, and carry a direction of travel.

A graph $y=f(x)$ can only ever assign one height to each $x$, so it can never be a full circle or a path that doubles back. The fix is to stop treating $x$ as the driver and hand that job to a separate parameter $t$: now $x$ and $y$ each follow their own rule, and the point is free to go anywhere.

DefinitionDefinition 10.1: Parametric curve
Conditions
  • $f$ and $g$ are functions defined on an interval $I$ of parameter values

$$\boxed{\ \text{curve}=\{(x,y):x=f(t),\ y=g(t),\ t\in I\}\ }$$

As the parameter $t$ increases across the interval $I$, the point $(f(t),g(t))$ moves through the plane and drags out the curve behind it. The value of $t$ is often time; whatever it is, it also records the order in which the points are visited, which is the orientation of the curve.

Looks like this, but is not

The equations $x=t^{2}$, $y=t^{4}$ look like the recipe for a brand new curve.

Since $y=(t^{2})^{2}=x^{2}$, every point lies on the parabola $y=x^{2}$ — but $x=t^{2}$ is never negative, so the curve is only the right half, $x\ge0$. Eliminating the parameter recovered the shape but silently dropped the restriction the parameter was enforcing.

From an ellipse's parametrisation to its equation

The curve is $x=3\cos t,\ y=2\sin t$ for $0\le t\le2\pi$. Eliminate the parameter, name the curve, and give its orientation.

Given
  • $x=3\cos t$

  • $y=2\sin t$

  • $0\le t\le2\pi$

Find

a Cartesian equation, the curve's name, and its direction of travel

Solution
Isolate the sine and cosine so the identity can be used
$$\cos t=\tfrac{x}{3},\qquad \sin t=\tfrac{y}{2}$$

solve each equation for the trig function; the Pythagorean identity is the bridge that removes $t$

Feed them into $\cos^{2}t+\sin^{2}t=1$
$$\left(\tfrac{x}{3}\right)^{2}+\left(\tfrac{y}{2}\right)^{2}=1$$

squaring and adding kills the parameter because the identity holds for every $t$

$$\tfrac{x^{2}}{9}+\tfrac{y^{2}}{4}=1$$

an ellipse with semi-axes $3$ along $x$ and $2$ along $y$

Read the orientation from two sample values
$$t=0\to(3,0),\quad t=\tfrac{\pi}{2}\to(0,2)$$

moving from the positive $x$-axis toward the positive $y$-axis is counterclockwise

Answer $$\dfrac{x^{2}}{9}+\dfrac{y^{2}}{4}=1,\ \text{an ellipse traced counterclockwise from }(3,0)$$
Check

At $t=\pi$ the formula predicts $(-3,0)$; substituting $x=-3,y=0$ into $\tfrac{x^2}{9}+\tfrac{y^2}{4}$ gives $1$, so that point is on the ellipse.

Squaring the two equations and adding is the standard move whenever you see a $\cos t$ and a $\sin t$ driving the coordinates.

A parametrisation that keeps only half a parabola

The curve is $x=\sqrt{t},\ y=1-t$ for $t\ge0$. Eliminate the parameter and describe exactly which points you get.

Given
  • $x=\sqrt{t}$

  • $y=1-t$

  • $t\ge0$

Find

a Cartesian equation and the precise portion of it that the curve covers

Solution
Solve the easier equation for $t$
$$x=\sqrt{t}\ \Rightarrow\ t=x^{2}$$

squaring is safe because $\sqrt{t}\ge0$ already tells us $x\ge0$

Substitute into the other coordinate
$$y=1-t=1-x^{2}$$

this is a downward parabola with vertex $(0,1)$

Pin down the piece using the range of $x$
$$x=\sqrt{t}\ge0\ \text{for all }t\ge0$$

so only the right half $x\ge0$ is traced, starting at $(0,1)$ when $t=0$ and moving down-right

Answer $$y=1-x^{2}\ \text{with}\ x\ge0:\ \text{the right half of the parabola, from }(0,1)\text{ downward}$$
Check

Test $t=1$: the parametric point is $(1,0)$, and $y=1-x^{2}=1-1=0$ agrees; test that $t=4$ gives $(2,-3)$ with $1-2^{2}=-3$.

one substitution, plus one line of care about the range

Eliminating the parameter tells you the shape; only the range of $x(t)$ and $y(t)$ tells you which part of that shape is actually drawn.

⚠ Losing the orientation

the Cartesian equation has no arrow, so the direction of travel is easy to forget to state

wrong$$\tfrac{x^{2}}{9}+\tfrac{y^{2}}{4}=1\ (\text{no direction})$$
right$$\tfrac{x^{2}}{9}+\tfrac{y^{2}}{4}=1,\ \text{counterclockwise from }(3,0)$$
⚠ Assuming the curve is traced once

a Cartesian equation cannot show a path retraced or looped, but the parametrisation can

wrong$$0\le t\le4\pi:\ \text{ellipse once}$$
right$$0\le t\le4\pi:\ \text{ellipse traced twice}$$
Checkpoint
§07.2 — de-parametrise a parabola●●○○○

A quick one: strip the parameter and name what is left.

Given
  • $x=2t$

  • $y=4t^{2}$

  • $t\in\mathbb{R}$

Find
  1. Eliminate $t$ and give the Cartesian equation.

Hint 1/4

Solve the linear equation for $t$ first, then substitute into the other one.

Hint 2/4

From $x=2t$ you get $t=\tfrac{x}{2}$; put that into $y=4t^{2}$.

Hint 3/4

So $y=4\left(\tfrac{x}{2}\right)^{2}=4\cdot\tfrac{x^{2}}{4}$.

Hint 4/4

The fours cancel: $y=x^{2}$, the whole parabola since $t$ runs over all reals.

Show solution
Invert the linear coordinate
$$t=\tfrac{x}{2}$$

the linear equation is the safe one to solve for $t$

Substitute and simplify
$$y=4\left(\tfrac{x}{2}\right)^{2}=x^{2}$$

the coefficient $4$ exactly cancels the $\tfrac14$ from squaring

Answer $$y=x^{2}$$
Check

As $t$ runs over all reals, $x=2t$ also covers all reals, so no part of the parabola is missing.

⚠ Dropping the range restriction after eliminating $t$

the Cartesian equation looks complete on its own, so the hidden domain of $x(t)$ is forgotten

wrong$$x=\sqrt{t},\,y=1-t\ \Rightarrow\ y=1-x^{2}\ (\text{all }x)$$
right$$y=1-x^{2}\ \text{only for } x\ge0$$

7.3Vector functions and space curves

Feed one parameter into three coordinates and the output vector's tip traces a one-dimensional curve through space.

A parametric curve in the plane needed two coordinate rules, $x(t)$ and $y(t)$. Add a third, $z(t)$, and the point is free to leave the page: it now traces a curve in space. Packaging the three rules into a single vector $\mathbf r(t)$ lets us treat the whole curve as one object.

DefinitionDefinition 13.1: Vector function and its limit
Conditions
  • $f,g,h$ are ordinary real-valued functions, the component functions

$$\mathbf r(t)=\langle f(t),g(t),h(t)\rangle,\qquad \lim_{t\to a}\mathbf r(t)=\boxed{\ \Big\langle \lim_{t\to a}f(t),\ \lim_{t\to a}g(t),\ \lim_{t\to a}h(t)\Big\rangle\ }$$

A vector function takes one number $t$ and returns a vector with three components. Its domain is the set of $t$ for which all three component functions are defined — the intersection of their domains. Limits, continuity and later derivatives are all done one component at a time: the limit of $\mathbf r$ is the vector of the three component limits, and exists only when every one of them exists.

Looks like this, but is not

Because $\mathbf r(t)$ lives in three dimensions, it is tempting to picture its graph as a surface.

There is only one input, $t$. One knob can only trace a one-dimensional object, so the graph of $\mathbf r(t)$ is a curve, not a surface. A surface would need two independent inputs, which is exactly what functions of several variables supply later in this section.

Domain of a vector function

Find the domain of $\mathbf r(t)=\big\langle \sqrt{4-t^{2}},\ \ln(t+1),\ \tfrac{1}{t}\big\rangle$.

Given
  • $\mathbf r(t)=\langle \sqrt{4-t^{2}},\ \ln(t+1),\ 1/t\rangle$

Find

all $t$ for which the vector is defined

Solution
Demand each component be legal, separately
$$\sqrt{4-t^{2}}:\ 4-t^{2}\ge0\ \Rightarrow\ -2\le t\le2$$

a square root needs a nonnegative inside

$$\ln(t+1):\ t+1>0\ \Rightarrow\ t>-1$$

a logarithm needs a strictly positive input

$$\tfrac1t:\ t\ne0$$

division by zero is forbidden

Intersect the three conditions
$$(-2\le t\le2)\ \cap\ (t>-1)\ \cap\ (t\ne0)$$

the vector exists only where every component does, so we take the overlap, not the union

$$=(-1,0)\cup(0,2]$$

the strict $t>-1$ opens the left end, and $t\ne0$ punches out the middle

Answer $$\text{domain}=(-1,0)\cup(0,2]$$
Check

Spot-check the boundaries: $t=2$ gives $\sqrt0=0$ (legal) and is kept; $t=-1$ makes $\ln0$ undefined and is excluded; $t=0$ divides by zero and is excluded. All three match.

Domain of a vector function is always an intersection: a single illegal component rules the value out.

A curve where two surfaces meet

Find a vector function whose curve is the intersection of the cylinder $x^{2}+y^{2}=1$ with the plane $y+z=2$.

Given
  • cylinder $x^{2}+y^{2}=1$

  • plane $y+z=2$

Find

a vector function $\mathbf r(t)$ tracing the intersection

Solution
Parametrise the cylinder first
$$x=\cos t,\quad y=\sin t,\quad 0\le t\le2\pi$$

any point on the unit cylinder has this form, since $\cos^{2}t+\sin^{2}t=1$ puts it on the circle for every height

Let the plane fix the remaining coordinate
$$y+z=2\ \Rightarrow\ z=2-y=2-\sin t$$

the plane equation solves for $z$ once $y$ is known

Assemble the three components
$$\mathbf r(t)=\langle \cos t,\ \sin t,\ 2-\sin t\rangle$$

the first two put the point on the cylinder, the third puts it on the plane

Answer $$\mathbf r(t)=\langle \cos t,\ \sin t,\ 2-\sin t\rangle,\quad 0\le t\le2\pi$$
Check

Check both surfaces: $x^{2}+y^{2}=\cos^{2}t+\sin^{2}t=1$ and $y+z=\sin t+(2-\sin t)=2$. The curve sits on both, so it is their intersection.

one parametrised surface plus one substitution

To follow a curve where two surfaces meet, parametrise the easier surface, then let the other surface solve for the last coordinate.

⚠ Picturing the space curve as a surface

three coordinates suggests a two-dimensional object

wrong$$\mathbf r(t)\ \text{is a surface}$$
right$$\mathbf r(t)\ \text{is a curve (one input }t)$$
⚠ Reporting a vector limit when one component blows up

two nice components hide a third that diverges

wrong$$\lim\langle 1,\ t,\ 1/t\rangle\big|_{t\to0}=\langle 1,0,0\rangle$$
right$$\lim\langle 1,\ t,\ 1/t\rangle\big|_{t\to0}\ \text{does not exist}$$
Checkpoint
§07.3 — a limit, one component at a time●●○○○

Thirty seconds: take the limit component by component.

Given
  • $\mathbf r(t)=\big\langle \tfrac{\sin 3t}{t},\ \cos t,\ t+4\big\rangle$

Find
  1. Find $\displaystyle\lim_{t\to0}\mathbf r(t)$.

Hint 1/4

The limit of a vector function is just the vector of the three separate limits.

Hint 2/4

Use the standard limit $\displaystyle\lim_{t\to0}\tfrac{\sin(kt)}{t}=k$, and plug $t=0$ into the continuous pieces.

Hint 3/4

Component by component: $\tfrac{\sin 3t}{t}\to3$, $\ \cos t\to\cos0=1$, $\ t+4\to4$.

Hint 4/4

Assemble: the limit is $\langle 3,1,4\rangle$.

Show solution
Three separate limits
$$\lim_{t\to0}\tfrac{\sin 3t}{t}=3$$

rewrite as $3\cdot\tfrac{\sin 3t}{3t}$ and use $\tfrac{\sin u}{u}\to1$

$$\lim_{t\to0}\cos t=1,\qquad \lim_{t\to0}(t+4)=4$$

both are continuous, so just substitute

Answer $$\langle 3,1,4\rangle$$
Check

Each component limit exists and is finite, so the vector limit is legitimate.

⚠ Taking the union of the component domains

gathering all the allowed intervals feels like collecting, i.e. a union

wrong$$\text{domain}=(-2,2]\cup(-1,\infty)\cup(t\ne0)$$
right$$\text{domain}=(-2,2]\cap(-1,\infty)\cap\{t\ne0\}$$

7.4Derivatives and integrals of vector functions

Differentiate a vector function component by component to get the velocity; rescale it to length one for the unit tangent.

Now the drone's log pays off. Its position is a vector function $\mathbf r(t)$; the question which way was it pointed is asking for the direction of $\mathbf r'(t)$, and how fast is asking for $|\mathbf r'(t)|$. Both come from differentiating, and differentiating a vector is as easy as doing each coordinate on its own.

DefinitionDefinition 13.2: Derivative and unit tangent
Conditions
  • the component functions are differentiable

  • $\mathbf r'(t)\ne\mathbf 0$ for the unit tangent to exist

$$\mathbf r'(t)=\boxed{\ \langle f'(t),\,g'(t),\,h'(t)\rangle\ },\qquad \mathbf T(t)=\frac{\mathbf r'(t)}{|\mathbf r'(t)|}$$

To differentiate a vector function, differentiate each component and reassemble — nothing new from single-variable calculus is needed. The result $\mathbf r'(t)$ is the velocity: it is tangent to the curve and points the way $t$ increases, and its length $|\mathbf r'(t)|$ is the speed. Dividing by that length gives the unit tangent $\mathbf T(t)$, the pure direction of travel with the speed scaled away.

Looks like this, but is not

The product rule for a dot product, $\tfrac{d}{dt}(\mathbf u\cdot\mathbf v)=\mathbf u'\cdot\mathbf v+\mathbf u\cdot\mathbf v'$, has an identical-looking partner for the cross product, $\tfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf u'\times\mathbf v+\mathbf u\times\mathbf v'$.

It reads the same, but the order in each cross product may not be swapped: $\mathbf u'\times\mathbf v$ is not $\mathbf v\times\mathbf u'$. The dot-product rule survived reordering because the dot product commutes; the cross-product rule does not, so you must keep $\mathbf u$ before $\mathbf v$ in every term.

The drone's direction and speed at an instant

A drone's position is $\mathbf r(t)=\langle t,\ t^{2},\ t^{3}\rangle$. At $t=1$ find its velocity, its speed, the unit tangent, and the tangent line to its path.

Given
  • $\mathbf r(t)=\langle t,t^{2},t^{3}\rangle$

  • the instant $t=1$

Find

velocity, speed, unit tangent and the tangent line at $t=1$

Solution
Differentiate each component for the velocity
$$\mathbf r'(t)=\langle 1,\ 2t,\ 3t^{2}\rangle$$

differentiate $t,\ t^{2},\ t^{3}$ separately

$$\mathbf r'(1)=\langle 1,2,3\rangle$$

evaluate at the instant asked for; this is the velocity vector

Speed is the length of the velocity
$$|\mathbf r'(1)|=\sqrt{1^{2}+2^{2}+3^{2}}=\sqrt{14}$$

speed is a single number, the magnitude of the velocity

Unit tangent divides the velocity by the speed
$$\mathbf T(1)=\tfrac{1}{\sqrt{14}}\langle 1,2,3\rangle$$

this keeps the direction and throws away the speed

Tangent line: point plus parameter times direction
$$\mathbf r(1)=\langle1,1,1\rangle$$

the point of tangency is the position at $t=1$

$$\ell(s)=\langle 1,1,1\rangle+s\langle1,2,3\rangle$$

a line through the point in the velocity's direction

Answer $$\mathbf r'(1)=\langle1,2,3\rangle,\ \ \text{speed}=\sqrt{14},\ \ \mathbf T(1)=\tfrac{1}{\sqrt{14}}\langle1,2,3\rangle,\ \ \ell(s)=\langle1+s,1+2s,1+3s\rangle$$
Check

Unit-tangent check: $|\tfrac{1}{\sqrt{14}}\langle1,2,3\rangle|=\tfrac{\sqrt{14}}{\sqrt{14}}=1$, so $\mathbf T$ really has length one. The line passes through $\langle1,1,1\rangle$ at $s=0$, the correct point.

one derivative, one magnitude, one division

This is the whole hook resolved: position in, direction and speed out. Every 'which way, how fast' question is one derivative away.

Position recovered from velocity

A particle has velocity $\mathbf r'(t)=\langle 2t,\ 3t^{2},\ \cos t\rangle$ and starts at $\mathbf r(0)=\langle 1,0,2\rangle$. Find its position $\mathbf r(t)$.

Given
  • $\mathbf r'(t)=\langle 2t,3t^{2},\cos t\rangle$

  • $\mathbf r(0)=\langle1,0,2\rangle$

Find

the position vector $\mathbf r(t)$

Solution
Antidifferentiate each component, carrying a constant
$$\mathbf r(t)=\langle t^{2}+C_1,\ t^{3}+C_2,\ \sin t+C_3\rangle$$

integration of a vector is componentwise, and each component gets its own constant

Use the starting position to pin the constants
$$\mathbf r(0)=\langle C_1,\ C_2,\ C_3\rangle=\langle1,0,2\rangle$$

at $t=0$ the powers of $t$ and $\sin 0$ vanish, leaving just the constants

$$C_1=1,\ C_2=0,\ C_3=2$$

match the given initial vector component by component

Answer $$\mathbf r(t)=\langle t^{2}+1,\ t^{3},\ \sin t+2\rangle$$
Check

Differentiate the answer back: $\tfrac{d}{dt}\langle t^{2}+1,t^{3},\sin t+2\rangle=\langle 2t,3t^{2},\cos t\rangle$, the given velocity, and at $t=0$ it reads $\langle1,0,2\rangle$.

Integrating velocity to position is the reverse of the first example, and the initial condition is what turns a family of antiderivatives into one curve.

⚠ Swapping the order in the cross-product rule

the dot-product rule commutes, so the reflex reorders the factors

wrong$$\tfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf v\times\mathbf u'+\mathbf u\times\mathbf v'$$
right$$\tfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf u'\times\mathbf v+\mathbf u\times\mathbf v'$$
⚠ Forgetting the constants of integration

single antiderivatives feel finished without $+C$, and here there are three of them

wrong$$\int\langle2t,3t^{2},\cos t\rangle\,dt=\langle t^{2},t^{3},\sin t\rangle$$
right$$=\langle t^{2}+C_1,\,t^{3}+C_2,\,\sin t+C_3\rangle$$
Checkpoint
§07.4 — velocity and speed on a helix●●○○○

Thirty seconds: differentiate, then take the length.

Given
  • $\mathbf r(t)=\langle \sin t,\ \cos t,\ t\rangle$

Find
  1. Find $\mathbf r'(t)$ and the speed $|\mathbf r'(t)|$.

Hint 1/4

Differentiate each component, then take the magnitude of the result.

Hint 2/4

Recall $\tfrac{d}{dt}\sin t=\cos t$ and $\tfrac{d}{dt}\cos t=-\sin t$; the magnitude is $\sqrt{(\ )^2+(\ )^2+(\ )^2}$.

Hint 3/4

So $\mathbf r'(t)=\langle\cos t,-\sin t,1\rangle$, and the squared length is $\cos^{2}t+\sin^{2}t+1$.

Hint 4/4

Since $\cos^{2}t+\sin^{2}t=1$, the speed is $\sqrt{2}$, the same at every instant.

Show solution
Componentwise derivative
$$\mathbf r'(t)=\langle\cos t,\,-\sin t,\,1\rangle$$

the middle sign flips because $\tfrac{d}{dt}\cos t=-\sin t$

Magnitude, using the identity
$$|\mathbf r'(t)|=\sqrt{\cos^{2}t+\sin^{2}t+1}=\sqrt2$$

the first two squares add to $1$

Answer $$\mathbf r'(t)=\langle\cos t,-\sin t,1\rangle,\quad |\mathbf r'(t)|=\sqrt2$$
Check

The speed came out independent of $t$: a helix is traced at constant speed, which is why it looks so even.

⚠ Differentiating the length instead of the vector

the notation $|\mathbf r|$ tempts you to think its derivative is $|\mathbf r'|$

wrong$$\tfrac{d}{dt}|\mathbf r(t)|=|\mathbf r'(t)|$$
right$$\tfrac{d}{dt}|\mathbf r(t)|=\tfrac{\mathbf r(t)\cdot\mathbf r'(t)}{|\mathbf r(t)|}$$

7.5Arc length and curvature

Arc length integrates the speed; curvature measures how fast the direction turns, one over the best-fitting circle's radius.

The velocity told us the drone's direction and speed at an instant. Two whole-path questions remain: how far did it travel, and how sharp was the turn? The first adds up speed over time; the second measures how quickly the unit tangent swings around.

TheoremSection 13.3: Arc length and curvature
Conditions
  • the curve is smooth: $\mathbf r'(t)$ is continuous and never $\mathbf 0$ on $[a,b]$

$$\boxed{\,L=\int_a^b |\mathbf r'(t)|\,dt\,}\qquad \boxed{\,\kappa=\dfrac{|\mathbf r'(t)\times\mathbf r''(t)|}{|\mathbf r'(t)|^{3}}\,}$$

Arc length adds up infinitely many tiny straight steps: over a slice $dt$ the point moves about $|\mathbf r'(t)|\,dt$, and the integral totals them into the true length $L$. Curvature $\kappa$ measures how fast the unit tangent changes direction per unit of length travelled; the cross-product formula is the practical way to compute it. Its value is $1/\rho$, where $\rho$ is the radius of the circle that best hugs the curve, so a gentle wide curve has small $\kappa$. For a plane curve $y=f(x)$ this reduces to $\kappa=\dfrac{|f''|}{(1+(f')^{2})^{3/2}}$.

Looks like this, but is not

A curve that swings all the way across the page surely has large curvature.

Curvature is local bending, not overall size. A huge circle of radius $1000$ crosses the whole page yet has curvature $\kappa=1/1000$, almost a straight line at any point. What matters is the radius of the circle that fits the curve right there, not how far the curve wanders.

Arc length of one turn of a helix

Find the length of the helix $\mathbf r(t)=\langle\cos t,\ \sin t,\ t\rangle$ for $0\le t\le2\pi$.

Given
  • $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$

  • $0\le t\le2\pi$

Find

the arc length $L$

Solution
Differentiate and find the speed
$$\mathbf r'(t)=\langle-\sin t,\ \cos t,\ 1\rangle$$

one derivative per component

$$|\mathbf r'(t)|=\sqrt{\sin^{2}t+\cos^{2}t+1}=\sqrt2$$

the first two squares add to $1$, so the speed is constant

Integrate the speed over the interval
$$L=\int_0^{2\pi}\sqrt2\,dt=\sqrt2\,\big[t\big]_0^{2\pi}$$

a constant speed pulls straight out of the integral

$$=2\sqrt2\,\pi$$

evaluate the bracket at the two limits

Answer $$L=2\sqrt2\,\pi\approx8.89$$
Check

Sanity bound: one turn rises $2\pi\approx6.28$ in $z$ while circling a unit circle of circumference $2\pi$; the diagonal length $\sqrt{(2\pi)^2+(2\pi)^2}=2\sqrt2\,\pi$ matches exactly, since constant speed makes the helix unroll to a straight line.

one speed computation, one one-line integral

When the speed $|\mathbf r'(t)|$ turns out constant, the arc length is just speed times elapsed parameter — no real integration needed.

Curvature of the same helix

Find the curvature of $\mathbf r(t)=\langle\cos t,\ \sin t,\ t\rangle$.

Given
  • $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$

Find

the curvature $\kappa$

Solution
Get the first two derivatives
$$\mathbf r'(t)=\langle-\sin t,\cos t,1\rangle,\quad \mathbf r''(t)=\langle-\cos t,-\sin t,0\rangle$$

the curvature formula needs both velocity and acceleration

Cross them and take the length
$$\mathbf r'\times\mathbf r''=\langle \sin t,\ -\cos t,\ 1\rangle$$

expand the determinant; the $\mathbf k$-component is $\sin^{2}t+\cos^{2}t=1$

$$|\mathbf r'\times\mathbf r''|=\sqrt{\sin^{2}t+\cos^{2}t+1}=\sqrt2$$

magnitude of that cross product

Divide by the cube of the speed
$$|\mathbf r'|^{3}=(\sqrt2)^{3}=2\sqrt2$$

the denominator is the speed cubed — do not forget the cube

$$\kappa=\dfrac{\sqrt2}{2\sqrt2}=\dfrac12$$

constant, so the helix bends the same everywhere

Answer $$\kappa=\dfrac12\ \text{(constant along the helix)}$$
Check

Dimensional check: the radius of curvature is $\rho=1/\kappa=2$, larger than the helix's own circular radius $1$ because the steady climb straightens the turn a little — reasonable.

The cross-product curvature formula is the reliable route for space curves; the only common slip is dropping the cube in $|\mathbf r'|^{3}$.

⚠ Confusing curvature with radius

both describe bending, so they get swapped

wrong$$\text{radius }2\ \Rightarrow\ \kappa=2$$
right$$\text{radius }2\ \Rightarrow\ \kappa=\tfrac12$$
⚠ Working an arc length in degrees

angles feel natural in degrees, but every formula here assumes radians

wrong$$L=\int_0^{360}|\mathbf r'(t)|\,dt$$
right$$L=\int_0^{2\pi}|\mathbf r'(t)|\,dt$$
Checkpoint
§07.5 — curvature of a parabola at its vertex●●○○○

Thirty seconds with the plane-curve formula.

Given
  • $y=x^{2}$

  • the point is the vertex $x=0$

Find
  1. Find the curvature $\kappa$ of $y=x^{2}$ at $x=0$.

Hint 1/4

Use the shortcut for a graph $y=f(x)$; you only need $f'$ and $f''$ at $x=0$.

Hint 2/4

The formula is $\kappa=\dfrac{|f''|}{(1+(f')^{2})^{3/2}}$.

Hint 3/4

Here $f'(x)=2x$ so $f'(0)=0$, and $f''(x)=2$ everywhere.

Hint 4/4

So $\kappa=\dfrac{2}{(1+0)^{3/2}}=2$, matching the of radius $\tfrac12$.

Show solution
Two derivatives at the point
$$f'(0)=2\cdot0=0,\qquad f''(0)=2$$

the slope is flat at the vertex, so the denominator is simplest there

Plug into the shortcut
$$\kappa=\tfrac{|2|}{(1+0^{2})^{3/2}}=2$$

the $(1+(f')^{2})$ factor is just $1$ at the vertex

Answer $$\kappa=2$$
Check

The vertex is where a parabola bends hardest, so getting the largest $\kappa$ there is the right qualitative outcome.

⚠ Dropping the cube on the speed

the numerator is a single cross product, so a plain $|\mathbf r'|$ in the denominator looks balanced

wrong$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|}$$
right$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|^{3}}$$

7.6Functions of several variables

A function of two variables assigns each planar point one height — a surface to graph, or a contour map to read.

Every function so far had one input. A vector function had one input and several outputs. Now flip it: take two inputs $x$ and $y$ and return a single number $f(x,y)$. The input is now a point in a plane region, and the graph rises into a surface over that region.

DefinitionDefinition 14.1: Function of two variables
Conditions
  • $D$ is a region in the $xy$-plane, the domain

$$z=f(x,y),\ (x,y)\in D\ \Longrightarrow\ \text{surface in space};\qquad \boxed{\ \text{level curve: } f(x,y)=k\ }$$

A function of two variables eats a point $(x,y)$ of a plane region $D$ and returns one number. Its graph is the surface of all points $(x,y,f(x,y))$ hovering above $D$. A level curve is the set of inputs that share one output value $k$: slice the surface with the horizontal plane $z=k$ and drop the slice straight down onto the $xy$-plane. A whole family of level curves for evenly spaced $k$ is a contour map, and where the curves crowd together the surface is steep.

Looks like this, but is not

It is natural to draw the level curve $f(x,y)=k$ up on the surface, along the rim of the horizontal slice.

The level curve lives in the flat $xy$-plane, not on the surface. It is the shadow of that rim dropped straight down — its whole point is to describe a three-dimensional surface using only a flat picture, the way a topographic map shows a mountain on paper.

Domain and range of a square-root surface

Find the domain and range of $f(x,y)=\sqrt{9-x^{2}-y^{2}}$, and name the surface.

Given
  • $f(x,y)=\sqrt{9-x^{2}-y^{2}}$

Find

the domain (a region), the range, and the surface

Solution
Force the inside of the root to be nonnegative
$$9-x^{2}-y^{2}\ge0\ \Rightarrow\ x^{2}+y^{2}\le9$$

a square root needs a nonnegative argument; this is a region, not an interval

$$\text{domain}=\{(x,y):x^{2}+y^{2}\le9\}$$

the closed disk of radius $3$ centred at the origin

Track the possible outputs for the range
$$0\le 9-x^{2}-y^{2}\le9\ \Rightarrow\ 0\le f\le3$$

the inside runs from $0$ (on the rim) to $9$ (at the centre), and the root of that runs $0$ to $3$

Identify the surface
$$z=\sqrt{9-x^{2}-y^{2}}\ \Rightarrow\ x^{2}+y^{2}+z^{2}=9,\ z\ge0$$

squaring shows it is the top half of a sphere of radius $3$

Answer $$\text{domain}=\{x^{2}+y^{2}\le3^{2}\},\quad \text{range}=[0,3],\quad \text{upper hemisphere of radius }3$$
Check

Check a corner and the centre: at the origin $f=\sqrt9=3$ (the top of the dome); on the rim $x^{2}+y^{2}=9$, $f=0$ (ground level). Both sit inside the range $[0,3]$.

one inequality for the domain, one for the range

Domain of a function of two variables is a region in the plane; describe it by the curve that bounds it, not by intervals.

Level curves of a paraboloid

Describe and sketch the level curves of $f(x,y)=x^{2}+y^{2}$ for $k=1,4,9$.

Given
  • $f(x,y)=x^{2}+y^{2}$

  • levels $k=1,4,9$

Find

the level curves and what their spacing says

Solution
Set the function equal to each level
$$x^{2}+y^{2}=k$$

a level curve is $f=k$; here that is a circle for every positive $k$

Read off the circles
$$k=1,4,9\ \Rightarrow\ \text{radii } 1,2,3$$

the circle $x^{2}+y^{2}=k$ has radius $\sqrt{k}$

Interpret the spacing
$$\text{radii }1,2,3\ \text{are evenly spaced, but the heights }1,4,9\text{ are not}$$

equal radial steps carry ever-larger height jumps, so the bowl steepens outward

Answer $$\text{circles of radius }\sqrt{k}:\ r=1,2,3\ \text{for }k=1,4,9;\ \text{the surface is a bowl steepening outward}$$
Check

The value at the centre is $f(0,0)=0$, below every listed level, and each circle's points all return their own $k$ — for instance $(2,0)$ gives $4$, on the $k=4$ circle.

Reading a contour map: circles that get closer together for equal height steps mean the surface is getting steeper there.

⚠ Drawing level curves on the surface

the slice is taken up on the surface, so the curve seems to belong there

wrong$$f(x,y)=k\ \text{drawn on the surface}$$
right$$f(x,y)=k\ \text{drawn in the }xy\text{-plane}$$
⚠ Including a strict boundary

square-root and logarithm domains look alike but differ at the edge

wrong$$\ln(9-x^{2}-y^{2}):\ x^{2}+y^{2}\le9$$
right$$\ln(9-x^{2}-y^{2}):\ x^{2}+y^{2}<9$$
Checkpoint
§07.6 — domain of a logarithmic surface●●○○○

Thirty seconds: what does the logarithm demand?

Given
  • $f(x,y)=\ln(9-x^{2}-y^{2})$

Find
  1. Find the domain of $f$ and say whether its boundary is included.

Hint 1/4

A logarithm needs its input strictly positive; set up that inequality in $x$ and $y$.

Hint 2/4

Require $9-x^{2}-y^{2}>0$, a strict inequality because $\ln 0$ is undefined.

Hint 3/4

Rearranged, that is $x^{2}+y^{2}<9$, the inside of the circle of radius $3$.

Hint 4/4

So the domain is the open disk $x^{2}+y^{2}<9$; the boundary circle is not included.

Show solution
Positivity, strictly
$$9-x^{2}-y^{2}>0\ \Rightarrow\ x^{2}+y^{2}<9$$

$\ln$ needs a strictly positive argument, so the inequality is strict

Name the region
$$\text{open disk of radius }3$$

strict inequality means the rim is left out

Answer $$\{x^{2}+y^{2}<9\},\ \text{boundary excluded}$$
Check

Contrast with the earlier square-root surface, whose domain $x^{2}+y^{2}\le9$ did include its rim: the root tolerates a zero inside, the logarithm does not.

⚠ Writing the domain as intervals

one-variable habit describes domains on a number line

wrong$$\text{domain}:\ -3\le x\le3$$
right$$\text{domain}:\ \{(x,y):x^{2}+y^{2}\le9\}$$
Computing a cross product without sign errors

you need $\mathbf a\times\mathbf b$ for an area, a normal vector, or a perpendicular direction

  1. Set up the symbolic determinant

    Write the $3\times3$ array with $\mathbf i,\mathbf j,\mathbf k$ on top, $\mathbf a$ in the middle row, $\mathbf b$ on the bottom.

  2. Expand along the top row

    $\mathbf i$-part $=a_2b_3-a_3b_2$; $\mathbf j$-part $=-(a_1b_3-a_3b_1)$ — keep that leading minus; $\mathbf k$-part $=a_1b_2-a_2b_1$.

  3. Dot-check the answer

    Confirm the result dotted with $\mathbf a$ and with $\mathbf b$ is $0$. Two cheap multiplications catch nearly every slip.

Where it goes wrong
  • Losing the middle minus sign.

  • Reporting a scalar instead of a vector.

Differentiation rules for vector functions

you differentiate combinations of vector functions rather than a single one

  1. Componentwise and scalar multiples

    $\dfrac{d}{dt}\langle f,g,h\rangle=\langle f',g',h'\rangle$, and constants pull out: $\dfrac{d}{dt}(c\,\mathbf u)=c\,\mathbf u'$.

  2. Scalar-times-vector product

    $\dfrac{d}{dt}\big(f(t)\,\mathbf u(t)\big)=f'\mathbf u+f\mathbf u'$, exactly the ordinary product rule.

  3. Dot product

    $\dfrac{d}{dt}(\mathbf u\cdot\mathbf v)=\mathbf u'\cdot\mathbf v+\mathbf u\cdot\mathbf v'$; order is free because the dot product commutes.

  4. Cross product — keep the order

    $\dfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf u'\times\mathbf v+\mathbf u\times\mathbf v'$. Do not reorder any factor; the cross product is anticommutative.

  5. Chain rule

    $\dfrac{d}{dt}\,\mathbf u\big(f(t)\big)=f'(t)\,\mathbf u'\big(f(t)\big)$.

Where it goes wrong
  • Swapping the order in the cross-product rule.

  • Treating $|\mathbf r|$ as if its derivative were $|\mathbf r'|$.

Arc length and curvature from a parametrisation

a curve is given as $\mathbf r(t)$ and you need its length over $[a,b]$ or its curvature

  1. Velocity and speed

    Compute $\mathbf r'(t)$ and the speed $|\mathbf r'(t)|$. Simplify with $\sin^{2}+\cos^{2}=1$ before integrating.

  2. Arc length

    Integrate the speed: $L=\int_a^b|\mathbf r'(t)|\,dt$. A constant speed makes this speed times $(b-a)$.

  3. Curvature

    Also compute $\mathbf r''(t)$, then $\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|^{3}}$. The denominator is the speed cubed.

Where it goes wrong
  • Dropping the cube on $|\mathbf r'|$.

  • Integrating in degrees instead of radians.

Dot product of two vectors

Compute $\mathbf a\cdot\mathbf b$ for $\mathbf a=\langle1,2,3\rangle$, $\mathbf b=\langle0,1,2\rangle$.

Given
  • $\mathbf a=\langle1,2,3\rangle$

  • $\mathbf b=\langle0,1,2\rangle$

Find

the number $\mathbf a\cdot\mathbf b$

Solution
Multiply matching components and add
$$\mathbf a\cdot\mathbf b=(1)(0)+(2)(1)+(3)(2)=8$$

the dot product returns one number, tied to the angle via $|\mathbf a||\mathbf b|\cos\theta$

Answer $$\mathbf a\cdot\mathbf b=8$$
Check

Positive, so the angle between them is acute.

Cross product of the same two vectors

Compute $\mathbf a\times\mathbf b$ for the same $\mathbf a=\langle1,2,3\rangle$, $\mathbf b=\langle0,1,2\rangle$.

Given
  • $\mathbf a=\langle1,2,3\rangle$

  • $\mathbf b=\langle0,1,2\rangle$

Find

the vector $\mathbf a\times\mathbf b$

Solution
Expand the determinant, minus in the middle
$$\mathbf a\times\mathbf b=\langle (2)(2)-(3)(1),\ (3)(0)-(1)(2),\ (1)(1)-(2)(0)\rangle$$

the cross product returns a vector

$$=\langle 1,-2,1\rangle$$

perpendicular to both inputs

Answer $$\mathbf a\times\mathbf b=\langle1,-2,1\rangle$$
Check

Dot-check: $\langle1,-2,1\rangle\cdot\langle1,2,3\rangle=1-4+3=0$ and $\cdot\langle0,1,2\rangle=0-2+2=0$.

Same two vectors, two different products: the dot product returns the number $8$ (about the angle), the cross product returns the vector $\langle1,-2,1\rangle$ (perpendicular to both, about area and direction).

How to tell them apart

If the question asks 'how aligned / what angle', use the dot product and expect a number. If it asks 'what direction is perpendicular / what area', use the cross product and expect a vector.

Arc length is one number for the whole trip

Find the length of $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$ over $0\le t\le4\pi$.

Given
  • $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$

  • $0\le t\le4\pi$

Find

the arc length

Solution
Constant speed times elapsed parameter
$$|\mathbf r'(t)|=\sqrt2$$

speed is constant on a helix

$$L=\sqrt2\,(4\pi)=4\sqrt2\,\pi$$

length grows with how long you travel

Answer $$L=4\sqrt2\,\pi$$
Check

Twice the one-turn length $2\sqrt2\,\pi$, since the interval is twice as long.

Curvature is a local rate, blind to the interval

Find the curvature of the same helix $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$.

Given
  • $\mathbf r(t)=\langle\cos t,\sin t,t\rangle$

Find

the curvature

Solution
Use the cross-product formula
$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|^{3}}=\dfrac{\sqrt2}{2\sqrt2}=\tfrac12$$

curvature is the same at every point, no matter how far you go

Answer $$\kappa=\tfrac12$$
Check

Independent of the interval $[0,4\pi]$ — it is a property of the shape, not the trip length.

Arc length is a single number for the chosen interval and doubles when you double the interval; curvature is a function of position that does not change when the interval does.

How to tell them apart

'How far' totals the speed over an interval and depends on the endpoints. 'How sharp' is $\kappa$ at a point and ignores the endpoints entirely.

Scaffolding comes off
The common skeleton
  1. Differentiate $\mathbf r(t)$ component by component to get the velocity $\mathbf r'(t)$.

  2. Evaluate $\mathbf r'(t)$ at the required value $t_0$.

  3. Compute the speed $|\mathbf r'(t_0)|$ by squaring each component, adding, and taking the root.

  4. Divide the velocity by the speed: $\mathbf T(t_0)=\mathbf r'(t_0)/|\mathbf r'(t_0)|$.

1 · fully worked

Unit tangent, fully worked

Find the unit tangent $\mathbf T(1)$ for $\mathbf r(t)=\langle t^{2},\ 2t,\ \ln t\rangle$.

Given
  • $\mathbf r(t)=\langle t^{2},2t,\ln t\rangle$

  • $t_0=1$

Find

the unit tangent $\mathbf T(1)$

Solution
Velocity by components
$$\mathbf r'(t)=\langle 2t,\ 2,\ 1/t\rangle$$

differentiate $t^{2},2t,\ln t$ each on its own

Evaluate at $t_0=1$
$$\mathbf r'(1)=\langle 2,2,1\rangle$$

substitute $t=1$

Speed
$$|\mathbf r'(1)|=\sqrt{2^{2}+2^{2}+1^{2}}=\sqrt{9}=3$$

square, add, root — a clean $3$

Divide
$$\mathbf T(1)=\tfrac13\langle 2,2,1\rangle$$

scale the velocity down to length one

Answer $$\mathbf T(1)=\tfrac13\langle 2,2,1\rangle$$
Check

Length check: $\tfrac13\sqrt{4+4+1}=\tfrac13\cdot3=1$, so $\mathbf T$ is a unit vector.

2 · you write the reasoning

Now a plane curve, so the arithmetic is lighter and you can spend the effort writing why each step is legal. Find $\mathbf T(1)$ for $\mathbf r(t)=\langle t^{2},\ t^{3}\rangle$.

  1. reasoning

    Differentiate each component separately; a two-component vector works the same way as a three-component one.

  2. reasoning

    Substitute the required value $t=1$ to turn the velocity function into a single vector.

  3. reasoning

    Speed is the magnitude: square the components, add, take the root. Here $\sqrt{13}$ does not simplify, and that is fine.

  4. reasoning

    Dividing by the speed rescales the velocity to length one without changing its direction.

3 · find the buried error

Back to space, and this solution has exactly two mistakes buried in it. Find $\mathbf T(1)$ for $\mathbf r(t)=\langle t,\ t^{2},\ t^{3}\rangle$. Which steps are wrong?

the two buried errors (2)
⚠ step 3

The components were added before squaring: it reads $1+2+3$ instead of $1^{2}+2^{2}+3^{2}$.

the squares are easy to skip when the numbers are small and already look addable.

right

$|\mathbf r'(1)|=\sqrt{1+4+9}=\sqrt{14}$.

⚠ step 4

The velocity was multiplied by the speed instead of divided by it.

'make it a unit vector' gets remembered as 'combine with the length' without pinning down the direction.

right

$\mathbf T(1)=\dfrac{1}{\sqrt{14}}\langle 1,2,3\rangle$.

4 · the bare problem
§07.4 — unit tangent, on your own●●●○○

No scaffolding now. Same four steps as the ladder.

Given
  • $\mathbf r(t)=\langle 3t,\ 4\sin t,\ 4\cos t\rangle$

  • $t_0=0$

Find
  1. Find the unit tangent $\mathbf T(0)$.

Hint 1/4

Follow the skeleton: differentiate, evaluate at $t_0=0$, take the speed, divide.

Hint 2/4

$\mathbf r'(t)=\langle 3,\ 4\cos t,\ -4\sin t\rangle$, and $\mathbf T=\mathbf r'/|\mathbf r'|$.

Hint 3/4

At $t=0$: $\mathbf r'(0)=\langle 3,4,0\rangle$, and the speed is $\sqrt{9+16+0}=5$.

Hint 4/4

So $\mathbf T(0)=\tfrac15\langle 3,4,0\rangle=\langle \tfrac35,\tfrac45,0\rangle$.

Show solution
Velocity and evaluate
$$\mathbf r'(t)=\langle 3,4\cos t,-4\sin t\rangle$$

$\tfrac{d}{dt}4\sin t=4\cos t$, $\tfrac{d}{dt}4\cos t=-4\sin t$

$$\mathbf r'(0)=\langle 3,4,0\rangle$$

$\cos0=1$, $\sin0=0$

Speed then divide
$$|\mathbf r'(0)|=\sqrt{9+16}=5$$

a clean $5$

$$\mathbf T(0)=\tfrac15\langle3,4,0\rangle$$

rescale to length one

Answer $$\mathbf T(0)=\langle \tfrac35,\tfrac45,0\rangle$$
Check

Length check: $\sqrt{(3/5)^{2}+(4/5)^{2}}=\sqrt{9/25+16/25}=1$.

Full exam-style question

A full helix worked to exam standardexam format

A particle moves along $\mathbf r(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$. Find (a) its speed, (b) the distance travelled for $0\le t\le2\pi$, (c) the curvature, and (d) the unit tangent at $t=0$.

Given
  • $\mathbf r(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$

Find

speed, arc length over one turn, curvature, and $\mathbf T(0)$

Solution
(a) Velocity and speed
$$\mathbf r'(t)=\langle -3\sin t,\ 3\cos t,\ 4\rangle$$

one derivative per component

$$|\mathbf r'(t)|=\sqrt{9\sin^{2}t+9\cos^{2}t+16}=\sqrt{9+16}=5$$

the $9\sin^{2}+9\cos^{2}=9$ collapses; speed is a constant $5$

(b) Arc length over one turn
$$L=\int_0^{2\pi} 5\,dt=5(2\pi)=10\pi$$

constant speed times elapsed parameter

(c) Curvature via the cross product
$$\mathbf r''(t)=\langle -3\cos t,\ -3\sin t,\ 0\rangle$$

differentiate the velocity

$$\mathbf r'\times\mathbf r''=\langle 12\sin t,\ -12\cos t,\ 9\rangle$$

expand the determinant; the $\mathbf k$-part is $9\sin^{2}t+9\cos^{2}t=9$

$$|\mathbf r'\times\mathbf r''|=\sqrt{144+81}=15,\quad |\mathbf r'|^{3}=125$$

numerator and denominator of the curvature

$$\kappa=\tfrac{15}{125}=\tfrac{3}{25}$$

constant curvature

(d) Unit tangent at $t=0$
$$\mathbf r'(0)=\langle 0,3,4\rangle,\quad |\mathbf r'(0)|=5$$

evaluate the velocity and its length

$$\mathbf T(0)=\tfrac15\langle 0,3,4\rangle$$

divide by the speed

Answer $$\text{(a) }5,\quad \text{(b) }10\pi,\quad \text{(c) }\tfrac{3}{25},\quad \text{(d) }\tfrac15\langle0,3,4\rangle$$
Check

Cross-check curvature with the helix formula $\kappa=\tfrac{a}{a^{2}+b^{2}}=\tfrac{3}{9+16}=\tfrac{3}{25}$; and $|\mathbf T(0)|=\tfrac15\sqrt{0+9+16}=1$.

four short parts, each one line once the speed is known

A constant-speed curve makes every part easy: the speed falls out, arc length is speed times time, and only the curvature needs the second derivative.

Practice

A · concept 3 questions
1§07.1 — what the cross product is●●○○○

Before any arithmetic, be sure what kind of object a cross product even is.

Given
  • $\mathbf a$ and $\mathbf b$ are nonzero, non-parallel vectors in space.

Find
  1. Which statement about $\mathbf a\times\mathbf b$ is correct?

Hint 1/4

Ask two things: is the output a number or a vector, and where does it point?

Hint 2/4

The dot product is the one that returns a number; the cross product returns a vector perpendicular to both inputs.

Hint 3/4

Recall too that reversing the order flips the sign, so $\mathbf a\times\mathbf b$ and $\mathbf b\times\mathbf a$ differ.

Hint 4/4

The only correct description is: a vector perpendicular to both $\mathbf a$ and $\mathbf b$.

Show solution
Rule out the scalar and in-plane options
$$\mathbf a\times\mathbf b\ \text{is a vector},\ \perp\mathbf a\ \text{and}\ \perp\mathbf b$$

by definition it comes out perpendicular to the plane of the two inputs, so it cannot lie in that plane, and it is not a number

Answer $$\text{a vector perpendicular to both inputs}$$
Check

Its length $|\mathbf a||\mathbf b|\sin\theta$ is nonzero here because the vectors are not parallel.

2§07.3 — domain of a vector function●●○○○

A one-line claim about how the pieces of a vector function combine.

Given
  • $\mathbf r(t)=\langle f(t),g(t),h(t)\rangle$.

Find
  1. True or false: the domain of $\mathbf r$ is the union of the domains of $f$, $g$ and $h$.

Hint 1/4

Ask when the whole vector $\mathbf r(t)$ is actually defined.

Hint 2/4

The vector exists only when every component exists, which is an intersection, not a union.

Hint 3/4

A union would keep a $t$ where one component blows up, and then $\mathbf r(t)$ has no value there.

Hint 4/4

So the statement is false: the domain is the intersection of the three component domains.

Show solution
A vector needs all its parts
$$t\in\text{dom}(\mathbf r)\iff t\in\text{dom}f\ \text{and}\ \text{dom}g\ \text{and}\ \text{dom}h$$

'and' across the three conditions is exactly intersection

Answer $$\text{False: intersection, not union}$$
Check

If any one component is undefined at $t$, the vector $\mathbf r(t)$ has no third (or first, or second) coordinate, so $t$ is out.

3§07.5 — curvature of a circle●●○○○

A quick concept check that curvature and radius are reciprocals.

Given
  • A circle of radius $5$.

Find
  1. What is the curvature $\kappa$ of a circle of radius $5$?

Hint 1/4

Curvature is not the radius; it is one over it.

Hint 2/4

For a circle of radius $R$, the curvature is the constant $\kappa=1/R$.

Hint 3/4

Here $R=5$, so you are looking for $1/5$, not $5$ and not $25$.

Hint 4/4

So $\kappa=\tfrac15$.

Show solution
Apply the circle rule
$$\kappa=\tfrac1R=\tfrac15$$

a circle bends by the reciprocal of its radius

Answer $$\kappa=\tfrac15$$
Check

A larger circle would give a smaller $\kappa$, matching that big circles look nearly straight.

B · computation 6 questions
1§07.1 — a cross product by hand●●○○○

Straight computation to lock in the determinant expansion.

Given
  • $\mathbf a=\langle 2,1,-1\rangle$

  • $\mathbf b=\langle 1,0,3\rangle$

Find
  1. Compute $\mathbf a\times\mathbf b$ and verify it is perpendicular to $\mathbf a$.

Hint 1/4

Set up the determinant with $\mathbf a$ over $\mathbf b$ and expand along the top row.

Hint 2/4

Components: $\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$, minus in the middle.

Hint 3/4

With $\mathbf a=\langle2,1,-1\rangle$, $\mathbf b=\langle1,0,3\rangle$: $\mathbf i:(1)(3)-(-1)(0)$, $\mathbf j:-[(2)(3)-(-1)(1)]$, $\mathbf k:(2)(0)-(1)(1)$.

Hint 4/4

So $\mathbf a\times\mathbf b=\langle 3,-7,-1\rangle$, and $\langle3,-7,-1\rangle\cdot\langle2,1,-1\rangle=6-7+1=0$.

Show solution
Three components, minus in the middle
$$\mathbf i:(1)(3)-(-1)(0)=3$$

first slot

$$\mathbf j:-[(2)(3)-(-1)(1)]=-7$$

middle slot carries the minus

$$\mathbf k:(2)(0)-(1)(1)=-1$$

last slot

Confirm perpendicularity
$$\langle3,-7,-1\rangle\cdot\langle2,1,-1\rangle=6-7+1=0$$

a zero dot product means a right angle

Answer $$\langle 3,-7,-1\rangle$$
Check

Also $\langle3,-7,-1\rangle\cdot\langle1,0,3\rangle=3+0-3=0$, perpendicular to $\mathbf b$ too.

2§07.2 — a shifted circle, de-parametrised●●●○○

Practice eliminating the parameter when the centre is not the origin.

Given
  • $x=1+2\cos t$

  • $y=-2+2\sin t$

  • $0\le t\le2\pi$

Find
  1. Eliminate the parameter, name the curve and give its centre and radius.

Hint 1/4

Isolate $\cos t$ and $\sin t$, then use $\cos^{2}t+\sin^{2}t=1$.

Hint 2/4

From the equations, $\cos t=\tfrac{x-1}{2}$ and $\sin t=\tfrac{y+2}{2}$.

Hint 3/4

Square and add: $\left(\tfrac{x-1}{2}\right)^{2}+\left(\tfrac{y+2}{2}\right)^{2}=1$.

Hint 4/4

Clearing the $4$ gives $(x-1)^{2}+(y+2)^{2}=4$: a circle, centre $(1,-2)$, radius $2$.

Show solution
Solve for the trig functions
$$\cos t=\tfrac{x-1}{2},\ \sin t=\tfrac{y+2}{2}$$

the constants shift the centre, the $2$ sets the radius

Square and add
$$(x-1)^{2}+(y+2)^{2}=4$$

the identity clears $t$; radius $\sqrt4=2$

Answer $$(x-1)^{2}+(y+2)^{2}=4$$
Check

Check $t=0$: $(1+2,-2)=(3,-2)$, and $(3-1)^{2}+(-2+2)^{2}=4$ holds.

3§07.3 — domain of a vector function●●●○○

Each component imposes a condition; collect them.

Given
  • $\mathbf r(t)=\big\langle \tfrac{1}{t-2},\ \sqrt{t+1},\ \ln(5-t)\big\rangle$

Find
  1. Find the domain of $\mathbf r$.

Hint 1/4

Write one condition per component, then intersect.

Hint 2/4

Denominator nonzero: $t\ne2$. Root nonnegative: $t+1\ge0$. Log positive: $5-t>0$.

Hint 3/4

These say $t\ge-1$, $t<5$, and $t\ne2$.

Hint 4/4

Intersecting: $[-1,2)\cup(2,5)$.

Show solution
One condition per component
$$t\ne2,\quad t\ge-1,\quad t<5$$

reciprocal, root, logarithm in turn

Intersect
$$[-1,5)\setminus\{2\}=[-1,2)\cup(2,5)$$

keep only $t$ satisfying all three

Answer $$[-1,2)\cup(2,5)$$
Check

Endpoints: $t=-1$ keeps the root at $0$ (legal); $t=5$ makes $\ln0$ undefined (excluded); $t=2$ divides by zero (excluded).

4§07.4 — velocity and speed at an instant●●○○○

Differentiate componentwise, then read off the speed.

Given
  • $\mathbf r(t)=\langle t^{2}+1,\ 2t,\ t^{3}\rangle$

Find
  1. Find $\mathbf r'(t)$, then the velocity and speed at $t=0$.

Hint 1/4

Differentiate each component; the speed is the magnitude of the velocity.

Hint 2/4

$\mathbf r'(t)=\langle 2t,\ 2,\ 3t^{2}\rangle$, and speed $=|\mathbf r'(t)|$.

Hint 3/4

At $t=0$: $\mathbf r'(0)=\langle 0,2,0\rangle$, whose length is $\sqrt{0+4+0}$.

Hint 4/4

So the speed at $t=0$ is $2$.

Show solution
Componentwise derivative
$$\mathbf r'(t)=\langle 2t,2,3t^{2}\rangle$$

the constant $+1$ differentiates to $0$

Evaluate and take the magnitude
$$\mathbf r'(0)=\langle0,2,0\rangle,\ |\mathbf r'(0)|=2$$

only the middle component survives at $t=0$

Answer $$\mathbf r'(0)=\langle0,2,0\rangle,\ \text{speed}=2$$
Check

The motion at $t=0$ is purely along the $y$-axis, matching a velocity with only a middle component.

5§07.5 — arc length of a helix arc●●●○○

A constant-speed curve makes the integral trivial once you see it.

Given
  • $\mathbf r(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$

  • $0\le t\le2$

Find
  1. Find the arc length over $0\le t\le2$.

Hint 1/4

Get the speed first; if it is constant the integral is just speed times the interval length.

Hint 2/4

$\mathbf r'(t)=\langle -3\sin t,3\cos t,4\rangle$, and $|\mathbf r'(t)|=\sqrt{9\sin^{2}t+9\cos^{2}t+16}$.

Hint 3/4

Since $9\sin^{2}t+9\cos^{2}t=9$, the speed is $\sqrt{25}=5$, constant.

Hint 4/4

So $L=\int_0^{2}5\,dt=5\cdot2=10$.

Show solution
Speed
$$|\mathbf r'(t)|=\sqrt{9+16}=5$$

the $\sin^{2}+\cos^{2}$ collapses to $1$

Integrate
$$L=\int_0^2 5\,dt=10$$

constant speed times elapsed parameter

Answer $$L=10$$
Check

One full turn would be $t=0$ to $2\pi$, giving $10\pi\approx31.4$; our shorter arc of length $10$ is consistent.

6§07.6 — level curves of a saddle-free surface●●○○○

Read a surface through its contour lines.

Given
  • $f(x,y)=y-x^{2}$

Find
  1. Describe the level curves $f(x,y)=k$ and the domain of $f$.

Hint 1/4

Set $f$ equal to $k$ and solve for $y$; the domain is wherever the rule makes sense.

Hint 2/4

$y-x^{2}=k$ rearranges to $y=x^{2}+k$.

Hint 3/4

That is a parabola of the same shape as $y=x^{2}$, shifted up by $k$; different $k$ just slide it vertically.

Hint 4/4

The domain is all of the plane, since $y-x^{2}$ is defined for every $(x,y)$.

Show solution
Set $f=k$
$$y-x^{2}=k\ \Rightarrow\ y=x^{2}+k$$

each height $k$ gives one upward parabola

Domain
$$\text{all }(x,y)$$

no roots, logs or denominators to restrict it

Answer $$y=x^{2}+k,\ \text{domain }\mathbb{R}^{2}$$
Check

The $k=0$ level is $y=x^{2}$ itself, and raising $k$ lifts the whole parabola without changing its shape.

C · exam level 4 questions
1§07.4 — unit tangent and tangent line●●●○○

An exam-standard vector-derivative item with two things to deliver.

Given
  • $\mathbf r(t)=\langle t^{2},\ 2t,\ \ln t\rangle$

  • $t>0$

Find
  1. (a) Find the unit tangent $\mathbf T(1)$.

  2. (b) Find parametric equations of the tangent line at $t=1$.

Hint 1/4

Differentiate for the velocity, evaluate at $t=1$, then build the unit tangent and the line.

Hint 2/4

$\mathbf T=\mathbf r'/|\mathbf r'|$, and the tangent line is $\mathbf r(1)+s\,\mathbf r'(1)$.

Hint 3/4

Here $\mathbf r'(t)=\langle 2t,2,1/t\rangle$, so $\mathbf r'(1)=\langle2,2,1\rangle$, $|\mathbf r'(1)|=3$, and $\mathbf r(1)=\langle1,2,0\rangle$.

Hint 4/4

So $\mathbf T(1)=\tfrac13\langle2,2,1\rangle$ and the line is $\langle1+2s,\,2+2s,\,s\rangle$.

Show solution
Velocity, point, speed at $t=1$
$$\mathbf r'(t)=\langle 2t,2,1/t\rangle,\ \mathbf r'(1)=\langle2,2,1\rangle$$

differentiate; $\tfrac{d}{dt}\ln t=1/t$

$$\mathbf r(1)=\langle1,2,0\rangle,\ |\mathbf r'(1)|=\sqrt{4+4+1}=3$$

the point of tangency and the speed

Assemble the unit tangent and the line
$$\mathbf T(1)=\tfrac13\langle2,2,1\rangle$$

velocity over speed

$$(x,y,z)=\langle1,2,0\rangle+s\langle2,2,1\rangle$$

point plus parameter times direction

Answer $$\mathbf T(1)=\tfrac13\langle2,2,1\rangle,\ \ (x,y,z)=(1+2s,\,2+2s,\,s)$$
Check

At $s=0$ the line gives $(1,2,0)=\mathbf r(1)$, the correct point, and its direction $\langle2,2,1\rangle$ is parallel to $\mathbf T(1)$.

2§07.1 — a unit vector perpendicular to two directions●●●○○

The cross product's headline application, at exam length.

Given
  • $\mathbf a=\langle 1,-1,2\rangle$

  • $\mathbf b=\langle 2,1,-1\rangle$

Find
  1. Find a unit vector perpendicular to both $\mathbf a$ and $\mathbf b$.

Hint 1/4

A vector perpendicular to both is exactly what the cross product produces; then make it length one.

Hint 2/4

Compute $\mathbf a\times\mathbf b$, then divide by its magnitude.

Hint 3/4

$\mathbf a\times\mathbf b=\langle -1,5,3\rangle$ and $|\mathbf a\times\mathbf b|=\sqrt{1+25+9}=\sqrt{35}$.

Hint 4/4

So a unit normal is $\pm\tfrac{1}{\sqrt{35}}\langle -1,5,3\rangle$.

Show solution
Cross the two vectors
$$\mathbf a\times\mathbf b=\langle (-1)(-1)-(2)(1),\ (2)(2)-(1)(-1),\ (1)(1)-(-1)(2)\rangle$$

apply the component formula, minus already built into the middle slot here

$$=\langle -1,\ 5,\ 3\rangle$$

this is perpendicular to both inputs

Normalise
$$|\langle-1,5,3\rangle|=\sqrt{35},\ \ \hat{\mathbf n}=\tfrac{1}{\sqrt{35}}\langle-1,5,3\rangle$$

divide by the length; the opposite sign works too

Answer $$\pm\tfrac{1}{\sqrt{35}}\langle-1,5,3\rangle$$
Check

Dot-check: $\langle-1,5,3\rangle\cdot\langle1,-1,2\rangle=-1-5+6=0$ and $\cdot\langle2,1,-1\rangle=-2+5-3=0$.

3§07.5 — curvature of a graph●●●○○

Curvature of a familiar plane curve using the graph shortcut.

Given
  • $y=e^{x}$

  • at the point $x=0$

Find
  1. Find the curvature of $y=e^{x}$ at $x=0$.

Hint 1/4

For a graph $y=f(x)$ use the plane-curve formula; you only need $f'$ and $f''$ at $x=0$.

Hint 2/4

$\kappa=\dfrac{|f''|}{(1+(f')^{2})^{3/2}}$, with $f'=e^{x}$ and $f''=e^{x}$.

Hint 3/4

At $x=0$ both equal $1$: numerator $|1|$, denominator $(1+1)^{3/2}=2^{3/2}$.

Hint 4/4

So $\kappa=\dfrac{1}{2\sqrt2}=\dfrac{\sqrt2}{4}\approx0.354$.

Show solution
Derivatives at the point
$$f'(0)=1,\quad f''(0)=1$$

every derivative of $e^{x}$ is $e^{x}$, which is $1$ at $x=0$

Plug in
$$\kappa=\tfrac{1}{(1+1)^{3/2}}=\tfrac{1}{2\sqrt2}$$

the slope $1$ makes the denominator $2^{3/2}$

Answer $$\kappa=\tfrac{1}{2\sqrt2}=\tfrac{\sqrt2}{4}$$
Check

The value is between $0$ and the parabola's $2$, reasonable for a gently bending exponential.

4§07.5 — curvature of a helix●●●○○

A multiple-choice exam item on the cross-product curvature of a helix.

Given
  • $\mathbf r(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$

Find
  1. What is the curvature of this helix?

Hint 1/4

Use $\kappa=|\mathbf r'\times\mathbf r''|/|\mathbf r'|^{3}$, or the helix shortcut $a/(a^{2}+b^{2})$.

Hint 2/4

Here the circular radius is $a=3$ and the rise rate is $b=4$.

Hint 3/4

So $\kappa=\dfrac{3}{3^{2}+4^{2}}=\dfrac{3}{9+16}$.

Hint 4/4

That is $\dfrac{3}{25}$.

Show solution
Identify $a$ and $b$, apply the formula
$$\kappa=\tfrac{a}{a^{2}+b^{2}}=\tfrac{3}{9+16}=\tfrac{3}{25}$$

$a=3$ from the circle, $b=4$ from the climb

Answer $$\kappa=\tfrac{3}{25}$$
Check

This matches the full cross-product computation $\kappa=15/125=3/25$.

D · interleaved 3 questions
1§07.1 — volume of a parallelepiped●●●○○

This mixes last week's dot product with this week's cross product.

Given
  • $\mathbf a=\langle 1,2,1\rangle$

  • $\mathbf b=\langle 1,0,2\rangle$

  • $\mathbf c=\langle 2,1,0\rangle$

Find
  1. Find the volume of the parallelepiped with edges $\mathbf a,\mathbf b,\mathbf c$.

Hint 1/4

The volume is the absolute value of a scalar triple product; decide which operation comes first.

Hint 2/4

Volume $=|\mathbf a\cdot(\mathbf b\times\mathbf c)|$: the cross product first, then dot with $\mathbf a$.

Hint 3/4

$\mathbf b\times\mathbf c=\langle -2,4,1\rangle$, then $\mathbf a\cdot\langle-2,4,1\rangle=(1)(-2)+(2)(4)+(1)(1)$.

Hint 4/4

That sum is $-2+8+1=7$, so the volume is $|7|=7$.

Show solution
Cross $\mathbf b$ and $\mathbf c$
$$\mathbf b\times\mathbf c=\langle(0)(0)-(2)(1),\ (2)(2)-(1)(0),\ (1)(1)-(0)(2)\rangle=\langle-2,4,1\rangle$$

the inner cross product builds the base area vector

Dot with $\mathbf a$ and take the size
$$\mathbf a\cdot\langle-2,4,1\rangle=-2+8+1=7,\ \ \text{Vol}=|7|=7$$

the dot with the third edge gives the signed volume

Answer $$\text{Vol}=7$$
Check

A nonzero triple product confirms the three edges are not coplanar, so the box is genuinely three-dimensional.

2§07.5 — an arc length that hides a perfect square●●●●○

Here the speed is not constant, so the integral is real — but it simplifies if you spot the square.

Given
  • $\mathbf r(t)=\big\langle t,\ \tfrac{2\sqrt2}{3}t^{3/2},\ \tfrac{t^{2}}{2}\big\rangle$

  • $0\le t\le1$

Find
  1. Find the arc length over $0\le t\le1$.

Hint 1/4

Find the speed and look hard at the expression under the root before integrating.

Hint 2/4

$\mathbf r'(t)=\langle 1,\ \sqrt2\,t^{1/2},\ t\rangle$, so $|\mathbf r'|^{2}=1+2t+t^{2}$.

Hint 3/4

But $1+2t+t^{2}=(1+t)^{2}$, so the speed is simply $|\mathbf r'(t)|=1+t$.

Hint 4/4

Then $L=\int_0^{1}(1+t)\,dt=\big[t+\tfrac{t^{2}}{2}\big]_0^{1}=\tfrac32$.

Show solution
Speed
$$\mathbf r'(t)=\langle1,\sqrt2\,t^{1/2},t\rangle,\ |\mathbf r'|^{2}=1+2t+t^{2}$$

differentiate; $\tfrac{d}{dt}\tfrac{2\sqrt2}{3}t^{3/2}=\sqrt2\,t^{1/2}$

$$|\mathbf r'(t)|=\sqrt{(1+t)^{2}}=1+t$$

the trinomial is a perfect square, and $1+t\ge0$ on the interval

Integrate
$$L=\int_0^1(1+t)\,dt=1+\tfrac12=\tfrac32$$

an ordinary single-variable integral once the root is gone

Answer $$L=\tfrac32$$
Check

The straight-line distance between the endpoints $\mathbf r(0)=\langle0,0,0\rangle$ and $\mathbf r(1)=\langle1,\tfrac{2\sqrt2}{3},\tfrac12\rangle$ is about $1.28<1.5$, and a curved path being longer than the chord is exactly right.

3§07.1 — plane through three points●●●●○

This mixes the cross product with last week's plane equations.

Given
  • $P(1,0,0)$

  • $Q(0,2,0)$

  • $R(0,0,3)$

Find
  1. Find an equation of the plane through $P$, $Q$ and $R$.

Hint 1/4

A plane needs a point and a normal; the normal is perpendicular to two edges of the triangle.

Hint 2/4

Build $\overrightarrow{PQ}$ and $\overrightarrow{PR}$, cross them for a normal $\mathbf n$, then use $\mathbf n\cdot(\mathbf x-P)=0$.

Hint 3/4

$\overrightarrow{PQ}=\langle-1,2,0\rangle$, $\overrightarrow{PR}=\langle-1,0,3\rangle$, so $\mathbf n=\langle6,3,2\rangle$.

Hint 4/4

The plane is $6(x-1)+3y+2z=0$, i.e. $6x+3y+2z=6$.

Show solution
Two edges and their cross product
$$\overrightarrow{PQ}=\langle-1,2,0\rangle,\ \overrightarrow{PR}=\langle-1,0,3\rangle$$

subtract $P$ from $Q$ and from $R$

$$\mathbf n=\overrightarrow{PQ}\times\overrightarrow{PR}=\langle6,3,2\rangle$$

the normal is perpendicular to both edges, hence to the plane

Point-normal form
$$6(x-1)+3(y-0)+2(z-0)=0\ \Rightarrow\ 6x+3y+2z=6$$

use $P$ as the point on the plane

Answer $$6x+3y+2z=6$$
Check

Test all three points: $P{:}\,6=6$, $Q{:}\,6=6$, $R{:}\,6=6$. All lie on the plane.

Mistake ledger (18 entries)
⚠ Reporting the cross product as a number

the dot product, met first, returns a scalar, so the hand reaches for a single value

wrong$$\mathbf a\times\mathbf b=a_1b_1+a_2b_2+a_3b_3$$
right$$\mathbf a\times\mathbf b=\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$$
⚠ Dropping the middle minus sign

the determinant expansion alternates $+,-,+$ and the middle sign is easy to lose

wrong$$\mathbf j\text{-part}=a_1b_3-a_3b_1$$
right$$\mathbf j\text{-part}=-(a_1b_3-a_3b_1)=a_3b_1-a_1b_3$$
⚠ Assuming the order does not matter

the dot product commutes, so the reflex carries over

wrong$$\mathbf b\times\mathbf a=\mathbf a\times\mathbf b$$
right$$\mathbf b\times\mathbf a=-(\mathbf a\times\mathbf b)$$
⚠ Dropping the range restriction after eliminating $t$

the Cartesian equation looks complete on its own, so the hidden domain of $x(t)$ is forgotten

wrong$$x=\sqrt{t},\,y=1-t\ \Rightarrow\ y=1-x^{2}\ (\text{all }x)$$
right$$y=1-x^{2}\ \text{only for } x\ge0$$
⚠ Losing the orientation

the Cartesian equation has no arrow, so the direction of travel is easy to forget to state

wrong$$\tfrac{x^{2}}{9}+\tfrac{y^{2}}{4}=1\ (\text{no direction})$$
right$$\tfrac{x^{2}}{9}+\tfrac{y^{2}}{4}=1,\ \text{counterclockwise from }(3,0)$$
⚠ Assuming the curve is traced once

a Cartesian equation cannot show a path retraced or looped, but the parametrisation can

wrong$$0\le t\le4\pi:\ \text{ellipse once}$$
right$$0\le t\le4\pi:\ \text{ellipse traced twice}$$
⚠ Taking the union of the component domains

gathering all the allowed intervals feels like collecting, i.e. a union

wrong$$\text{domain}=(-2,2]\cup(-1,\infty)\cup(t\ne0)$$
right$$\text{domain}=(-2,2]\cap(-1,\infty)\cap\{t\ne0\}$$
⚠ Picturing the space curve as a surface

three coordinates suggests a two-dimensional object

wrong$$\mathbf r(t)\ \text{is a surface}$$
right$$\mathbf r(t)\ \text{is a curve (one input }t)$$
⚠ Reporting a vector limit when one component blows up

two nice components hide a third that diverges

wrong$$\lim\langle 1,\ t,\ 1/t\rangle\big|_{t\to0}=\langle 1,0,0\rangle$$
right$$\lim\langle 1,\ t,\ 1/t\rangle\big|_{t\to0}\ \text{does not exist}$$
⚠ Differentiating the length instead of the vector

the notation $|\mathbf r|$ tempts you to think its derivative is $|\mathbf r'|$

wrong$$\tfrac{d}{dt}|\mathbf r(t)|=|\mathbf r'(t)|$$
right$$\tfrac{d}{dt}|\mathbf r(t)|=\tfrac{\mathbf r(t)\cdot\mathbf r'(t)}{|\mathbf r(t)|}$$
⚠ Swapping the order in the cross-product rule

the dot-product rule commutes, so the reflex reorders the factors

wrong$$\tfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf v\times\mathbf u'+\mathbf u\times\mathbf v'$$
right$$\tfrac{d}{dt}(\mathbf u\times\mathbf v)=\mathbf u'\times\mathbf v+\mathbf u\times\mathbf v'$$
⚠ Forgetting the constants of integration

single antiderivatives feel finished without $+C$, and here there are three of them

wrong$$\int\langle2t,3t^{2},\cos t\rangle\,dt=\langle t^{2},t^{3},\sin t\rangle$$
right$$=\langle t^{2}+C_1,\,t^{3}+C_2,\,\sin t+C_3\rangle$$
⚠ Dropping the cube on the speed

the numerator is a single cross product, so a plain $|\mathbf r'|$ in the denominator looks balanced

wrong$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|}$$
right$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|^{3}}$$
⚠ Confusing curvature with radius

both describe bending, so they get swapped

wrong$$\text{radius }2\ \Rightarrow\ \kappa=2$$
right$$\text{radius }2\ \Rightarrow\ \kappa=\tfrac12$$
⚠ Working an arc length in degrees

angles feel natural in degrees, but every formula here assumes radians

wrong$$L=\int_0^{360}|\mathbf r'(t)|\,dt$$
right$$L=\int_0^{2\pi}|\mathbf r'(t)|\,dt$$
⚠ Writing the domain as intervals

one-variable habit describes domains on a number line

wrong$$\text{domain}:\ -3\le x\le3$$
right$$\text{domain}:\ \{(x,y):x^{2}+y^{2}\le9\}$$
⚠ Drawing level curves on the surface

the slice is taken up on the surface, so the curve seems to belong there

wrong$$f(x,y)=k\ \text{drawn on the surface}$$
right$$f(x,y)=k\ \text{drawn in the }xy\text{-plane}$$
⚠ Including a strict boundary

square-root and logarithm domains look alike but differ at the edge

wrong$$\ln(9-x^{2}-y^{2}):\ x^{2}+y^{2}\le9$$
right$$\ln(9-x^{2}-y^{2}):\ x^{2}+y^{2}<9$$
Formula card
Cross product
$$\mathbf a\times\mathbf b=\langle a_2b_3-a_3b_2,\ a_3b_1-a_1b_3,\ a_1b_2-a_2b_1\rangle$$

$\mathbf a,\mathbf b$ in space

Length of the cross product (area)
$$|\mathbf a\times\mathbf b|=|\mathbf a|\,|\mathbf b|\sin\theta$$

$\theta$ the angle between them

Eliminating a parameter
$$x=f(t),\ y=g(t)\ \longrightarrow\ \text{relation in } x,y$$

keep the range of $x(t),y(t)$

Limit of a vector function
$$\lim_{t\to a}\mathbf r(t)=\big\langle \lim f,\ \lim g,\ \lim h\big\rangle$$

each component limit exists

Derivative and unit tangent
$$\mathbf r'(t)=\langle f',g',h'\rangle,\quad \mathbf T=\dfrac{\mathbf r'}{|\mathbf r'|}$$

$\mathbf r'\ne\mathbf 0$ for $\mathbf T$

Arc length
$$L=\int_a^b|\mathbf r'(t)|\,dt$$

smooth curve on $[a,b]$

Curvature (space curve)
$$\kappa=\dfrac{|\mathbf r'\times\mathbf r''|}{|\mathbf r'|^{3}}$$

$\mathbf r'\ne\mathbf 0$

Curvature (graph $y=f(x)$)
$$\kappa=\dfrac{|f''|}{\big(1+(f')^{2}\big)^{3/2}}$$

$f$ twice differentiable

Level curve
$$f(x,y)=k$$

$k$ in the range of $f$

Check yourself

Close the page and write, from memory: the component formula for $\mathbf a\times\mathbf b$ and the two facts that make it useful; how to eliminate a parameter and what you must not lose when you do; the domain rule for a vector function; how to get velocity, speed and the unit tangent from $\mathbf r(t)$; the arc length and curvature formulas; and what a level curve is and where it is drawn. Then check each against the formula card.

  • Compute a cross product, use it for an area, and produce a vector perpendicular to two given ones?

    c-cross-product

  • Trace a parametric curve with its orientation and eliminate the parameter without dropping the correct piece?

    c-parametric-curves

  • Find the domain of a vector function and take a limit component by component?

    c-vector-functions

  • Get velocity, speed and the unit tangent, and apply the dot and cross product rules?

    c-vector-derivatives

  • Set up an arc length integral and compute curvature from $\mathbf r'$ and $\mathbf r''$?

    c-arc-length-curvature

  • Find the domain of $f(x,y)$ and sketch its level curves as a contour map?

    c-several-variables

Glossary (11 terms)
cross productvektörel çarpım

The vector $\mathbf a\times\mathbf b$ perpendicular to both $\mathbf a$ and $\mathbf b$, with length $|\mathbf a||\mathbf b|\sin\theta$ equal to the area of the parallelogram they span.

parametric curveparametrik eğri

A curve given as $x=f(t)$, $y=g(t)$, whose points are traced in the order of increasing $t$.

vector functionvektör değerli fonksiyon

A function $\mathbf r(t)=\langle f(t),g(t),h(t)\rangle$ that takes one number and returns a vector, whose domain is the intersection of the component domains.

space curveuzay eğrisi

The one-dimensional path traced by the tip of a vector function $\mathbf r(t)$ in three dimensions.

unit tangent vectorbirim teğet vektör

$\mathbf T(t)=\mathbf r'(t)/|\mathbf r'(t)|$, the direction of travel scaled to length one.

speedsürat

The magnitude $|\mathbf r'(t)|$ of the velocity, a single nonnegative number.

arc lengthyay uzunluğu

The true length $L=\int_a^b|\mathbf r'(t)|\,dt$ of a curve, the accumulated speed over the interval.

curvatureeğrilik

$\kappa=|\mathbf r'\times\mathbf r''|/|\mathbf r'|^{3}$, the rate at which the unit tangent turns per unit length; equal to one over the radius of the best-fitting circle.

osculating circledeğme çemberi

The circle of radius $1/\kappa$ that best matches a curve at a point, sharing its tangent and bending.

level curveseviye eğrisi

The set $f(x,y)=k$ of inputs sharing one output value $k$, drawn in the $xy$-plane.

contour mapeş yükselti haritası

A collection of level curves for evenly spaced values of $k$, used to read a surface from a flat picture.

What comes next
§08 · Partial derivatives

Next week the second input stops being a spectator: we differentiate $f(x,y)$ in the $x$-direction and the $y$-direction separately, and those partial derivatives assemble into the gradient.

Sources
  • James Stewart, Calculus, ninth edition — sections 12.4, 10.1, 13.1, 13.2, 13.3 and 14.1 The six sections named on this week's syllabus line; definitions, numbering and conventions follow this book.
  • Standard multivariable calculus practice Problem types follow the usual repertoire for this material; the numbers and wording are our own.

Spotted something missing or wrong? tell us · share your own notes or an old exam.