Why this topic matters · 9 min read
Analytical Geometry is one of the highest-weightage topics in NDA Maths, consistently contributing 8-12 questions per paper. It covers straight lines, circles, parabola, ellipse, and hyperbola. NDA tests mostly direct formula application, condition-based problems (tangent, normal, chord of contact), and locus problems. If you master the standard forms and key conditions, this section is free marks.
Straight Lines — Core Formulas and Conditions
A straight line is the simplest curve in coordinate geometry. NDA regularly asks about slope, angle between lines, distance formulas, and position of a point relative to a line. The key skill is picking the right form of the line equation based on what information is given.
- Slope m = tan(theta) where theta is angle with positive x-axis
- Two lines are parallel if m1 = m2, perpendicular if m1 x m2 = -1
- Distance from point (x1, y1) to line ax + by + c = 0 is |ax1 + by1 + c| / sqrt(a^2 + b^2)
- Angle bisector of two lines: use the distance-from-line formula set equal for both lines
- Foot of perpendicular and reflection of a point are frequent NDA question types
- Three lines are concurrent if the determinant of their coefficients is zero
Key formulas
Slope-Intercept Form
y = mx + c
When: When slope and y-intercept are known
Two-Point Form
(y - y1)/(y2 - y1) = (x - x1)/(x2 - x1)
When: When two points on the line are given
Normal Form
x cos(alpha) + y sin(alpha) = p
When: When perpendicular distance from origin and angle are given
Distance Between Parallel Lines
|c1 - c2| / sqrt(a^2 + b^2)
When: Lines are ax + by + c1 = 0 and ax + by + c2 = 0
Point Division (Section Formula)
x = (m*x2 + n*x1)/(m+n), y = (m*y2 + n*y1)/(m+n)
When: Point divides segment in ratio m:n internally
Worked examples
Find distance from (3, -4) to line 3x - 4y + 10 = 0. Answer: |3(3) - 4(-4) + 10| / sqrt(9+16) = |9+16+10|/5 = 35/5 = 7
Lines 2x - y + 3 = 0 and 4x - 2y + 7 = 0 are parallel. Distance = |3/1 - 7/2| / sqrt(4+1) = |6-7|/(2*sqrt5) = 1/(2sqrt5)
Circle — Standard Forms and Key Results
Circle questions in NDA focus on finding the equation, checking if a line is tangent, length of tangent from an external point, and common chords. The general equation approach is used when center and radius are not directly obvious.
- Standard form: center (0,0), radius r => x^2 + y^2 = r^2
- General form: x^2 + y^2 + 2gx + 2fy + c = 0, center = (-g, -f), radius = sqrt(g^2 + f^2 - c)
- Condition for tangency: distance from center to line = radius
- Length of tangent from external point P(x1,y1) = sqrt(x1^2 + y1^2 + 2gx1 + 2fy1 + c)
- Chord of contact from external point (x1,y1): T = 0 means xx1 + yy1 = r^2
- Two circles intersect, touch externally, touch internally based on relation between d and r1, r2
Key formulas
Circle Standard Form
x^2 + y^2 = r^2
When: Center at origin
Circle General Form
x^2 + y^2 + 2gx + 2fy + c = 0
When: Center and radius need to be extracted: center (-g,-f), r = sqrt(g^2+f^2-c)
Length of Tangent
L = sqrt(S1) where S1 = x1^2 + y1^2 + 2gx1 + 2fy1 + c
When: External point (x1,y1) to circle S=0
Tangent at Point on Circle
xx1 + yy1 = r^2
When: Tangent at point (x1,y1) on circle x^2+y^2=r^2
Worked examples
For circle x^2 + y^2 - 6x + 4y - 3 = 0: g=-3, f=2, c=-3, center=(3,-2), radius=sqrt(9+4+3)=sqrt(16)=4
Length of tangent from (5,1) to x^2+y^2=9: sqrt(25+1-9) = sqrt(17)
Parabola — Standard Form and Properties
NDA consistently asks 2-3 questions on parabola covering focus, directrix, tangent equations, and parametric form. Always identify which standard form applies before solving. The most tested is y^2 = 4ax.
- Standard parabola: y^2 = 4ax, focus = (a,0), directrix: x = -a, vertex = (0,0)
- Axis is along x-axis for y^2=4ax, along y-axis for x^2=4ay
- Parametric point on y^2=4ax is (at^2, 2at)
- Tangent at point (at^2, 2at): ty = x + at^2
- Normal at parametric point t: y = -tx + 2at + at^3
- Focal chord: if one end has parameter t, other end has parameter -1/t
Key formulas
Standard Parabola
y^2 = 4ax
When: Parabola opening right, vertex at origin
Focus and Directrix
Focus (a,0), Directrix x + a = 0
When: For y^2 = 4ax
Tangent at (x1,y1)
yy1 = 2a(x + x1)
When: Point lies on y^2 = 4ax
Length of Latus Rectum
4a
When: Chord through focus perpendicular to axis
Worked examples
For y^2 = 12x: 4a=12, a=3. Focus=(3,0), directrix x=-3, latus rectum length=12
Tangent to y^2=8x at point (2,4): yy1=2a(x+x1) => 4y=4(x+2) => y=x+2
Ellipse and Hyperbola — Key Results Only
NDA tests basic properties of ellipse and hyperbola — mostly identifying center, foci, eccentricity, and directrix. Deep derivations are not expected. Focus on remembering the comparison between the two: ellipse has e less than 1, hyperbola has e greater than 1.
- Ellipse: x^2/a^2 + y^2/b^2 = 1 where a > b, foci at (+-ae, 0), b^2 = a^2(1-e^2)
- Hyperbola: x^2/a^2 - y^2/b^2 = 1, foci at (+-ae, 0), b^2 = a^2(e^2-1)
- For ellipse: sum of focal distances = 2a (constant), that is why it is an ellipse
- Asymptotes of hyperbola: y = +-(b/a)x — these pass through center
- Rectangular hyperbola: xy = c^2, parametric point (ct, c/t)
- Eccentricity: circle e=0, ellipse 0<e<1, parabola e=1, hyperbola e>1
Key formulas
Ellipse Standard Form
x^2/a^2 + y^2/b^2 = 1, b^2 = a^2(1-e^2)
When: Major axis along x-axis, a > b
Hyperbola Standard Form
x^2/a^2 - y^2/b^2 = 1, b^2 = a^2(e^2-1)
When: Transverse axis along x-axis
Focal Distance in Ellipse
r1 + r2 = 2a
When: r1, r2 are distances from two foci to any point on ellipse
Worked examples
For ellipse x^2/25 + y^2/16 = 1: a=5, b=4, e=sqrt(1-16/25)=sqrt(9/25)=3/5, foci=(+-3, 0)
For hyperbola x^2/9 - y^2/16 = 1: a=3, b=4, e=sqrt(1+16/9)=sqrt(25/9)=5/3
⚠ Common mistakes to avoid
- Confusing the general circle form: students write center as (g,f) instead of (-g,-f). Remember the negative sign always.
- For parabola y^2=4ax, students forget that the focus is (a,0) not (4a,0). Extract a first, then find focus.
- Mixing up perpendicular condition: m1*m2 = -1 only when neither line is vertical. If one line is vertical (undefined slope) the other must be horizontal.
- In ellipse, confusing which is a and which is b. a is always the larger denominator. b^2 = a^2(1-e^2) not the other way.
- Forgetting to check if a point is inside or outside the circle before applying tangent formula. Tangent from internal point is not real.
🧠 Memory aids
- SPFDN for Parabola: Standard form, Parametric point, Focus, Directrix, Normal — recall these 5 in order for any parabola question.
- Eccentricity ladder: 0 (circle) → less than 1 (ellipse) → 1 (parabola) → more than 1 (hyperbola). Think of it as a door opening wider and wider.
- For circle general form, think of g and f as enemies of the center — they flip sign. Center = (-g, -f).
- Focal chord of parabola mnemonic: t and -1/t are always together like a seesaw — if one end is t, the other is the negative reciprocal.
🎯 NDA exam tips
- NDA papers typically have 3-4 questions on straight lines, 2-3 on circles, 2 on parabola, and 1 each on ellipse and hyperbola. Straight lines and circles together account for over half the section.
- Most questions are one-step formula substitution. If a question is taking more than 2 minutes, re-read it — you are likely missing a shortcut or using the wrong form.
- Locus problems appear in almost every NDA paper. The trick is to assume the moving point as (h,k), apply the given condition, then replace h with x and k with y.
- For tangent problems, NDA often gives a line and asks if it is tangent to a curve — just apply the condition (discriminant = 0 or distance = radius) rather than solving the full system.
- Parametric form of parabola (at^2, 2at) saves time in chord and normal questions. Practice substituting parametric coordinates directly.
Q1 · hard · AI-verified
The equation of the tangent to the circle x² + y² = 25 at the point (3, 4) is:
- 3x + 4y = 25
- 4x + 3y = 25
- 3x - 4y = 25
- 4x - 3y = 25
Q2 · hard · AI-verified
The equation of the common tangent to the circles x² + y² = 4 and x² + y² - 6x - 8y + 9 = 0 is:
- 3x + 4y ± 10 = 0
- 4x + 3y ± 10 = 0
- x + y ± 5 = 0
- 2x + y ± 5 = 0
Q3 · hard · AI-verified
If the lines 3x + 4y - 7 = 0 and 6x + 8y + k = 0 are parallel, and the distance between them is 3 units, then the value of k is:
- k = 18 or k = -32
- k = 22 or k = -36
- k = 14 or k = -28
- k = 16 or k = -44
Q4 · hard · AI-verified
The equation of the ellipse whose foci are at (±3, 0) and which passes through the point (4, 0) is:
- x²/16 + y²/7 = 1
- x²/9 + y²/16 = 1
- x²/7 + y²/16 = 1
- x²/16 + y²/9 = 1
Q5 · hard · AI-verified
The parametric equations of the ellipse (x-2)²/9 + (y-1)²/4 = 1 are:
- x = 2 + 3cosθ, y = 1 + 2sinθ
- x = 3 + 2cosθ, y = 2 + sinθ
- x = 2 + 2cosθ, y = 1 + 3sinθ
- x = 1 + 3cosθ, y = 2 + 2sinθ