3B - Lines and Planes in 3D
3B - Lines and Planes in 3D
Hypothetical Example:
A punch in 3D space follows a path that is approximately linear for 𝑡𝑡 ∈ [0,1000] milliseconds.
𝑥𝑥 = 1.6 + 20𝑡𝑡
𝑦𝑦 = 2.2 + 30𝑡𝑡
𝑧𝑧 = 2.5 − 0.1𝑡𝑡
3𝑥𝑥 − 2𝑦𝑦 + 𝑧𝑧 = 0
0 ≤ 𝑥𝑥 ≤ 600
1 ≤ 𝑦𝑦 ≤ 800
Notice that in our example above, the plane equation has 3 variables. Inside an augmented matrix, its
rank would be 1, giving us 𝑛𝑛 − 𝑟𝑟 = 3 − 1 = 2 parameters. Our plan in parametric form is:
_____________________________________________________________________________________
The other most common form for a plane’s equation is its Standard Form, 𝑎𝑎𝑎𝑎 + 𝑏𝑏𝑏𝑏 + 𝑐𝑐𝑐𝑐 = 𝑑𝑑, where
𝒏𝒏 = (𝑎𝑎, 𝑏𝑏, 𝑐𝑐) is the normal vector to the plane.
You may also try 𝒗𝒗 ⋅ 𝒎𝒎 or computing similar dot products with 𝒏𝒏 instead of 𝒎𝒎. What do you notice?
_____________________________________________________________________________________
For our calculations above …
To obtain the angle between two vectors, we can use the following theorem.
Example:
In ℝ3 , what is the angle between vectors 𝒂𝒂 = (−1,0,4) and 𝒃𝒃 = (3,2, −5)?
Example:
In ℝ3 , a vector 𝒗𝒗 = (4, −8,1) forms a 33° angle with vector 𝒘𝒘 = (0,2, 𝑧𝑧). Determine the value of 𝑧𝑧.
Planes and the Dot Product
A simple way to define a plane is using a vector that is orthogonal to all vectors within that plane.
Let 𝑃𝑃(𝑥𝑥, 𝑦𝑦, 𝑧𝑧) represent any point in the same plane.
Therefore:
Example:
Find an equation of the plane having normal vector 𝒏𝒏 = (−2,0,5) and containing point (3,1, −4).
Simplify your equation to Standard Form.
Example (continued):
For the plane above …
• which of the following points are in the plane? 𝐴𝐴(8,9, −2), 𝐵𝐵(4,3,0)
Homework
• Read textbook section 4.2 except for sections titled “Projections” and “Cross Product”.
We’ll cover those in note 3B.