∞Calculus IV Unit 1 – Vectors and Vector–Valued Functions
Vectors and vector-valued functions are essential tools in calculus, physics, and engineering. They allow us to describe quantities with both magnitude and direction, enabling us to model complex systems and phenomena in multiple dimensions.
This unit covers vector operations, derivatives, and integrals of vector-valued functions. We'll explore applications like projectile motion, fluid dynamics, and electromagnetic fields, while also learning to avoid common pitfalls in vector calculations and interpretations.
Study Guides for Unit 1 – Vectors and Vector–Valued Functions
Scalar multiplication multiplying a vector by a scalar changes its magnitude but not its direction
$c\vec{v} = (cv_x, cv_y, cv_z)$, where $c$ is a scalar
Dot product (scalar product) $\vec{u} \cdot \vec{v} = u_xv_x + u_yv_y + u_zv_z$ results in a scalar value
Geometrically, $\vec{u} \cdot \vec{v} = |\vec{u}| |\vec{v}| \cos{\theta}$, where $\theta$ is the angle between the vectors
Cross product (vector product) $\vec{u} \times \vec{v} = (u_yv_z - u_zv_y, u_zv_x - u_xv_z, u_xv_y - u_yv_x)$ results in a vector perpendicular to both $\vec{u}$ and $\vec{v}$
Magnitude of the cross product: $|\vec{u} \times \vec{v}| = |\vec{u}| |\vec{v}| \sin{\theta}$
Scalar triple product $\vec{u} \cdot (\vec{v} \times \vec{w})$ determines the volume of a parallelepiped formed by the three vectors
Vector-Valued Functions
Vector-valued functions functions that assign a vector to each point in their domain
Example: $\vec{r}(t) = (x(t), y(t), z(t))$, where $t$ is usually time
Limit of a vector-valued function $\lim_{t \to a} \vec{r}(t) = (\lim_{t \to a} x(t), \lim_{t \to a} y(t), \lim_{t \to a} z(t))$ component-wise limit
Continuity of a vector-valued function $\vec{r}(t)$ is continuous if and only if its component functions $x(t)$, $y(t)$, and $z(t)$ are continuous
Parametric curves curves in 2D or 3D space defined by a vector-valued function
Example: $\vec{r}(t) = (t^2, t^3)$ defines a parametric curve in the $xy$-plane
Arc length $L = \int_a^b |\vec{r}'(t)| dt$ measures the length of a parametric curve over the interval $[a, b]$
Derivatives of Vector-Valued Functions
Derivative of a vector-valued function $\vec{r}'(t) = (x'(t), y'(t), z'(t))$ component-wise differentiation
Geometrically, the derivative represents the tangent vector to the curve at a given point
Second derivative $\vec{r}''(t) = (x''(t), y''(t), z''(t))$ component-wise second derivative
Tangent line to a curve $\vec{r}(t)$ at $t = t_0$ is given by $\vec{l}(t) = \vec{r}(t_0) + (t - t_0)\vec{r}'(t_0)$
Normal vector $\vec{N}(t)$ vector perpendicular to the tangent vector at a given point
Unit normal vector: $\hat{N}(t) = \frac{\vec{r}'(t)}{|\vec{r}'(t)|}$
Binormal vector $\vec{B}(t) = \vec{T}(t) \times \vec{N}(t)$ vector perpendicular to both the tangent and normal vectors
Curvature $\kappa(t) = \frac{|\vec{r}'(t) \times \vec{r}''(t)|}{|\vec{r}'(t)|^3}$ measures how much a curve deviates from a straight line
Integrals of Vector-Valued Functions
Indefinite integral of a vector-valued function $\int \vec{r}(t) dt = (\int x(t) dt, \int y(t) dt, \int z(t) dt)$ component-wise integration
Constant of integration is a vector $\vec{C} = (C_x, C_y, C_z)$
Definite integral of a vector-valued function $\int_a^b \vec{r}(t) dt = (\int_a^b x(t) dt, \int_a^b y(t) dt, \int_a^b z(t) dt)$ component-wise definite integration
Average value of a vector-valued function $\frac{1}{b-a} \int_a^b \vec{r}(t) dt$ over the interval $[a, b]$
Center of mass $\vec{r}_{cm} = \frac{\int_a^b \vec{r}(t) dm}{\int_a^b dm}$ for a system of particles or a continuous object
$dm$ represents the mass element, which can be a discrete particle mass or a continuous mass distribution
Applications in Physics and Engineering
Position, velocity, and acceleration $\vec{r}(t)$, $\vec{v}(t) = \vec{r}'(t)$, and $\vec{a}(t) = \vec{v}'(t) = \vec{r}''(t)$
Projectile motion: $\vec{r}(t) = (v_0 \cos{\theta} t, v_0 \sin{\theta} t - \frac{1}{2}gt^2)$, where $v_0$ is the initial velocity, $\theta$ is the launch angle, and $g$ is the acceleration due to gravity
Force $\vec{F} = m\vec{a}$ Newton's second law of motion
Work done by a force: $W = \int_C \vec{F} \cdot d\vec{r}$, where $C$ is the path along which the force acts
Moment of a force (torque) $\vec{\tau} = \vec{r} \times \vec{F}$ measures the tendency of a force to cause rotation
Fluid flow velocity fields $\vec{v}(x, y, z)$ describe the velocity of a fluid at each point in space
Streamlines, pathlines, and streaklines help visualize fluid flow patterns
Electromagnetic fields electric field $\vec{E}(x, y, z)$ and magnetic field $\vec{B}(x, y, z)$ are vector fields that describe the forces acting on charged particles
Maxwell's equations govern the behavior of electromagnetic fields
Common Pitfalls and Misconceptions
Confusing scalar and vector quantities speed (scalar) vs. velocity (vector), distance (scalar) vs. displacement (vector)
Misunderstanding vector addition and subtraction geometrically or component-wise
Tip-to-tail method for vector addition and parallelogram law
Misinterpreting dot product and cross product results dot product yields a scalar, cross product yields a vector
Sign of the dot product indicates acute ($> 0$), obtuse ($< 0$), or perpendicular ($= 0$) angles between vectors
Forgetting to normalize vectors when finding unit tangent, normal, or binormal vectors
Incorrectly applying the chain rule when differentiating vector-valued functions