MA 26100 - Spring 2026 Exam 1 Test/Quiz #: 11
1. Consider the surface
Find a point on the surface at which the tangent plane is parallel to the \(xz\)-plane.
A. \((-1, 1, 0)\)
B. \((1, 2, 0)\)
C. \((-1, 2, 0)\)
D. \((1, \frac{5}{6}, 1)\)
→ E. \((1, 1, 0)\)
From the handwritten notes, let the surface equation be defined as the function \(f(x, y, z)\):
\[ f(x, y, z) = 4x^3 - 12x + 6y + z^3 + 2 = 0 \]The normal vector to the tangent plane at any point on the surface is given by \(\vec{n} = \nabla f\). The \(xz\)-plane is defined by the equation \(y = 0\), so its normal vector is \(\vec{n} = \langle 0, 1, 0 \rangle\).
We want to find a point \((x, y, z)\) such that \(\nabla f \parallel \langle 0, 1, 0 \rangle\).
First, calculate the gradient of \(f\):
\[ \nabla f = \langle 12x^2 - 12, 6, 3z^2 \rangle \]For \(\nabla f\) to be parallel to \(\langle 0, 1, 0 \rangle\), its \(x\) and \(z\) components must be equal to zero:
\[ 12x^2 - 12 = 0 \rightarrow x = \pm 1 \] \[ 3z^2 = 0 \Rightarrow z = 0 \]Next, substitute these candidate values back into the original surface equation to solve for \(y\):
Case 1: \(x = 1, z = 0 \rightsquigarrow\)
\[ 4 - 12 + 6y + 0 + 2 = 0 \Rightarrow 6y - 6 = 0 \Rightarrow y = 1 \]This provides the point \((1, 1, 0)\).
Case 2: \(x = -1, z = 0 \rightsquigarrow\)
\[ -4 + 12 + 6y + 2 = 0 \Rightarrow 6y + 10 = 0 \Rightarrow y = -10/6 \]This provides the point \((-1, -10/6, 0)\).
The point \((1, 1, 0)\) corresponds to Option E.
2