Projection Formula of b onto a

Component of V onto U

Dot Product

What is the Cross Product? in 2-space and 3-space?

Orthogonality - What’s point normal form?
The normal of the plane is the vector that’s orthogonal to the plane (a,b,c) and vector (a,b) for a line.

Distance between a point and a line or a plane
Distance can be found by computing the rejection if given in parametric form or by the formula if given by a point-normal form

The equation of a line that passes through x(0) and parallel to V

Equation of a plane that is parallel to V1 and V2

What’s the geometric representation of the cross product?
A = (base)(altitude) = |u||v| sin θ =

When 3 vectors are on one plane?
When they all have an mutual initial point and the formula below is true

The area of a parallelepiped

the area of the parallelogram spanned by a=a1i+a2ja=a1i+a2j and b=b1i+b2jb=b1i+b2j is

How to find the equation of the plane that passes through 3 points?
What things do I need to describe a plane in a scalar equation?
How to write a linear combination from V1 & V2 to fit A or B
How to know if a linear combination spans {V1,V2}?
If it’s consistent and has solutions
In 2D: Vector form: (x,y)=(0,0)+t(-2,3)
Parametric form: x=-2t, y=3t
In 3D: Vector form: (x,y,z)=(1,2,-3)+t(4,-5,1)
Parametric form: x=1+4t, y=2-5t, z=-3+t
What 2 forms of vector equations we have to represent a 2-point vector line?