JEE Main + Advanced

Coordinate Geometry Formula Compendium

Every formula, shortcut & result from Straight Line · Circle · Parabola · Ellipse · Hyperbola — organised topic-wise with use-cases.

- Made by UnknownShadow08

⟡ Parabola
eccentricity e = 1  |  PS/PM = 1  |  locus of equal distance from focus & directrix
Core Formula
General / Definition
Note / Trick
📐
General Conic & Classification
6 formulas
Focal-Directrix Definition
Focus-Directrix Property
$$\frac{PS}{PM} = e \quad \Longrightarrow \quad \text{Conic}$$
USE Base definition — ratio of distance from focus to distance from directrix equals eccentricity.
General Second-Degree Conic
Discriminant Classification
$$ax^2+2hxy+by^2+2gx+2fy+c=0, \quad \Delta = abc+2fgh-af^2-bg^2-ch^2$$
USE Identify conic type from general second-degree equation before solving.
Circle
e=0, h=0, a=b, Δ≠0
Ellipse
0<e<1, h²<ab, Δ≠0
Parabola
e=1, h²=ab, Δ≠0
Hyperbola
e>1, h²>ab, Δ≠0
Latus Rectum → Length Formula
LR = 2 × (perp. distance from focus to directrix)
$$\ell_{LR} = 2 \times d(\text{focus, directrix})$$
USE Quick latus rectum length from given focus & directrix without full equation.
Focus on Directrix → Degenerate
When Focus lies on Directrix (Δ = 0)
$$e>1 \Rightarrow \text{two real distinct lines} \quad e=1 \Rightarrow \text{coincident lines} \quad e<1 \Rightarrow \text{imaginary lines}$$
USE Detect degenerate conics when Δ = 0 in MCQs.
📋
Four Standard Parabolas (a > 0)
4 forms + all parameters
Standard Form 1
Right-opening: $y^2 = 4ax$
Focus: $(a,0)$  |  Directrix: $x+a=0$
Vertex: $(0,0)$  |  Axis: $y=0$
LR length: $4a$  |  LR endpoints: $(a,\pm2a)$
Standard Form 2
Left-opening: $y^2 = -4ax$
Focus: $(-a,0)$  |  Directrix: $x-a=0$
Vertex: $(0,0)$  |  Axis: $y=0$
LR length: $4a$
Standard Form 3
Upward: $x^2 = 4ay$
Focus: $(0,a)$  |  Directrix: $y+a=0$
Vertex: $(0,0)$  |  Axis: $x=0$
LR length: $4a$  |  LR endpoints: $(\pm2a,a)$
Standard Form 4
Downward: $x^2 = -4ay$
Focus: $(0,-a)$  |  Directrix: $y-a=0$
Vertex: $(0,0)$  |  Axis: $x=0$
LR length: $4a$
Note: Two parabolas are equal iff they have the same latus rectum length. Only 2 distinct parabolas can be drawn for a given latus rectum.
Vertex–Focus relation: Vertex is the midpoint of focus and foot of directrix on axis. Perp. distance from focus to directrix = ½(LR).
Shifted (Translated) Parabola
4 formulas
Axis Parallel to X-axis
$(y-k)^2 = 4a(x-h)$
$$x = ay^2+by+c \;\longrightarrow\; (y-k)^2 = 4a(x-h)$$ Vertex: $(h,k)$ | Focus: $(h+a,k)$ | Directrix: $x=h-a$ | Axis: $y=k$
USE Parabola whose axis is horizontal (parallel to X-axis).
Axis Parallel to Y-axis
$(x-h)^2 = 4a(y-k)$
$$y = ax^2+bx+c \;\longrightarrow\; (x-h)^2 = 4a(y-k)$$ Vertex: $(h,k)$ | Focus: $(h,k+a)$ | Directrix: $y=k-a$ | Axis: $x=h$
USE Parabola whose axis is vertical (parallel to Y-axis).
🎯
Position of a Point w.r.t. Parabola
3 conditions
S₁ Test for $y^2-4ax=0$
$S_1 = y_1^2 - 4ax_1$
$S_1 < 0 \Rightarrow$ Point INSIDE the parabola (0 tangents can be drawn)
$S_1 = 0 \Rightarrow$ Point ON the parabola (1 tangent)
$S_1 > 0 \Rightarrow$ Point OUTSIDE (2 tangents can be drawn)
USE Instantly classify a point's position without graph — prerequisite for pair of tangents.
Key: Make coefficient of $x^2$ and $y^2$ non-negative before testing.
📏
Focal Distance / Focal Radii
4 formulas
Horizontal Parabolas
Focal distance for $y^2 = \pm4ax$
$$\text{Focal distance of } P(h,k) = |h| + a$$
USE Distance from point on parabola to focus = distance to directrix = $|h|+a$.
Vertical Parabolas
Focal distance for $x^2 = \pm4ay$
$$\text{Focal distance of } P(h,k) = |k| + a$$
USE Same idea for vertically oriented parabolas.
Shifted Parabola
$(y-\beta)^2 = \pm4a(x-\alpha)$
$$\text{Focal distance} = |h-\alpha| + a, \quad a>0$$
USE Focal distance for translated parabola — shift then apply standard formula.
Min focal distance on any parabola = $a$ (at vertex). If focal distance < $a$: impossible; = $a$: vertex only; > $a$: two such points.
🔢
Parametric Coordinates
6 forms
All Standard Parametric Forms
$y^2=4ax$: point $\equiv (at^2,\; 2at)$

$y^2=-4ax$: point $\equiv (-at^2,\; 2at)$

$x^2=4ay$: point $\equiv (2at,\; at^2)$

$x^2=-4ay$: point $\equiv (2at,\; -at^2)$

$(y-\beta)^2=4a(x-\alpha)$: point $\equiv (\alpha+at^2,\; \beta+2at)$

$(x-\alpha)^2=4a(y-\beta)$: point $\equiv (\alpha+2at,\; \beta+at^2)$
USE Reduce chord/tangent/normal problems to single variable $t$ — massive simplification in JEE Advanced.
Chord Joining Two Points $t_1$ & $t_2$
7 results
Chord Equation
Parametric chord for $y^2=4ax$
$$2x - y(t_1+t_2) + 2at_1t_2 = 0$$ $$\text{Memory trick: } x - y\cdot\text{AM}(t_1,t_2) + a\cdot[\text{GM}(t_1,t_2)]^2 = 0$$
USE Equation of any chord without computing individual point coordinates.
Slope of Chord
$$m_{chord} = \frac{2}{t_1+t_2}$$
USE Slope in one step from parameters.
Length of Chord
$$\ell = a|t_1-t_2|\sqrt{(t_1+t_2)^2+4}$$
USE Chord length in parametric form without distance formula computation.
Focal Chord Condition
Chord passes through focus $(a,0)$
$$t_1 t_2 = -1 \quad \Longleftrightarrow \quad t_2 = -\frac{1}{t_1}$$ $$\text{Endpoints: } (at^2,2at) \text{ and } \left(\frac{a}{t^2}, -\frac{2a}{t}\right)$$
USE Key condition to identify or construct focal chords — core JEE result.
Length of Focal Chord
$$\ell_f = a\!\left(t+\frac{1}{t}\right)^{\!2} = a(t_1-t_2)^2$$ $$\ell_f = \frac{4a}{\sin^2\!\theta} = 4a\csc^2\!\theta \quad (\theta = \text{angle with x-axis})$$
USE Length of a focal chord by inclination angle — avoids full chord computation.
Harmonic Mean of Focal Segments
$$\text{If } \ell_1, \ell_2 \text{ are segments of focal chord: } \frac{4\ell_1\ell_2}{\ell_1+\ell_2} = 4a \quad \Rightarrow \quad \frac{1}{\ell_1}+\frac{1}{\ell_2} = \frac{1}{a}$$
USE HM of focal chord segments = semi-latus rectum — elegant relation for integer problems.
Chord subtending 90° at Vertex
$$t_1 t_2 = -4 \quad \text{and chord passes through fixed point } (4a,0)$$
USE If chord subtends right angle at vertex, it passes through $(4a,0)$ always.
Product of Coordinates (Focal Chord)
$$x_1 x_2 = a^2 \qquad y_1 y_2 = -4a^2$$
USE Direct result for focal chord endpoint coordinates — saves parametric substitution.
Tangents to Parabola $y^2=4ax$
8 formulas
Slope Form
$$y = mx + \frac{a}{m} \quad (m \ne 0) \quad \text{at point } \left(\frac{a}{m^2}, \frac{2a}{m}\right)$$ $$\textbf{Condition of tangency: } c = \frac{a}{m}$$
USE Write tangent with given slope or check if a line is tangent.
Point Form (T = 0)
$$yy_1 = 2a(x+x_1) \quad \text{at point } (x_1,y_1) \text{ on parabola}$$
USE Tangent at a specific point on the parabola.
Parametric Form
$$ty = x + at^2 \quad \text{at } P(at^2, 2at) \quad \text{slope} = \frac{1}{t}$$
USE Simplest form — one-variable tangent equation used in most JEE proofs.
Tangent to $x^2=4ay$ (slope form)
$$y = mx - am^2 \quad \text{at point } (2am, am^2)$$ $$\textbf{Condition of tangency for } y=mx+c: \quad c = -am^2$$
USE Use interchange $x \leftrightarrow y,\; m \leftrightarrow 1/m$ rule from $y^2=4ax$.
Point of Intersection of Two Tangents
$$\text{Tangents at } t_1 \text{ and } t_2 \text{ meet at: } \big(at_1t_2,\; a(t_1+t_2)\big)$$
USE Instantly get intersection without solving two equations simultaneously.
X-intercept of Tangent & Normal
$$T \text{ meets x-axis at } (-at^2, 0) \qquad N \text{ meets x-axis at } (2a+at^2, 0)$$ $$TM = 2at^2, \quad MN = 2a, \quad \text{Midpoint of }TN = (a,0) = \text{Focus}$$
USE Sub-normal is constant $= 2a$. Midpoint of $TN$ is always the focus.
Tangent meets Y-axis
$$\text{Tangent at } P(t) \text{ meets y-axis at } (0, at)$$
USE Useful in area/locus problems involving y-intercepts.
Common Tangent: Parabola & Circle
$$y^2=4ax,\; x^2+y^2=r^2: \quad \frac{a/m}{\sqrt{1+m^2}} = r \;\Rightarrow\; c=\frac{a}{m} = \pm r\sqrt{1+m^2}$$
USE Find common tangent by combining parabola tangency condition with circle's perpendicular-radius rule.
Properties of tangents: Foot of ⊥ from focus to any tangent lies on tangent at vertex. Image of focus in any tangent lies on directrix. Tangent between contact point & directrix subtends right angle at focus.
Normals to Parabola $y^2=4ax$
7 results
Cartesian Form
$$y - y_1 = -\frac{y_1}{2a}(x-x_1) \quad \text{at } (x_1,y_1)$$
USE Normal at a known point (Cartesian) on parabola.
Parametric Form
$$y + tx = 2at + at^3 \quad \text{at } P(at^2,2at) \quad \text{slope} = -t$$
USE Standard form used in all JEE normal-meets-parabola-again problems.
Slope Form
$$y = mx - 2am - am^3 \quad \text{at point } (am^2, -2am)$$
USE Normal with given slope — substitute $t=-m$ in parametric form.
Normal meets Parabola again
Normal at $t_1$ hits parabola at $t_2$
$$t_2 = -t_1 - \frac{2}{t_1}$$
USE Most important result: find second intersection of normal with parabola.
Two Normals Meet on Parabola
Normals at $t_1, t_2$ meet again at $t_3$
$$t_1 t_2 = 2 \qquad t_3 = -(t_1+t_2)$$ $$\text{Chord joining } t_1 \text{ and } t_2 \text{ passes through fixed point } (-2a,0)$$
USE Conormal points: three normals through one point — JEE Advanced favourite.
Equation of Normal from External Point $(h,k)$
$$am^3 + (2a-h)m + k = 0$$ $$m_1+m_2+m_3=0, \quad m_1m_2m_3 = -\frac{k}{a}$$
USE Cubic in $m$ — at most 3 normals from any external point, at least 1 real.
Co-normal Points Properties
$$\text{Sum of ordinates of 3 conormal points} = 0$$ $$\text{Centroid of triangle lies on axis of parabola} \Rightarrow y\text{-coordinate}=0$$
USE Verify conormal configuration or find unknowns using centroid property.
Key: Normal other than axis never passes through the focus ($t^2+1=0$ has no real solution). For 3 distinct normals from $(h,0)$: need $h > 4a$.
Pair of Tangents · Chord of Contact · Midpoint Chord
4 master formulas
Pair of Tangents
$$SS_1 = T^2$$ $$S = y^2-4ax, \quad S_1 = y_1^2-4ax_1, \quad T = yy_1-2a(x+x_1)$$
USE Equation of both tangents from external point in one formula.
Director Circle (Perpendicular Tangents)
Locus of intersection of perpendicular tangents
$$x + a = 0 \quad (\text{the directrix itself!})$$
USE Director circle of parabola IS its directrix — perpendicular tangents always meet on directrix.
Chord of Contact (T = 0)
$$yy_1 = 2a(x+x_1) \quad \text{from external point } (x_1,y_1)$$
USE Chord joining the two points where tangents from an external point touch the parabola.
Chord with Given Midpoint (T = S₁)
$$yy_1 - 2a(x+x_1) = y_1^2 - 4ax_1$$ $$\text{Slope of chord} = \frac{2a}{y_1} \quad \text{[key slope formula]}$$
USE Find chord equation given its midpoint — slope of chord depends only on midpoint's $y$-coordinate.
💡
Important Highlights & Advanced Results
6 results
Area of Triangle by 3 Tangents vs 3 Points
$$\frac{\text{Area of triangle formed by 3 points on parabola}}{\text{Area of triangle formed by tangents at those points}} = 2$$
USE Ratio is always 2 — use to find unknown areas quickly.
Circle on Focal Chord as Diameter
$$\text{Circle on focal chord as diameter touches the directrix}$$ $$\text{Circle on focal length as diameter touches the tangent at vertex}$$
USE Geometric property — proves circles are tangent to fixed lines.
Parabolic Mirror Reflection
$$\text{Incident ray parallel to axis} \xrightarrow{\text{reflects}} \text{passes through focus}$$
USE Reflection property — normal bisects angle between focal chord and perpendicular to directrix.
Slope of Axis (from 2 points + tangent intersection)
$$\text{Line joining midpoint of chord to intersection of tangents at endpoints} \parallel \text{axis}$$
USE Determine axis direction of a general parabola from given point conditions.
Alternate Equation of Parabola
$$\frac{(a_1x+b_1y+c_1)^2}{a_1^2+b_1^2} = \ell \cdot \frac{a_2x+b_2y+c_2}{\sqrt{a_2^2+b_2^2}}$$ $$\text{where axis: } a_1x+b_1y+c_1=0,\; \text{tangent at vertex: } a_2x+b_2y+c_2=0, \; \ell=\text{LR}$$
USE Write parabola equation when axis & tangent-at-vertex lines are given directly.
Focal Chord tangent to Circle
$$y^2=4ax \text{ focal chord tangent to } (x-d)^2+(y-e)^2=r^2: \quad \frac{|4m\cdot d - \ldots|}{\sqrt{1+m^2}} = r$$
USE Combine focal chord equation $x-y\!\left(t-\tfrac{1}{t}\right)-2a=0$ with circle tangency condition.
◎ Ellipse
eccentricity 0 < e < 1  |  SP + S'P = 2a  |  h² < ab
Core Formula
General / Definition
Note / Trick
📋
Standard Ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$, $a>b$
All parameters
Core Relations
$b^2 = a^2(1-e^2) \Rightarrow a^2-b^2=a^2e^2$

Eccentricity: $\displaystyle e = \sqrt{1-\frac{b^2}{a^2}}$

Foci: $(\pm ae, 0)$  |  Vertices: $(\pm a, 0)$

Directrices: $x = \pm\dfrac{a}{e}$

LR length: $\dfrac{2b^2}{a}$  |  LR equation: $x = \pm ae$

LR endpoints: $\left(\pm ae, \pm\dfrac{b^2}{a}\right)$

Minor axis endpoints: $(0, \pm b)$
USE Complete parameter set for the standard horizontal ellipse.
Key: Distance from focus to extremity of minor axis = semi-major axis ($BS = CA = a$). Sum of focal distances of any point = $2a$ (major axis).
Vertical Ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$, $a < b$
All parameters
Vertical (Major axis on Y-axis)
$a^2 = b^2(1-e^2),\quad e = \sqrt{1-\tfrac{a^2}{b^2}}$

Foci: $(0, \pm be)$  |  Vertices (major): $(0, \pm b)$

Directrices: $y = \pm\dfrac{b}{e}$

LR length: $\dfrac{2a^2}{b}$  |  LR equation: $y=\pm be$

LR endpoints: $\left(\pm\dfrac{a^2}{b}, \pm be\right)$
USE When $a < b$ in $x^2/a^2 + y^2/b^2 = 1$ — major axis is vertical.
Shifted Ellipse
3 formulas
Horizontal Major Axis at $(h,k)$
$$\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1, \quad a>b$$ $$\text{Foci: }(h\pm ae,k) \quad$$ $$\text{Directrices: }x = h\pm\frac{a}{e}$$
USE Ellipse with shifted center — substitute $X=x-h, Y=y-k$.
Vertical Major Axis at $(h,k)$
$$\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1, \quad a<b $$ $$\text{Foci: }(h, k\pm be) \quad$$ $$\text{Directrices: }y = k\pm\frac{b}{e}$$
USE Ellipse with vertical major axis — identify by $b>a$.
Director Circle of Shifted Ellipse
$$(x-h)^2+(y-k)^2 = a^2+b^2$$
USE Perpendicular tangents to shifted ellipse meet on this circle.
🎯
Position of a Point · Focal Radii
5 formulas
Position Test ($S_1$)
$$S_1 = \frac{x_1^2}{a^2}+\frac{y_1^2}{b^2}-1 \begin{cases} <0 & \text{Inside} \\ =0 & \text{On} \\ >0 & \text{Outside}\end{cases}$$
USE Classify point w.r.t. ellipse without graph.
Focal Radii for $a>b$
$$PF_1 = a - ex_1 \qquad PF_2 = a + ex_1$$ $$PF_1 + PF_2 = 2a \quad \text{(Major axis)}$$
USE Focal distances from any point — core definition of ellipse as locus.
Focal Radii for $a<b$
$$PF_1 = b - ey_1 \qquad PF_2 = b + ey_1 \quad PF_1+PF_2 = 2b$$
USE Vertical major axis version of focal radii.
Range of Focal Distances
$$a(1-e) \leq PF_i \leq a(1+e) \quad \text{(for horizontal ellipse)}$$
USE Greatest focal length = semi-major axis; least = semi-minor axis.
🔢
Auxiliary Circle · Eccentric Angle · Parametric Form
4 formulas
Auxiliary Circle & Parametric
$$\text{Auxiliary circle: } x^2+y^2=a^2$$ $$P(\theta) = (a\cos\theta,\; b\sin\theta) \text{ on ellipse}$$ $$Q(\theta) = (a\cos\theta,\; a\sin\theta) \text{ on auxiliary circle}$$ $$\frac{PN}{QN} = \frac{b}{a} = \frac{\text{semi-minor}}{\text{semi-major}}$$
USE Parametric form reduces all ellipse problems to single variable $\theta$.
Shifted Ellipse Parametric
$$\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1 \;\Rightarrow\; x=h+a\cos\theta,\; y=k+b\sin\theta$$ $$\text{Auxiliary circle: }(x-h)^2+(y-k)^2 = a^2$$
USE Parametric form for translated ellipse.
Chord joining $P(\alpha)$ & $Q(\beta)$
$$\frac{x}{a}\cos\!\left(\frac{\alpha+\beta}{2}\right)+\frac{y}{b}\sin\!\left(\frac{\alpha+\beta}{2}\right) = \cos\!\left(\frac{\alpha-\beta}{2}\right)$$
USE Chord connecting two eccentric angle points — also gives focal chord condition.
Focal Chord Condition (eccentric angles)
$$\tan\!\frac{\alpha}{2}\tan\!\frac{\beta}{2} = \frac{e-1}{e+1} \quad \text{(chord through focus at }x=ae)$$
USE Eccentricity from eccentric angles of focal chord endpoints — elegant result.
Tangents to Ellipse
7 formulas
Slope Form
$$y = mx \pm\sqrt{a^2m^2+b^2}$$ $$\text{Point of contact: } \left(\pm\frac{a^2m}{\sqrt{a^2m^2+b^2}},\; \mp\frac{b^2}{\sqrt{a^2m^2+b^2}}\right)$$
USE Tangent with given slope — two parallel tangents exist for any $m$.
Condition of Tangency
$$y=mx+c \text{ touches ellipse} \;\Leftrightarrow\; c^2 = a^2m^2+b^2$$
USE Check tangency or find $m$ when tangent passes through a given point.
Point Form (T = 0)
$$\frac{xx_1}{a^2}+\frac{yy_1}{b^2}=1 \quad \text{at } (x_1,y_1)$$ $$\text{Slope} = -\frac{b^2x_1}{a^2y_1}$$
USE Tangent at a specific point on ellipse.
Parametric Form
$$\frac{x\cos\theta}{a}+\frac{y\sin\theta}{b}=1 \quad \text{at } (a\cos\theta, b\sin\theta)$$ $$\text{Slope} = -\frac{b}{a}\cot\theta$$
USE Tangent at eccentric angle $\theta$ — most used in JEE Advanced proofs.
Point of Intersection of Two Tangents
$$\text{Tangents at } P(\alpha) \text{ and } Q(\beta) \text{ meet at: } \left(a\frac{\cos\frac{\alpha-\beta}{2}}{\cos\frac{\alpha+\beta}{2}},\; b\frac{\sin\frac{\alpha+\beta}{2}}{\cos\frac{\alpha+\beta}{2}}\right)$$
USE Intersection of tangents at two eccentric-angle points.
Slope of Perpendicular Tangents
$$m_1 m_2 = -1 \quad \text{and their locus} \Rightarrow x^2+y^2 = a^2+b^2 \text{ (Director Circle)}$$
USE Perpendicular tangents always meet on the director circle.
Normals to Ellipse
5 formulas
Point Form
$$\frac{a^2x}{x_1}-\frac{b^2y}{y_1} = a^2-b^2 \quad \text{at } (x_1,y_1)$$
USE Normal at a known Cartesian point on ellipse.
Parametric Form
$$\frac{ax}{\cos\theta}-\frac{by}{\sin\theta} = a^2-b^2 \quad \text{i.e. } ax\sec\theta - by\csc\theta = a^2-b^2$$
USE Normal at eccentric angle $\theta$.
Slope Form
$$y = mx \pm \frac{(a^2-b^2)m}{\sqrt{a^2+b^2m^2}}$$
USE Normal with given slope — condition that $m\ne 0$ and $a\ne b$.
Major & Minor Axes are Normals
$$\text{Major axis } (y=0) \text{ and minor axis } (x=0) \text{ are normals to the ellipse}$$
USE The axes themselves are normals — any normal through centre must be an axis.
Key: Normal other than major axis never passes through focus. Normal bisects the external angle between focal radii — reflection law of ellipse.
Pair of Tangents · Chord of Contact · Midpoint Chord
4 master formulas
Pair of Tangents
$$SS_1 = T^2$$ $$S=\frac{x^2}{a^2}+\frac{y^2}{b^2}-1,\quad S_1=\frac{x_1^2}{a^2}+\frac{y_1^2}{b^2}-1,\quad T=\frac{xx_1}{a^2}+\frac{yy_1}{b^2}-1$$
USE Both tangents from external point in one combined equation.
Director Circle
$$x^2+y^2 = a^2+b^2 \quad \text{(perpendicular tangents locus)}$$
USE Any point on director circle can draw perpendicular tangents to ellipse.
Chord of Contact (T = 0)
$$\frac{xx_1}{a^2}+\frac{yy_1}{b^2}=1 \quad \text{from } (x_1,y_1)$$
USE Chord joining the two tangent points from an external point.
Chord with Given Midpoint (T = S₁)
$$\frac{xx_1}{a^2}+\frac{yy_1}{b^2}-1 = \frac{x_1^2}{a^2}+\frac{y_1^2}{b^2}-1$$ $$\text{Slope of chord} = -\frac{b^2 x_1}{a^2 y_1}$$
USE Chord equation when midpoint is given — slope depends on both coordinates of midpoint.
💡
Important Properties & Advanced Results
8 results
Area Ratio: Ellipse vs Auxiliary Circle
$$\frac{\text{Area of }\Delta XYZ \text{ (on ellipse)}}{\text{Area of }\Delta PQR \text{ (corresponding on aux. circle)}} = \frac{b}{a}$$
USE Instantly relate areas of triangles inscribed in ellipse vs auxiliary circle.
Product of Perpendiculars from Foci to Tangent
$$(SF_1)(SF_2) = b^2 \quad \text{where } F_1, F_2 \text{ are feet of ⊥ from foci to tangent}$$
USE Feet lie on auxiliary circle; product = $b^2$ always.
Circle on Focal Distance as Diameter
$$\text{Circle on any focal distance as diameter touches the auxiliary circle}$$
USE Geometric property — internal tangency with auxiliary circle.
Chord of Contact from Directrix → Focus
$$\text{Chord of contact from any point on directrix passes through corresponding focus}$$
USE Produces focal chord — used in reflection and optical properties.
HM of Focal Chord Segments
$$\frac{2(AF_1)(BF_1)}{AF_1+BF_1} = \frac{b^2}{a} \quad \text{(semi-latus rectum)}$$
USE HM of segments of any focal chord = semi-latus rectum.
Reflection Law (Optical Property)
$$\text{Ray from one focus reflects off ellipse and passes through other focus}$$ $$\frac{PS'}{PS} = \frac{S'N}{NS} \quad \text{(angle bisector property of normal)}$$
USE Ellipse is a perfect mirror — used in whispering gallery, lithotripsy problems.
Image of Focus in Tangent
$$\text{Image of one focus in any tangent lies on the line joining other focus and point of contact}$$
USE Find tangent point when focus and image of focus are given.
Locus of Tangent-Directrix Intersection
$$\text{Tangent between contact point and directrix subtends right angle at corresponding focus}$$
USE Property V — prove specific angle results in JEE Advanced.
⟆ Hyperbola
eccentricity e > 1  |  |PS − PS'| = 2a  |  h² > ab
Core Formula
General / Definition
Note / Trick
📋
Standard Hyperbola $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$
All parameters
Core Relations
$b^2 = a^2(e^2-1) \Rightarrow a^2e^2 = a^2+b^2$

$e = \sqrt{1+\dfrac{b^2}{a^2}} = \sqrt{1+\left(\dfrac{\text{Conj. axis}}{\text{Trans. axis}}\right)^2}$

Foci: $(\pm ae, 0)$  |  Vertices: $(\pm a, 0)$

Directrices: $x = \pm\dfrac{a}{e}$

Transverse axis: $2a$  |  Conjugate axis: $2b$

LR length: $\dfrac{2b^2}{a}$  |  LR eq: $x = \pm ae$

LR endpoints: $\left(\pm ae, \pm\dfrac{b^2}{a}\right)$
USE Complete parameter set for the standard horizontal hyperbola.
Focal Distance
$$PS = ex - a \qquad PS' = ex + a \qquad |PS - PS'| = 2a$$
USE Difference of focal distances is constant = transverse axis length.
Vertical Hyperbola · Conjugate Hyperbola
5 formulas
Vertical: $\frac{y^2}{b^2}-\frac{x^2}{a^2}=1$
$e = \sqrt{1+\tfrac{a^2}{b^2}}$  |  Foci: $(0, \pm be)$
Vertices: $(0, \pm b)$  |  Directrices: $y = \pm\tfrac{b}{e}$
LR length: $\tfrac{2a^2}{b}$  |  Trans. axis = $2b$, Conj. axis = $2a$
USE Hyperbola with transverse axis along Y-axis — often confused with ellipse.
Conjugate Hyperbola: $\frac{x^2}{a^2}-\frac{y^2}{b^2}=-1$
$$e_2 = \sqrt{1+\frac{a^2}{b^2}} \qquad \frac{1}{e_1^2}+\frac{1}{e_2^2}=1$$
USE Relation between eccentricities of conjugate hyperbolas — key MCQ result.
Foci of Conjugate Form a Square
$$ae_1 = be_2 \;\Rightarrow\; F_1F_2F_3F_4 \text{ form a square} \quad (\text{all four foci concyclic})$$
USE Foci of hyperbola + its conjugate = 4 vertices of a square.
🔢
Position of Point · Auxiliary Circle · Parametric
5 formulas
Position Test
$$S_1 = \frac{x_1^2}{a^2}-\frac{y_1^2}{b^2}-1 \begin{cases} >0 & \text{Inside} \\ =0 & \text{On} \\ <0 & \text{Outside}\end{cases}$$
USE Note the reversal: $S_1>0$ is INSIDE for hyperbola (opposite to ellipse/parabola).
Auxiliary Circle & Eccentric Angle
$$\text{Auxiliary circle: }x^2+y^2=a^2$$ $$P(\theta) = (a\sec\theta,\; b\tan\theta) \quad \theta \ne \frac{\pi}{2}, \frac{3\pi}{2}$$
USE Parametric form using sec and tan — note $\sec^2-\tan^2=1$.
Chord joining $P(\alpha)$ & $Q(\beta)$
$$\frac{x}{a}\cos\!\frac{\alpha-\beta}{2} - \frac{y}{b}\sin\!\frac{\alpha+\beta}{2} = \cos\!\frac{\alpha+\beta}{2}$$
USE Chord of hyperbola in eccentric angle form.
Focal Chord Condition (eccentric angles)
$$\tan\frac{\theta}{2}\tan\frac{\phi}{2} = \frac{e-1}{e+1} \quad \text{or} \quad \frac{e+1}{e-1} \quad (\text{two foci})$$
USE Condition for chord to pass through either focus of hyperbola.
Tangents to Hyperbola
6 formulas
Slope Form
$$y = mx \pm\sqrt{a^2m^2-b^2} \quad (m^2 > b^2/a^2)$$ $$\text{Point of contact: }\left(\pm\frac{a^2m}{\sqrt{a^2m^2-b^2}},\; \mp\frac{b^2}{\sqrt{a^2m^2-b^2}}\right)$$
USE Note: $+b^2$ in ellipse becomes $-b^2$ here — key distinction.
Condition of Tangency
$$c^2 = a^2m^2 - b^2$$
USE Check or find when a line is tangent to hyperbola.
Point Form (T = 0)
$$\frac{xx_1}{a^2}-\frac{yy_1}{b^2}=1 \quad \text{at } (x_1,y_1)$$
USE Tangent at a known point on hyperbola.
Parametric Form
$$\frac{x\sec\theta}{a}-\frac{y\tan\theta}{b}=1 \quad \text{at } (a\sec\theta, b\tan\theta)$$ $$\text{Point of intersection of tangents at }\theta_1, \theta_2: \left(a\frac{\cos\frac{\theta_1-\theta_2}{2}}{\cos\frac{\theta_1+\theta_2}{2}},\; b\tan\frac{\theta_1+\theta_2}{2}\right)$$
USE Parametric tangent — slope = $\frac{b}{a}\csc\theta$.
Asymptotes
7 results
Equations of Asymptotes
$$\frac{x}{a}+\frac{y}{b}=0 \quad \text{and} \quad \frac{x}{a}-\frac{y}{b}=0$$ $$\text{Combined: } \frac{x^2}{a^2}-\frac{y^2}{b^2}=0$$
USE Lines the hyperbola approaches but never touches — slopes $\pm b/a$.
Asymptotes ↔ Hyperbola Relation
$$\text{Hyperbola} - \text{Conjugate} = 2\times\text{Asymptotes}$$ $$\text{Hyperbola and conjugate differ from asymptotes by same constant}$$
USE Find asymptotes: add constant $\lambda$ to hyperbola equation, make discriminant zero.
Angle Between Asymptotes
$$2\theta = \text{angle between asymptotes} \;\Rightarrow\; e = \sec\theta$$
USE Find eccentricity from the angle between asymptotes — extremely elegant.
Area: Tangent between Asymptotes
$$\text{Area of } \triangle \text{formed by any tangent and asymptotes} = ab = \text{constant}$$
USE Area is constant = $ab$ regardless of where the tangent is drawn.
Tangent bisected at Contact Point
$$\text{Any tangent to hyperbola is bisected at point of contact between the two asymptotes}$$
USE Midpoint of intercept on asymptotes = point of contact — geometric shortcut.
Normals to Hyperbola
4 formulas
Point Form
$$\frac{a^2x}{x_1}+\frac{b^2y}{y_1} = a^2+b^2 = a^2e^2 \quad \text{at }(x_1,y_1)$$
USE Normal at specific Cartesian point — note the $+$ (unlike tangent which has $-$).
Parametric Form
$$ax\cos\theta + by\cot\theta = a^2+b^2 \quad \text{at }(a\sec\theta, b\tan\theta)$$
USE Normal at eccentric angle $\theta$.
Slope Form
$$y = mx \mp \frac{m(a^2+b^2)}{\sqrt{a^2-b^2m^2}}, \quad m\in\left(-\frac{a}{b},\frac{a}{b}\right)$$
USE Normal with given slope — exists only for specific slope range.
Key: Normal other than transverse axis never passes through focus. Normal bisects internal angle between focal radii (reflection law).
Pair of Tangents · Chord of Contact · Midpoint Chord · Director Circle
4 formulas
Pair of Tangents
$$SS_1 = T^2$$ $$S=\frac{x^2}{a^2}-\frac{y^2}{b^2}-1,\quad T=\frac{xx_1}{a^2}-\frac{yy_1}{b^2}-1$$
USE Both tangents from external point in one equation.
Director Circle
$$x^2+y^2 = a^2-b^2 \quad (\text{exists only if }a>b)$$
USE Perpendicular tangents meet here. Note: $a^2-b^2$ (not $+$ like ellipse).
Chord of Contact (T = 0)
$$\frac{xx_1}{a^2}-\frac{yy_1}{b^2}=1 \quad \text{from }(x_1,y_1)$$
USE Chord from external point — passes through corresponding focus if point is on directrix.
Chord with Given Midpoint (T = S₁)
$$\frac{xx_1}{a^2}-\frac{yy_1}{b^2}-1 = \frac{x_1^2}{a^2}-\frac{y_1^2}{b^2}-1$$ $$\text{Slope} = \frac{b^2x_1}{a^2y_1}$$
USE Chord with known midpoint — slope is $+$ here (opposite sign to ellipse).
Rectangular Hyperbola $xy = c^2$
20+ results
Basic Parameters of $xy = c^2$
All Basics
Eccentricity: $e = \sqrt{2}$ (asymptotes ⊥)
Asymptotes: $x=0,\; y=0$ (coordinate axes)
Transverse axis: $y=x$  |  Conjugate axis: $y=-x$
Vertices: $(c,c)$ and $(-c,-c)$
Foci: $(c\sqrt{2}, c\sqrt{2})$ and $(-c\sqrt{2}, -c\sqrt{2})$
LR length: $2\sqrt{2}\,c$
Auxiliary circle: $x^2+y^2=2c^2$
Director circle: $x^2+y^2=0$ (a point!)
Directrices: $x+y = \pm\sqrt{2}\,c$
USE Complete reference for $xy=c^2$ — most JEE RH problems use these.
Parametric & Chord
Parametric Representation
$$P(t) = \left(ct,\; \frac{c}{t}\right), \quad t \in \mathbb{R}\setminus\{0\}$$
USE Single-parameter form — all chord/tangent/normal in terms of $t$.
Chord $P(t_1)Q(t_2)$
$$x + t_1t_2\,y = c(t_1+t_2) \qquad \text{slope} = -\frac{1}{t_1t_2}$$
USE Chord equation between two parametric points.
Tangent & Normal
Tangent — all three forms
Cartesian at $(x_1,y_1)$: $\dfrac{x}{x_1}+\dfrac{y}{y_1} = 2$

Parametric at $P(t)$: $\dfrac{x}{t}+ty = 2c$,   slope $= -\dfrac{1}{t^2}$
USE Tangent to $xy=c^2$ — clean one-variable form.
Normal at $P(t)$
$$xt^3 - yt = c(t^4-1) \qquad \text{slope} = t^2$$
USE Normal to $xy=c^2$ — slope = $t^2$ (always positive except at vertex).
Four Co-normal Points
$$t_1 \cdot t_2 \cdot t_3 \cdot t_4 = -1$$
USE Product of parameters of 4 co-normal points on $xy=c^2$ is always $-1$.
Chord with Given Midpoint $(h,k)$
$$kx + hy = 2hk$$
USE Chord equation using $T=S_1$ on $xy=c^2$.
Circle cutting $xy=c^2$ — Key Results
Four Intersection Points
$$t_1 t_2 t_3 t_4 = 1 \qquad \text{(circle cuts RH at 4 points)}$$ $$\frac{1}{t_1}+\frac{1}{t_2}+\frac{1}{t_3}+\frac{1}{t_4} = -\frac{2f}{c}$$
USE Product of 4 parameters = 1 (circle case) vs $-1$ (co-normal case).
Orthocentre of Triangle on RH
$$\text{If }P(t_1), Q(t_2), R(t_3) \text{ on }xy=c^2, \text{ orthocentre} = \left(\frac{-c}{t_1t_2t_3},\; -ct_1t_2t_3\right)$$
USE Orthocentre of any triangle inscribed in RH also lies on the same RH.
💡
Important Highlights & Advanced Results
8 results
Product of ⊥ from Foci to Tangent
$$(SP)(S'Q) = b^2 \quad \text{(feet of ⊥ lie on auxiliary circle)}$$
USE Same as ellipse but product = $b^2$ (semi-conjugate)² for hyperbola.
Reflection Property
$$\text{Ray aimed at one focus reflects off outer surface towards other focus}$$
USE Hyperbolic mirror in telescope — reflected ray passes through far focus.
Angle Bisector Property of Normal
$$\angle S'PQ = \angle SPQ \quad \text{(normal bisects internal angle between focal radii)}$$ $$\frac{PS'}{PS} = \frac{S'N}{SN}$$
USE Normal bisects internal angle (opposite to ellipse where tangent bisects external angle).
Confocal Ellipse & Hyperbola
$$\text{Confocal ellipse and hyperbola} \;\Leftrightarrow\; \text{they intersect orthogonally}$$
USE Find $b^2$: set $a_e^2 - b_e^2 = a_h^2 + b_h^2$ (same foci condition).
Locus of Midpoints of Focal Chords
$$\frac{x^2}{a^2}-\frac{y^2}{b^2} = \frac{ex}{a} \quad \text{(another similar hyperbola with same eccentricity)}$$
USE Midpoints of focal chords trace another similar hyperbola.
Circle on Focal Chord as Diameter
$$\text{Circle on focal chord as diameter touches the directrix}$$
USE Same as parabola — circle on focal chord touches directrix.
Tangent from Directrix → Focus
$$\text{Chord of contact from any point on directrix passes through corresponding focus}$$
USE Standard property shared by parabola, ellipse, and hyperbola.
Tangent meets Directrix at Right Angle
$$\text{Tangent between contact point and directrix subtends right angle at corresponding focus}$$
USE Property shared across all conics — use in locus proofs.
)
⟋ Point & Straight Lines
Coordinate Geometry — distance · section · slope · angle · locus · pair of lines
Core Formula
General / Definition
Trick / Short-cut
📍
Coordinate Systems & Distance
7 formulas
Cartesian ↔ Polar Conversion
Polar → Cartesian
$$x = r\cos\theta,\quad y = r\sin\theta$$
USE Convert polar point $(r,\theta)$ to Cartesian — use when circle/line equation is in polar form.
Cartesian → Polar
$$r = \sqrt{x^2+y^2},\quad \theta = \tan^{-1}\!\left(\frac{y}{x}\right)$$
USE Convert Cartesian to polar — $\theta$ measured anticlockwise from positive x-axis.
Distance
Distance Formula
$$AB = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$$
USE Fundamental — used to verify type of quadrilateral (equal sides → rhombus/square; equal diagonals → rectangle/square).
Quadrilateral Identification (given 4 vertices A, B, C, D)
Type Conditions
Square: $AB=BC=CD=DA$ and $AC=BD$; $AC\perp BD$
Rhombus: $AB=BC=CD=DA$ and $AC\neq BD$; $AC\perp BD$
Rectangle: $AB=CD$, $BC=DA$, $AC=BD$; $AC\not\perp BD$
Parallelogram: $AB=DC$, $BC=AD$; $AC\neq BD$; $AC\not\perp BD$
USE After computing all six distances, classify the quadrilateral — check diagonals last.
Collinearity of 3 Points A, B, C
Three Methods
(a) $AB + BC = CA$ (or any permutation of two summing to third)
(b) $\text{Area of }\triangle ABC = 0$
(c) Slope $AB$ = Slope $BC$ = Slope $AC$
USE Method (b) using determinant is fastest for JEE : set up $\frac{1}{2}|x_1(y_2-y_3)+\ldots|=0$.
🔀
Section Formula & Triangle Special Points
12 formulas
Section Formula
Internal Division (m : n)
$$R = \left(\frac{mx_2+nx_1}{m+n},\;\frac{my_2+ny_1}{m+n}\right)$$
USE Point R divides segment PQ internally — ratio positive means point lies between P and Q.
External Division (m : n)
$$R = \left(\frac{mx_2-nx_1}{m-n},\;\frac{my_2-ny_1}{m-n}\right)$$
USE R lies outside segment — if λ in assumed ratio λ:1 is negative, division is external.
Harmonic Conjugate
$$\frac{2}{AB} = \frac{1}{AP} + \frac{1}{AQ} \quad \text{(AP, AB, AQ in H.P.)}$$
USE P divides AB internally and Q divides AB externally in same ratio m:n → P and Q are harmonic conjugates.
Centroid (G)
Centroid Formula
$$G = \left(\frac{x_1+x_2+x_3}{3},\;\frac{y_1+y_2+y_3}{3}\right)$$ Centroid divides each median in ratio $2:1$ from vertex.
USE G is always inside the triangle — use to find third vertex when G and two vertices are given.
Incentre (I) — where angle bisectors meet
Incentre Formula
$$I = \left(\frac{ax_1+bx_2+cx_3}{a+b+c},\;\frac{ay_1+by_2+cy_3}{a+b+c}\right)$$ where $a=BC,\; b=CA,\; c=AB$ (sides opposite to vertices $A,B,C$)
USE Centre of inscribed circle (incircle). Angle bisector from A divides BC in ratio $c:b$ (ratio of adjacent sides).
Circumcentre (O) — equidistant from all vertices
Circumcentre — Key Properties
$OA^2 = OB^2 = OC^2 = R^2$

$$O = \left(\frac{x_1\sin 2A+x_2\sin 2B+x_3\sin 2C}{\sin 2A+\sin 2B+\sin 2C},\;\frac{y_1\sin 2A+y_2\sin 2B+y_3\sin 2C}{\sin 2A+\sin 2B+\sin 2C}\right)$$
Short-cut: If right-angled at B, circumcentre = midpoint of hypotenuse AC.
USE Fastest method: set $OA^2=OB^2$ and $OB^2=OC^2$, solve two equations for $(h,k)$.
Orthocentre (H) — altitudes meet
Orthocentre — Key Properties
$$H = \left(\frac{x_1\tan A+x_2\tan B+x_3\tan C}{\tan A+\tan B+\tan C},\;\frac{y_1\tan A+y_2\tan B+y_3\tan C}{\tan A+\tan B+\tan C}\right)$$
Right-angled: H is at the vertex with right angle.
Equilateral: G = I = O = H (all four coincide).
Euler Line: O, G, H are collinear; $G$ divides $OH$ in ratio $1:2$.
USE Euler line: once circumcentre O and centroid G known, orthocentre $H = 3G - 2O$ (vector form).
Ex-centres (I₁, I₂, I₃)
Ex-centre opposite vertex A
$$I_1 = \left(\frac{-ax_1+bx_2+cx_3}{-a+b+c},\;\frac{-ay_1+by_2+cy_3}{-a+b+c}\right)$$ Similarly: $I_2 = \dfrac{(ax_1-bx_2+cx_3,\;ay_1-by_2+cy_3)}{a-b+c},\quad I_3 = \dfrac{(ax_1+bx_2-cx_3,\;ay_1+by_2-cy_3)}{a+b-c}$
USE Excircle touches one side and extensions of other two — sign of the vertex's side term flips.
Area of Triangle & Polygon
6 formulas
Area of Triangle
$$\Delta = \frac{1}{2}\left|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)\right|$$ $$= \frac{1}{2}\left|\det\begin{pmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{pmatrix}\right|$$ Shoelace: $= \frac{1}{2}\left|(x_1y_2-x_2y_1)+(x_2y_3-x_3y_2)+(x_3y_1-x_1y_3)\right|$
USE Always take absolute value — negative result just means you enumerated vertices clockwise.
Area of Equilateral Triangle
$$\text{Side }(a):\quad \Delta = \frac{\sqrt{3}}{4}a^2 \qquad \text{Altitude }(p):\quad \Delta = \frac{p^2}{\sqrt{3}}$$
USE Area of equilateral triangle with integer coordinates is always irrational (JEE proof question).
Area of Quadrilateral (Shoelace)
$$\text{Area} = \frac{1}{2}\left|(x_1y_2-x_2y_1)+(x_2y_3-x_3y_2)+(x_3y_4-x_4y_3)+(x_4y_1-x_1y_4)\right|$$
USE Split any polygon into triangles and sum areas, or directly apply the shoelace formula going around the vertices in order.
KEY FACT: Area = 0 → points are collinear. Vertices of equilateral triangle cannot all have rational coordinates (area would be $\frac{\sqrt{3}}{4}a^2$ = irrational, but rational × rational combinations = rational — contradiction).
Locus — Finding the Equation
3 formulas
Standard Procedure
Step 1: Let moving point $P = (h,k)$
Step 2: Express the geometric condition in terms of $h,k$ and any parameters
Step 3: Eliminate all parameters
Step 4: Replace $h \to x$, $k \to y$ — the result is the locus equation
USE General method — the key step is elimination of the free parameter from the geometric condition.
Rod on Axes Locus (classic)
Rod of length $\ell$ with ends on axes, point dividing in $m_1:m_2$:
$$\left(\frac{m_1 x}{m_2}\right)^2 + \left(\frac{m_2 y}{m_1}\right)^2 = \ell^2 \quad\Longrightarrow\quad m_1^2x^2+m_2^2y^2 = \left(\frac{m_1m_2\ell}{m_1+m_2}\right)^2$$
USE Classic locus — point on rod with ends on axes traces an ellipse (or circle if divides equally).
cotA + cotB = λ Locus
Fixed points $A(a,0)$, $B(-a,0)$; vertex $C(h,k)$ with $\cot A + \cot B = \lambda$:
$$\cot A = \frac{a-h}{k},\quad \cot B = \frac{a+h}{k} \Rightarrow \frac{2a}{k}=\lambda$$ Locus: $\boxed{y\lambda = 2a}$ (a horizontal line)
USE Whenever cotA + cotB = constant, vertex traces a horizontal line parallel to AB.
📐
Slope & Standard Forms of a Straight Line
10 formulas
Slope
Slope Definition
$$m = \tan\theta = \frac{y_2-y_1}{x_2-x_1}, \quad 0°\le\theta<180°,\;\theta\neq 90°$$ $\theta=90°$: $m$ undefined (vertical line) $\quad \theta=0°$: $m=0$ (horizontal)
USE Parallel lines: $m_1=m_2$; Perpendicular lines: $m_1 m_2 = -1$.
Standard Forms
Five Standard Forms
(a) Slope-Intercept: $y = mx + c$

(b) Point-Slope: $y - y_1 = m(x-x_1)$

(c) Two-Point: $\dfrac{y-y_1}{y_2-y_1} = \dfrac{x-x_1}{x_2-x_1}$  or  $\begin{vmatrix}x&y&1\\x_1&y_1&1\\x_2&y_2&1\end{vmatrix}=0$

(d) Intercept Form: $\dfrac{x}{a}+\dfrac{y}{b}=1$; intercept length $=\sqrt{a^2+b^2}$; area $\triangle OAB=\dfrac{1}{2}|ab|$

(e) Normal Form: $x\cos\alpha+y\sin\alpha = p$ ($p>0$, $0\le\alpha<2\pi$)
USE (d) useful when sum of intercepts is given. (e) useful when perpendicular from origin and its angle are given.
General Form $ax+by+c=0$
Slope $= -\dfrac{a}{b}$   $x$-intercept $= -\dfrac{c}{a}$   $y$-intercept $= -\dfrac{c}{b}$

Convert to normal form: divide by $\sqrt{a^2+b^2}$ (after making RHS positive)
USE Every first-degree equation in $x,y$ represents a straight line — proven because any point on the segment joining two solutions also satisfies it.
Parametric Form
$$\frac{x-x_1}{\cos\theta} = \frac{y-y_1}{\sin\theta} = r \;\Longrightarrow\; P=(x_1+r\cos\theta,\;y_1+r\sin\theta)$$ $|r|$ = distance of $P$ from fixed point $(x_1,y_1)$; $r>0$ forward, $r<0$ backward along direction $\theta$.
USE Find intersection distances: substitute parametric coords into the other curve, get equation in $r$ — product of roots $= r_1 r_2$ = PQ · PR.
Parallel & Perpendicular Lines
From a Given Line $ax+by+c=0$
Parallel: $ax + by + \lambda = 0$ (same coefficients, different constant)
Perpendicular: $bx - ay + k = 0$ (swap coefficients, flip sign of one)
USE $\lambda$ or $k$ determined from additional condition (passes through a point, distance = $d$, etc.).
Angle, Distance & Position
8 formulas
Angle Between Two Lines
Angle Formula
$$\tan\theta = \left|\frac{m_1-m_2}{1+m_1m_2}\right| \quad \text{(acute angle)}$$ Internal angles of triangle with sides $m_1>m_2>m_3$: $$\tan A = \frac{m_1-m_2}{1+m_1m_2},\quad \tan B=\frac{m_2-m_3}{1+m_2m_3},\quad \tan C=\frac{m_3-m_1}{1+m_3m_1}$$ Negative $\tan C$ → obtuse triangle.
USE Take slopes in decreasing order $m_1>m_2>m_3$; third tangent value automatically has opposite sign if obtuse.
Line at Angle $\alpha$ to Given Line
$$y - y_1 = \frac{m\pm\tan\alpha}{1\mp m\tan\alpha}(x-x_1) \quad \text{(two lines making angle }\alpha\text{ with slope }m)$$
USE When line through a given point makes a specific angle with another line — gives two solutions (±).
Position of Points
Same / Opposite Side of a Line
For line $ax+by+c=0$ and points $P(x_1,y_1)$, $Q(x_2,y_2)$:
Same side if $(ax_1+by_1+c)$ and $(ax_2+by_2+c)$ have same sign.
Opposite side if signs differ.
USE Determine which region a point lies in — used for triangle inside/outside checks and inequality solution regions.
Perpendicular Distance
Point to Line Distance
$$d = \frac{|ax_1+by_1+c|}{\sqrt{a^2+b^2}}$$ From origin: $\displaystyle P = \frac{|c|}{\sqrt{a^2+b^2}}$
USE Core formula — radius of inscribed circle equals distance from incentre to any side.
Distance Between Parallel Lines
$$d = \frac{|c_1-c_2|}{\sqrt{a^2+b^2}} \quad \text{(for }ax+by+c_1=0 \text{ and } ax+by+c_2=0\text{)}$$ Area of parallelogram bounded by $y=m_1x+c_1$, $y=m_1x+c_2$, $y=m_2x+d_1$, $y=m_2x+d_2$: $$\text{Area} = \left|\frac{(c_1-c_2)(d_1-d_2)}{m_1-m_2}\right|$$
USE Coefficient of $x$ and $y$ must be identical in both lines before applying — normalise first if needed.
Foot of Perpendicular & Reflection
Foot of Perpendicular from $(x_1,y_1)$ to $ax+by+c=0$
$$\frac{x-x_1}{a} = \frac{y-y_1}{b} = -\frac{ax_1+by_1+c}{a^2+b^2}$$
USE Foot $(\alpha,\beta)$: $\alpha = x_1 - a\cdot\frac{ax_1+by_1+c}{a^2+b^2}$; $\beta$ similarly — solve directly.
Image / Reflection of $(x_1,y_1)$ in $ax+by+c=0$
$$\frac{h-x_1}{a} = \frac{k-y_1}{b} = \frac{-2(ax_1+by_1+c)}{a^2+b^2}$$ Special reflections of $P(x,y)$: x-axis→$(x,-y)$; y-axis→$(-x,y)$; origin→$(-x,-y)$; $y=x$→$(y,x)$
USE Image = $2\times\text{foot} - \text{original point}$. The factor $-2$ vs $-1$ in foot formula is the only difference.
Algebraic Sum of Perpendiculars = 0
$$\sum_{i=1}^{n}\frac{ax_i+by_i+c}{\sqrt{a^2+b^2}} = 0 \;\Rightarrow\; \text{variable line passes through fixed point }\left(\frac{\sum x_i}{n},\frac{\sum y_i}{n}\right)$$
USE If algebraic sum of perpendiculars from n given points to a variable line is zero, the line always passes through the centroid of those n points.
Family of Lines, Concurrency & Determinant Form
6 formulas
Family of Lines Through Intersection of $L_1=0$ and $L_2=0$
$$L_1 + \lambda L_2 = 0 \quad \text{(for all values of }\lambda\text{)}$$ i.e. $a_1x+b_1y+c_1 + \lambda(a_2x+b_2y+c_2) = 0$
USE Any line through intersection point of two given lines — find $\lambda$ from extra condition (passes through a point, perpendicular to one, etc.).
Fixed Point of a Family (ax+by+c=0 with constraint)
If $pa+qb+rc=0$, rearrange as $L_1+\frac{r}{q}L_2=0$ form → fixed point = intersection of $L_1=0$, $L_2=0$.
Quick method: treat as $\lambda L_1 + \mu L_2 = 0$ and find their intersection.
USE E.g. $3a+2b+5c=0$: rewrite $ax+by+c=0$ eliminating one coefficient → passes through $(\frac{3}{5},\frac{2}{5})$.
Concurrency of Three Lines
$$\begin{vmatrix}a_1&b_1&c_1\\a_2&b_2&c_2\\a_3&b_3&c_3\end{vmatrix}=0$$ Equivalently: $\exists\; l,m,n$ (not all zero) such that $lL_1+mL_2+nL_3=0$.
USE Determinant = 0 is necessary but not sufficient (may be parallel) — verify by checking the system is consistent.
Line Through Two Points (Determinant Form)
$$\begin{vmatrix}x&y&1\\x_1&y_1&1\\x_2&y_2&1\end{vmatrix}=0$$
USE Clean form for median, altitude through a triangle vertex using midpoint coordinates.
Family Parameterised by Angle (θ parameter)
If family is $(A\sin\theta+B\cos\theta)x+(C\sin\theta+D\cos\theta)y+(E\sin\theta+F\cos\theta)=0$,
rewrite as $\sin\theta(\cdot)+\cos\theta(\cdot)=0 \;\Rightarrow\; L_1+\tan\theta\cdot L_2=0$
→ passes through intersection of $L_1=0$ and $L_2=0$.
USE Separate sine and cosine terms; treat as $P+\lambda Q=0$ family — fixed point is intersection of P=0, Q=0.
Angle Bisectors of Two Lines
6 formulas
Bisector Equation
$$\frac{a_1x+b_1y+c_1}{\sqrt{a_1^2+b_1^2}} = \pm\frac{a_2x+b_2y+c_2}{\sqrt{a_2^2+b_2^2}}$$ Two bisectors — one acute, one obtuse (they are always perpendicular to each other).
USE Two bisectors always intersect at right angles — use this to find the second once the first is known.
Bisector Containing the Origin
Make $c_1>0$ and $c_2>0$ (multiply equation by $-1$ if constant term is negative).
Then the bisector containing origin is the positive sign bisector.
USE Origin lies in the acute-angle region if $a_1a_2+b_1b_2 < 0$ (after making constants positive).
Acute / Obtuse Bisector — Sign Rule
After making $c_1, c_2 > 0$, compute $a_1a_2+b_1b_2$:
Positive: $+$ sign → obtuse bisector; $-$ sign → acute bisector
Negative: $+$ sign → acute bisector; $-$ sign → obtuse bisector
USE Alternative: find angle between a bisector and one given line; $\tan\phi<1\Rightarrow\phi<45°\Rightarrow$ that bisector is the acute one.
Bisector Containing a Given Point $(x_1,y_1)$
Compute $L_1(x_1,y_1)=a_1x_1+b_1y_1+c_1$ and $L_2(x_1,y_1)$.
If both have same sign → use $+$ bisector.
If signs differ → use $-$ bisector.
USE Directly test which bisector the given point satisfies — no need to compute angles.
Pair of Straight Lines (Homogeneous & General)
15 formulas
Homogeneous Second Degree: $ax^2+2hxy+by^2=0$
Sum & Product of Slopes
$$m_1+m_2 = -\frac{2h}{b},\quad m_1m_2 = \frac{a}{b}$$ $$\tan\theta = \left|\frac{2\sqrt{h^2-ab}}{a+b}\right| \quad \text{(angle between the pair)}$$
USE Both lines always pass through the origin. Treat as quadratic in $m = y/x$.
Nature of Lines
$h^2 - ab > 0$: real and distinct
$h^2 - ab = 0$: real and coincident
$h^2 - ab < 0$: imaginary (complex conjugates, only real intersection = origin)
USE Same discriminant logic as quadratic — $h^2-ab$ replaces $b^2-4ac$.
Special Conditions
Perpendicular: $a+b=0$ (sum of coefficients of $x^2$ and $y^2$ = 0)
Coincident: $h^2=ab$
Equally inclined to x-axis: $h=0$ (no xy term)
Bisectors of $ax^2+2hxy+by^2=0$: $\;\dfrac{x^2-y^2}{a-b}=\dfrac{xy}{h}$
Perpendicular pair to given: replace $(a,h,b)\to(b,-h,a)$, giving $bx^2-2hxy+ay^2=0$
USE Bisectors of a pair are always perpendicular to each other (coeff of $x^2$ + coeff of $y^2=0$ in bisector eq).
Product of Perpendiculars from $(x_1,y_1)$
$$p_1\cdot p_2 = \frac{|ax_1^2+2hx_1y_1+by_1^2|}{\sqrt{(a-b)^2+4h^2}}$$
USE Used to find the product of perpendicular lengths from a given external point to both lines of the pair.
General Second Degree: $ax^2+2hxy+by^2+2gx+2fy+c=0$
Condition for Pair of Lines ($\Delta=0$)
$$\Delta = \begin{vmatrix}a&h&g\\h&b&f\\g&f&c\end{vmatrix} = abc+2fgh-af^2-bg^2-ch^2 = 0$$
USE If $\Delta=0$, the equation represents a pair of lines (not necessarily through origin) — find $\lambda$ to make $\Delta=0$.
Point of Intersection of the Pair
$$\left(\frac{hf-bg}{ab-h^2},\;\frac{gh-af}{ab-h^2}\right)$$
USE Solve $\partial F/\partial x = 0$ and $\partial F/\partial y = 0$ simultaneously.
Angle between Lines (General)
$$\tan\theta = \frac{2\sqrt{h^2-ab}}{a+b}$$ Perpendicular: $a+b=0$   Parallel: $h^2=ab$ and $bg^2=af^2$
USE Same formula as for homogeneous pair — the terms $g,f,c$ don't affect the angle between the lines.
Homogenization (Making Curve Homogeneous with Line)
Curve: $ax^2+2hxy+by^2+2gx+2fy+c=0$; Line: $\ell x+my+n=0\Rightarrow\dfrac{\ell x+my}{-n}=1$

Combined equation of lines $OP$, $OQ$ (chord intersections from origin): $$ax^2+2hxy+by^2+2(gx+fy)\!\left(\frac{\ell x+my}{-n}\right)+c\!\left(\frac{\ell x+my}{-n}\right)^{\!2}=0$$
USE Find the pair of lines joining origin to intersection of curve and line — then use $a+b=0$ for perpendicularity condition (angle at origin = 90°).
🔄
Transformation of Axes
4 formulas
Shifting of Origin to $(\alpha,\beta)$
$$x = x'+\alpha,\quad y = y'+\beta \quad\Longleftrightarrow\quad x'=x-\alpha,\quad y'=y-\beta$$ Replace $x\to x+\alpha$ and $y\to y+\beta$ in the equation to get new equation.
USE Eliminate first-degree terms — shift origin to point of intersection / vertex of conic.
Rotation of Axes by Angle $\theta$ (anticlockwise)
$$x = x'\cos\theta - y'\sin\theta,\quad y = x'\sin\theta + y'\cos\theta$$ $$x' = x\cos\theta+y\sin\theta,\quad y' = -x\sin\theta+y\cos\theta$$ Table: New $x'$ uses $\cos\theta$ from old $x$, $\sin\theta$ from old $y$; New $y'$ uses $-\sin\theta$, $\cos\theta$.
USE Eliminate the xy term from a second-degree equation — choose θ so that coefficient of x'y' becomes zero (solve $\cot 2\theta=(a-b)/2h$).
Linear Inequalities & Regions
3 formulas
Region Represented by $ax+by+c>0$
Test with a convenient point (e.g., origin):
If $a(0)+b(0)+c>0$ → origin is in the region $ax+by+c>0$.
The inequality represents the half-plane on one side of the line $ax+by+c=0$.
USE For feasibility region: shade intersection of all inequality half-planes — corner points give extrema of objective function.
Line Passing Inside a Triangle
Line $L=0$ passes inside $\triangle ABC$ if it separates at least one vertex from the other two.
i.e. $L(A)$ and $L(B)$ have opposite signs, or $L(A)$ and $L(C)$ have opposite signs.
USE Check signs of $L$ at each vertex — two on same side, one on other side → line passes through interior.
◉ Circle
Locus of equidistant points from centre · General form · Tangent · Chord · Power of a Point · Radical Axis
Core Formula
General / Definition
Theorem / Property
📐
Basic Circle Geometry — Key Theorems
9 theorems
Chord Perpendicularity
Line from centre bisects a chord $\;\Leftrightarrow\;$ it is perpendicular to the chord. (Two-way)
USE Perpendicular from centre to chord bisects it — use to find chord length given distance from centre.
Equal Chords & Distance
$AB = CD \;\Leftrightarrow\; OP = OQ$ (equal chords equidistant from centre; nearer chord is longer)
USE Greatest chord = diameter ($d=0$ from centre); shortest chord approaches diameter approaches the tangent.
Angle at Centre = 2 × Inscribed Angle
$$\angle AOB = 2\angle APB \quad \text{(same arc AB)}$$
USE Angle in semicircle = 90° (special case where $\angle AOB=180°$).
Angles in Same Segment
$$\angle APB = \angle AQB \quad \text{(P, Q on same arc)} \quad\Leftrightarrow\quad A,P,Q,B \text{ concyclic}$$
USE Converse: if line segment subtends equal angles at two points on same side, four points are concyclic.
Cyclic Quadrilateral
$$\angle P + \angle R = 180°,\quad \angle Q + \angle S = 180° \quad\Leftrightarrow\quad \text{PQRS concyclic}$$
USE Opposite angles supplementary — test for concyclicity or use as angle-finding shortcut.
Tangent ⊥ Radius
Tangent at point of contact is perpendicular to the radius at that point.
USE $OT\perp PT$ → $OT^2+PT^2=OP^2$ — find length of tangent from external point.
Equal Tangents from External Point
$PT_1 = PT_2$ (two tangents from same external point are equal in length)
USE $\triangle OT_1P \cong \triangle OT_2P$ (RHS) — also $\angle T_1PO = \angle T_2PO$ (tangents are symmetric about $PO$).
Alternate Segment Theorem
Angle between tangent at $T$ and chord $TM$ = Inscribed angle in alternate segment.
$\angle MTB = \angle TPM$   and   $\angle MTA = \angle MQT$
USE Tangent-chord angle equals the angle subtended by the chord on the opposite arc.
Power of a Point — Intersecting Lines
P outside circle: $PT^2 = PA\cdot PB = PC\cdot PD$ (secant-tangent; secant-secant)
P inside circle: $PA\cdot PB = PC\cdot PD$ (chord-chord)
Two touching circles: $O_1O_2 = r_1+r_2$ (external) or $|r_1-r_2|$ (internal)
USE $PA\cdot PB$ is constant for any chord through $P$ — the "power of point P" w.r.t. the circle.
Equations of a Circle — All Forms
8 formulas
Centre-Radius Form
$$(x-h)^2+(y-k)^2 = r^2 \quad \text{centre }(h,k),\text{ radius }r$$ Origin as centre: $x^2+y^2=r^2$
USE Simplest form — complete the square in general form to arrive here.
General Form
$$x^2+y^2+2gx+2fy+c=0$$ Centre: $(-g,-f)$   Radius: $r=\sqrt{g^2+f^2-c}$

Conditions: $g^2+f^2-c>0$ (real circle); $=0$ (point circle); $<0$ (imaginary)
USE Check: coefficient of $x^2$ = coefficient of $y^2$ and coefficient of $xy=0$ for any equation to be a circle.
Diameter Form
$$(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$$ ($(x_1,y_1)$ and $(x_2,y_2)$ are ends of diameter — angle in semicircle = 90°)
USE Circle of minimum radius through two given points — any circle through same points has larger radius.
Parametric Equations
$$x = h+r\cos\theta,\quad y = k+r\sin\theta,\quad -\pi<\theta\le\pi$$
USE Any point on circle in one-parameter form — substitute to find intersection with another curve.
Intercepts on Axes
$$x\text{-intercept} = 2\sqrt{g^2-c} \quad (g^2>c); \quad y\text{-intercept} = 2\sqrt{f^2-c} \quad (f^2>c)$$ $g^2=c$: circle touches x-axis; $\;f^2=c$: circle touches y-axis
USE Locus of centre when intercepts are given: eliminate $c$ using $g^2-c=a^2/4$ and $f^2-c=b^2/4$ → $x^2-y^2=(a^2-b^2)/4$.
Condition $ax^2+(b-3)xy+3y^2+\ldots$ to be Circle
Coefficient of $x^2$ = coefficient of $y^2$ → $a=3$
Coefficient of $xy$ = 0 → $b=3$
USE Two conditions to identify circle from general second-degree: equal squared coefficients and zero xy-term.
Position of a Point w.r.t. Circle
$$S_1 = x_1^2+y_1^2+2gx_1+2fy_1+c \begin{cases} <0 & \text{inside} \\ =0 & \text{on} \\ >0 & \text{outside}\end{cases}$$ Max distance from point $A$ outside circle = $AC+r$   Min = $AC-r$
USE $S_1$ is also the square of the tangent length from $(x_1,y_1)$ — double duty formula.
Line & Circle — Intersection Conditions
6 formulas
Perpendicular Distance Test
$p$ = distance from centre to line, $r$ = radius:
$p > r$: no intersection (outside)   $p = r$: tangent   $p < r$: secant (chord)
USE Fastest test — compute $p=|ah+bk+c|/\sqrt{a^2+b^2}$ and compare with radius.
Discriminant Test ($y=mx+c$ with $x^2+y^2=a^2$)
$c^2 < a^2(1+m^2)$: secant   $c^2 = a^2(1+m^2)$: tangent   $c^2 > a^2(1+m^2)$: no intersection
USE Substitute $y=mx+c$ into circle, form quadratic in $x$, set discriminant $\ge 0$ for intersection.
Length of Chord
$$\ell = 2\sqrt{r^2-p^2} \quad \text{where }p=\text{perpendicular distance from centre to chord}$$
USE Use Pythagoras: half-chord $= \sqrt{r^2-p^2}$. Longest chord = diameter ($p=0$); approaches 0 as $p\to r$.
Tangent — All Forms
8 formulas
To $x^2+y^2=a^2$
Slope Form
$$y = mx \pm a\sqrt{1+m^2}$$ Point of contact: $\left(\frac{-a^2m}{c},\frac{a^2}{c}\right)$ where $c=\pm a\sqrt{1+m^2}$
USE Use when slope of tangent is known — gives two parallel tangents for each $m$.
Point Form
$$xx_1+yy_1 = a^2 \quad \text{at point }(x_1,y_1)\text{ on circle}$$
USE Replace $x^2\to xx_1$, $y^2\to yy_1$ in circle equation — the "T=0" substitution rule.
Parametric Form
$$x\cos\alpha + y\sin\alpha = a \quad \text{at }(a\cos\alpha, a\sin\alpha)$$ Intersection of tangents at $P(\alpha)$ and $Q(\beta)$: $$\left(\frac{a\cos\!\tfrac{\alpha+\beta}{2}}{\cos\!\tfrac{\alpha-\beta}{2}},\;\frac{a\sin\!\tfrac{\alpha+\beta}{2}}{\cos\!\tfrac{\alpha-\beta}{2}}\right)$$
USE Parametric tangent simplest for angle-based problems — one clean formula instead of slope form.
To General Circle $x^2+y^2+2gx+2fy+c=0$
Point Form (T = 0)
$$T \equiv xx_1+yy_1+g(x+x_1)+f(y+y_1)+c = 0$$ Rule: Replace $x^2\!\to\!xx_1$, $y^2\!\to\!yy_1$, $x\!\to\!\tfrac{x+x_1}{2}$, $y\!\to\!\tfrac{y+y_1}{2}$
USE Same substitution rule works for any second-degree conic — memorise the pattern, not individual cases.
Normal
Normal to Circle at $(x_1,y_1)$
$$y - y_1 = \frac{y_1+f}{x_1+g}(x-x_1)$$ (Passes through centre $(-g,-f)$ — normal is the line joining centre to the point)
USE Point of intersection of two normals = centre of circle. Given two normals, find their intersection to get centre.
Director Circle
Director Circle
$$\text{Locus of intersection of } \perp \text{ tangents} = x^2+y^2 = 2a^2$$ (concentric circle with radius $r\sqrt{2}$)
USE The angle $\angle T_1PT_2=90°$ means P lies on director circle — radius is $\sqrt{2}$ times original radius.
📏
Length of Tangent · Chord of Contact · Midpoint Chord
10 formulas
Length of Tangent & Power
Length of Tangent from $(x_1,y_1)$
$$PT = \sqrt{S_1} = \sqrt{x_1^2+y_1^2+2gx_1+2fy_1+c}$$ Power of point $P$ = $S_1 = PT^2 = PA\cdot PB$ (for any secant $PAB$ through $P$)
USE $S_1>0$ → outside (tangent exists); $S_1=0$ → on circle; $S_1<0$ → inside. $\sqrt{S_1}$ = tangent length.
Chord of Contact (from external point $P(x_1,y_1)$)
Equation of Chord of Contact ($T=0$)
$$xx_1+yy_1+g(x+x_1)+f(y+y_1)+c = 0 \quad \text{(same as tangent formula!)}$$
USE Tangent formula from point on circle = Chord of contact from external point — same equation, different context.
Chord of Contact — Derived Results
Let $L=\sqrt{S_1}$ (tangent length), $R$ = radius:

Length of chord of contact $T_1T_2 = \dfrac{2LR}{\sqrt{R^2+L^2}}$

Area of $\triangle PT_1T_2 = \dfrac{RL^3}{R^2+L^2}$

$\tan(\angle\text{between tangents}) = \dfrac{2RL}{L^2-R^2}$

Circumcircle of $\triangle PT_1T_2$: $(x-x_1)(x+g)+(y-y_1)(y+f)=0$
USE All four results derived from the geometry of $\triangle OPT$ (right angle at $T$) — $L=\sqrt{OP^2-R^2}$.
Chord with Given Midpoint ($T = S_1$)
Equation of Chord (Midpoint = $(x_1,y_1)$)
$$T = S_1$$ $$xx_1+yy_1+g(x+x_1)+f(y+y_1)+c = x_1^2+y_1^2+2gx_1+2fy_1+c$$ Slope of chord $= -\dfrac{x_1+g}{y_1+f}$ (perpendicular to line joining centre to midpoint)
USE Shortest chord through an interior point has its midpoint at that point — use $T=S_1$ for its equation.
↗↙
Pair of Tangents — $SS_1 = T^2$
3 formulas
Combined Equation of Pair of Tangents
$$SS_1 = T^2$$ where $S\equiv x^2+y^2+2gx+2fy+c$,\quad $S_1\equiv x_1^2+y_1^2+2gx_1+2fy_1+c$ $$T\equiv xx_1+yy_1+g(x+x_1)+f(y+y_1)+c$$
USE From external point $(x_1,y_1)$, $SS_1=T^2$ gives joint equation of both tangents as a pair of straight lines.
Chord of Contact from Pair of Tangents on $xy=c^2$
Tangent pair from origin to circle: $2x^2-3xy+y^2=0$ (example)
Angle $2\theta$ between tangents: use $\tan\theta = r/L$
Four co-normal points on $xy=c^2$: product of parameters $t_1t_2t_3t_4=-1$
USE $OA = r/\sin\theta$ where $\theta$ is half the angle between tangents — use angle formula to find distance $OA$.
🔵
Family of Circles
8 formulas
Through Intersection of Two Circles $S_1=0$, $S_2=0$
$$S_1 + \lambda S_2 = 0 \quad (\lambda\neq -1)$$
USE All circles through the two intersection points — find $\lambda$ from extra condition (passes through point, has given radius, etc.).
Through Intersection of Circle $S=0$ and Line $L=0$
$$S + \lambda L = 0$$
USE Smallest circle in this family: its centre lies on the line $L=0$ (set $-g/\lambda$ type centre on line and solve).
Through Two Given Points $(x_1,y_1)$ and $(x_2,y_2)$
$$(x-x_1)(x-x_2)+(y-y_1)(y-y_2)+K\begin{vmatrix}x&y&1\\x_1&y_1&1\\x_2&y_2&1\end{vmatrix}=0$$
USE $K=0$ gives the minimum-radius circle (diameter form). Non-zero $K$ gives other circles through the same two points.
Touching a Fixed Line at Fixed Point $(x_1,y_1)$
$$(x-x_1)^2+(y-y_1)^2 + K\bigl[y-y_1-m(x-x_1)\bigr]=0$$ where $y-y_1=m(x-x_1)$ is the given tangent line.
USE All circles tangent to a given line at a given point — centre lies on the perpendicular to the line at the point.
Circle Touching y-axis at $(0,k)$
$$x^2+(y-k)^2+\lambda x = 0$$ (Centre on line $x=0$ side shifts; the $\lambda x$ term ensures tangency at the point on y-axis)
USE Substitute the other given point to find $\lambda$, then the complete equation.
Common Tangents to Two Circles — Five Cases
10 formulas
Five Cases Based on Distance $d = |C_1C_2|$
$d > r_1+r_2$: 4 tangents (2 direct, 2 transverse) — circles external
$d = r_1+r_2$: 3 tangents — circles touch externally
$|r_1-r_2| < d < r_1+r_2$: 2 tangents (only direct) — circles intersect
$d = |r_1-r_2|$: 1 tangent — circles touch internally
$d < |r_1-r_2|$: 0 tangents — one circle inside the other
USE Number of common tangents = 4, 3, 2, 1, or 0 based on relative position — memorise the boundary conditions.
External Centre of Similitude $P$
$$P \text{ divides }C_1C_2 \text{ externally in ratio }r_1:r_2$$ $$P = \left(\frac{r_1x_2-r_2x_1}{r_1-r_2},\;\frac{r_1y_2-r_2y_1}{r_1-r_2}\right)$$ (Direct common tangents pass through $P$)
USE Write equation of tangent from $P$ to either circle to find direct common tangents.
Internal Centre of Similitude $T$
$$T \text{ divides }C_1C_2 \text{ internally in ratio }r_1:r_2$$ $$T = \left(\frac{r_1x_2+r_2x_1}{r_1+r_2},\;\frac{r_1y_2+r_2y_1}{r_1+r_2}\right)$$ (Transverse common tangents pass through $T$)
USE Transverse tangents cross between the circles — internal division gives the crossing point.
Length of Direct Common Tangent
$$L_{\text{direct}} = \sqrt{d^2-(r_1-r_2)^2}$$ $$L_{\text{transverse}} = \sqrt{d^2-(r_1+r_2)^2}$$
USE Direct tangent uses $(r_1-r_2)^2$ (same direction radii); transverse uses $(r_1+r_2)^2$ (opposite radii).
Two Circles Touch Each Other — Condition
Externally: $d = r_1+r_2$ → point of contact divides $C_1C_2$ internally in $r_1:r_2$
Internally: $d = |r_1-r_2|$ → point of contact divides $C_1C_2$ externally in $r_1:r_2$
Circles $x^2+y^2+2ax+c^2=0$ and $x^2+y^2+2by+c^2=0$ touch each other if $\dfrac{1}{a^2}+\dfrac{1}{b^2}=\dfrac{1}{c^2}$
USE For touching: distance between centres = sum (ext) or difference (int) of radii.
Radical Axis & Radical Centre
8 formulas
Radical Axis of $S_1=0$ and $S_2=0$
$$S_1 - S_2 = 0 \quad\Longrightarrow\quad 2(g_1-g_2)x+2(f_1-f_2)y+(c_1-c_2)=0$$ (Locus of equal power w.r.t. both circles)
USE First normalise both equations so coefficients of $x^2,y^2$ are each 1, then subtract directly.
Key Properties of Radical Axis
(a) Always $\perp$ to the line joining the centres
(b) If circles intersect → radical axis = common chord
(c) If circles touch → radical axis = common tangent at contact point
(d) Bisects each common external tangent
(e) Passes through midpoint of $C_1C_2$ only if $r_1=r_2$
(f) Concentric circles have no radical axis
USE Property (a): verify your radical axis is perpendicular to $C_1C_2$ as a quick sanity check.
Radical Centre
Common intersection of radical axes of three circles taken two at a time.
Equal tangent lengths from radical centre to all three circles.
USE Find radical axes of any two pairs → solve simultaneously → radical centre. Then $\sqrt{S_1}$ from this point = tangent to each circle.
Coaxial System & Orthogonal Circles
7 formulas
Coaxial System
Definition & Forms
Family with common radical axis = coaxial system.

Form 1 (radical axis $P=0$ and one circle $S=0$): $\quad S+\lambda P=0$
Form 2 (two circles $S_1=0$, $S_2=0$): $\quad S_1+\lambda(S_1-S_2)=0$
Simplest form: $\quad x^2+y^2+2gx+c=0$ ($g$ variable, $c$ constant)
USE Coaxial circles share a radical axis — all have centres on the same line perpendicular to the radical axis.
Orthogonal Circles
Orthogonality Condition
$$2g_1g_2 + 2f_1f_2 = c_1+c_2$$ Proof: $(C_1C_2)^2 = r_1^2+r_2^2$ (Pythagoras at right-angle intersection) $$\Rightarrow (g_1-g_2)^2+(f_1-f_2)^2 = g_1^2+f_1^2-c_1+g_2^2+f_2^2-c_2$$
USE Tangents at intersection point of orthogonal circles pass through the other circle's centre.
Key Orthogonality Properties
(a) Centre of variable circle orthogonal to two fixed circles lies on their radical axis.
(b) Centre of circle orthogonal to three given circles = radical centre (if outside all three).
USE Use (a) to find locus of centre when orthogonality to two circles is the condition.
💡
Important Highlights & Quick Results
10 results
Circle on Focal Chord as Diameter
Circle drawn on any focal chord of a conic as diameter touches the corresponding directrix.
USE Shared property — parabola, ellipse, and hyperbola all satisfy this.
Chord of Contact from Directrix
Chord of contact from any point on the directrix passes through the corresponding focus.
USE Standard conic property — used in both circle and conic section proofs.
Angle in Semicircle
$\angle APB = 90°$ if $AB$ is diameter — use diameter form circle $(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=0$ directly.
USE Shortcut: if a triangle has sides such that $AB^2+BC^2=AC^2$, the circumcircle has $AC$ as diameter.
Circumcircle of Triangle $PT_1T_2$
$$(x-x_1)(x+g)+(y-y_1)(y+f)=0$$ (where $(x_1,y_1)$ is external point and $(-g,-f)$ is the centre)
USE Circumcircle of triangle formed by tangents and chord of contact — diameter is $OP$ (from external point to centre).
Two Circles: $x^2+y^2=ax$ and $x^2+y^2=c^2$ Touch iff $|a|=c$
Circle 1: centre $(a/2,0)$, radius $|a|/2$
Circle 2: centre $(0,0)$, radius $c$
Touch internally iff distance between centres = difference of radii: $|a|/2 = c - |a|/2 \Rightarrow |a|=c$
USE Common pattern — one circle passes through origin and touches the other.
Circle Through Origin: $x^2+y^2+\lambda y=0$ Touching y-axis at $(0,2)$
Family touching y-axis at $(0,k)$: $x^2+(y-k)^2+\lambda x=0$
Substitute other given point to find $\lambda$ → complete equation.
USE Quick family form — saves solving from general form. Don't forget to verify the given point satisfies the final equation.
Locus of Midpoint of Chord of Contact
Point $(x_1,y_1)$ on line $lx+my=1$ → chord of contact of $x^2+y^2=a^2$:
Midpoint $(h,k)$ satisfies: $h^2+k^2 = a^2(lh+mk)$
Locus: $x^2+y^2=a(lx+my)$ (a circle through origin)
USE Use $T=S_1$ for chord with midpoint $(h,k)$, then eliminate $(x_1,y_1)$ using the given line condition.
Common Chord of Two Circles
$$S_1-S_2=0 \quad \text{(radical axis = common chord when circles intersect)}$$ Length of common chord: use distance from either centre to the radical axis line, then $\ell = 2\sqrt{r^2-p^2}$.
USE Subtract the two circle equations (coefficients of $x^2,y^2$ must be 1 first) to get the common chord.