Lines and Planes (review) Flashcards
Is the Vector Parametric construction of a line unique?
no
Describe a Vector Parametric construction of a line L.
L = {v0+td | t∈R} where
v0: Position vector (any point on L)
d: Direction vector (non-zero)
Describe parametric form.
(x,y,z) = (a0,b0,c0) + t(a1,b1,c1) + s(a2,b2,c2),
a0,b0,c0) is the position vector and (a1,b1,c1) and (a2,b2,c2
are the direction vectors. t,s∈R are the parameters
Describe Cartesian form.
In R^3, a plane is defined as the set of all points (x,y,z), such that
ax+by+cz = d,
a,b,c,d∈R,
n = (a,b,c) is a normal vector to the plane.
Describe Normal form.
A plane P in R^3 through v0 with normal vector n is given by
P := {v∈R^3 | (v−v0) . n = 0},
where v represents a point on P and v0 is the position vector.
What is a normal vector?
A non-zero vector and is orthogonal to all
vectors on the plane.
Describe the cross product (determinant)
Given a,b,c,d∈R, let’s define (matrix)
|a b|
|c d|
:= ad − bc (determinant)
Define the cross producct in R^3.
Given x=(x1,x2,x3) and y=(y1,y2,y3) in R^3, their cross product x × y is given by x × y := ( |x2 x3|, _|x1 x3|, |x1 x2| ) ( |y2 y3| |y1 y3| |y1 y2| )
Define the cross producct in R^3 based on unit vectors.
Let ˆi=(1, 0, 0), ˆj=(0, 1, 0), k=(0, 0, 1). Then, x × y := |ˆi ˆj kˆ| |x1 x2 x3| = |y1 y2 y3|
|x2 x3|ˆi-|x1 x3|^j+|x1 x2|^k
|y2 y3| |y1 y3| |y1 y2|
What are the properties of cross product?
- x×y = −y×x, for x,y∈R^3,
- (x×y).x = (x×y).y = 0,
- (x+y)×z = x×z + y×z, for x,y,z∈R^3,
- x×(y×z) ≠ (x×y)×z (in general).
||x×y||= ||x|| ||y|| sin(α), where 0≤α≤π is the angle
between x and y. It is the area of parallelogram with x and y
What is the first application of cross products?
The cross product gives a normal vector to the plane that is
parallel to the direction vectors x and y
What is the second application of cross products?
Given u,v,w∈R^3, the volume of a parallelepiped in R^3 with
u,v,w as sides is given by the scalar triple product
|(u×v). w|
What are the three remarks with regards to Cross products in R^3?
- (u×v).w = (w×u).v = (v×w).u = etc. (with the same
cyclic order), - Three vectors u,v,w are co-planar ⇔ (u×v).w = 0,
- If u=(u1,u2,u3), v=(v1,v2,v3) and w=(w1,w2,w3), then
u.(v×w) =
|u1 u2 u3|
|v1 v2 v3|
|w1 w2 w3|