Question
Question: The line y=mx + c is tangent to the circle x² + y² = 49. The correct condition on c is:...
The line y=mx + c is tangent to the circle x² + y² = 49. The correct condition on c is:

c = ±9√1 + m²
c = ±11√1 + m²
c = ±13√1 + m²
c = ±7√1 + m²
c = ±7√1 + m²
Solution
The problem asks for the condition on 'c' for the line y=mx+c to be tangent to the circle x2+y2=49.
1. Identify the circle's properties:
The given equation of the circle is x2+y2=49. This is in the standard form (x−h)2+(y−k)2=r2, where (h,k) is the center and r is the radius. Comparing, we find: Center (h,k)=(0,0) Radius r2=49⇒r=7
2. Rewrite the line equation:
The equation of the line is y=mx+c. To use the distance formula, we rewrite it in the general form Ax+By+C=0: mx−y+c=0 Here, A=m, B=−1, C=c.
3. Apply the tangency condition:
A line is tangent to a circle if and only if the perpendicular distance from the center of the circle to the line is equal to the radius of the circle. The formula for the perpendicular distance d from a point (x1,y1) to a line Ax+By+C=0 is: d=A2+B2∣Ax1+By1+C∣
For our case, (x1,y1)=(0,0) (the center of the circle), A=m, B=−1, C=c. Substituting these values: d=m2+(−1)2∣m(0)−1(0)+c∣ d=m2+1∣c∣
For tangency, this distance d must be equal to the radius r=7: m2+1∣c∣=7
4. Solve for c:
∣c∣=7m2+1 This implies c can be positive or negative: c=±71+m2
Comparing this with the given options, the correct condition is c=±71+m2.