Calculus 3: 3D Shapes

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:36 AM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Sphere

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

2
New cards

Cylinder

x²/a² + y²/b² = r²

3
New cards

Cone

z = +/- sqrt(x^2 + y^2

4
New cards

Ellipsoid

x²/a² + y²/b² + z/c = r² (a, b, c are different)

5
New cards

Parabloid

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

6
New cards

Elliptic Parabloid

z/c = x²/a² + y²/b² (a and b are different)

7
New cards

1 Sheet Hyperboloid

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

8
New cards

2 Sheet Hyperboloid

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

9
New cards

Parabolic Hyperboloid

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

10
New cards

Sphere

knowt flashcard image
11
New cards

Cylinder

knowt flashcard image
12
New cards

Cone

knowt flashcard image
13
New cards

Ellipsoid

knowt flashcard image
14
New cards

Elliptic Parabloid

15
New cards

1 sheet hyperboloid

knowt flashcard image
16
New cards

2 sheet hyperboloid

knowt flashcard image
17
New cards

parabolic hyperboloid

18
New cards

Dot Product of (a) * (b)

(a₁*b₁ + a₂b₂ + ...)

19
New cards

Work Formula

F * d

20
New cards

What does it mean if a*b = 0?

Vectors a and b are perpendicular

21
New cards

What does it mean if a x b = 0?

Vectors a and b are parallel

22
New cards

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

Length of Cross Product

23
New cards

Dot Product of a*b in terms of θ

|a||b|cosθ = (a) dot (b)

24
New cards

Area of a Parallelogram

|a x b|

25
New cards

Area of a Triangle

½| a x b|

26
New cards

Volume of a Parallelipiped

|a * (b x c)|

27
New cards

Scalar Triple Product

|a * (b x c)|

28
New cards

Volume of a Pyramid

1/6|a * (b x c)|

29
New cards

Equation of a Line

L = P₀ + (v)t

30
New cards

Parametric Form of a Line

x = x₀ + at

y = y₀ + bt

z = z₀ + ct

31
New cards

Symmetric Form of a Line

(x - x₀)/a = (y - y₀)/b = (z-z₀)/c

32
New cards

Vector Equation of a Plane

n * P₀P = 0

(n = normal vector,

P₀P = line in plane)

33
New cards

Scalar Equation of a Plane

a(x - x₀) + b(y - y₀) + c(z - z₀) = 0

or

ax + by + cz = d

34
New cards

Angle between two planes

cosθ = n*m / |n||m|

35
New cards

Equation of Plane Between 3 Points

Create a line from one point to a second point, then a second line from point to point three. Cross the two lines to generate a vector normal to the plane. Choose one of the three points and plug them into x₀,y₀,z₀.

36
New cards

Line of Intersection of Two Planes

Make the parametric equations of the planes equal to each other, solving for either t₁ or t₂. Substitute that value in to a second parametric equation for t₂.

37
New cards

Find the shortest distance between a point and a second point within a plane

Find a point on the plane P₀, make a line P-P₀. Project PP₀ onto the normal vector of the plane, giving the perpendicular distance from the point to the plane

38
New cards

Find the shortest distance between a point P and a second point on a line L.

Find a point P₀ on the line L with direction vector S. The equation for the shortest distance between the point P and the Line L is given by |PP₀ x S| / |s|.