**Conic sections** are curves obtained by intersecting a right circular cone with a plane. The term "conic sections" comes from the fact that these curves can be generated by cutting a double-napped right circular cone at different angles.
The key components of a cone are:
The curves obtained from conic sections have extensive real-world applications: planetary orbits follow elliptical paths, parabolas are used in the design of reflectors for telescopes and automobile headlights, hyperbolas appear in navigation systems, and circles form the basis of many engineering designs.
When a plane intersects a right circular cone, the type of curve formed depends on the angle β that the plane makes with the vertical axis of the cone, relative to the semi-vertical angle α of the cone.
**Circle**: Formed when **β = 90°** (plane perpendicular to axis)
**Ellipse**: Formed when **α < β < 90°** (plane oblique to axis)
**Parabola**: Formed when **β = α** (plane parallel to generator)
**Hyperbola**: Formed when **0 ≤ β < α** (plane cuts both nappes)
**Point**: Formed when **α < β ≤ 90°**
**Single straight line**: Formed when **β = α**
**Pair of intersecting lines**: Formed when **0 ≤ β < α**
**Definition**: A circle is the set of all points in a plane that are equidistant from a fixed point (center) in the plane. The constant distance is called the radius.
**Standard equation of circle with center (h, k) and radius r**:
$$(x - h)^2 + (y - k)^2 = r^2$$
**Derivation**: Let C(h, k) be the center and P(x, y) be any point on the circle. By the distance formula and the definition of circle:
$$\sqrt{(x-h)^2 + (y-k)^2} = r$$
Squaring both sides gives the standard form.
**Special case**: When center is at origin (0, 0):
$$x^2 + y^2 = r^2$$
Given a circle equation in general form like $x^2 + y^2 + 2gx + 2fy + c = 0$:
1. Rearrange: $(x^2 + 2gx) + (y^2 + 2fy) = -c$
2. Complete the square for both variables:
$(x^2 + 2gx + g^2) + (y^2 + 2fy + f^2) = g^2 + f^2 - c$
3. Factor: $(x + g)^2 + (y + f)^2 = g^2 + f^2 - c$
From this form:
**Example 1**: Find the equation of circle with center (−3, 2) and radius 4.
Using $(x - h)^2 + (y - k)^2 = r^2$:
$(x - (-3))^2 + (y - 2)^2 = 4^2$
$(x + 3)^2 + (y - 2)^2 = 16$
**Example 2**: Find center and radius of $x^2 + y^2 + 8x + 10y - 8 = 0$.
Rearranging: $(x^2 + 8x) + (y^2 + 10y) = 8$
Completing squares:
$(x^2 + 8x + 16) + (y^2 + 10y + 25) = 8 + 16 + 25$
$(x + 4)^2 + (y + 5)^2 = 49 = 7^2$
Therefore: Center = (−4, −5), Radius = 7
**Example 3**: Find equation of circle passing through (2, −2) and (3, 4) with center on line x + y = 2.
Let center be (h, k). Using the condition that distances from center to both points are equal:
$(2 - h)^2 + (-2 - k)^2 = (3 - h)^2 + (4 - k)^2$
Expanding and simplifying:
$4 - 4h + h^2 + 4 + 4k + k^2 = 9 - 6h + h^2 + 16 - 8k + k^2$
$8 - 4h + 4k = 25 - 6h - 8k$
$2h + 12k = 17$ ... (1)
Also, center lies on x + y = 2:
$h + k = 2$ ... (2)
From (2): $h = 2 - k$
Substitute in (1): $2(2 - k) + 12k = 17$
$4 - 2k + 12k = 17$
$10k = 13$, so $k = 1.3$, $h = 0.7$
Radius: $r^2 = (2 - 0.7)^2 + (-2 - 1.3)^2 = 1.69 + 10.89 = 12.58$
Equation: $(x - 0.7)^2 + (y - 1.3)^2 = 12.58$
**Definition**: A parabola is the set of all points in a plane that are equidistant from a fixed line (directrix) and a fixed point (focus) not on the line.
**Key components**:
**Important property**: For any point P on the parabola: **Distance from P to focus = Distance from P to directrix**
There are four standard forms based on the position of focus and direction of opening:
**Form 1**: Focus at (a, 0), Directrix x = −a, Opens RIGHT
$$y^2 = 4ax \quad (a > 0)$$
**Form 2**: Focus at (−a, 0), Directrix x = a, Opens LEFT
$$y^2 = -4ax \quad (a > 0)$$
**Form 3**: Focus at (0, a), Directrix y = −a, Opens UPWARD
$$x^2 = 4ay \quad (a > 0)$$
**Form 4**: Focus at (0, −a), Directrix y = a, Opens DOWNWARD
$$x^2 = -4ay \quad (a > 0)$$
For parabola $y^2 = 4ax$ with focus F(a, 0) and directrix x = −a:
Let P(x, y) be any point on the parabola. Let B(−a, y) be the foot of perpendicular from P to the directrix.
By definition: $PF = PB$
$$\sqrt{(x-a)^2 + y^2} = \sqrt{(x+a)^2 + 0^2}$$
Squaring both sides:
$(x - a)^2 + y^2 = (x + a)^2$
$x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2$
$y^2 = 4ax$
1. **Symmetry**: Parabola is symmetric about its axis
2. **Direction of opening**:
3. **Domain and Range**:
**Definition**: The latus rectum is a chord perpendicular to the axis passing through the focus, with both endpoints on the parabola.
**Length of latus rectum** for all four standard forms: **L = 4a**
Derivation for $y^2 = 4ax$: The endpoints of latus rectum are where x = a. Substituting into $y^2 = 4ax$:
$y^2 = 4a(a) = 4a^2$
$y = ±2a$
Length = $2a - (-2a) = 4a$
**Example 1**: Find focus, directrix, axis, and latus rectum of $y^2 = 8x$.
Comparing with $y^2 = 4ax$: $4a = 8$, so $a = 2$
**Example 2**: Find equation of parabola with vertex at (0, 0) and focus at (0, 2).
Since focus is on y-axis at (0, 2), equation is of form $x^2 = 4ay$ with a = 2.
$x^2 = 4(2)y$
$x^2 = 8y$
**Example 3**: Find equation of parabola symmetric about y-axis, passing through (2, −3).
Symmetric about y-axis with vertex at origin: form is $x^2 = ±4ay$
Since (2, −3) is in 4th quadrant and parabola passes through it, parabola opens DOWNWARD.
Form: $x^2 = -4ay$
Substituting (2, −3):
$4 = -4a(-3) = 12a$
$a = 1/3$
Equation: $x^2 = -4(1/3)y$
$x^2 = -(4/3)y$
$3x^2 = -4y$
**Definition**: An ellipse is the set of all points in a plane such that the **sum of distances from any point to two fixed points (foci) is constant**.
Let this constant sum = 2a, and distance between foci = 2c, then the constant is always > 2c.
**Key components**:
For any ellipse:
$$a^2 = b^2 + c^2$$
or equivalently:
$$c = \sqrt{a^2 - b^2}$$
**Derivation**: Consider point P at end of major axis:
Sum of distances = F₁P + F₂P = (c + a) + (a − c) = 2a
Consider point Q at end of minor axis:
Sum of distances = F₁Q + F₂Q = $2\sqrt{b^2 + c^2}$
Since both points on ellipse:
$2\sqrt{b^2 + c^2} = 2a$
$\sqrt{b^2 + c^2} = a$
$b^2 + c^2 = a^2$ ✓
**Definition**: Eccentricity (e) is the ratio of distance from center to focus and distance from center to vertex:
$$e = \frac{c}{a}$$
**Properties of eccentricity**:
**Form 1**: Major axis along x-axis (a > b)
$$\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$$
Where:
**Form 2**: Major axis along y-axis (a > b)
$$\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1$$
Where:
For ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ with foci at (−c, 0) and (c, 0):
Let P(x, y) be any point on ellipse. By definition:
$$PF_1 + PF_2 = 2a$$
$$\sqrt{(x+c)^2 + y^2} + \sqrt{(x-c)^2 + y^2} = 2a$$
Let $\sqrt{(x+c)^2 + y^2} = r_1$ and $\sqrt{(x-c)^2 + y^2} = r_2$
From $r_1 + r_2 = 2a$:
$r_1 = 2a - r_2$
Squaring: $(x+c)^2 + y^2 = 4a^2 - 4ar_2 + (x-c)^2 + y^2$
Simplifying: $4cx = 4a^2 - 4ar_2$
$r_2 = a - \frac{cx}{a}$
Similarly: $r_1 = a + \frac{cx}{a}$
Using $(x-c)^2 + y^2 = r_2^2$:
$(x-c)^2 + y^2 = (a - \frac{cx}{a})^2$
Expanding and simplifying:
$x^2 - 2cx + c^2 + y^2 = a^2 - 2cx + \frac{c^2x^2}{a^2}$
$x^2 + y^2 - \frac{c^2x^2}{a^2} = a^2 - c^2$
$x^2(1 - \frac{c^2}{a^2}) + y^2 = a^2 - c^2$
$x^2 \cdot \frac{a^2 - c^2}{a^2} + y^2 = a^2 - c^2$
Since $b^2 = a^2 - c^2$:
$\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ ✓
1. **Symmetry**: Ellipse is symmetric about both coordinate axes
2. **Extent**: Ellipse lies within the rectangle bounded by x = ±a and y = ±b
3. **Identifying major axis**:
4. **Foci always lie on major axis**
**Definition**: Latus rectum is a chord perpendicular to major axis through a focus with both endpoints on the ellipse.
**Length of latus rectum** for all ellipses:
$$L = \frac{2b^2}{a}$$
**Derivation** for $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ with focus at (c, 0):
Substitute x = c into ellipse equation:
$\frac{c^2}{a^2} + \frac{y^2}{b^2} = 1$
$\frac{y^2}{b^2} = 1 - \frac{c^2}{a^2} = \frac{a^2 - c^2}{a^2} = \frac{b^2}{a^2}$
$y^2 = \frac{b^4}{a^2}$
$y = ±\frac{b^2}{a}$
Length of latus rectum = $\frac{2b^2}{a}$
For an ellipse with semi-major axis a, semi-minor axis b:
**Example 1**: For ellipse $\frac{x^2}{25} + \frac{y^2}{16} = 1$, find foci, vertices, and eccentricity.
Comparing with standard form:
Results:
**Example 2**: Find equation of ellipse with foci at (0, ±4) and semi-major axis = 5.
Since foci are on y-axis, major axis is along y-axis.
Equation: $\frac{x^2}{9} + \frac{y^2}{25} = 1$
**Example 3**: Find equation of ellipse with vertices at (±6, 0) and eccentricity = 2/3.
Equation: $\frac{x^2}{36} + \frac{y^2}{20} = 1$
**Definition**: A hyperbola is the set of all points in a plane such that the **absolute value of the difference of distances from any point to two fixed points (foci) is constant**.
Let this constant = 2a, and distance between foci = 2c, then the constant is always < 2c.
**Key components**:
For any hyperbola:
$$c^2 = a^2 + b^2$$
or equivalently:
$$c = \sqrt{a^2 + b^2}$$
**Derivation**: Consider point P at vertex (closest to center on transverse axis):
Difference of distances = |PF₁ − PF₂| = |(−a − c) − (a − c)| = 2a (taking absolute value correctly)
More precisely, for point at (a, 0):
For any point on hyperbola, the sum of squares relation gives: $c^2 = a^2 + b^2$
**Definition**: For hyperbola:
$$e = \frac{c}{a}$$
**Properties of eccentricity**:
**Form 1**: Transverse axis along x-axis
$$\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$$
Where:
**Form 2**: Transverse axis along y-axis
$$\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1$$
Where:
For hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ with foci at (−c, 0) and (c, 0):
Let P(x, y) be any point on hyperbola. By definition:
$$|PF_1 - PF_2| = 2a$$
For right branch (x > 0): $PF_1 - PF_2 = 2a$
$$\sqrt{(x+c)^2 + y^2} - \sqrt{(x-c)^2 + y^2} = 2a$$
Let $r_1 = \sqrt{(x+c)^2 + y^2}$ and $r_2 = \sqrt{(x-c)^2 + y^2}$
From $r_1 - r_2 = 2a$:
$r_1 = 2a + r_2$
Squaring: $(x+c)^2 + y^2 = 4a^2 + 4ar_2 + (x-c)^2 + y^2$
Simplifying: $4cx = 4a^2 + 4ar_2$
$r_2 = \frac{cx - a^2}{a}$
From $(x-c)^2 + y^2 = r_2^2$:
$(x-c)^2 + y^2 = (\frac{cx - a^2}{a})^2$
Expanding and simplifying:
$x^2 - 2cx + c^2 + y^2 = \frac{(cx - a^2)^2}{a^2}$
$a^2(x^2 - 2cx + c^2 + y^2) = (cx - a^2)^2$
$a^2x^2 - 2a^2cx + a^2c^2 + a^2y^2 = c^2x^2 - 2a^2cx + a^4$
$a^2x^2 + a^2c^2 + a^2y^2 = c^2x^2 + a^4$
$a^2x^2 - c^2x^2 + a^2y^2 = a^4 - a^2c^2$
$x^2(a^2 - c^2) + a^2y^2 = a^2(a^2 - c^2)$
Since $c^2 = a^2 + b^2$, we have $a^2 - c^2 = -b^2$:
$-b^2x^2 + a^2y^2 = -a^2b^2$
$b^2x^2 - a^2y^2 = a^2b^2$
$\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ ✓
1. **Symmetry**: Hyperbola is symmetric about both coordinate axes and about the center
2. **Extent**:
3. **Asymptotes**:
4. **Identifying transverse axis**:
5. **Vertices and Foci**:
**Definition**: Latus rectum is a chord perpendicular to transverse axis through a focus with both endpoints on the hyperbola.
**Length of latus rectum** for all hyperbolas:
$$L = \frac{2b^2}{a}$$
**Derivation** for $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ with focus at (c, 0):
Substitute x = c into hyperbola equation:
$\frac{c^2}{a^2} - \frac{y^2}{b^2} = 1$
$\frac{y^2}{b^2} = \frac{c^2}{a^2} - 1 = \frac{c^2 - a^2}{a^2} = \frac{b^2}{a^2}$
$y^2 = \frac{b^4}{a^2}$
$y = ±\frac{b^2}{a}$
Length of latus rectum = $\frac{2b^2}{a}$ (same as ellipse!)
**Example 1**: For hyperbola $\frac{x^2}{16} - \frac{y^2}{9} = 1$, find vertices, foci, eccentricity, and asymptotes.
Comparing with standard form:
Results:
**Example 2**: Find equation of hyperbola with vertices at (0, ±5) and foci at (0, ±7).
Since vertices and foci are on y-axis, transverse axis is along y-axis.
Q1. What conic section is formed when a plane intersects a right circular cone perpendicular to its vertical axis?
Answer: A — When β = 90° (plane perpendicular to vertical axis), the intersection produces a circle.
Q2. Find the radius of the circle x² + y² – 6x + 8y – 11 = 0.
Answer: D — Completing the square: (x – 3)² + (y + 4)² = 36, so radius = √36 = 6.
Q3. Which of the following is the equation of a circle with centre (–2, 3) and radius 5?
Answer: B — Standard form with centre (h, k) = (–2, 3) and radius r = 5 gives (x – (–2))² + (y – 3)² = 25.
Q4. If a plane cuts a right circular cone such that α < β < 90°, what conic section is obtained?
Answer: B — When the plane angle β lies between the semi-vertical angle α and 90°, an ellipse is formed.
Q5. Find the centre of the circle (x – 1)² + (y + 2)² = 49.
Answer: A — The standard form (x – h)² + (y – k)² = r² has centre (h, k) = (1, –2).
Q6. What is NOT a condition for conic sections formed by a plane cutting one nappe of a cone?
Answer: C — When 0 ≤ β < α, the plane cuts both nappes producing a hyperbola, not a parabola.
Q7. The equation of the circle passing through (4, 1) with centre (2, –3) is which of the following?
Answer: B — Radius r = √[(4–2)² + (1–(–3))²] = √[4 + 16] = √20, so equation is (x – 2)² + (y + 3)² = 20.
Q8. A circle has centre at (0, 0) and passes through (3, 4). Its equation is:
Answer: C — Radius r = √(3² + 4²) = √25 = 5, so the equation is x² + y² = 25.
Q9. Which definition correctly describes a parabola?
Answer: B — A parabola is defined as the locus of points equidistant from a focus (fixed point) and a directrix (fixed line).
Q10. For a circle x² + y² + 2gx + 2fy + c = 0, if g² + f² – c = 0, then the conic is:
Answer: B — When g² + f² – c = 0, the radius √(g² + f² – c) = 0, resulting in a degenerate conic—a single point (the centre).
What is the definition of a circle in analytic geometry?
A circle is the set of all points in a plane equidistant from a fixed point called the centre.
Write the standard equation of a circle with centre (h, k) and radius r.
The equation is (x – h)² + (y – k)² = r².
What is the equation of a circle centred at the origin with radius r?
The equation is x² + y² = r².
Define a parabola using focus and directrix.
A parabola is the set of all points equidistant from a fixed point (focus) and a fixed line (directrix).
What is the relationship between the angle β of the intersecting plane and the cone axis angle α for an ellipse?
For an ellipse, the plane angle β satisfies α < β < 90° where the plane cuts one nappe of the cone.
When does the intersection of a plane with a cone produce a parabola?
A parabola is formed when the plane angle β equals the cone semi-vertical angle α.
How do you find the centre and radius of a circle from the general equation x² + y² + 2gx + 2fy + c = 0?
Complete the square: centre is (–g, –f) and radius is √(g² + f² – c).
What is the vertex of a parabola?
The vertex is the point where the parabola intersects its axis of symmetry.
When a plane cuts through both nappes of a cone, what conic section is formed?
A hyperbola is formed when 0 ≤ β < α, where the plane intersects both nappes.
What are degenerate conic sections and when do they occur?
Degenerate conics occur when the plane passes through the vertex: a point (α < β ≤ 90°), a line (β = α), or two intersecting lines (0 ≤ β < α).
Define a parabola and write its key geometric properties (focus, directrix, vertex, and axis of symmetry). [2 marks]
State the definition using equidistant property from focus and directrix. Briefly identify each of the four components and their relationship to the axis of symmetry.
Find the equation of the circle passing through the points (2, 3) and (–1, 1) whose centre lies on the line x – 3y – 11 = 0. Show all working steps. [5 marks]
Let centre be (h, k). Use two conditions: (1) equal distance from both given points, (2) centre on given line. Set up and solve the system of three equations to find h, k, and r².
Explain how different conic sections (circle, ellipse, parabola, and hyperbola) are formed by varying the angle β of an intersecting plane with respect to the semi-vertical angle α of a double-napped cone. Include the condition for degenerate cases. [6 marks]
Compare each condition: β = 90° (circle), α < β < 90° (ellipse), β = α (parabola), 0 ≤ β < α (hyperbola). Then explain three degenerate cases when plane passes through vertex. Relate plane angle to nappe intersection.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →