If a line y = 2x + k touches circle x² + y² = 9, find k.
Understand the Problem
The question is asking us to find the value of k such that the line represented by the equation y = 2x + k is tangent to the circle defined by the equation x² + y² = 9. To solve this, we will set up the conditions for tangency between the line and the circle.
Answer
$k = 3\sqrt{5}, -3\sqrt{5}$
Answer for screen readers
The values of $k$ are $k = 3\sqrt{5}$ and $k = -3\sqrt{5}$.
Steps to Solve
- Substitute y from the line equation into the circle equation
We have the line equation $y = 2x + k$. We'll substitute this into the circle equation $x^2 + y^2 = 9$.
Substituting gives us:
$$x^2 + (2x + k)^2 = 9$$
- Expand the equation
Now, we need to expand the equation obtained from the substitution:
$$(2x + k)^2 = 4x^2 + 4kx + k^2$$
So the equation becomes:
$$x^2 + 4x^2 + 4kx + k^2 = 9$$
Combine the like terms:
$$5x^2 + 4kx + (k^2 - 9) = 0$$
- Set the discriminant to zero for tangency
For the line to be tangent to the circle, the quadratic equation must have exactly one solution. This occurs when the discriminant ($D$) is equal to zero.
The discriminant for our quadratic equation $ax^2 + bx + c = 0$ is given by:
$$D = b^2 - 4ac$$
Here, $a = 5$, $b = 4k$, and $c = k^2 - 9$. We set the discriminant to zero:
$$(4k)^2 - 4(5)(k^2 - 9) = 0$$
- Solve the discriminant equation
Now we need to solve:
$$16k^2 - 20(k^2 - 9) = 0$$
Distributing gives us:
$$16k^2 - 20k^2 + 180 = 0$$
Combine like terms:
$$-4k^2 + 180 = 0$$
Now, solving for $k^2$:
$$4k^2 = 180$$
$$k^2 = 45$$
Take the square root:
$$k = \pm \sqrt{45} = \pm 3\sqrt{5}$$
The values of $k$ are $k = 3\sqrt{5}$ and $k = -3\sqrt{5}$.
More Information
The line represented by the equation $y = 2x + k$ can be tangent to the circle $x^2 + y^2 = 9$ at two different lines based on the two values of $k$. These values show that the tangents are parallel but shift vertically based on the sign of $k$.
Tips
A common mistake is failing to set the discriminant equal to zero, which can result in finding cases where the line intersects the circle instead of being tangent.
AI-generated content may contain errors. Please verify critical information