Namaste, future engineers! Welcome to this deep dive into one of the most fundamental and frequently tested topics in coordinate geometry for JEE Mains & Advanced – the
General Form of the Equation of a Circle.
In our previous discussions, we established the very intuitive
Standard Form of a circle's equation: $(x-h)^2 + (y-k)^2 = r^2$. Here, the center of the circle is explicitly visible as $(h, k)$ and its radius as $r$. It's like having a map where the treasure's exact location and the extent of its influence are clearly marked.
But what if the equation isn't presented in such a neat, explicit manner? What if it's all expanded and jumbled up? That's where the
General Form comes into play. It's like a riddle, and our job is to learn how to solve it to uncover the hidden center and radius. This section will equip you with the tools to do just that, along with understanding its characteristics and advanced applications.
---
### 1. Derivation of the General Form of a Circle
Let's start from what we already know – the standard form of the equation of a circle with center $(h, k)$ and radius $r$:
$(x-h)^2 + (y-k)^2 = r^2$
Now, let's expand the terms on the left side:
$(x^2 - 2hx + h^2) + (y^2 - 2ky + k^2) = r^2$
Rearrange the terms to group $x^2$, $y^2$, $x$, $y$, and the constant terms:
$x^2 + y^2 - 2hx - 2ky + h^2 + k^2 - r^2 = 0$
This equation looks a bit messy, doesn't it? To simplify it and create a *general* structure, mathematicians introduced some substitutions. Let's define new constants based on $h, k,$ and $r$:
* Let
$-2h = 2g$
* Let
$-2k = 2f$
* Let
$h^2 + k^2 - r^2 = c$
Now, substitute these into the expanded equation:
$mathbf{x^2 + y^2 + 2gx + 2fy + c = 0}$
This, my friends, is the
General Form of the Equation of a Circle. It's a second-degree equation in $x$ and $y$.
---
### 2. Identifying the Center and Radius from the General Form
Now that we have the general form, our next crucial step is to be able to extract the center and radius from it. Remember, these are the fundamental properties that define a unique circle.
#### Finding the Center:
From our substitutions:
$-2h = 2g implies h = -g$
$-2k = 2f implies k = -f$
Since the center in the standard form is $(h, k)$, by substituting these values, the center of the circle in general form is:
$mathbf{ ext{Center } = (-g, -f)}$
So, to find the coordinates of the center, you just take half the coefficient of $x$ and change its sign, and do the same for the coefficient of $y$.
#### Finding the Radius:
We also have the substitution:
$c = h^2 + k^2 - r^2$
We need to find $r$, so let's rearrange this equation:
$r^2 = h^2 + k^2 - c$
Now, substitute $h = -g$ and $k = -f$ into this equation:
$r^2 = (-g)^2 + (-f)^2 - c$
$r^2 = g^2 + f^2 - c$
Taking the square root to find $r$:
$mathbf{ ext{Radius } = r = sqrt{g^2 + f^2 - c}}$
General Form |
Center |
Radius |
|---|
$x^2 + y^2 + 2gx + 2fy + c = 0$ |
$(-g, -f)$ |
$sqrt{g^2 + f^2 - c}$ |
---
### 3. Conditions for a Valid Circle (Nature of the Circle)
The expression under the square root for the radius, $g^2 + f^2 - c$, determines the nature of the circle. This is a very important concept for JEE.
If $mathbf{g^2 + f^2 - c > 0}$:
The radius $r$ is a real, positive number. This means the equation represents a real circle with a finite radius. This is the most common scenario.
If $mathbf{g^2 + f^2 - c = 0}$:
The radius $r$ becomes 0. In this case, the equation represents a point circle. It's essentially a circle that has shrunk to a single point, its center. For instance, $(x-2)^2 + (y-3)^2 = 0$ represents the point $(2,3)$.
If $mathbf{g^2 + f^2 - c < 0}$:
The expression under the square root is negative, which means the radius $r$ would be an imaginary number. Such an equation represents an imaginary circle. There is no real locus for such an equation; it doesn't exist in the real Cartesian plane.
---
### 4. Key Characteristics of the General Equation of a Circle
For a second-degree equation in $x$ and $y$ to represent a circle, it must satisfy specific conditions:
It must be a second-degree equation in $x$ and $y$. This means it can contain terms like $x^2, y^2, xy, x, y$, and a constant.
The coefficients of $mathbf{x^2}$ and $mathbf{y^2}$ must be equal. In the standard general form $x^2 + y^2 + 2gx + 2fy + c = 0$, these coefficients are both 1. If you encounter an equation like $Ax^2 + Ay^2 + Dx + Ey + F = 0$, you must divide the entire equation by $A$ (assuming $A
e 0$) to bring it to the standard general form before applying the center/radius formulas.
The coefficient of the $mathbf{xy}$ term must be zero. A circle's equation never contains an $xy$ term. If you see an $xy$ term, it's NOT a circle (it could be an ellipse, hyperbola, or parabola, but not a circle).
JEE FOCUS: These characteristics are fundamental. Often, JEE questions will present a generic second-degree equation like $Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0$ and ask for conditions for it to represent a circle. The answer will be $A=C$ and $B=0$.
---
### 5. Illustrative Examples
Let's solidify our understanding with some examples.
#### Example 1: Basic Application
Find the center and radius of the circle given by the equation:
$x^2 + y^2 - 6x + 4y - 12 = 0$
Solution:
1.
Compare with General Form: The given equation is $x^2 + y^2 - 6x + 4y - 12 = 0$.
Comparing this with the general form $x^2 + y^2 + 2gx + 2fy + c = 0$:
$2g = -6 implies g = -3$
$2f = 4 implies f = 2$
$c = -12$
2.
Calculate Center: The center is $(-g, -f)$.
Center $= (-(-3), -(2)) = mathbf{(3, -2)}$
3.
Calculate Radius: The radius is $r = sqrt{g^2 + f^2 - c}$.
$r = sqrt{(-3)^2 + (2)^2 - (-12)}$
$r = sqrt{9 + 4 + 12}$
$r = sqrt{25}$
$r = mathbf{5}$ units
Answer: The center of the circle is $(3, -2)$ and its radius is 5 units.
---
#### Example 2: Non-unit Coefficients for $x^2$ and $y^2$
Find the center and radius of the circle given by the equation:
$3x^2 + 3y^2 + 12x - 18y - 15 = 0$
Solution:
1.
Adjust Coefficients: Notice that the coefficients of $x^2$ and $y^2$ are 3, not 1. We must divide the entire equation by 3 to bring it into the standard general form:
$frac{3x^2 + 3y^2 + 12x - 18y - 15}{3} = frac{0}{3}$
$x^2 + y^2 + 4x - 6y - 5 = 0$
2.
Compare with General Form: Now, compare $x^2 + y^2 + 4x - 6y - 5 = 0$ with $x^2 + y^2 + 2gx + 2fy + c = 0$:
$2g = 4 implies g = 2$
$2f = -6 implies f = -3$
$c = -5$
3.
Calculate Center: Center $= (-g, -f)$.
Center $= (-(2), -(-3)) = mathbf{(-2, 3)}$
4.
Calculate Radius: Radius $r = sqrt{g^2 + f^2 - c}$.
$r = sqrt{(2)^2 + (-3)^2 - (-5)}$
$r = sqrt{4 + 9 + 5}$
$r = sqrt{18}$
$r = mathbf{3sqrt{2}}$ units
Answer: The center of the circle is $(-2, 3)$ and its radius is $3sqrt{2}$ units.
---
#### Example 3: Finding the Equation of a Circle Through Three Non-Collinear Points
Find the equation of the circle passing through the points $A(1, 2)$, $B(3, -4)$, and $C(5, -6)$.
JEE FOCUS: This is a classic problem where the general form shines. The standard form $(x-h)^2 + (y-k)^2 = r^2$ would lead to non-linear equations, making it much harder.
Solution:
Let the equation of the circle be $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since the points $A, B, C$ lie on the circle, they must satisfy its equation.
1.
Substitute Point A(1, 2):
$(1)^2 + (2)^2 + 2g(1) + 2f(2) + c = 0$
$1 + 4 + 2g + 4f + c = 0$
$2g + 4f + c = -5$ --- (Equation 1)
2.
Substitute Point B(3, -4):
$(3)^2 + (-4)^2 + 2g(3) + 2f(-4) + c = 0$
$9 + 16 + 6g - 8f + c = 0$
$6g - 8f + c = -25$ --- (Equation 2)
3.
Substitute Point C(5, -6):
$(5)^2 + (-6)^2 + 2g(5) + 2f(-6) + c = 0$
$25 + 36 + 10g - 12f + c = 0$
$10g - 12f + c = -61$ --- (Equation 3)
Now we have a system of three linear equations with three unknowns ($g, f, c$). We can solve this system.
*
Subtract (1) from (2):
$(6g - 8f + c) - (2g + 4f + c) = -25 - (-5)$
$4g - 12f = -20$
Dividing by 4: $g - 3f = -5$ --- (Equation 4)
*
Subtract (2) from (3):
$(10g - 12f + c) - (6g - 8f + c) = -61 - (-25)$
$4g - 4f = -36$
Dividing by 4: $g - f = -9$ --- (Equation 5)
*
Subtract (4) from (5):
$(g - f) - (g - 3f) = -9 - (-5)$
$2f = -4 implies mathbf{f = -2}$
*
Substitute f = -2 into (5):
$g - (-2) = -9$
$g + 2 = -9 implies mathbf{g = -11}$
*
Substitute g = -11 and f = -2 into (1):
$2(-11) + 4(-2) + c = -5$
$-22 - 8 + c = -5$
$-30 + c = -5 implies mathbf{c = 25}$
Finally, substitute the values of $g, f, c$ back into the general equation:
$x^2 + y^2 + 2(-11)x + 2(-2)y + 25 = 0$
$mathbf{x^2 + y^2 - 22x - 4y + 25 = 0}$
This is the equation of the circle passing through the three given points. You could then find its center $(11, 2)$ and radius $sqrt{(-11)^2 + (-2)^2 - 25} = sqrt{121+4-25} = sqrt{100} = 10$.
---
#### Example 4: Nature of the Circle
Determine the nature of the circle represented by the equation $x^2 + y^2 - 10x + 6y + 35 = 0$.
Solution:
1.
Identify g, f, c:
$2g = -10 implies g = -5$
$2f = 6 implies f = 3$
$c = 35$
2.
Calculate $g^2 + f^2 - c$:
$(-5)^2 + (3)^2 - 35$
$25 + 9 - 35$
$34 - 35 = -1$
3.
Determine Nature:
Since $g^2 + f^2 - c = -1 < 0$, the equation represents an
imaginary circle. There is no real locus for this equation.
---
### 6. Advanced Applications and JEE Relevance
The general form of the circle's equation is not just about finding center and radius; it's a cornerstone for many advanced concepts:
*
Equation of a Family of Circles: When dealing with circles passing through the intersection of two given circles, or a circle and a line, the general form is indispensable. For example, the equation of a family of circles passing through the intersection of two circles $S_1 = 0$ and $S_2 = 0$ is given by $S_1 + lambda S_2 = 0$, where $S_1$ and $S_2$ are in their general forms, and $lambda$ is a parameter.
*
Orthogonal Circles: The condition for two circles to intersect orthogonally (at right angles) is derived using their general forms.
*
Radical Axis: The concept of the radical axis of two circles is also directly related to their general form equations.
*
Tangent and Normal Equations: While often derived from the standard form or calculus, understanding the general form helps in appreciating the underlying algebraic structure when dealing with tangent and normal equations.
CBSE vs. JEE Focus: For CBSE, understanding the derivation and being able to find the center and radius from the general form (including the case of non-unit coefficients) is usually sufficient. For JEE, however, the applications involving families of circles, orthogonal circles, and conditions for a general second-degree equation to represent a circle are frequently tested and require a deeper conceptual grasp.
---
### Conclusion
The general form $x^2 + y^2 + 2gx + 2fy + c = 0$ is a powerful representation of a circle. It allows us to express any circle's equation in a consistent, expanded format, and critically, provides a straightforward algebraic method to determine its center $(-g, -f)$ and radius $sqrt{g^2 + f^2 - c}$. Remember the conditions for a valid circle ($g^2 + f^2 - c > 0$) and the critical characteristics (equal coefficients for $x^2, y^2$ and no $xy$ term). Mastering this form is essential for tackling a wide range of problems in coordinate geometry, from basic identification to complex JEE-level applications. Keep practicing, and you'll find these 'riddles' of the circle's general form easy to solve!