Multivariable Calculus Formulas, definitions properties and use cases

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards
<p>ellipsoid</p>

ellipsoid

x²/a² + y²/b² + z²/c² =1

has a constant

a=b=c means it’s a sphere

2
New cards
<p>elliptic paraboloid</p>

elliptic paraboloid

x²/a² + y²/b² = z/c

z/c is not squared

3
New cards
<p>hyperbolic paraboloid</p>

hyperbolic paraboloid

x²/a² - y²/b² = z/c

“hyper = negative”

z/c is not squared

4
New cards
<p>hyperboloid of two sheet</p>

hyperboloid of two sheet

-x²/a² - y²/b² + z²/c² = 1

has a constant

always two negatives

5
New cards
<p>hyperboloid of one sheet</p>

hyperboloid of one sheet

x²/a² + y²/b² - z²/c² = 1

has a constant

always one negative

6
New cards
<p>Cone</p>

Cone

x²/a² - y²/b² = z²/c²

doesn’t have a constant

can be mistaken for hyperbolic paraboloid or hyperboloid

7
New cards

circular cylinder

x²-y²=1

only ever has two variables

8
New cards

parabolic cylinder

z=x²

only ever has two variables

9
New cards

| P1 P2 | =sqrt { (x2-x1)² + (y2 -y1)² +(z2-z1)² }

distance formula between two vectors

10
New cards

magnitude formula

|a|=sqrt(x² +y² +z²)

11
New cards

Vector direction

The letter that comes first, it’s the tail (initial point)

The letter that comes second, it’s the tip (terminal point)

all vectors but the zero vector have direction

12
New cards

Triangle law

AB(vector) +BC(vector) = AC(vector)

13
New cards

Scalar Multiple

C * vector

c stands for constant in this case

14
New cards

Scalar Multiple properties

c>0 same diction as vector

| c * vector| = c * |vector|

c<0 opposite direction of vector

| c * vector| = |c|* |vector|

c stands for constant in this case

15
New cards

Parallelogram Law

The parallelogram law states that the vector sum of two vectors is equal to the diagonal of the parallelogram formed by those two vectors. This means that if you place the tail of one vector at the head of the other vector, the diagonal of the resulting parallelogram represents the vector sum.

16
New cards

how find a vector from two points

P(1,2,3) and R(3,2,1)

Vector PR would be found by taking x, y and z values of R and minus the x, y and z values of P

PR=<2,0,-2>

17
New cards

adding vectors (triangle law in action)

a=< 5 ,- 12 > b=< -3 , -6 >

a+b = < (5 - 3) , (-12 -6) >=< 2 , -18 >

if the vectors have coefficients

2a+ 3b

first multiple the x,y,z values by the coefficients

2a=<10 ,-24 > and 3b=< -9 , -18 >

and then add them

18
New cards

To find a Unit vector that same given direction as the given vector

example v=8i-j+4k

find the magnitude

|v|=sqrt ( (8)² +(1)² +(4)²)= 9

then divide the vector by the magnitude

v/|v|= 8/9 i - 1/9 j + 4/9 k

19
New cards

Dot product Geometric Definition:

a⋅b=∣a∣∣b∣cos(θ)

20
New cards

Dot product Algebraic Definition:

a⋅b=ax​bx​+ay​by+azbz

21
New cards

Properties of dot product

  • a ⋅ a = |a|²

  • a ⋅ b = b ⋅ a

  • a ⋅ 0 = 0

  • a ⋅ (b+c) = a ⋅ b + a ⋅ c

  • Ka ⋅ b = K (a ⋅ b) = a ⋅ Kb

K= constant

22
New cards

a ⋅ b = 0

the vectors are perpendicular

23
New cards

Directional angle Cos α

ax/|a|

24
New cards

Directional angle Cos β

ay/|a|

25
New cards

Directional angle Cos γ

az/|a|

26
New cards

Cos² β +Cos² α + Cos² γ =1

property of Directional angles

27
New cards

If two vectors are parallel

they are scalar multiple of each other

28
New cards

To find actual directionals angles on a calculator

use inverse cos on the calculator

29
New cards

cross product

knowt flashcard image
30
New cards

triple product

just replace i, j, k with the third vector

31
New cards

properties of the cross product

  • a x b = -b x a

  • a x (b + c) = a x b + a x c

  • Ka x b = K( a x b ) = a x (Kb)

  • a ⋅ (b x c) = ( a x b ) ⋅ c

  • a x b is perpendicular to a and b

32
New cards

Volume of parallelepiped determined by three vectors

V= | a ⋅ |b x c||

the bars mean absolute value

33
New cards

area of parallelepiped

|a x b|

34
New cards

area of a triangle

|a x b| / 2

the bars mean magnitude

35
New cards

parametric equation of line

through point p0(x0,y0,z0) and parallel to vector <a,b,c>

x=x0+a t y=y0 + b t z=z0 + c t

36
New cards

Symmetric equation of a line

x-x0/a = y-y0/b = z-z0/c

if a,b or c = 0, x=x0 , y-y0/b = z-z0/c

37
New cards

Plane equation

n ⋅ ( r1 -r0) =0

let n=<a,b,c> , r0=<x0,y0,z0> and r= <x,y,z> any point of the plane

a(x-x0)+b(y-y0)+c(z-z0)=0

ax+by+cz - (ax0+by0+cz0)=0

ax+by+cz+d=0

38
New cards

distance formula between planes and points and other planes

D= |n ⋅ b| / |n|

39
New cards
40
New cards
41
New cards
42
New cards
43
New cards
44
New cards