My Courses
Sign in
Back to Calculus III
Calculus III

Vectors & 3D Geometry

45 min Difficulty 3 of 5
The Brief
Vectors & 3D Geometry

Vectors in R3\mathbb{R}^3: dot product ab=abcosθ\mathbf{a} \cdot \mathbf{b} = |a||b|\cos\theta measures alignment; cross product a×b\mathbf{a} \times \mathbf{b} gives the perpendicular direction and parallelogram area.

Definition

A vector a,b,c\langle a, b, c \rangle encodes magnitude and direction; its length is v=a2+b2+c2|\mathbf{v}| = \sqrt{a^2 + b^2 + c^2}. The dot product uv=u1v1+u2v2+u3v3=uvcosθ\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + u_3 v_3 = |\mathbf{u}||\mathbf{v}|\cos\theta measures alignment.

Key Results

Two vectors are orthogonal exactly when their dot product is zero. The cross product u×v\mathbf{u} \times \mathbf{v} is perpendicular to both, with magnitude equal to the parallelogram area uvsinθ|\mathbf{u}||\mathbf{v}|\sin\theta and direction from the right-hand rule.

Worked Example

Angle between 1,1,0\langle 1, 1, 0 \rangle and 1,0,0\langle 1, 0, 0 \rangle: dot product =1= 1, lengths 2\sqrt{2} and 11, so cosθ=12\cos\theta = \frac{1}{\sqrt{2}} and θ=45\theta = 45^{\circ}.

Practice this topic
Deep Dive & Playground
Remotion video and Pyodide playground arrive in later phases (handoff Section 7).