-2
-1
We are given the equation of the curve \( 4x^2 + 2xy + y^2 = 12 \) and need to find the slope of the tangent line at the point \( (1, 2) \).
To find the slope of the tangent line, we need to compute \( \frac{dy}{dx} \) using implicit differentiation.
Differentiate both sides of the equation \( 4x^2 + 2xy + y^2 = 12 \) with respect to \( x \):
\( \frac{d}{dx}(4x^2) + \frac{d}{dx}(2xy) + \frac{d}{dx}(y^2) = \frac{d}{dx}(12) \).
Now, apply the derivative rules:
Thus, the differentiated equation is:
\( 8x + 2x \frac{dy}{dx} + 2y \frac{dy}{dx} + 2y \frac{dy}{dx} = 0 \).
Simplify the equation:
\( 8x + \left( 2x + 2y \right) \frac{dy}{dx} = 0 \).
Now, solve for \( \frac{dy}{dx} \):
\( \frac{dy}{dx} = \frac{-8x}{2x + 2y} = \frac{-8x}{2(x + y)} \).
Substitute \( x = 1 \) and \( y = 2 \) into this expression to find the slope at the point \( (1, 2) \):
\( \frac{dy}{dx} = \frac{-8(1)}{2(1 + 2)} = \frac{-8}{6} = -\frac{4}{3} \).
The correct answer is \( -1 \).