Further Vectors Flashcards

(9 cards)

1
Q

How do you calculate the intersection of a line and a plane?

A

Calculate lambda by substituting the values of ‘x’, ‘y’, and ‘z’ from the line equation into the equation of the plane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you calculate the angle between a line and a plane?

A

Find the angle between the direction vector of the line and the normal vector of the plane using the dot product
Take this away from 90o

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the formula for the vector product of a x b?

A

a2b3 - a3b2
a3b1 - a1b3
a1b2 - a2b1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the vector product equal?

A

a x b = IaI * IbI * sin(x) * n
‘x’ is the angle between ‘a’ and ‘b’
‘n’ is the unit vector perpendicular to ‘a’ and ‘b’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the vector product?

A

The product of ‘a’ and ‘b’ is perpendicular to both ‘a’ and ‘b’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you calculate the distance between a point and a line in two dimensions?

A

Point : (x1, y1)
Line : ax + by + c = 0

Distance = I ax1 + by1 + c I / Sqrt( a2 + b2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you calculate the distance between a point and a plane?

A

Point : (x1, y1, z1)
Plane : n 1x + n2y + n3z + d = 0

Distance = I n1x1 + n2y2 + n3z3 + d I / Sqrt( n12 + n22 + n32)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you calculate the distance between skew lines?

A

d1 is parallel to the first line
a1 is a position vector of a point on the first line

I d1 x d2 / I d1 x d2 I . (a1 - a2) I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the formula for the shortest distance of a point to a line?

A

‘AP’ is the vector of a point ‘A’ on the line to point ‘P’
‘d’ is the direction vector of the line

D = I AP x d I / IdI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly