Sol_Practice_for_Midterm1_MATH2263
Sol_Practice_for_Midterm1_MATH2263
Practice Midterm 1
Time Limit: 50 minutes
This exam contains 7 pages (including this cover page) and 6 problems. Check to see if any pages are missing.
Enter all requested information on the top of this page, and put your initials on the top of every page, in
case the pages become separated.
√
Do not give numerical approximations
√ to quantities such as sin(5), π, or 2. However, you should simplify
quantities such as cos(π/4) = 2/2, sin(π) = 0, e0 = 1, and so on.
• Show your work, in a neat and coherent way, in the space provided. All answers must be justified by
mathematical reasoning, including the evaluation of derivatives. To receive full credit on a problem,
you must show enough work so that your solution can be followed by someone without a calculator.
• Mysterious or unsupported answers will not receive full credit. Your work should be mathematically
correct and carefully and legibly written.
• A correct answer, unsupported by calculations or explanation will receive no credit; an incorrect answer
supported by substantially correct calculations and explanations will receive partial credit.
L : x = 1 + 3t, y = 2t, z = −1 − t.
−→
(b) (5 points) Use the equation in part (a) to find the point D on the line L such that AC is orthogonal
−−→
to BD. (Hint: use dot product.)
−−→
Solution: Assume coordinates of D is given by (1+3t, 2t, −1−t). Then BD = ⟨3t−1, 2t−3, −2−t⟩.
−−→ −→
Vectors BD and AC are orthogonal if and only if their dot product vanish:
−−→ −→
BD · AC = ⟨3t − 1, 2t − 3, −2 − t⟩ · ⟨3, 2, −1⟩ = 14t − 7 = 0.
Thus t = 21 , D = ( 52 , 1, − 32 ).
2. Consider the following three points in R3 :
(a) (15 points) Find a scalar equation of the plane Σ passing through P, Q, R.
Solution: We first find vectors
−−→ −→
P Q = ⟨−2, 0, 2⟩, P R = ⟨2, 4, 3⟩.
1
lim f (x, y) = .
x=y→0 2
4. (15 points) Consider the function
f (x, y) = sin(xey ).
Find the second partial derivatives fxx , fxy , fyx , fyy .
Solution:
fx = cos(xey ) ey ,
fy = cos(xey ) xey ,
fxx = − sin(xey ) ey ey = − sin(xey ) e2y ,
fxy = − sin(xey ) xey ey + cos(xey ) ey = − sin(xey ) xe2y + cos(xey ) ey ,
fyx = fxy ,
fyy = − sin(xey ) xey xey + cos(xey ) xey = − sin(xey ) x2 e2y + cos(xey ) xey .
In the above we write for example cos(xey ) ey instead of the more pedantic but less convenient (cos(xey )) ey
or ey cos(xey ). Hopefully, the formulae are still clear.
5. (15 points) Suppose that z = f (x, y) is a differentiable function of x, y satisfying fx (0, 0) = A and
fy (0, 0) = B, where A, B are known real numbers. If x and y are functions of s and t given by
Solution: At (s, t) = (0, 0) and (x, y) = (x(0, 0), y(0, 0)) = (0, 0) we have
∂z ∂f ∂x ∂f ∂y ∂x ∂y
= + =A +B = A 2 cos(0) + B cos(0) = 2A + B .
∂s ∂x ∂s ∂y ∂s ∂s ∂s
6. For the following questions, consider the function
f (x, y, z) = xy + yz + xz.
(a) (16 points) Let P = (1, 1, 1) , Q = (2, 2, 3). Find the rate of change of f at the point P = (1, 1, 1)
−−→ −−→
in the direction of the vector P Q. (Caution: is P Q a unit vector?)
−→
(b) (4 points) Find a point R on the z−axis such that the rate of change of f in the direction P R is
zero.
−→
Solution: Let R = (0, 0, z) and v = P R = ⟨−1, −1, z − 1⟩. The rate of change of f at P in the
−→
direction of P R will be zero if and only if v · ∇f = 0 at P . Using the evaluation of ∇f (P ) above,
we see that the condition v · ∇f = 0 at P can be expressed as
0 = v · ⟨2, 2, 2⟩ = −2 − 2 + 2(z − 1) = 2z − 6 .