3D Cartesian Axes — Right-Hand Rule
Vector Representation
A vector A in Cartesian coordinates has components along x, y, z axes.
|A| = √(Ax² + Ay² + Az²)
The unit vector â_A has magnitude = 1 and points in the direction of A.
Position & Distance Vectors
Position vector r_P is the directed distance from origin O to point P(x,y,z).
Distance vector from P to Q:
= (xQ−xP)â_x + (yQ−yP)â_y + (zQ−zP)â_z
Vector Addition / Subtraction
Add (or subtract) component-by-component:
= (Ax+Bx)â_x + (Ay+By)â_y + (Az+Bz)â_z
Laws: Commutative (A+B = B+A), Associative, Distributive.
Geometric interpretation — projection of B onto A
Dot Product Definition
= Ax·Bx + Ay·By + Az·Bz
Result is a scalar. θ is the smaller angle between A and B.
Unit Vector Rules
â_x·â_y = â_y·â_z = â_z·â_x = 0
Parallel unit vectors dot to 1; perpendicular dot to 0.
Finding the Angle
θ = arccos( A·B / |A||B| )
Used heavily in Tutorial problems to find interior angles of triangles.
AC = (−1, −5, 3) → |AC| = √35
AB·AC = 3 − 5 + 21 = 19
cos θ_A = 19 / (√59·√35) → θ_A = 65.28°
Cross Product — Right-Hand Rule & Determinant
Determinant Form
| Ax Ay Az |
| Bx By Bz |
= (AyBz−AzBy)â_x − (AxBz−AzBx)â_y + (AxBy−AyBx)â_z
Unit Vector Cyclic Rules
Mnemonic: x→y→z→x is positive; reverse is negative.
Area of Triangle
The magnitude of the cross product = area of the parallelogram. Half of that is the triangle area.
Del (∇) Operator
Three applications: gradient (∇V), divergence (∇·A), curl (∇×A).
Gradient ∇V
Operates on a scalar → produces a vector pointing in direction of maximum increase.
Key relation: E = −∇V (E-field is negative gradient of potential)
Divergence ∇·A
Operates on a vector → produces a scalar.
Positive divergence = field spreading out (source). Negative = converging (sink). Zero = solenoidal.
Curl ∇×A
Operates on a vector → produces a vector. Measures rotation/circulation.
| ∂/∂x ∂/∂y ∂/∂z|
| Ax Ay Az |
Zero curl = irrotational field.
Important Identities
∇·(∇×A) = 0 (div of curl = 0)
Field Classifications
| ∇·A | ∇×A | Type |
|---|---|---|
| = 0 | = 0 | Irrotational + Solenoidal |
| ≠ 0 | = 0 | Irrotational only |
| = 0 | ≠ 0 | Solenoidal only |
| ≠ 0 | ≠ 0 | Neither |
∂V/∂y = 3e^(2x+3y)cos(5z) → at P: −0.8369
∂V/∂z = −5e^(2x+3y)sin(5z) → at P: −3.0476
∇V|_P = −0.558â_x − 0.837â_y − 3.048â_z