Circles

Position of Point and Line Relative to Circle

0:00
LearnStep 1/4

Position of Point and Line Relative to Circle

Position of Point and Line Relative to Circle

Hello students! In this lesson, we'll explore the fascinating relationships between points, lines, and circles. This is a crucial topic for JEE Main, forming the foundation for more advanced coordinate geometry problems. Understanding these concepts deeply will not only help you solve problems quickly but also enhance your geometric intuition.

1. Position of a Point Relative to a Circle

Imagine a circle and a point in the same plane. The point can be either inside the circle, on the circle, or outside the circle. But how do we determine this mathematically?

Let's consider a circle with the equation: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

And let (x1,y1)(x_1, y_1) be any point in the plane. We define S1S_1 as:

S1=x12+y12+2gx1+2fy1+cS_1 = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c

Now, S1S_1 helps us determine the position of the point (x1,y1)(x_1, y_1) relative to the circle.

  • If S1<0S_1 < 0, the point (x1,y1)(x_1, y_1) lies inside the circle.
  • If S1=0S_1 = 0, the point (x1,y1)(x_1, y_1) lies on the circle.
  • If S1>0S_1 > 0, the point (x1,y1)(x_1, y_1) lies outside the circle.

Geometric Interpretation: Think of S1S_1 as a "power" value. If you substitute the point's coordinates into the circle's equation, a negative value indicates the point is too close to the center (inside), zero means it's perfectly on the circumference, and a positive value means it's too far (outside).

Example: Consider the circle x2+y2=4x^2 + y^2 = 4 and the point (1,1)(1, 1). Here, S1=12+124=2S_1 = 1^2 + 1^2 - 4 = -2. Since S1<0S_1 < 0, the point (1,1)(1, 1) lies inside the circle.

2. Line and Circle Intersection

A line can intersect a circle in three possible ways: it can intersect at two distinct points (secant), touch the circle at one point (tangent), or not intersect the circle at all (external).

Consider a line y=mx+cy = mx + c and a circle x2+y2=r2x^2 + y^2 = r^2. To find the points of intersection, substitute the value of yy from the line equation into the circle equation:

x2+(mx+c)2=r2x^2 + (mx + c)^2 = r^2

x2+m2x2+2mcx+c2=r2x^2 + m^2x^2 + 2mcx + c^2 = r^2

(1+m2)x2+2mcx+(c2r2)=0(1 + m^2)x^2 + 2mcx + (c^2 - r^2) = 0

This is a quadratic equation in xx. Let's analyze the discriminant, D=b24acD = b^2 - 4ac, where a=(1+m2)a = (1 + m^2), b=2mcb = 2mc, and c=(c2r2)c = (c^2 - r^2):

  • If D>0D > 0, the quadratic equation has two distinct real roots, meaning the line intersects the circle at two distinct points (secant).
  • If D=0D = 0, the quadratic equation has one real root (repeated root), meaning the line touches the circle at one point (tangent).
  • If D<0D < 0, the quadratic equation has no real roots, meaning the line does not intersect the circle (external).

3. Condition for Tangency

A line is tangent to a circle if it touches the circle at exactly one point. The most common way to express this condition is through the distance from the circle's center to the line.

Tangent condition: distance from center = radius\text{Tangent condition: distance from center = radius}

Let's consider a circle with center (h,k)(h, k) and radius rr, and a line Ax+By+C=0Ax + By + C = 0. The distance, dd, from the center to the line is given by:

d=Ah+Bk+CA2+B2d = \frac{|Ah + Bk + C|}{\sqrt{A^2 + B^2}}

For the line to be tangent to the circle, the distance dd must be equal to the radius rr. Therefore, the condition for tangency is:

r=Ah+Bk+CA2+B2r = \frac{|Ah + Bk + C|}{\sqrt{A^2 + B^2}}

Example: Find the condition for the line y=mx+cy = mx + c to be tangent to the circle x2+y2=a2x^2 + y^2 = a^2. The center of the circle is (0,0)(0, 0) and the radius is aa. Rewrite the line as mxy+c=0mx - y + c = 0. Thus,

a=m(0)(0)+cm2+(1)2=cm2+1a = \frac{|m(0) - (0) + c|}{\sqrt{m^2 + (-1)^2}} = \frac{|c|}{\sqrt{m^2 + 1}}

Squaring both sides, we get: a2=c2m2+1a^2 = \frac{c^2}{m^2 + 1} or c2=a2(1+m2)c^2 = a^2(1 + m^2).

4. Length of Chord Cut by Circle on a Line

When a line intersects a circle at two distinct points (secant), it forms a chord. The length of this chord can be calculated using the radius of the circle and the distance of the line from the center.

Chord length: 2r2d2\text{Chord length: } 2\sqrt{r^2 - d^2}

Where:

  • rr is the radius of the circle.
  • dd is the perpendicular distance from the center of the circle to the line.

Derivation: Imagine a right-angled triangle formed by the radius (rr), half the chord length (l2\frac{l}{2}), and the distance from the center to the line (dd). By the Pythagorean theorem:

r2=d2+(l2)2r^2 = d^2 + (\frac{l}{2})^2

(l2)2=r2d2(\frac{l}{2})^2 = r^2 - d^2

l2=r2d2\frac{l}{2} = \sqrt{r^2 - d^2}

l=2r2d2l = 2\sqrt{r^2 - d^2}

Example: Find the length of the chord cut by the line x+y=1x + y = 1 on the circle x2+y2=1x^2 + y^2 = 1. The center of the circle is (0,0)(0, 0) and the radius is 11. The distance from the center to the line is d=0+0112+12=12d = \frac{|0 + 0 - 1|}{\sqrt{1^2 + 1^2}} = \frac{1}{\sqrt{2}}. The chord length is therefore 212(12)2=2112=212=22\sqrt{1^2 - (\frac{1}{\sqrt{2}})^2} = 2\sqrt{1 - \frac{1}{2}} = 2\sqrt{\frac{1}{2}} = \sqrt{2}.

5. Condition for Line to be Secant, Tangent, or External

This summarizes our previous discussions and provides a single perspective.

Consider a circle with center CC and radius rr, and a line LL. Let dd be the perpendicular distance from the center CC to the line LL. Then:

  • If d<rd < r, the line LL is a secant to the circle (intersects at two points).
  • If d=rd = r, the line LL is a tangent to the circle (touches at one point).
  • If d>rd > r, the line LL is external to the circle (does not intersect).

Tip: When dealing with complex problems, always draw a diagram. Visualizing the problem makes it easier to apply the correct formulas and conditions.

Common Mistake: Forgetting to take the absolute value when calculating the distance from a point to a line. The distance is always a non-negative quantity!

JEE Trick: Many JEE problems involve finding the range of a parameter (e.g., mm or cc) such that a line is tangent to a circle. In such cases, using the tangency condition (d=rd = r) often simplifies the problem significantly.

By mastering these concepts and formulas, you'll be well-equipped to tackle a wide range of JEE Main problems involving circles and lines. Good luck!