By the end of this chapter you'll be able to…

  • 1Place the origin and axes so that coordinates vanish before you calculate anything
  • 2Find the distance from a point to a line, and use the sign of that expression to tell which side the point is on
  • 3Write the line through the intersection of two lines without ever solving for the intersection
  • 4Read a circle's centre and radius off the general form, and test a line against it with one distance instead of a discriminant
  • 5Derive the parabola, ellipse and hyperbola from the single focus-directrix definition rather than memorising three separate tables
  • 6Use one discriminant to get the tangency condition for the circle, the ellipse and the hyperbola together
💡
Why this chapter matters in JEE Main
This unit is five chapters' worth of material with one skill underneath it: turning a geometric statement into the algebra that costs the least. Two candidates can both know every formula and finish minutes apart, because one substituted a line into a circle and the other compared a distance with the radius. The conic section of the unit rewards derivation over memory — the focus-directrix definition generates the parabola, the ellipse and the hyperbola, and one discriminant generates the tangency condition for three of the four curves at once.

Before you start — revise these

🔗
Solving simultaneous linear equations
🔗
Completing the square
🔗
Implicit differentiation
🔗
The identity relating sec and tan

Coordinate Geometry

Start with a question that has been set, in one form or another, for decades:

Find the shortest distance between the line and the curve .

The obvious attack is to take a general point on the parabola, write the distance to the line, and minimise. That is a two-variable problem with a square root in it, and it goes nowhere pleasant.

Now watch what one choice does. Every point on can be written — one parameter, not two. The line is , so the distance from that point is

The quadratic has discriminant , so it never touches zero and never changes sign. The modulus can be dropped. What is left is a quadratic in one variable, minimised at , where it equals . So .

Four lines. Nothing clever happened — the curve was written in the form that had one unknown instead of two, and a hard minimisation turned into a school-level one.

That is the whole chapter. Coordinate geometry is a translation service between geometry and algebra, and the exam is not testing whether you can translate. It is testing whether you pick the translation that leaves the least algebra behind. Everything below is either a translation worth knowing or a rule for choosing between them.

y = x + 1 x = y squared (t^2, t) at t = 1/2 shortest gap two unknowns: a square root to minimise one parameter: D = |t^2 - t + 1| / root 2 discriminant -3, so the modulus drops away minimum 3 root 2 over 8, in four lines the same geometry, two translations, and only one of them is short

Part I — Points and lines

1. Your one free choice

Before any calculation, you get to place the origin and point the axes wherever you like. You get that choice once. Spend it making coordinates zero.

If a triangle has a right angle, put the right angle at the origin and the two legs along the axes: the three vertices become , , and two of the six coordinates die. If a figure has an axis of symmetry, put it on the -axis so points pair up as . If a chord matters more than the curve, aim an axis along the chord.

One consequence worth carrying: in a right-angled triangle the orthocentre is the right-angle vertex itself. The altitude from the right angle is one line; the other two altitudes are the legs themselves, since each leg is already perpendicular to the other. All three meet where the legs meet. No calculation, and it has been the whole content of more than one exam question.

2. The three results everything else is built from

Given and , the distance is

which is Pythagoras on the horizontal and vertical gaps, nothing more.

For the section formula, let divide internally in the ratio . Drop perpendiculars from , and onto the -axis. The two right triangles formed are similar, so horizontal gaps are in the same ratio as the segments: . Cross-multiplying, , so . The same argument on the -axis gives the other coordinate:

Put and you have the midpoint. Put negative and you have external division — which is the only thing that changes for the external case, so there is no second formula to learn.

The centroid is the point dividing each median in the ratio from the vertex, and running the section formula on that gives . Note what this means for area questions: joining the centroid to the three vertices splits the triangle into three pieces of equal area.

So if a question says " lies inside triangle and the three triangles , , have equal areas", it has told you is the centroid. Read that as a gift.

3. Distance from a point to a line, and why the formula looks like that

Most candidates memorise this one and never see where it comes from, which is why they cannot reconstruct it when the line is given in another form.

Take the line . If and both lie on it, subtracting the two equations gives . That says the vector is perpendicular to every direction along the line. So the coefficients are a normal vector — that single fact is what the formula is made of.

Now let be any point on the line and the point you are measuring from. The distance is the length of the shadow of on the unit normal:

Since is on the line, , and substituting that in collapses everything to

Two things follow immediately, and both are worth more than the formula itself.

The distance between the parallel lines and is — take any point on one and apply the result.

And the sign of , before the modulus, tells you which side of the line the point is on. Two points share a side exactly when the two expressions share a sign. That test is faster than any diagram, and it is how you check whether a point lies inside a triangle.

Illustration 1

The perpendicular distance from the origin to the normal to the curve at the point . (JEE previous-year question)

The "curve" is a red herring — a homogeneous quadratic in and always factors into two straight lines through the origin. Here , so the equation is the pair of lines and .

The point satisfies the second, so the relevant line is , whose normal at has slope : . The distance from the origin is . Answer: .

4. Angle between two lines — and the version that never breaks

If two lines make angles with the -axis then , , and the angle between them is . Expanding gives

Parallel means the numerator vanishes, . Perpendicular means the denominator vanishes, .

That last statement hides a trap. A vertical line has no slope at all, so "" cannot detect that and are perpendicular. The normal-vector version has no such gap: and are perpendicular exactly when , and parallel exactly when . Use this version whenever the lines arrive in general form, which in an exam is most of the time.

For choosing a form to write a line in: use when you have a point and a direction, when the question mentions intercepts (it hands you the intercepts directly), and when the question is about the perpendicular from the origin. Choosing the form that matches the given data is worth a minute per question.

5. The family of lines, or how to avoid finding the intersection

Suppose and meet at a point . Then for any , the equation

is satisfied at , because both terms are separately zero there. It is also linear, so it is a line. Therefore describes every line through (bar itself), with selecting which one.

The payoff: when a question asks for the line through the intersection of two given lines that also satisfies one more condition, you never have to compute the intersection. Write , impose the extra condition, solve for . One unknown instead of a simultaneous pair, and no fractions to carry.

The same idea works one level up. If and are circles, is linear — the squared terms cancel — and it is the line through their two intersection points, the radical axis. You get the common chord without ever solving for either intersection point.

never computed L1 = 0 L2 = 0 the family every line through the intersection is L1 + (lambda) L2 = 0, for some lambda one extra condition fixes lambda, and the intersection point is never needed

6. Concurrence, and area without a diagram

Three lines are concurrent when the determinant of their coefficients vanishes:

The reason is that concurrence means the three equations have a common solution , so the system has a non-trivial solution — and a homogeneous system has a non-trivial solution exactly when its determinant is zero.

The area of the triangle on is

Set it to zero and you have the collinearity test. Set it to a given value and you get a pair of parallel lines as the locus of the third vertex — one for each sign before the modulus is applied. Exam questions exploit that: "the area is 5 square units" almost always yields two answers, and the options usually contain both.

Illustration 2

If is the centroid of the triangle with vertices , , , and is the intersection of and , which of , , , lies on the line ? (JEE previous-year question)

The centroid needs no method: .

For , the second equation gives ; substituting into the first, , so and , . Then

so is , that is . Testing the options, gives . Answer: .

Illustration 3

Find the locus of the midpoints of the perpendiculars drawn from points on the line to the line . (JEE previous-year question)

Take a general point on as — again, one parameter. The foot of the perpendicular from to is , so here it is .

The midpoint of the segment joining to that foot is

Now eliminate : dividing, . The locus is .

That elimination step is the whole technique for locus problems. Write the moving point's coordinates in terms of the parameter, then kill the parameter.

Illustration 4

and . If a point makes triangle of area square units and lies on , find . (JEE previous-year question)

Area from the determinant form: , so , giving or .

The point also satisfies . Matching, or , so or . With among the options, the answer is — and note the second root is real, which is exactly the two-parallel-lines effect from section 6.

Part II — The circle

7. From the definition to the general form

A circle is the set of points at fixed distance from a fixed point . Squaring the distance formula gives directly. Expanding and renaming , , :

Read the general form backwards and you recover everything: the centre is — half the coefficients, negated — and , so

Three conditions must hold before an equation of this shape is a circle at all: the coefficients of and must be equal, there must be no term, and must be positive.

When that last quantity is exactly zero the "circle" is the single point ; when it is negative there are no real points. Questions asking "for what does this represent a point" are testing exactly this, and the work is completing the square.

Two shortcuts save real time. If the endpoints of a diameter are and , then for any point on the circle the angle is a right angle, so , which is

And a circle touching the -axis has , one touching the -axis has , and one touching both has . Reading a tangency condition straight off the picture beats setting up a discriminant.

8. Where a line meets a circle

You can substitute the line into the circle and look at the discriminant of the resulting quadratic. Do not. Compare the perpendicular distance from the centre to the line with the radius: gives two intersection points, gives tangency, gives none. It is one application of the distance formula against half a page of algebra.

Length of the chord cut off follows from the same picture — the perpendicular from the centre bisects the chord, so half the chord, and form a right triangle:

The length of the tangent from an external point comes from the same right triangle, this time with the radius as one leg: it is , where means the circle's expression evaluated at , namely . The sign of is also the inside/outside test — negative inside, zero on, positive outside.

9. A circle through three points

The honest method is to write , substitute all three points, and solve three linear equations for . It always works and it is not slow if you subtract pairs of equations first, which kills the quadratic constants immediately.

Take , , . The three equations are , and . Subtracting the first from the third eliminates both and in one step: , so . Back-substituting gives and , hence , . The circle is , and you should confirm it by putting all three points back in — each gives zero.

The geometric route is often faster when the points are pleasant: the centre is the intersection of two perpendicular bisectors. Here the chord from to is horizontal, so its perpendicular bisector is on sight, giving the centre's -coordinate with no algebra at all.

Illustration 5

Find the centre of the circle that passes through and touches the curve at . (JEE previous-year question)

Touching a curve at a point means sharing the tangent there, which means the circle's centre lies on the curve's normal at that point. Since at , the normal has slope : , or .

The centre is also equidistant from and , both on the circle:

Expanding, the and cancel and this reduces to . Solving with : , so and . Centre .

Part III — Conics: one definition, three curves

10. The definition that generates everything

Fix a point (the focus), a line (the directrix), and a positive number (the eccentricity). A conic is the set of points with

where is the perpendicular distance from to the directrix. That is the entire content of Part III. The parabola, ellipse and hyperbola are , and of the same construction, and every relation you are asked to memorise falls out of it. Deriving them once is faster than memorising three tables, and far more reliable at the two-hour mark of a paper.

directrix focus e less than 1: ellipse e = 1: parabola e above 1: hyperbola distance to focus = e times distance to directrix one definition, one number changed, three curves

11. Parabola

Put , the focus at and the directrix at . The definition reads . Squaring, . The and cancel on both sides, leaving

Everything else is read off this. The vertex is at the origin, the axis is the -axis, the focus is , the directrix is . The latus rectum is the focal chord perpendicular to the axis: put to get , so its length is — which is why the coefficient of is written as in the first place.

The parametric point is , and you should reach for it constantly. Any question about "a variable point on the parabola" becomes a question about one number .

For a shifted or rotated version, the job is always to reduce to this form. Given , write it as : the vertex has moved to and . The directrix sits behind the vertex, at . Setting that equal to a given directrix turns the geometry into one quadratic in .

Illustration 6

The line is the directrix of the parabola . Find . (JEE previous-year question)

Put the parabola in standard shape: . So the vertex is at and , giving .

The directrix lies a distance behind the vertex, at . Multiplying by : , so and or . Both are valid — one opens right, the other left — so check which appears in the options.

Illustration 7

The locus of the midpoint of the segment joining the focus of to a moving point on the parabola is another parabola. Find its directrix. (JEE previous-year question)

The moving point is and the focus is , so the midpoint is

From the second coordinate ; substituting into the first, , that is .

This is a parabola with vertex and , so . Its directrix is behind the vertex: . The directrix is , the -axis.

12. Ellipse

Now take , focus and directrix . The definition gives . Expand the right side: . Expand the left: . The terms cancel on both sides, and collecting what is left gives . Dividing through by :

Define and it is the standard ellipse. Notice that this relation was produced by the derivation rather than asserted — that is the point of doing it. Since , automatically.

So: semi-major axis , semi-minor , foci at , directrices at , latus rectum , and the sum of the two focal distances of any point is . The parametric point is , which is the circle's parametrisation stretched — and that stretch is exactly what the auxiliary circle records.

One warning that costs marks every year: when in the equation you are handed, the major axis is vertical, the foci are at , and the eccentricity is . Always compare the two denominators before writing anything down. In , dividing by gives ; the larger denominator is under , so the major axis is vertical, , and the foci are above and below the centre — at and .

Illustration 8

is an end of the minor axis of an ellipse and are its foci. If , find the eccentricity. (JEE previous-year question)

Put , , . The right angle at means :

But always. Equating, , so . Answer: .

Notice the shape of that argument — one geometric condition, one standing identity, one unknown. Most conic questions are exactly this.

13. Hyperbola

Run the identical derivation with . Every line is the same until the last step, where is now negative. Writing to keep positive:

That is the only difference between the two curves, and it is the source of every sign you have to get right. The ellipse has ; the hyperbola has . Rearranged: for the ellipse, for the hyperbola. If you ever cannot remember which takes the plus, recall that a hyperbola must have , so its formula must be the one that adds.

Foci , latus rectum — both identical in form to the ellipse. What is new is the asymptotes, , the lines the curve approaches at infinity. They come from setting the right-hand side to instead of : factors as , a pair of straight lines. The parametric point is , chosen because matches the equation's minus sign.

Illustration 9

For a hyperbola the latus rectum is and the conjugate axis equals half the distance between the foci. Find the eccentricity. (JEE previous-year question)

Translate both statements. Conjugate axis ; distance between foci ; so , giving and .

Combine with the standing identity : , so and . Answer: .

The latus rectum was not needed for the eccentricity — it only fixes the size. If you want it, with gives . Recognising that a datum is redundant is itself worth seconds.

Illustration 10

If the foci of the ellipse and the hyperbola coincide, find . (JEE previous-year question)

The hyperbola is not in standard form — the right side must be . Dividing, , so and .

Its eccentricity: , so and the foci are at .

For the ellipse the foci are at , so . Answer: .

14. Reading a conic off a messy equation

Faced with and no term, complete the square in and in separately, then divide to make the right side . What you get tells you the curve: same signs on both squared terms is an ellipse (a circle if the coefficients are equal), opposite signs a hyperbola, one squared term missing a parabola.

Try . Completing squares, , so . Dividing, . Both signs positive, so it is an ellipse; the larger denominator is under , so and , giving and . The messy fractions never mattered — only the ratio did.

Illustration 11

Show that the curves and cut orthogonally, and find . (JEE previous-year question)

Orthogonal intersection means the tangents at each common point are perpendicular, so the product of the two gradients there is .

Differentiating implicitly: from the first, , so . From the second, , so . Their product must be :

Now use the two curve equations at that point. Substituting into the first, , so . Substituting into the second, , so and . Hence .

Part IV — Tangents and normals: one calculation, four results

15. The tangency condition, derived once

Most candidates memorise four separate conditions for to touch a curve. Three of them are the same calculation.

Write any central conic as . The circle is ; the ellipse is ; the hyperbola is . Substituting :

Tangency means this quadratic has equal roots, so its discriminant vanishes: . Expanding the right side gives , all multiplied by . The terms cancel against the left, leaving , and dividing by :

That one line is three memorised results. For the circle, . For the ellipse, . For the hyperbola, put and get . The famous sign difference between the last two is not a fourth fact to store; it is the same carrying its own sign.

The parabola is not central, so it needs its own line of work. Substituting into gives , and equal roots require . The cancels, leaving :

Illustration 12

If is a tangent to , find the distance between the foci. (JEE previous-year question)

Rewrite the line as , so and . The tangency condition gives , hence .

Then and , so the distance between the foci is . Answer: .

Illustration 13

Find the relation between the slopes of the tangents to drawn from the point . (JEE previous-year question)

Any tangent is with . Passing through forces , so

Hence and . The general move — impose the tangency condition, then impose passing through the point, and read the two slopes off one quadratic — solves every "pair of tangents from a point" question, including the director-circle case where you would set .

Illustration 14

Find the equations of the common tangents to the circle and the parabola , and the area they enclose with the two chords of contact when . (JEE previous-year question)

A tangent to (so , ) is . For it to touch the circle, its distance from the origin must equal :

Factoring, , and only is real. The common tangents are .

For the area with : the contact points on the parabola are , and on the circle they are the feet of the perpendiculars from the origin, . Those four points form a trapezium with parallel vertical sides of length and , three units apart, so the area is 15 square units.

two points one point none substitute the line into the conic a quadratic appears D above 0: two roots D = 0: tangent D below 0: no real meeting one derivation serves line, circle, parabola, ellipse and hyperbola alike

16. Tangent at a known point: where the T = 0 rule comes from

If the point of contact is known rather than the slope, differentiate. On the ellipse, , so at the slope is . The tangent is , which clears to . But is on the ellipse, so , meaning that right-hand side is exactly . Dividing through:

Compare that with the original equation and the pattern is plain: became and became . The same substitution works on every conic, and the full rule — usually written — replaces , , , and . For the parabola it gives ; for the circle it gives .

The normal is then just the perpendicular through the same point. For the ellipse this tidies into , and for the hyperbola into .

Illustration 15

A hyperbola has vertices and passes through . Find the equation of the normal at . (JEE previous-year question)

Vertices at give . Substituting : , so and .

The hyperbola normal at is , which here reads , that is . Dividing by : .

17. The parabola's normal-chord relation

This one is worth deriving because it is asked directly. Take the point , that is . From , , so and the normal has slope . Its equation is , that is .

Ask where it meets the parabola again, at the point . Substituting , gives . Divide by and gather: . The two points are distinct so , and cancelling that factor leaves :

18. Director circle: perpendicular tangents

From which points do the two tangents to a conic meet at right angles? Let the point be . A tangent through it has , and by the condition above , so . Expanding and collecting in :

The two roots are the two tangent slopes. Perpendicular means their product is , and the product of the roots is . Setting that to gives :

One derivation, three answers. The circle has director circle ; the ellipse gives ; the hyperbola, with , gives . For a hyperbola with that circle is imaginary, which is the correct answer, not an error: no point sees such a hyperbola at a right angle.

Summary

Coordinate geometry converts a picture into equations, and the marks are in choosing the conversion, not performing it. Three habits do most of the work.

Parametrise before you minimise. A point on a curve should be one unknown, not two: on a parabola, on an ellipse, on a hyperbola. The opening problem collapsed from a constrained two-variable minimisation to a quadratic because of this alone, and every locus question is the same move followed by eliminating the parameter.

Derive the conic relations, do not memorise them. The focus–directrix definition produces at , the ellipse at and the hyperbola at , and it produces and as by-products rather than as facts to store. The whole sign confusion between ellipse and hyperbola lives at one place: whether or is the positive one.

Learn the conditions in their unified form. Writing a central conic as , one discriminant calculation yields for tangency and one more yields for the director circle — covering circle, ellipse and hyperbola at once, with the sign of doing all the work. The parabola needs its own line, , because it is not central.

Beyond that, four small results pay for themselves repeatedly: compare distance-to-centre with radius rather than substituting a line into a circle; use instead of solving for an intersection; remember that a homogeneous quadratic in and is a pair of lines through the origin; and treat "equal areas from an interior point" as a synonym for "centroid".

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

The organising principle
coordinate geometry is a translation service; the marks go to whoever picks the translation with the least algebra in it
Writing the parabola x = y^2 as (t^2, t) turns a two-variable minimisation with a square root into a school quadratic, and the shortest distance to y = x + 1 falls out in four lines as 3 root 2 over 8.
Distance between two points
Pythagoras on the horizontal and vertical gaps. Everything in the unit that measures anything reduces to this.
Section formula
Internal division in the ratio m:n. Put m=n for the midpoint; make n negative for external division — there is no second formula.
Distance from a point to a line
Before you take the modulus, the sign of the numerator says which side of the line the point is on — two points share a side exactly when the signs agree. For parallel lines the gap is the difference of the constants over the same square root.
Angle between two lines
Parallel kills the numerator, perpendicular kills the denominator. This version fails on vertical lines: use a_1a_2+b_1b_2=0 for perpendicular and a_1b_2-a_2b_1=0 for parallel, which never break.
Family of lines through an intersection
Passes through the meeting point of L_1=0 and L_2=0 for every lambda, because both terms vanish there. Impose the extra condition and solve for lambda — you never compute the intersection. For two circles, S_1-S_2=0 is the common chord.
Concurrence and area
three lines are concurrent when the determinant of their coefficients is zero; area is half the modulus of the vertex determinant
Both are determinant readings, so a zero area is exactly the collinearity condition. An area or modulus given in a question always yields two cases, and both must be carried.
Circle: general form to centre and radius
Centre is (-g,-f) — half the coefficients, negated, both signs flipped. If g^2+f^2-c is zero the locus is a single point; if negative there are no real points at all, which is what 'for what k is this a point' questions are testing.
Chord and tangent length for a circle
d is the perpendicular distance from the centre to the line. Compare d with r to test a line against a circle — never substitute. S_1 is the circle's expression evaluated at the point, and its sign is also the inside-or-outside test.
Focus-directrix definition
The one definition behind all three conics: e=1 gives the parabola, e<1 the ellipse, e>1 the hyperbola. Every standard equation and every eccentricity relation in this unit is a consequence of it.
The three conics in standard form
parabola y^2 = 4ax; ellipse with b^2 = a^2(1 - e^2); hyperbola with b^2 = a^2(e^2 - 1)
Parametric points are (at^2, 2at), (a cos theta, b sin theta) and (a sec theta, b tan theta). Compare the denominators before assuming the major axis is horizontal.
Tangency condition, unified
For y=mx+c against x^2/A + y^2/B = 1. Circle A=B=a^2 gives a^2(1+m^2); ellipse gives a^2m^2+b^2; hyperbola has B=-b^2 and gives a^2m^2-b^2. Three memorised results, one discriminant. The parabola is not central and needs c=a/m separately.
Tangent at a point on the curve
The T=0 rule: replace x^2 by xx_1, y^2 by yy_1, x by (x+x_1)/2, y by (y+y_1)/2 and xy by (xy_1+x_1y)/2. Gives yy_1=2a(x+x_1) for the parabola and xx_1+yy_1=a^2 for the circle.
⚠️

Traps JEE Main sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Assuming the major axis is horizontal in
Compare the two denominators before writing anything down. The larger one sits under the axis the foci lie on, so if the foci are at and .
Why it happens: The letter is habitually read as the semi-major axis, but in the equation you are handed the letters are only labels.
WATCH OUT
Using when one of the lines is vertical
A vertical line has no slope, so the test cannot fire at all — it will not tell you that and are perpendicular. Use on the general forms instead.
Why it happens: The slope test is taught first and works on every example in class, all of which are conveniently non-vertical.
WATCH OUT
Keeping only one root when an area or a distance is given
An equation of the form always splits into two. Solve both and check the options — the discarded root is usually sitting among them.
Why it happens: The modulus gets written down, read, and then quietly dropped during the algebra.
WATCH OUT
Reading the centre of as
The centre is — both signs flip — and the radius is , with a minus before .
Why it happens: The equation displays , so the eye reads a plus and the brain copies it into the answer.
WATCH OUT
Using on a hyperbola
The hyperbola condition is . In the unified form the hyperbola simply carries , so there is no extra sign to remember.
Why it happens: The ellipse version is the one drilled most, and the two equations look identical on the page.
WATCH OUT
Applying results directly to a shifted parabola
Complete the square to locate the vertex, then apply every standard result measured from that vertex. For the vertex is and the directrix sits at .
Why it happens: The equation still has the familiar on the left, which makes it look like it is already in standard position.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Coordinate Geometry?

16 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

16 questions~11 min worth ~8 marks in JEE Main exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • You choose the origin and axes once, for free. Spend that choice making coordinates zero.
  • The coefficients of are a normal vector to the line. Every distance and angle result comes from that.
  • The sign of , before the modulus, tells you which side of the line the point is on.
  • is every line through the intersection. Never solve for the intersection first.
  • For two circles, is linear and is the common chord.
  • Circle centre is and radius — both signs flip, and the is subtracted.
  • Test a line against a circle by comparing the distance from the centre with the radius, not by substituting.
  • Chord ; tangent length ; and the sign of is the inside-or-outside test.
  • One definition, , generates all three conics: , , .
  • Compare the denominators before assuming the major axis is horizontal, and divide until the right-hand side is exactly 1.
  • covers tangency for the circle, ellipse and hyperbola; the parabola needs .
  • gives the tangent at a known point: , , .

JEE Main question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: ~2 questions (8 marks) of the 100-mark Mathematics section

Question styleMarks eachTypical countWhat it tests
Straight lines and the coordinate plane41Distance and section formulas, distance from a point to a line, angle and perpendicularity, family of lines, concurrence, area and the special points of a triangle
Circles41General form to centre and radius, a line against a circle, chord and tangent lengths, circle through three points, common chord of two circles
Parabola, ellipse and hyperbola41Focus-directrix definition, standard forms and their parts, eccentricity relations, tangency conditions, tangents and normals at a point, director circle
Prep strategy
  • Derive the three standard forms from SP = e·PM once, on paper, before touching any question set. It takes fifteen minutes and it replaces three tables of memorised results.
  • Do the same for the unified tangency condition and the director circle. Both are single discriminant calculations that each cover three curves.
  • Then drill by question type rather than by curve — all the locus questions together, all the tangency questions together — because the exam tests the technique, not the conic.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Read the question for the word that names the technique. 'Locus' means parametrise and eliminate. 'Touches' means quote a tangency condition. 'Equally inclined' or 'perpendicular' means go to the slope relations.
  2. Do the conversion to standard form before anything else — divide until the right side is 1, complete the square if there are linear terms, and only then read off a, b and e.
  3. If a line and a circle are involved, reach for the distance from the centre first. It answers intersection, tangency and chord length with the same calculation.
  4. When the question gives an area or a modulus, write down both cases immediately, because the options are usually built to catch whoever wrote down one.
  5. Check any conic answer against a property you did not use. An eccentricity must be less than 1 for an ellipse and greater than 1 for a hyperbola, and a focus must lie inside its curve.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Satellite and spacecraft orbits are conics with the prima…

Satellite and spacecraft orbits are conics with the primary body at a focus — the same eccentricity that classifies the curve on paper decides whether an orbit closes or escapes.

GPS receivers locate you by intersecting spheres

GPS receivers locate you by intersecting spheres, which is the three-dimensional version of finding a point from its distances to known points.

Whispering galleries and lithotripsy machines both use th…

Whispering galleries and lithotripsy machines both use the reflective property of the ellipse: a wave leaving one focus arrives at the other.

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Main
JEE Advanced
CBSE Class 11 Boards
BITSAT
WBJEE

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

No — three of them are one calculation. Write any central conic as x squared over A plus y squared over B equals 1, substitute the line, and set the discriminant to zero. You get c squared equals A m squared plus B. The circle has A and B both equal to a squared, the ellipse has B equal to b squared, and the hyperbola has B equal to minus b squared. The famous sign difference between the ellipse and the hyperbola is not a separate fact; it is the same B carrying its own sign. Only the parabola needs its own line of working, because it is not a central conic.

Two questions in a typical JEE Main paper, which is eight marks, and across the whole session set the split runs roughly a third to straight lines, a third to circles and a third to the conics. Within the conics the circle and the parabola appear slightly more often than the ellipse and the hyperbola. It is the largest single block after calculus, and because most of its questions are one-idea questions rather than long calculations, it is also one of the better returns per hour you will get.

Translation of axes was removed from the NTA syllabus and rotation was never in it. You will still find both in older textbooks and in question banks that were never updated, so if a practice set gives you one, treat it as out of scope rather than as a gap in your preparation. What does remain is completing the square to find the centre or vertex of a shifted conic, which does the same job for every question the exam actually sets.

The moment anything moves. A general point on a curve written in Cartesian form carries two unknowns tied together by an equation; written parametrically it carries one. That turns a constrained minimisation into an ordinary one and turns a locus problem into an elimination. The opening problem of this chapter is the clearest case: as a two-variable distance problem it is unpleasant, and as a quadratic in one parameter it takes four lines.

Memorise the tangent, derive the normal. The tangent comes from the T equals zero substitution, which is one pattern covering every conic and is quick enough to be worth having instantly. The normal is just the perpendicular through the same point, so you can always get it from the tangent's slope in one step. The two tidy normal forms for the ellipse and the hyperbola are worth recognising when they appear in options, but reconstructing them costs about fifteen seconds and misremembering a sign costs the mark.
Sources and How These Solutions Were CheckedSyllabus scope, what was derived rather than quoted, and how every answer here was checked.

The worked examples are previous-year JEE questions collected from published question compilations — principally BYJU'S topic-wise archives for straight lines, the parabola, the ellipse, the hyperbola and conic sections, and the eSaral and SATHEE (IIT Kanpur) chapter-wise sets. Where a compilation gave only an answer key, the solution shown here was worked out from scratch.

Every answer above was re-derived independently before it was written down, and two published answers did not survive that check.

One source states that the circle through , and is . Substituting gives , not . The correct constant is , as derived in section 9, and all three points then verify.

A second source poses a focus-directrix problem with the focus at and the directrix at . That places the directrix on the wrong side of the centre and does not give the standard ellipse quoted as its answer, so the question has been left out rather than reproduced with corrected data.

The practice problems below are drills written for this chapter to cover the same techniques. They are not previous-year questions and are not labelled as such.

Header Logo