Calc 3 Exam 2 flashs

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

1/36

flashcard set

Earn XP

Description and Tags

Last updated 4:27 PM on 2/29/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Equation for Arc Length

<p></p>
2
New cards

When is a function r(t) continuous?

if and only if, f(t), g(t), and h(t) are continuous on [a,b]

3
New cards

if r(t) is differentiable, then……

r’(t) = <f’(t), …>

4
New cards

If R(t) is a Vec-Val-Func such that R’(t) = r(t), then its the ………

antiderv of r(t)

5
New cards

How do you find the der of a Vec-Val_fun * a scalar ( cu(t) )

Scalar Der of Func (c u’(t) )

6
New cards

How do you find the der of a sclar function and Vec-Val-Func?

(f(t) * u(t) )

Product rule of both
f’(t) u(t) + f(t) u’(t)

7
New cards

How do you find the der of 2 separate Vec-Val-Fun being added together?

u(t) + v(t)

Product Rule

v’(t) u(t) + v(t) u’(t)

8
New cards

How do you find the der of 2 separate Vec-Val-Fun multiplied?
u(t) * v(t)

Product Rule

v’(t) u(t) + v(t) u’(t)

9
New cards

The der of a Vec-Val-Func can be seen as……

The der of each func individually

< /f(t) dt, /g(t) dt, /h(t) dt >

10
New cards

Tang vector equals…….

T(t) = r’(t) / ||r’(t)||

11
New cards

If y= f(x) then the curvaturecan be found as……

k = |f’’’(x)| / (1+(f ‘ (x))²)3/2 /

12
New cards

If r(t) is a Vec-Val-Func, the curvature can be found as…….

k = ||T ‘ (t) || / ||r’(t)||

13
New cards

If r(t) is a 3-dimensional Vec-Val-Func, the curvature can be found as…….

or on a 2D VVF if given a 3rd component of 0

k = ||r’(t) x r”(t)|| / ||r’(t)||³

14
New cards

The curve of a xy-plane (2d) is the radius of a curvature or……

1 / k

15
New cards

The center of a curvature is defined as……..

r(t) + (1/k)*N(t)

16
New cards

The principal unit normal vector at t is defined as…….

N(t) = T’(t) / ||T’(t)||

17
New cards

The binormal vector at t is defined as

T(t) x N(t) = ( r’(t) x r’’(t) ) / ||r’(t) x r’’(t)||

18
New cards

If r(t) represents the position of an object at time t, then what is Velocity?

r’(t) of the func

19
New cards

If r(t) represents the position of an object at time t, then what is acceleration?

r’’(t) of the func

20
New cards

If r(t) represents the position of an object at time t, then what is magnitude of the velocity vector in speed??

ds/dt = ||r’(t)||

21
New cards

If given only one function of the object, and initial of the rest, how would you find the others?

Either get integral or derivate of given function, then add initial that is given for said function

22
New cards

In a word project, what would

Mass = ?
Height = ?

Velocity = ?

angle = ?

Spin at mag = ?

Used Mass*Acc=Force

A = <0, 0, grav> + <0, -mag/mass, 0>
Velocity = a’(t) = <….> + V(0)

V(0) = <cosO, 0, sinO>

height = r(0)

23
New cards

How would you find the speed and landing position of an object?

Landing position = 0

r(t) → <z> = 0, => t, input into r(t)

||r(t)|| = m/s

24
New cards

What is the domain of a variable?

When the domain is not in-valid or non-existent

ie. 1/0, //0, ……

25
New cards

What is the method of proving that a limit DNE?

set x(t) and y(t) to values of t to equal each other
to have the Num y/x equal the denom y.

For 3D, do 3 cases with z added

Do so in 2 variations (if not, set (-), if they do not equal the same value, the limit DNE

26
New cards

What is the method of proving that a limit does exist?

use the func |f(x) - L| with L = g(x,y) or limit
then reduce such to prove it goes to limit
Ie. |3xy /x+y| < |3xy/ x| < |3y| = g(x,y)

27
New cards

Suppose f(x,y) is continuous at (a,b) and g(x) is continuous at f(a,b), what function would this equal?

h(x,y) = g(f(x,y))

28
New cards

For a partDer, Fx, if the limit h→0, what would the function equal?

Fx = Lim h→ ( f(x+h, y, z) - (x, y, z) ) / h

replace y or z for …

29
New cards

If z = f(x, y) is differentiable at (a, b), (or a,b,c..) what is the linear approximation?

L(x, y) = f(a,b) + fx(a,b)(x-a) + fy(a,b)(y-b)

30
New cards

Suppose f(x,y) and Fx and Fy exist at (a,b), then what 2 vectors are true?

u = <1, 0, Fx(a,b)> and v = <0, 1, Fy(a,b)>
n = u x v

31
New cards

What would x, y, and z equal on the normal line (orthogonal to the tang plane) in parametric form?

x = a + Fx(a,b)t

y = b + Fy(x,y)

z = c + Fz(a,b)

32
New cards

If a surface is described by the equitation F(x,y,z) = C, where C is a constant, what is the tang plane surface?

Fx(a,b,c)(x-a) + Fy(a,b,c)(y-b) + Fz(a,b,c)(z-c) = 0

33
New cards

If z = f(x,y) is differentiable at (a,b) then the increment and differential of z are what?

Δz = f(a+Δx, b+Δy) - f(z,b)
dz = Fx(a,b)Δx + Fy(a,b)Δy

34
New cards

what will x, y and z equal if the normal line to the surface z= f(x,y) when (x,y) = (a,b)

x = a + Fx(a,b)t

y = a + Fy(a,b)t

z = f(a,b) - t

35
New cards

If z = f(x(t), y(t)) then……

derivate of z = Fx (der of X) + Fy (der of Y)

36
New cards

If z = f(x(r, t), y(r, t)) then……

derivate of Zs = Fx Xs + Fy Ys
and Zt = Fx Xt + Fy Yt

37
New cards