BackVectors and Vector-Valued Functions in Calculus: Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
12.1 - Vectors in the Plane
Definition and Representation of Vectors
Vectors are mathematical objects that have both magnitude (length) and direction. In the plane, a vector can be represented as an ordered pair or as a directed line segment from an initial point P to a terminal point Q.
Component Form: If P = (a, b) and Q = (a_2, b_2), then the vector v from P to Q is v = (a_2 - a, b_2 - b).
Magnitude: The length of vector v = (x, y) is given by:
Unit Vectors: Vectors of length 1, used to indicate direction. Common unit vectors in the plane are \( \mathbf{i} = (1, 0) \) and \( \mathbf{j} = (0, 1) \).
Vector Addition: v + w = (v_1 + w_1, v_2 + w_2)
Scalar Multiplication: c\mathbf{v} = (cv_1, cv_2)
Triangle Inequality:
Example:
If P = (2, -1) and Q = (5, 3), then v = (5-2, 3-(-1)) = (3, 4) and .
12.2 - 3D Space
Vectors in Three Dimensions
Vectors in 3D are represented as ordered triples and can describe positions and directions in space.
Component Form: v = (a, b, c)
Magnitude:
Standard Unit Vectors: \( \mathbf{i} = (1, 0, 0), \mathbf{j} = (0, 1, 0), \mathbf{k} = (0, 0, 1) \)
Vector between Points: If P = (a, b, c) and Q = (a_2, b_2, c_2), then v = (a_2 - a, b_2 - b, c_2 - c)
Lines in Space
Parametric Equations: A line through point P_0 = (x_0, y_0, z_0) in the direction of vector \mathbf{v} = (a, b, c) is given by:
Checking if a Point Lies on a Line: Substitute the point into the parametric equations and solve for t. If a consistent t exists, the point lies on the line.
Planes in Space
Equation of a Plane: A plane through point (x_0, y_0, z_0) with normal vector (a, b, c) is:
12.3 - Dot Product and the Angle Between Two Vectors
Dot Product (Scalar Product)
The dot product of two vectors measures how much one vector extends in the direction of another.
Definition: For \mathbf{a} = (a_1, a_2, a_3) and \mathbf{b} = (b_1, b_2, b_3):
Geometric Interpretation: where is the angle between the vectors.
Orthogonality: Vectors are orthogonal (perpendicular) if .
Projection: The projection of \mathbf{a} onto \mathbf{b} is:
Example:
Let \mathbf{a} = (1, 2, 3) and \mathbf{b} = (4, -5, 6). Then
12.4 - Cross Product
Definition and Properties
The cross product of two vectors in 3D produces a vector orthogonal to both original vectors.
Definition: For \mathbf{a} = (a_1, a_2, a_3) and \mathbf{b} = (b_1, b_2, b_3):
Magnitude:
Direction: Determined by the right-hand rule.
Properties:
Anticommutative:
Distributive:
If vectors are parallel,
Example:
Let \mathbf{a} = (1, 2, 3) and \mathbf{b} = (4, 5, 6).
12.5 - Planes in 3-Space
Equation of a Plane
A plane in 3D is determined by a point and a normal vector.
General Equation:
Normal Vector: The vector (a, b, c) is perpendicular to the plane.
Point in Plane: (x_0, y_0, z_0) is a specific point on the plane.
Intersection with Lines: Substitute the parametric equations of a line into the plane equation to find intersection points.
Example:
Find the equation of the plane through (2, 1, 5) with normal vector (1, -1, 2):
13.1 - Vector-Valued Functions
Definition and Parameterization
A vector-valued function assigns a vector to each value of a parameter, often representing a curve in space.
General Form:
Parameterization: Describes a curve by expressing coordinates as functions of a parameter t.
Examples:
Circle in the plane:
Helix:
Example:
Parameterize the circle of radius 5 centered at the origin:
13.2 - Calculus of Vector-Valued Functions
Differentiation and Integration
Vector-valued functions can be differentiated and integrated component-wise.
Derivative:
Velocity: The derivative of position vector,
Acceleration: The derivative of velocity,
Integration:
Product Rules:
For scalar function f(t) and vector function \( \mathbf{r}(t) \):
For dot and cross products:
Example:
If , then
13.3 - Arc Length and Speed
Arc Length of a Curve
The arc length of a curve described by a vector-valued function from to is:
Speed: The magnitude of the velocity vector,
Example:
For , , so . The arc length from to is (the circumference of the unit circle).
Summary Table: Key Vector Operations
Operation | Formula | Result |
|---|---|---|
Vector Addition | ||
Scalar Multiplication | ||
Dot Product | Scalar | |
Cross Product | Vector orthogonal to both | |
Magnitude | Length (scalar) | |
Projection | Vector in direction of |
Additional info: Some context and notation were inferred and clarified for completeness, including standard forms for vector equations, properties, and calculus operations on vector-valued functions.