📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

When a plane cuts a double cone at different angles, the curves produced are the conic sections: the circle, the parabola, the ellipse, and the hyperbola. These curves appear constantly in nature and technology: planetary orbits are ellipses, projectiles follow parabolas, and the path of light in a reflecting telescope is governed by the parabola.

This chapter defines each conic as a locus of points satisfying a geometric property, derives its standard equation, and studies its key features. It begins with circles, then the parabola with its focus and directrix, then the ellipse and the hyperbola, each described by standard equations and their important parameters such as focus, eccentricity, latus rectum, and asymptotes.

Conic sections unify algebra and geometry in a beautiful way. Their equations encode precise geometric information, and their properties have direct applications in astronomy, optics, architecture, and engineering. This chapter provides the essential analytic geometry background needed for further study of curves in higher mathematics.

2. Circle

A circle is the set of all points in a plane that are at a fixed distance from a fixed point. The fixed point is the centre and the fixed distance is the radius.

Standard Equation

A circle with centre (h, k) and radius r has equation:

(x - h)^2 + (y - k)^2 = r^2

If the centre is the origin, the equation simplifies to x^2 + y^2 = r^2.

General Equation

The general equation of a circle is:

x^2 + y^2 + 2gx + 2fy + c = 0

Its centre is (-g, -f) and radius is sqrt(g^2 + f^2 - c). The circle is real only when g^2 + f^2 - c > 0.

3. Parabola

A parabola is the set of all points in a plane that are equidistant from a fixed line (the directrix) and a fixed point (the focus) not on the line.

Standard Equations and Features

For a parabola with vertex at the origin:

Axis, Vertex and Latus Rectum

Eccentricity of the Parabola

The eccentricity e of a conic measures how much it deviates from a circle. For a parabola, e = 1.

4. Ellipse

An ellipse is the set of all points in a plane such that the sum of the distances to two fixed points (the foci) is constant.

Standard Equation

For the ellipse with centre at the origin and major axis along the x-axis:

x^2/a^2 + y^2/b^2 = 1, with a > b

where: - The foci are at (+/- c, 0), with c^2 = a^2 - b^2. - The vertices are at (+/- a, 0). - The eccentricity is e = c/a, with 0 < e < 1. - The length of the major axis is 2a and the minor axis is 2b. - The latus rectum has length 2b^2/a.

If the major axis is along the y-axis, a and b swap roles and the equation becomes x^2/b^2 + y^2/a^2 = 1.

5. Hyperbola

A hyperbola is the set of all points in a plane such that the difference of the distances to two fixed points (the foci) is constant.

Standard Equation

For the hyperbola with centre at the origin and transverse axis along the x-axis:

x^2/a^2 - y^2/b^2 = 1

where: - The foci are at (+/- c, 0), with c^2 = a^2 + b^2. - The vertices are at (+/- a, 0). - The eccentricity is e = c/a, with e > 1. - The length of the transverse axis is 2a and the conjugate axis is 2b. - The latus rectum has length 2b^2/a. - The equations of the asymptotes are y = +/- (b/a)x.

6. General Comparison of Conics

The eccentricity e determines the type of conic:

The equation of a conic in general second degree form is Ax^2 + By^2 + Cxy + Dx + Ey + F = 0, and its type can be identified from its coefficients.

Quick Revision Tables

Table 1: Standard Equations of Conics

Conic Standard Equation Eccentricity Foci Latus rectum
Circle x^2 + y^2 = r^2 0 Centre only -
Parabola y^2 = 4ax 1 (a, 0) 4a
Ellipse x^2/a^2 + y^2/b^2 = 1 c/a (0 < e < 1) (+/- c, 0) 2b^2/a
Hyperbola x^2/a^2 - y^2/b^2 = 1 c/a (e > 1) (+/- c, 0) 2b^2/a

Table 2: Relation Among Parameters

Conic Relation Key points
Ellipse c^2 = a^2 - b^2 a > b, c < a
Hyperbola c^2 = a^2 + b^2 c > a
Parabola latus rectum = 4a e = 1
Circle radius = r e = 0

Mind Map

graph TD A["Conic Sections"] --> B["Circle"] A --> C["Parabola"] A --> D["Ellipse"] A --> E["Hyperbola"] A --> F["Eccentricity"] B --> B1["(x - h)^2 + (y - k)^2 = r^2"] B --> B2["Centre (h, k), radius r"] C --> C1["y^2 = 4ax"] C --> C2["Focus (a, 0), directrix x = -a"] C --> C3["Latus rectum 4a"] D --> D1["x^2/a^2 + y^2/b^2 = 1"] D --> D2["c^2 = a^2 - b^2"] D --> D3["Sum of distances constant"] E --> E1["x^2/a^2 - y^2/b^2 = 1"] E --> E2["c^2 = a^2 + b^2"] E --> E3["Difference of distances constant"] F --> F1["e = 0 circle"] F --> F2["e = 1 parabola"] F --> F3["0 < e < 1 ellipse"] F --> F4["e > 1 hyperbola"]

Important Diagrams (SVG)

Diagram 1: The Four Conic Sections from a Cone

Conic Sections from Cutting a Double Cone Ellipse Circle e = 0 Parabola e = 1 Hyperbola e > 1 (two branches) Golden Rule: Eccentricity decides the conic: 0, 1, < 1, > 1 for circle, parabola, ellipse, hyperbola.

Diagram 2: Parabola, Ellipse and Hyperbola with Foci

Parabola y^2 = 4ax and Ellipse with Foci a Focus (a, 0) directrix x = -a y^2 = 4ax, latus rectum 4a F1 F2 a a Ellipse: sum of distances to foci is constant 2a Key parameter relations Ellipse: c^2 = a^2 - b^2; Hyperbola: c^2 = a^2 + b^2 Latus rectum: parabola 4a, ellipse and hyperbola 2b^2/a Example: y^2 = 12x has 4a = 12, so a = 3 and focus is (3, 0) Golden Rule: For y^2 = 4ax, divide the coefficient by 4 to find a and the focus (a, 0).

Common Mistakes

  1. Confusing the focus of the parabola with a. For y^2 = 4ax, the coefficient is 4a, so y^2 = 12x gives a = 3, not a = 12.
  2. Mixing up the ellipse and hyperbola parameter relations. Ellipse: c^2 = a^2 - b^2; hyperbola: c^2 = a^2 + b^2.
  3. Using the ellipse equation with a < b. The major axis direction determines which of a or b is larger, and a must be the larger semi-axis.
  4. Forgetting that in an ellipse e < 1 while in a hyperbola e > 1. The focus is inside the ellipse but outside the hyperbola relative to the centre.
  5. Confusing the transverse and conjugate axes of the hyperbola; the vertices lie on the transverse axis.
  6. Writing the circle equation without the radius being positive. A negative value of g^2 + f^2 - c represents no real circle.
  7. Confusing the directrix with the focus; for y^2 = 4ax the focus is (a, 0) but the directrix is the vertical line x = -a.
  8. Using the parabola latus rectum 2b^2/a; that formula is for the ellipse and hyperbola, while the parabola uses 4a.
  9. Stating that a circle has an eccentricity of 1. A circle has e = 0.

Exam Tips

  1. To find the focus of a parabola, first write the equation in standard form and identify 4a, then divide by 4 to get a.
  2. For ellipses and hyperbolas, always write c^2 first: ellipse c^2 = a^2 - b^2, hyperbola c^2 = a^2 + b^2, then compute e = c/a.
  3. Remember the latus rectum lengths: parabola 4a, ellipse and hyperbola 2b^2/a.
  4. To identify the conic from a second degree equation, look at the signs and equality of the x^2 and y^2 coefficients.
  5. When the centre of a circle is not the origin, complete the square in x and y to reach the standard form (x - h)^2 + (y - k)^2 = r^2.
  6. Practice questions that give the focus and directrix of a parabola and ask for its equation, using the equidistance definition.
  7. For the hyperbola, memorise the asymptote equations y = +/- (b/a)x for the standard form, as they are frequently tested.

Conclusion

Conic sections reveal how a single family of curves arises from slicing a double cone, unifying the circle, parabola, ellipse, and hyperbola under the common language of eccentricity. Each conic has a precise algebraic equation that encodes its geometric structure, from the focus and directrix of the parabola to the foci, axes, and asymptotes of the ellipse and hyperbola. These curves model planetary motion, projectile paths, and light reflection, making them central to physics and astronomy. Mastery of the standard equations and their parameters prepares students for further analytic geometry and calculus, where conics reappear in the study of curves, tangents, and quadratic surfaces.