Vectors

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Formulae/methods for first year university vectors. No matrices.

Last updated 1:26 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

dot product calculation

in R2\mathbb{R}², (a1b1 + a2b2)

where u = (a1, a2), v = (b1, b2)

2
New cards

What is a level curve?

Any (multivariable) function for which

f(x,y)=cf\left(x,y\right)=c where c is a constant.

3
New cards

cross product calculation in R3\mathbb{R}^3

Calculate determinant of the matrix, for x,y,z.

<p>Calculate determinant of the matrix, for x,y,z.</p>
4
New cards

What property does the cross product have?

The cross product is orthogonal to both/all vectors that are crossed.

i.e. a x b is orthogonal to a and b

5
New cards

What does it mean for vectors to be orthogonal? What about a vector orthogonal to a plane?

Vectors are perpendicular to each other.

Vector is perpendicular to the plane.

6
New cards

Formula for area of a triangle?

A=12a×bA=\frac12||a\times b||

7
New cards

What is the scalar triple product (formula)?

u(v×w)u\cdot\left(v\times w\right)

8
New cards

How do I calculate the volume of a parallelepiped

Magnitude of triple scalar product

u(v×w)\left|u\cdot\left(v\times w\right)\left|\right.\right.

9
New cards

What is a parallelepiped?

A 3D parallelogram

10
New cards

unit vector for i, j, k

i^=(1,0,0),j^=(0,1,0),k^=(0,0,1)\bm{\hat{i}}=\left(1,0,0\right),\bm{\hat{j}}=\left(0,1,0\right),\bm{\hat{k}}=\left(0,0,1\right)

11
New cards

How to determine if two vectors are orthogonal

If the dot product of two vectors is 0, the vectors are orthogonal to each other.

12
New cards

What is the implicit equation of a line? (also known as cartesian here)

ax + by + c = 0

13
New cards

How can we find the implicit equation of a line from vectors?

For v = (v1, v2)

vx = (-v2, v1) (this is orthogonal to v)

(rp)vX=0\left(\mathbf{r}-\mathbf{p}\right)\cdot\mathbf{v}^{\char"03A7 }=0

14
New cards

What is the parametric equation of a line

r=p+λv\mathbf{r} = \mathbf{p} + \lambda \mathbf{v} where p is the position vector of a point P on the line and v is a direction vector.

<p>$$\mathbf{r} = \mathbf{p} + \lambda \mathbf{v}$$ where <strong>p</strong> is the position vector of a point P on the line and <strong>v </strong>is a direction vector.</p>
15
New cards

What is the equation of a plane?

A plane has a parametric equation (found the same way as for a line). A plane has a vector orthogonal to it, n.

The implicit equation of the plane is given by

(rp)n=0\left(\mathbf{r}-\mathbf{p}\right)\cdot\mathbf{n}=0

We can set n as u x v, where u and v are both parallel to the plane.

16
New cards

Properties of the gradient (\nabla)

  • perpendicular to level curve

  • f|\nabla f\left|\right. is equal to the maximum rate of directional change

  • -f|\nabla f\left|\right. is equal to the minimum rate of directional change