Introduction
In the study of coordinate geometry, the circle is a fundamental topic that frequently appears in the JEE Main Mathematics syllabus. This document will provide a comprehensive guide to understanding the properties, equations, and various forms of a circle. Each section will break down complex ideas into manageable parts, ensuring a thorough grasp of the topic.
Basic Definition and Equation of a Circle
A circle is defined as the set of all points in a plane that are equidistant from a given point called the center. The fixed distance from the center to any point on the circle is called the radius.
Standard Equation of a Circle
The standard form of the equation of a circle with center $(h, k)$ and radius $r$ is given by:
$$ (x - h)^2 + (y - k)^2 = r^2 $$
ExampleExample: Find the equation of a circle with center $(3, -2)$ and radius $5$.
Solution: Using the standard form, we substitute $h = 3$, $k = -2$, and $r = 5$:
$$ (x - 3)^2 + (y + 2)^2 = 25 $$
General Form of a Circle
The general form of the equation of a circle is:
$$ x^2 + y^2 + 2gx + 2fy + c = 0 $$
Here, the center and radius can be derived as follows:
- Center: $(-g, -f)$
- Radius: $\sqrt{g^2 + f^2 - c}$
Example: Determine the center and radius of the circle given by $x^2 + y^2 - 4x + 6y - 12 = 0$.
Solution: Rewriting the equation in the standard form: $$ (x^2 - 4x) + (y^2 + 6y) = 12 $$
Completing the square: $$ (x - 2)^2 - 4 + (y + 3)^2 - 9 = 12 $$ $$ (x - 2)^2 + (y + 3)^2 = 25 $$
Thus, the center is $(2, -3)$ and the radius is $\sqrt{25} = 5$.
Parametric Form of a Circle
The parametric form of the circle with center $(h, k)$ and radius $r$ is given by:
$$ x = h + r\cos\theta $$ $$ y = k + r\sin\theta $$
where $\theta$ is the parameter varying from $0$ to $2\pi$.
TipParametric equations are particularly useful in problems involving motion along a circular path or when dealing with trigonometric identities.
Tangents and Normals to a Circle
Equation of Tangent
The equation of the tangent to the circle $x^2 + y^2 = r^2$ at the point $(x_1, y_1)$ is given by:
$$ xx_1 + yy_1 = r^2 $$
For a circle with center $(h, k)$ and radius $r$, the tangent at $(x_1, y_1)$ is:
$$ (x - h)(x_1 - h) + (y - k)(y_1 - k) = r^2 $$
ExampleExample: Find the equation of the tangent to the circle $x^2 + y^2 = 16$ at the point $(2, 2\sqrt{3})$.
Solution: Using the formula for the tangent: $$ xx_1 + yy_1 = r^2 $$ Substituting $x_1 = 2$, $y_1 = 2\sqrt{3}$, and $r = 4$: $$ 2x + 2\sqrt{3}y = 16 $$ $$ x + \sqrt{3}y = 8 $$
Equation of Normal
The normal to a circle at a point is the line perpendicular to the tangent at that point. For the circle $x^2 + y^2 = r^2$ at $(x_1, y_1)$, the normal is:
$$ \frac{x - x_1}{x_1} = \frac{y - y_1}{y_1} $$
Power of a Point
The power of a point $(x_1, y_1)$ with respect to the circle $x^2 + y^2 + 2gx + 2fy + c = 0$ is given by:
$$ P = x_1^2 + y_1^2 + 2gx_1 + 2fy_1 + c $$
If $P = 0$, the point lies on the circle. If $P > 0$, the point is outside the circle, and if $P
< 0, the point is inside the circle.
NoteThe concept of the power of a point is useful in solving problems related to chords and tangents from an external point.
Chord of Contact
If two tangents are drawn from an external point $(x_1, y_1)$ to a circle, the line segment joining the points of tangency is called the chord of contact. The equation of the chord of contact for the circle $x^2 + y^2 = r^2$ is:
$$ xx_1 + yy_1 = r^2 $$
Important Properties and Theorems
Diameter and Circumference
- Diameter: $D = 2r$
- Circumference: $C = 2\pi r$
Area
The area of a circle with radius $r$ is given by:
$$ A = \pi r^2 $$
Arc Length and Sector Area
For an angle $\theta$ (in radians) subtended at the center, the arc length $L$ and the area of the sector $A_s$ are given by:
$$ L = r\theta $$ $$ A_s = \frac{1}{2}r^2\theta $$
ExampleExample: Calculate the arc length and area of a sector with central angle $\frac{\pi}{3}$ radians in a circle of radius $6$ units.
Solution: Arc length: $$ L = 6 \times \frac{\pi}{3} = 2\pi \text{ units} $$
Sector area: $$ A_s = \frac{1}{2} \times 6^2 \times \frac{\pi}{3} = 6\pi \text{ square units} $$
Conclusion
Understanding the properties and equations of a circle is crucial for solving a variety of problems in coordinate geometry. Mastery of these concepts will provide a strong foundation for tackling JEE Main Mathematics questions on this topic. Practice is key, so work through multiple problems to reinforce these concepts.
TipAlways double-check your calculations and ensure you have correctly identified the center and radius when working with circle equations.
Common MistakeA common mistake is to confuse the general form of the circle with the standard form. Always remember to complete the square to convert from the general to the standard form if necessary.