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?
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?