1229 Math Midterm 1

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

What are the components of vector x?

(x,y,z)

2
New cards

What is the formula for the normal vector n when given three points P, Q, R?

n = (Q-P) \times (R-P) (you can choose any of the three points for P)

3
New cards

What does the normal vector n represent?

perpendicular to a surface or plane

4
New cards

How are the components of the normal vector n related to the coefficients of the standard form equation?

n = coefficients of standard form when the plane is perpendicular

5
New cards

What is the formula for the normal vector n when a plane is parallel to two vectors u and v?

n = (u \times v)

6
New cards

What is a unit vector?

A vector with a length (magnitude) of 1

7
New cards

Under what condition are two values or vectors orthogonal?

value that is orthogonal: when dot product rule = 0

vector that is orthogonal: when cross product = 0

8
New cards

When is the cross product of two vectors 0?

when the vectors are orthogonal

9
New cards

When are vectors considered collinear?

when they have the same 0 components or their ratios are the same

10
New cards

What is the standard form or linear equation of a plane?

ax+by+cz=d

11
New cards

In standard form (ax+by+cz=d), what do the coefficients a, b, c represent?

They are the coefficients of the normal vector n

12
New cards

How do you calculate standard form using a formula

n \cdot x = n \cdot p

13
New cards

What is the normal point form of the equation of a plane?

n \cdot (x-p)

14
New cards

What is the formula for the volume of a parallelepiped defined by vectors u, v, w?

|(u \times v) \cdot w|

15
New cards

What is the formula for the area of a parallelogram defined by vectors u and v?

length of (u \times v)

16
New cards

What is the formula for the area of a triangle, and how is it derived from a parallelogram?

1/2 of the area of the parallelogram. If given 3 points, convert them to 2 vectors by using the equivalent formula.

17
New cards

What is the formula for the dot product involving the angle between two vectors, and its rearrangement for \cos\theta?

(u \cdot v) = (||u||)(||v||)(\cos\theta) \longrightarrow rearranged formula for \cos\theta

18
New cards

Describe the Right-Hand Rule for the cross product u \times v.

pointer = u
m-iddle = v
-humb = u \times v

19
New cards

What are the key properties of a cross product?

for R^3 only,
-ot commutative (can’t switch order),
-nswer is a vector

20
New cards

What angle defines two vectors as perpendicular?

90^\circ

21
New cards

How is the dot product of a vector with itself (u \cdot u) related to its length?

(u \cdot u) is the same as (||u||)^2

22
New cards

What is a formatting rule for dot products or vectors written in i, j, k form?

no commas for dot product or i,j,k form

23
New cards

How do the coordinates of endpoints relate to the components of a vector?

the coordinates of endpoints is the same as the components of the vector

24
New cards

What is the notation convention for points versus vectors?

points = capital case
-ectors = lower case

25
New cards

How is the distance between two vectors determined?

the distance of two vectors is the distance of their endpoints

26
New cards

What strategy should be used when points are given instead of vectors for writing equations?

use equivalent formula

27
New cards

What does t represent in parametric equations?

parameter

28
New cards

What does R^m denote?

m-dimensional Euclidean space

29
New cards

How are 'planes' described in R^m?

For R^m have dimension m-1 and instead of -lane it’s called Hyperplane

30
New cards

What variable notation is used for coordinates in R^m?

instead of doing x,y,z,d,e etc use x1,x2,x3,x4,x_5 etc

31
New cards

What type of vector is required for point normal form and standard form equations?

need a vector that's perpendicular

32
New cards

How do you find a vector perpendicular to a 2D vector?

just do the same coordinate but swap order and make one neg

33
New cards

Geometrically, when are two vectors collinear (passing through the origin)?

when line -adding through origin is same line as both vectors

34
New cards

Describe the effect of scalar multiplication (c) on a vector's direction and length.

if c>0 then new line is same direction but longer , if c<0 then new line is opposite direction and longer

35
New cards

What is the formula for the distance between a point Q and a plane (using standard and point normal form)?

Plug Q into x or x,y,z then keep numerator the same and put the length of n as denominator. Numerator is absolute. (\text{Distance} = \frac{|axQ+byQ+cz_Q-d|}{||n||})

36
New cards

Describe the point parallel form equation for a line and its vector requirement.

x(t) = P + tV \longrightarrow (needs a vector that is parallel not perpendicular) use this formula to get a point on R^3 by plugging in any number into t

37
New cards

How are parametric equations written for a line in 3D space?

same formula x(t) = P + tV but now also for y and z (plug in points in order)

38
New cards

What is the two-point form for the equation of a line?

x(t) = (1-t)P+tQ

39
New cards

What is the formula for distance?

square root: (p1-q1)² + (p2-q2)²

40
New cards

What is the formula for length?

square root: (p1)² + (p2)²

41
New cards

What is the formula for the equivalent vector?

(q1-p1 , q2-p2 , q3-p3)

42
New cards

What is the formula for a non zero vector in same direction?

(1/length of vector)(vector)

43
New cards

What is the formula for a non zero vector in opposite direction?

(-1/length of vector)(vector)

44
New cards

Directed line segments (vectors) always start at which coordinate?

(0,0) origin

45
New cards

Either than the basic equivalent formula, what are two other ways you can think of it as?

As:

(endpoint of line segment) - (start point)

or

V = Q - P