Final Flashcards

(53 cards)

0
Q

dy/dt = k(N - y)

A

y = N - (N - y0)e^(-kt)
N is a specified upper bound
- always CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

dy/dt = ky

A

y = y0e^(kt)

- exponential growth or decay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dy/dt = -k(y - N)

A

y = N + (y0 - N)e^(-kt)
N is a specified lower bound
- always CU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

dy/dt = (k/N)y(N - y) = ky - ky^2/N

A
y = (Ny0)/(y0 + (N - y0)e^(-kt))
N is a specified upper bound
only inflection point at N/2
< N/2 is CU
> N/2 is CD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Time of IP Logistic Equation

A

T = (1/k)ln((N-y0)/y0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

dy/dt + @y = f(t)

A

Solve with integrating factor
u = e^(S(P(t)dt)))
y = e^(@t)y0 + e^(@t)S(fe^(-@t)dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

x^2 + y^2 + z^2 = a^2

A

Sphere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

z = +- sqrt(a^2 - x^2 - y^2)

A

Sphere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

x^2/a^2 + y^2/b^2 + z^2/c^2 = 1

A

Ellipsoid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

x^2/a^2 + y^2/b^2 - z^2/c^2 = 1

A

One sheet Hyperboloid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

x^2/a^2 + y^2/b^2 - z^2/c^2 = -1

A

Two sheet Hyperboloid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

x^2/a^2 + y^2/b^2 - z^2/c^2 = 0

A

Conical Hyperboloid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

z = sqrt(x^2 + y^2)

A

Circular Cone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

x^2/a^2 + y^2/b^2 = z/c

A

Paraboloid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

z = 100 - x^2 - y^2

A

Paraboloid
origin at 100
facing downwards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

Plane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Level Curves

A

Use x^2 + y^2 = r^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Limits (multivariable)

A

if = 0 it is inconclusive
lines, parabola
Use x^2 + y^2 = r^2
Parametric with 3 variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Clairault’s Theorem

A

if fxy=fyx then both are continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Parametric Representation of a Line

A

in direction v = Aî + Bj
x = x0 + At
y = y0 + Bt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Parametric Representation of a Circle

A
x = rcost
y = rsint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Parametric Representation of an Ellipse

A
x = acost 
y = bcost
22
Q

Parametric Representation of a Hyperbola

A
x = acosht
y = bsinht
23
Q

Gradient

A

Normal to curve

24
Change in position
Tangent to curve
25
Implicit Function Theorem
dy/dx = -Fx/Fy
26
Integration by Substitution
Sf(g(x))g'(x)dx u = g(x) du = g'(x)
27
Integration by Parts
Sudv = uv - Svdu | v easier
28
Cramer's Rule
Du/Dx = - det(D(F,G)/D(x,v)) / det(D(F,G)/D(u,v)) | independent on top
29
Jacobians
(D(F,G)/D(x,v)) forms a 2 x 2 matrix | take det and use cramer's rule
30
Tangent and Normal Lines to Curves
``` f(x,y) = 0 write as a function of t need point mtan = dy/dx = -Fx/Fy mnor = Fy/Fx y-y0 = m(x-x0) ```
31
Tangent Plane and Normal Line
g(x,y,z) = 0 Tangent Plane: gradient and point Normal Line: directional vector (grad) and point (parametric)
32
Tangent Line and Normal Plane
Curve of intersection f created by g and h Tangent Line: directional vector (g x h) and parametric equation Normal Plane: normal vector (tangent vector) and point
33
Directional Derivative
Dûf = grad(f) • û = |grad(f)|cos@
34
Dûf max/min
max: |grad(f)| when cos@ = 1 min: |grad(f)| when cos@ = -1
35
Differentials
(change in)f ~ df = Df/Dx dx + Df/Dy dy
36
Errors
Use differentials | % = dx/x
37
Linearization
L = f(x0, y0) + (x - x0)(fx) + (y - y0)(fy) | initial point + tangent line
38
Extrema Conditions and Proofs
``` grad(f) = 0 Geometric At extremum, tangent plane horizontal Contradiction If grad(f) =/ 0 move in (same/opposite) direction for extremum ```
39
Extrema Sufficiency f(x,y)
``` D test = (all at extremum) |fxx fxy| = AC - B^2 |fxy fyy| D > 0, A > 0 minimum D > 0, A < 0 maximum D < 0 saddle D = 0 inconclusive ```
40
Sufficiency for f(x,y,z)
``` All at extremum 1 = fxx 2 = D 3 = |fxx fxy fxz| |fxy fyy fyz| |fxz fyz fzz| i) 1, 2, 3 > 0 minimum ii) 1, 3 < 0 2 > 0 maximum iii) 3 = 0 inconclusive iv) all others: neither max nor min ```
41
Lagrange Multipliers and Solving f(x,y)
``` f extremized, g constraint L = f + ¥g demands grad(L) = 0 Lx = 0 Ly = 0 solve for ¥ and equate, plug into L¥ and solve for variables ```
42
Lagrange Sufficiency
H = Lxx gy^2 - 2Lxy gx gy + Lyy gx^2 H > 0 minimum H < 0 maximum
43
Lagrange Multipliers and Solving f(x,y,z)
Same as f(x,y) Lz equate ¥ with Lx or Ly Simplify and plug into constraint
44
Extrema on Bounded Domains
Find extrema of f (grad(f) = 0) Parametrize D and plug in to f Find extremum of f(t): df/dt = 0 Find values of points
45
Population Case I: B and D are constant
dy/dt = Ay y = y0e^At Exponential growth or decay
46
Population Case II: Verhulst | B = B0 - B1y D constant
dy/dt = (B0 - D0)y - B1y^2 | Logistic: k = B0 - D0 N = B1/k
47
Population Case III: Limited Environment | A = k(N - y)
dy/dy = Ay = ky(N - y) | Logistic
48
Population Case IV: Competitive | B constant D = cy
A = B - cy dy/dt = By - cy^2 Logistic k = B N = B/c
49
Population Case V: Primitive | B = cy D constant
``` A = cy - D dy/dt = -D(y - (c/D)y^2) Logistic k = D M = D/c dy/dt = -ky - ky^2/M y = My0/(y0 + (M - y0)e^(kt)) ```
50
Population Case V: Subcases
i) y0 = M y(t) = M = y0 stable ii) y0 < M lim as t > inf. denominator = inf. lim as t > inf. y = 0 Extinction ``` iii) y0 > M When t = T = (1/k)ln(y0/(y0 - M)) lim as t > T denominator = 0 lim as t > T y = inf. Doomsday ```
51
F =
-k/(R+x)^2 when x = 0 -k/R^2 = -mg = m(dv/dt)
52
Escape Velocity
lim as x > inf | v = 0