Test 1 Flashcards

1
Q

Finding an exact angle between two vectors

A

cos x = the dot product / the magnitudes multiplied

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

Finding the area of a triangle made by three vectors

A

Combine one vector with each of the other two (i.e. PQ and PR) and find their cross product, then square each component and add them together under a radical and divide by 2

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

Finding the equation of a sphere with a certain radius

A

Like a circle just with the z component

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

Finding a unit vector in the direction a + b

A

Add the vectors together and divide by the magnitude of the two added vectors

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

Finding projection of a onto b and its magnitude

A

a dot b / b dot b all multiplied by b; magnitude if found how it normally is after the projection is found

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

Explaining the direction and magnitude of the cross product of any two 3d vectors

A

The direction is orthagonal to the vectors and the length is the area of the parallelogram created by the two vectors

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

Finding the parallelepiped created by three vectors

A

Do it like a normal cross product but make the top vector the third vector instead of i + j + k

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

Finding parametric equations of lines through two points

A

vector 2 + (vector 2 - vector 1)t then split it up into x=, y=, and z=

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

Finding the equation of a plane containing three points

A

Combine one point with the two others to make two vectors then cross them; use the equation (x-x1) + (y-y1) + (z-z1) = 0 and multiply that with the vector found by crossing the vectors

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

Finding an expression for the angle between two planes

A

cos^-1 (absolute value of the dot product of the two / both of the magnitudes multiplied together)

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

Writing the parametric equation for the line of intersection of two planes

A

Find a point on the line using a system of equations then cross the coefficients of the two planes; write it like (x from point on plane) + (x from crossed vector)t for x, y, and z then transfer to fit with x=, y=, and z=

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

Find the distance between R and a plane

A

Make a vector with the given point and a point on the plane then find the absolute value of the dot product of that point and the point made by the coefficients of the equation of the plane and divide that by the magnitude of the vector made by the coefficients of the equation of the plane

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

Finding the distance between a point and a line

A

Use the vector attached to the t-values of the given line and cross that with the combination of the given point and a point on the given line; use that new vector and cross it with the combination vector; use that magnitude and divide it by the magnitude of the vector

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

The shape created by the traces of two hyperbolas and an ellipse

A

elliptic hyperboloid

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

The shape created by two parabolas and a hyperbolla

A

hyperbolic paraboloid

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

The shape created by three ellipses

A

ellipsoid

17
Q

The shape made if one variable is infinite

A

cylinder

18
Q

Finding velocity, speed, and acceleration

A

Velocity is just the derivative of the vector and speed is its magnitude; acceleration is the derivative of velocity

19
Q

T, N, B and curvature

A
T= velocity / magnitude of velocity
N= T' / magnitude of T'
B= T x N
Curvature= magnitude of r' x r'' / magnitude of r' cubed
20
Q

Finding arclength

A

Derive the vector equation and then square each part under a radical and integrate that