Final Exam Flashcards
What are three methods to solving limit problems?
- Try along different paths, such as (x,0), (0,y), (x,x), (y^2, y)…
- Convert to polar coordinates.
- Use the Squeeze theorem. This can work for trig functions or e; e^-1 < e^(y^2) < e.
How do you find the equation of a plane?
- Find the normal vector to the plane.
- Make these components the coefficients in the equation.
- Pick some point on the plane.
- (n)(x - x0) + n(y - y0) = 0
How do you find the normal vector to a plane?
- Given that <0,0,1>, <1,2,0>, <1,1,1> lie in the plane.
- Subtract the first from the other two.
- = <1,2,-1> , <1,1,0>
- Compute the cross product.
- <1,2,-1>
- <1,1, 0>
- = <1, -1, 1>
How would you find the directional derivative of f?
Dot the gradient with the unit vector in the direction you want.
If you want to go in the maximum rate of change, dot the gradient with itself.
What is the vector equation of a line?
r(t) = (starting point) + tv, where v is a parallel vector
Compute the equation of the plane given a point and a line.
Use the vector from the line as one term in the cross product.
Use the vector from subracting (given point) - (equation point) as the other term.
What are cylindrical coordinate substitutions?
Cylindrical Coordinates
Jacobian = dV = r [dz dr dt]
x = rcos(t)
y = rsin(t)
z = z
What are spherical coordinate substitutions?
Spherical Coordinates
Jacobian = dV = r^2 sin(ø) [dr, dt, dø]
x = r cost sinø
y = r sint sin ø
z = r cos ø
r^2 = x^2 + y^2 + z^2
How do you compute the arc length of a function?
Apply ∫ from a to b for the absolute value of r’(t).
∫ |r’(t) | dt
How to find the boundaries for t? Sometimes, the given vector function will have a straight “t” which one can solve for?
For any vector v, we have v x v =
0
If f is a function of three variables that has continuous second order partial derivatives, then _____ = 0.
curl(gradient • F) = 0
Iff a vector field F is conservative, then its curl is
zero.
If you take the divergence of a curl of the vector field, you will get ___.
0.
Given that r”(t) ≠ a constant, is it true that r’(t) x r”(t) ≠ constant?
Plug in an example r(t).
For example, r(t) = <t^3, 0, 0>
Then r’(t) = <3t^2, 0,0> , r”(t) = <6t, 0, 0>, and their curl = 0.
0 is a constant, so this is false.
How do you apply the FTLI?
Check that Py = Qx. (This shows that it is conservative.)
Construct some function f such that the gradient of f = F.
Take the partials of F with respect to x and y.
Integrate one.
Solve for any differences.
Take f(endpoint) - f(starting point).