Let A = (2,3,1), B = (3, 4, 2), P = (-2, -2, 4), Q = (0, 0, 6) . Are AB and PQ equivalent?
No. AB = (1,1,1), PQ = (2,2,2)
Let r(t) = (3t, t2, e-t) . Find the velocity and acceleration.
v = (3, 2t, 3-t)
a = (0, 2, e-t)
f(x,y) = 2x + 3y . Find fx and fy
fx = 2 , fy = 3
Find the tangent plane to f(x,y) = 9 - x2 - y2 at the point (1,1)
z = 9
Find the critical point(s) of f(x,y) = 20 - x2 - y2
(0,0)
Find the equation of the plane passing through P = (2, 3, 4), Q = (3, -2, 1), R = (4, 4, 4)
3x - 6y + 11z - 32 = 0
Find the tangent line to r(t) = (5t, t2, sin(t)) at time t=0.
l(t) = (5,0,1)t
Let f(x,y,z) = 3xyz + 2xz2-y3 . Find fx + fy
3yz + 3xz + 2z2 - 3y2
Find the tangent plane to f(x,y) = 9 - x2 - y2 at the point (1,1)
z = 11 - 2x - 2y
f(x,y) = 2x2 - 3y2 + 4x. Find all critical points. Are they miinima? Maxima? Neither?
(-1, 0) is a saddle point
Find the parametric equations of the line which passes through (2, 3, 1) and (0,8,-3)
x = 2 - 2t
y = 3 + 5t
z = 1 - 4t
Find the limit as (x,y) -> (0,0) of (xy + x4)/(x2+y2) approaching on the line y = x.
1/2
f(x,y) = x2 - xy2
x(t) = 2t - 1 y(t) = t2
Calculate f '(t) in terms of t
-8t4 + 4t3 + 8t - 4
Using the tangent plane at (-π, π), approximate the efunction value of sin(x)cos(y) at (-3,3)
π - 3
(AKA ~0.141592... )
What point optimizes x2+ 2y2 subject to x + y = 1
(2/3 , 1/3)
Find a vector in the direction of (2,1,1) of magnitude 3
Does z = x2 - 2y satisfy zxx + zy = 0 ?
yes
Given fx = 2x ; fy = 3xy2
x'(t) = 3 ; y'(t) = -t ; x(2) = 4 ; y(2) = -3
Find df/dt evaluated at t = 2
-192
Find the tangent plane to 3x2 - y3 + 2 at (2,-2) and use it to approximate the function value at (2.1, -2.1)
24.4
f(x,y) = sin(x) + y2 - 2y. Find critical points and are they max/min/neither?
Only consider trig values from 0 to 2π
(π/2 , 1) is a saddle point
(3π/2 , 1) is a minima
Find t such that (2, t, 3) is parallel to the plane 3x + 2y - z + 12 = 0
t = -3/2
Let r(t) = (-3sin(ct), 3cos(ct)) . Find the speed
3c
f(x,y,z) = x2cos(y) + sin(xz) - z
x(u,v) = 3u2v y(u,v) = u-2v z(u,v) = 3u + 1
Find fu (OK to leave x, y, z, u, v in answer)
12uvxcos(y) + 6uvzcos(xz) - x2sin(y) + 3xcos(xz) - 3
Let f(x,y) = tan-1(yex) . Find the tangent plane to the curve at (0,1)
π/4 + x/2 + (y-1)/2
Find the max AND min values of xyz subject to the constraint x2+2y2+3z2=6
max: 2√3 / 3
min: -2√3 / 3