What is the vector product equ
|A||b|sin()= |axb|
What is the vector product form
R = a + yb
R-a = yb
(R-a) x b = 0
(R x B ) = (A X B)
(R x b) = c
Vector form of a plane
R = a + yb +wc
Scalar product form of plane
B x c are normal to the plane so are n
(R-a) also a line on a plane when a and r are points on a plane
(R -a ) . N = 0 as they are perpendicular
R . N - a . N =0
R . N = a. N
R . (Vector) = number
How to convert scalar product form into Cartesian
R.n = a.n
R.n = p
Turn r into vector x y z
Do dot product
How to calculate the angle between a line and a plane
Sin() = |b.n|/ |b||a|
Angle between 2 intersecting planes
Cos() = |n1.n2/|N1|N2|
How to find a line intersecting plane and its coordinates
Equate the equ of the plane and equ of the line together r=r
Expand it out to get three simultainious equations to solve in the calculator
Put it back into the equ of a line to get the points of intersection
How to find the distance from a point to a plane
If u have a plane AX + BY + CZ + D = 0
And the point a,b,c
|Aa + Bb + Cc + D / square root (A^2 + B^2 + C^2)|
Distance from a plane to the origin
If R . N = p
|p/|n||
Shortest distance between 2 skew lines
Find the vector between two points
Find the normal to the two directions
(A-b).n/|n|
How to find the image of a pion across a plane
Consider a point a
And a plane t
Find a normal to the plane and call if vector f
Create a line with point a and vector f —— a + sf
Equate the line and the plane
Then expand out and get 3 simultainious equations and find s
Do A + 2SF