Calc 3 Test 1 Things to Remember

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Circular Cylinder

x² + y² = c

<p>x² + y² = c</p>
2
New cards

Parabola

z = c - y²

<p>z = c - y²</p>
3
New cards

Ellipsoid

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

<p>x²/a² + y²/b² + z²/c² = k</p>
4
New cards

Hyperbolic Cylinder

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

<p>x²/a² + y²/b² = -1</p>
5
New cards

One Sheeted Hyperboloid

x² + y² - z² = 1

<p>x² + y² - z² = 1</p>
6
New cards

Two Sheeted Hyperboloid

z² - x² - y² = 1

<p>z² - x² - y² = 1</p>
7
New cards

Elliptic Parabaloid

z = x² + y²

<p>z = x² + y²</p>
8
New cards

Hyperbolic Parabaloid

z = x² - y² (“saddle”)

<p>z = x² - y² (“saddle”)</p>
9
New cards

Cone

z² = x² + y²

<p>z² = x² + y²</p>
10
New cards

dy/dx for a parametric curve <x(t),y(t)>

dy/dt ÷ dx/dt

11
New cards

d²y/dx² for a parametric curve <x(t),y(t)>

d/dt(dy/dx) ÷ dx/dt

12
New cards

integral from a to b of a parametric curve <x(t),y(t)>

integral from ta to tb of [y(t)x’(t)dt]

13
New cards

arclength for a parametric curve <x(t),y(t)>

integral from ta to tb of sqrt(x’(t)²+y’(t)²)

14
New cards

(dot product) a•b = ….

|a||b|cosθ

15
New cards

Unit tangent vector T(t)

r’(t)/|r’(t)|

16
New cards

Unit normal vector N(t)

T’(t)/|T’(t)|

17
New cards

Unit binormal vector B(t)

T x N

18
New cards

scalar projection of b onto a

(a • b)/|a|

19
New cards

vector projection of b onto a

(a • b)/|a| * a/|a|

20
New cards

sin2t (double angle identity)

2sintcost

21
New cards

cos2t (double angle identites)

2cos²tsin²t, 1 - 2sin²t, 2cos²t - 1

22
New cards

sin(x ± y)

sin(x)cos(y) ± cos(x)sin(y)

23
New cards

cos(x ± y)

cos(x)cos(y) ± sin(x)sin(y)

24
New cards

equation for a plane (given normal vector <a,b,c> and point (x0,y0,z0))

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

25
New cards

area of parallelogram formed by two vectors (double area of the triangle)

|PQ x PR|

26
New cards

|AxB| =

|A||B|sinx

27
New cards

direction vector for line of intersection between two planes

a = n1 x n2

28
New cards

Formula for distance from a point to the plane

D = (ax1 + by1 + cz1)/sqrt(a²+b²+c²)