In single variable calculus, we used the product rule to differentiate products of functions. For example, for and , we can find the derivative of as
Although we can’t take the product of two vectors in general, we do have the dot product and cross product, and we would like to understand how differentiation interacts with these products. Fortunately, they turn out to be very similar to the product rule from single variable calculus.
Product rules
- Proof
- We prove this result for the dot product, and leave the proof for the
cross product as an exercise.
Suppose is such that both and exist, and write and . Then we have Using the single variable product rule and regrouping, we have
Notice that the left summand is and the right summand is . Thus, we arrive at our result,
Paths on spheres
Dot products can be used to tell us important information about the geometry of vectors. In particular, two vectors and in are perpendicular if and only if . Furthermore, the length of a vector can be computed using the dot product, as .
We’ll use these observations to determine the behavior of paths in a special case: when we have a curve which lies on a sphere.
Suppose lies on a sphere of radius . In this case, for the position vector , we have . We can rewrite this in terms of dot products as . Differentiating this equation and using our above observations about dot products, it can be shown that and are perpendicular.
Thus, for any parametrization of a curve which lies on a sphere, the velocity vector will always be perpendicular to the position vector.
First, we’ll verify that this path lies on the sphere of radius by computing . Repeatedly using the Pythagorean identity , we have
Now, let’s compute the velocity vector . Using the product rule and chain rule, we have To check that is perpendicular to , we compute their dot product,
Incredibly, this unwieldy expression simplifies very nicely.
Thus, we have verifies that and are perpendicular.
The path is graphed below for , and we show how the velocity vector changes as increases. The position vector is shown in blue, and the velocity vector in black. Note that they are always perpendicular.
Images were generated using CalcPlot3D.