Vectors

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/24

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.

25 Terms

1
New cards

How is the 0 vector written?

0 = PP

2
New cards

How do you define the set of vectors in n dimensions?

En = {PQ : P, Q ∈ n} for all n ∈ N \ {1}.

3
New cards

What does it mean if points are colinear?

if and only if PQ and PR are parallel, which is if and only if

∃ α ∈ R \ {0} such that PQ = αPR

4
New cards

What is the formal definition of the vector equation of a line?

{R ∈ 3 : r = p + αq for α ∈ ℝ}

5
New cards

What is the scalar product between 2 vectors?

u · v = |u||v| cos (θuv) where θuv is the non-reflex angle between u and v. If u and v are perpendicular their dot product is 0

6
New cards

What is the formula for the projection of w onto u?

Given two vectors u and w, the projection of w onto u is the

vector parallel to u given by

proju(w) = (w · u/|u|) u/|u|

<p>Given two vectors u and w, the projection of w onto u is the</p><p>vector parallel to u given by </p><p>proj<sub>u</sub>(w) = (w · u/|u|) u/|u|</p>
7
New cards

What is a general right handed system?

Let u, v and w be three non co-planar vectors. Let θuv be the non-reflex angle from u to v.

Then u, v and w form a right handed triad or a right handed system.

<p>Let u, v and w be three non co-planar vectors. Let θ<sub>uv</sub> be the non-reflex angle from u to v.</p><p>Then u, v and w form a right handed triad or a right handed system.</p>
8
New cards

What is the vector product?

If u, v ̸= 0 and u is not parallel to v. Then u × v is a vector with:

(a) magnitude given by,

|u × v| = |u||v|sin θ.

(b) direction perpendicular to both u and v such that u, v and u × v are a right handed triad.

If u and v are non-zero parallel vectors, then u × v = 0.

(3) If u = 0 or v = 0, then u × v = 0

9
New cards

What are the properties of the vector product?

  • An internal operation

  • Distributive

  • Anti-symmetric as u x v = -v x u (not commutative)

  • Not associative

  • No identity and therefore no inverse

10
New cards

What are the properties of the scalar product?

  • Not an internal operation

  • Not associative

  • No identity and therefore no inverse

  • Commutative

11
New cards

What is the normal vector to a plane?

A vector which is perpendicular to the plane. If n is a normal vector, then αn will be a normal vector for α ∈ \ {0}.

12
New cards

What is the scalar equation of a plane?

n · r = n · p where n is the normal vector to the plane and r and p are vectors on the plane. Thus the scalar equation of a plane perpendicular to vector n is given by n · r = d for some constant d.

13
New cards

What observations can be made from the scalar equation of a plane?

(i) Since n ̸= 0, not all of a, b and c can be zero.

(ii) If d = 0, then the plane intersects the origin.

(iii) In 2-dimensional geometry, the equations x = d, y = d and ax+by = d all represent lines. However, in three dimensions, ax + by = d represents a plane as well as x = d and y = d.

(iv) If U, V and W are three non co-linear points in 3-dimensional space, there is exactly one plane containing all three of them.

14
New cards

What is the vector equation of a plane?

r = p + λ1v1 + λ2v2 for some λ1, λ2 ∈ where p is a vector on the plane

15
New cards

What are the 3 possible types of intersections between 3 distinct planes?

  1. The planes do not intersect.

  2. The planes intersect at one point. (sheaf)

  3. The planes intersect on a straight line.

16
New cards

What is the equation for a 3D line in standard form?

If r = (x, y, z), p = (p1, p2, p3) and v = (v1, v2, v3), then it is written as (x − p1)/v1 = (y − p2)/v2 = (z − p3)/v3

17
New cards

What is the formula for the perpendicular distance between a point and a plane?

|p · n − d|/|n| where point P has position vector p, n is the normal vector of the plane and n · r = d 

18
New cards

What is the formula for the perpendicular distance between 2 parallel planes?

|d − d’|/|n| where n · r = d 

19
New cards

What are the 3 possible types of intersections between 2 distinct lines?

  1. They are parallel and do not intersect

  2. They intersect

  3. They are not parallel and do not intersect (skew)

20
New cards

What is the formula for the acute angle between 2 lines?

cos θ = | |v · v′| / |v||v′| | where v and v’ are the direction vectors of 2 distinct lines

21
New cards

What is the scalar triple product of three vectors u, v and w?

u · (v x w)

22
New cards

How can the scalar triple product be connected to parallelepipeds?

  • It can be interpreted as the signed volume of a parallelepiped (a cuboid with every face parallelogram) i.e. |u||v||w||sin (θv,w)| cos (θu,v×w) = u · (v × w).

  • Also note that the order of vectors defining the parallelepiped matters, due to the right hand rule used to define the vector product (If we switch the labels for the vectors v and w , it follows that v x w is oriented in the opposite direction, which changes the sign of the scalar triple product)

23
New cards

What are some equations involving projections and the vector product?

Let v be a non-zero vector and Π be the plane perpendicular to v that intersects 0. Moreover, let u* be the projection of u onto Π.

u × v = u* × v

(u1 + u2)* = u1* + u2*

(u1 + u2) × v = (u1 × v) + (u2 × v)

24
New cards

What is the standard form equation for a line in 3D?

(x − p1)/v1 = (y − p2)/v2 = (z − p3)/v3

where r = (x, y, z), p = (p1, p2, p3) and v = (v1, v2, v3) from the vector equation of a line r = p + αv

25
New cards

What is the parametric equation for a line in 3D?

x = p1 + αv1, y = p2 + αv2 and z = p3 + αv3,