The cross product of two vectors a and b is orthogonal to both a and b.
The magnitude of the cross product is the area of a parallelogram formed by the two vectors a and b.
If the cross product of two vectors is zero, they are parallel.
Geometric Entities
A line can be defined using a vector equation: r=r0+tv. It can be rewritten in parametric equations and symmetric equations.
A plane is defined by a(x−x0)+b(y−y0)+c(z−z0) for some point (x0,y0,z0) and a normal vector ⟨a,b,c⟩.
Clinders are formed by two-dimensional cross-sections extended across a free variable.
Quadric surfaces are formed by second-degree equations across three variables. To identify a quadric surface, take traces in each dimension.
Vector Calculus
To take the derivative of a vector, simply take the element-wise derivative. All differentiation rules for single-variable differentiation apply.
Arc length is given by L=∫ab∥r′(t)∥dt, where r(t) is the position vector, r′(t) is the velocity vector, and ∥r′(t)∥ is the speed. That is, distance can be computed as the integral of speed.
You can parametrize a curve with respect to arc length. Derive an equation for arc length s equal to some function of t, then solve for t in terms of s and substitute in the original position vector equation.
Curvature is defined by κ=∥r′(t)∥3∥r′(t)×r′′(t)∥.
To take the partial derivative of a function with respect to some variable k, treat all other variables as constants and differentiate w.r.t. k.
Clairaut’s Theorem. fxy(a,b)=fyx(a,b) for two continuous functions fxy and fyz.
Laplace’s equation: ∂x2∂2u+∂y2∂2u=0. SOlutions to Laplace’s equation are harmonic functions.
The tangent plane to the surface S at a point P is the plane containing both tangent lines.
z−z0=fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)
To find critical values, find points at which all partial derivatives are 0 or one partial derivative does not exist. To determine the nature of the critical value, find D as defined below and follow the algorithm.
\[D(a, b) = f_{xx}(a, b) f_{yy}(a, b) - \[f_{xy} (a, b)\]^2\]
If D>0, then f(a,b) is a local minimum or maximum.
If fxx(a,b)>0, then local minimum.
If fxx(a,b)<0, then local maximum.
If D<0, then not a local maximum or minimum (saddle point).