Test 2: 12.5 to 13.8 Flashcards
What is the arc length of a space curve?
s = integral (a to b) [ ||r’(t)|| ] dt
What is the formula to find curvature?
K = ||T’(t)|| / ||r’(t)||
What is the process for finding position by integration, from acceleration?
- Integrate to get velocity function plus constant. 2. Set t equal to the provided velocity scalar and solve for constant C=C1 + C2 + C3. 3. Integrate again to get position function plus constant. Set t equal to provided position scalar and solve for constant C=C1 + C2 + C3.
What is the formula for unit tangent vector?
T = r’(t) / ||r’(t)||
What is the formula for unit normal vector?
N = T’(t) / ||T’(t)||
How do you draw level curves / contour lines?
Use f(x,y) = c and draw the function for changing values of c.
How do you find the limit of a function of x and y?
Set x equal to zero and find the limit. Set y equal to zero and find the limit. Set y equal to x and find the limit. If either of the limits don’t match the final one, the limit does not exist.
How do you find partial derivatives using the definition of partial derivatives?
To find F_x, Lim x->0 of f(x+dx, y) - f(x,y) / dx. To find F_y, Lim x->0 of f(x+dx,y) - f(x,y) / dy).
What is the formula for the total differential of the independent variables z?
dz = pdz / pdx * dx + pdz / pdy * dy where pd = partial derivative
What is the process to find maximum possible error in a measurement?
- Find the equation for the desired measurement. 2. Take the total differential of of the desired variable representing the desired measurement, using the provided possible error for dx/dy/dz. 3. Divide the total differential by the actual desired measurement, substituting in provided measurement components. Do not use negatives.
What is the chain rule for one independent variable?
dw/dt = pdw/pdx * dx/dt + pdw/pdy * dy/dt
What is the chain rule for two independent variables?
pdw/pds = pdw/pdx * pdx/pds + pdw/pdy * pdy/pds, and pdw/pdt = pdw/pdx * pdx/pdt + pdw/pdy * pdy/pdt
How do you draw a tree?
Start at the top and draw the dependent variable (usually w), draw x and y and z under w, and draw t(and s if necessary) under x,y and z.
How do you find dy/dx using implicit differentiation?
dy/dx = -F_x(x,y) / F_y(x,y)
How do you find pdz/pdx and pdz/pdy using implicit differentiation?
pdz/pdx = -F_x(x,y,z)/F_z(x,y,z). pdz/pdy = -F_y(x,y,z)/F_z(x,y,z)