BackVectors and Geometry in Calculus: Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Vectors and Their Operations
Vector Addition and Scalar Multiplication
Vectors are mathematical objects with both magnitude and direction. In calculus and physics, vectors are often represented in component form, such as u = (a, b) or u = ai + bj.
Vector Addition: To add two vectors, add their corresponding components.
Scalar Multiplication: To multiply a vector by a scalar, multiply each component by the scalar.
Example: If u = (3, -1) and v = (-3, 4), then u + 2v = (3, -1) + 2(-3, 4) = (3 - 6, -1 + 8) = (-3, 7).
Expressing Vectors in Component Form
Vectors can be written as ai + bj in two dimensions, or ai + bj + ck in three dimensions, where i, j, k are unit vectors along the x, y, and z axes, respectively.
Position Vector: The vector from point A to point B is AB = (x_2 - x_1)i + (y_2 - y_1)j.
Example: If A = (-1, -7) and B = (4, -14), then AB = (4 - (-1))i + (-14 - (-7))j = 5i - 7j.
Vector Magnitude and Distance
Magnitude of a Vector
The magnitude (or length) of a vector v = ai + bj is given by:
For three dimensions, v = ai + bj + ck:
Example: If u = -2i - 7j and v = -4i - 21j, then |v - u| = |(-4 + 2)i + (-21 + 7)j| = |-2i - 14j| = \sqrt{(-2)^2 + (-14)^2} = \sqrt{4 + 196} = \sqrt{200} = 10\sqrt{2}.
Distance Between Two Points
The distance between points P_1(x_1, y_1, z_1) and P_2(x_2, y_2, z_2) is:
Example: For P_1 = (1, -1, -2) and P_2 = (5, -6, -5):
Linear Combinations and Vector Equations
Expressing Vectors as Linear Combinations
Any vector in a plane can be written as a linear combination of two non-parallel vectors. If u = a*v + b*w, solve for scalars a and b by equating components.
Example: If u = 6i + j, v = i + j, w = i - j, solve for a and b such that u = a*v + b*w:
Set up equations for i and j components and solve the system:
i: j:
Solving gives , .
Applications of Vectors
Resolving Forces into Components
Forces can be resolved into horizontal (i) and vertical (j) components using trigonometry:
where ,
Example: A force of 8 pounds at 30° with the ground:
So,
Equilibrium and Tension in Cables
When an object is suspended by two cables, the tensions can be found by resolving forces and setting up equilibrium equations.
Sum of vertical components equals the weight.
Sum of horizontal components equals zero.
Example: For a 50 lb speaker hanging from cables at 45° and 35°:
Let and be the tensions. Set up equations: Solve for and .
Vectors in Three Dimensions
Position Vectors
The position vector from point P to Q in 3D is:
Example: If P = (-1, -3, 0), Q = (4, 3, -3):
Expressing Vectors in ai + bj + ck Form
Given vectors u and v, and a linear combination such as 2u - 6v, substitute and simplify:
Example: If u = (1, 1, 0), v = (3, 0, 1): 2u - 6v = 2(1, 1, 0) - 6(3, 0, 1) = (2, 2, 0) - (18, 0, 6) = (-16, 2, -6) = -16i + 2j - 6k
Equations of Spheres
Standard Equation of a Sphere
The equation of a sphere with center (h, k, l) and radius r is:
Expanded form:
Example: Center (8, 10, 0), radius 5: Expanded: Simplify as needed.
Finding Center and Radius from General Equation
Given , complete the square for each variable:
Group terms:
Complete the square for each group:
, ,
Add 81, 25, and 9 to both sides:
So,
Center: (9, 5, 3), Radius: 10
Geometric Descriptions of Sets Defined by Inequalities
Sets of points defined by inequalities involving describe regions in space:
describes all points outside the sphere of radius 1 centered at the origin.
Summary Table: Key Vector Operations
Operation | Formula | Example |
|---|---|---|
Vector Addition | ||
Scalar Multiplication | ||
Magnitude | ||
Distance (3D) | to : | |
Equation of Sphere | Center (9, 5, 3), radius 10: |