Question 1209461: The line y= mx + c is tangent to the curve x^2 + y^2 = 4. Prove that 4m^2 = c^2 - 4 Found 2 solutions by math_tutor2020, greenestamps:Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
x^2 + y^2 = 4
x^2 + (mx+c)^2 = 4 ................. plug in y = mx+c
x^2 + m^2x^2+2mcx+c^2 = 4
(1+m^2)x^2 + 2mcx + c^2-4 = 0
We have the quadratic function
f(x) = (1+m^2)x^2 + 2mcx + (c^2-4)
where,
x^2 coefficient = (1+m^2)
x coefficient = 2mc
constant = (c^2-4)
If the discriminant is 0, then the quadratic has exactly one root.
This generates exactly one point of intersection between the circle and the tangent line.