Calculus 3 - Unit 12

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

1/21

flashcard set

Earn XP

Description and Tags

Points in 3D space, vectors

Last updated 8:47 PM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

vector projᵥu or proj u(v)

Algebraic: (vu)/(|v|)*(v/|v|) (length of |p| * scale to length 1)

Geometric: (-)|u|cosθ(v/|v|)

Negative if θ is obtuse. Zero if θ is 90.

2
New cards

Power-reducing formula

(cos2θ+1)/2 = cos²θ

(1-cos2θ)/2 = sin²θ

3
New cards

Standard form for circles centered at (c₁,c₂,c₃)

(x-c₁)² + (x-c₂)² + (x-c₃)² = r²

4
New cards

Magnitude/length of a vector

|v| = √(v₁² + v₂²)

5
New cards

Unit vector

Vector with magnitude = 1

|u| = (1/|v|) * (|v|) = 1

6
New cards

Finding vector in direction <given> with length #.

  1. Treat <given> like a unit vector. Find its magnitude.

  2. Multiply <given> vector by 1/magnitude found.

  3. Multiply the vector by the length given.


7
New cards

Dot product

Algebraic: u * v = u₁v₁ + u₂v₂

Geometric: u v = |u||v|*cosθ (can be used to find θ between two vectors)

8
New cards

Multiplying unit vectors i = <1,0> and j = <0,1>

Same x same, = 1 (parallel)

Different x different = 0 (perpendicular)

9
New cards

Rewriting a = <3, 2, 5> using standard unit vectors

a = 3i + 2j + 5k

10
New cards

Find the unit vectors parallel to the tangent line f(x) through (given coordinates)

  1. Find the tangent line of f(x) at the given coordinates.

  2. Find an ordered pair in the tangent line that represents tangent line slope (ex: slope = 3, use point (1, 3)

  3. Treat ordered pair as a vector, and divide it by its magnitude to get a unit vector.


11
New cards

Is the angle between a and b acute, obtuse, or 90?

If a*b > 0 , acute.

If a*b < 0 , obtuse.

If a*b = 0 , a and b are perpendicular, and θ = π/2

If a and b point in the same direction, θ = 0, and a*b = |a||b|

If a and b point in opposite directions, θ = π and a*b = -|a||b|

12
New cards

Standard base vectors/standard unit vectors

i = <1,0,0> j = <0,1,0> k = <0,0,1>

13
New cards
<p>Determinate of 2×2 matrix </p>

Determinate of 2×2 matrix

ad - bc

14
New cards
<p>Determinate of 3×3 matrix</p>

Determinate of 3×3 matrix

knowt flashcard image
15
New cards
<p>Cross-product</p>

Cross-product

knowt flashcard image
16
New cards

Properties of cross-products

The vector a x b is perpendicular to both a and b

Two nonzero vectors are parallel if |a x b| = 0

|a x b| = |a||b|sinθ

17
New cards

Volume of parallelepided determed by vectors a, b, and c.

Magnitude of their scalar triple product

V = |a * (b x c)|

18
New cards

Scalar projection or compᵥu

(vu)/(|v|)

19
New cards

Orthogonal projection of u onto v or orthᵥu

u - projᵥu

20
New cards

Angle between two nonzero vectors u and v

cosθ = (ab)/|a||b|

21
New cards

Find a decomposition of a = <vector> into a vector c parallel to b <vector> and a vector d perpendicular to b such that c + d = a

  1. Let c = projba

  2. Let d = a - c


22
New cards

Area of parallelogram made with u and v

|u x v|

Area of triangle is ½ of this, using any two adjacent vectors

(ex: given points A, B, and C, use vectors AB and AC.)