Difference between revisions of "Conic section"

m (Definitions of conic sections in terms of Cartesian coordinates)
(9 intermediate revisions by the same user not shown)
Line 34: Line 34:
  
 
== Definitions of conic sections in terms of foci and directrices ==
 
== Definitions of conic sections in terms of foci and directrices ==
[[Circle]] - The set of all points that are an equal distance away from a fixed point.
+
*[[Circle]] - The set of all points that are an equal distance away from a fixed point.
[[Parabola]] - The set of all points that are an equal distance away from a point (called the focus) and a line (called the directrix).
+
*[[Parabola]] - The set of all points that are an equal distance away from a point (called the focus) and a line (called the directrix).
[[Ellipse]] - The set of all points in which the sum of the distances between two fixed points (called the foci) are the same.
+
*[[Ellipse]] - The set of all points in which the sum of the distances between two fixed points (called the foci) are the same.
[[Hyperbola]] - The set of all points in which the difference of the distances between two fixed points (called the foci) are the same.
+
*[[Hyperbola]] - The set of all points in which the difference of the distances between two fixed points (called the foci) are the same.
  
 
== Definitions of conic sections in terms of Cartesian coordinates ==
 
== Definitions of conic sections in terms of Cartesian coordinates ==
{{stub}}
+
* [[Circle]] - <math>(x-h)^{2} + (y-k)^{2} = r^2</math>, where <math>(h,k)</math> is the [[center]] of the [[circle]], and <math>r</math> is the [[radius]] of the circle.
 +
* [[Ellipse]] - <math>\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1</math> or <math>\frac{(x-h)^2}{b^2} + \frac{(y-k)^2}{a^2} = 1</math>, where  <math>(h,k)</math> is the [[center]] of the ellipse, <math>a</math> is the length of the [[semi-major axis]], and <math>b</math> is the length of the [[semi-minor axis]].
 +
* [[Parabola]] - <math>(x-h)^2 = 4p(y-k)</math> or <math>(y-k)^2 = 4p(x-h)</math>, where <math>(h,k)</math> is the [[vertex]] of the [[parabola]], and <math>p</math> is the distance between the [[focus]] and the [[vertex]]. (Also the distance from the [[vertex]] to the [[directrix]]).
 +
* [[Hyperbola]] - <math>\frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1</math> or <math>\frac{(x-h)^2}{b^2} - \frac{(y-k)^2}{a^2} = 1</math>, where <math>(h,k)</math> is the [[center]] of the [[hyperbola]], <math>a</math> is the length of the [[semi-transverse axis]], and <math>b</math> is the length of the [[semi-conjugate axis]].
  
 
== See Also ==
 
== See Also ==

Revision as of 15:09, 1 October 2020

A conic section is any of the geometric figures that can arise when a plane intersects a cone. (In fact, one usually considers a "two-ended cone," that is, two congruent right circular cones placed tip to tip so that their axes align.) As is clear from their definition, the conic sections are all plane curves, and every conic section can be described in Cartesian coordinates by a polynomial equation of degree two or less.

Classification of conic sections

All conic sections fall into the following categories:

Nondegenerate conic sections

  • A circle is the conic section formed when the cutting plane is parallel to the base of the cone or equivalently perpendicular to the axis. (This is really just a special case of the ellipse -- see the next bullet point.)

EllipseBy Klaas van Aarsen - Created as a latex tikzpicturePreviously published: Not published before, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=25261046

  • A parabola is formed when the cutting plane makes an angle with the axis that is equal to the angle between the element of the cone and the axis.

ParabolaBy Klaas van Aarsen - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=25261094

  • An hyperbola is formed when the cutting plane makes an angle with the axis that is smaller than the angle between the element of the cone and the axis.

HyperbolaBy Klaas van Aarsen - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=25261095

Degenerate conic sections

If the cutting plane passes through the vertex of the cone, the result is a degenerate conic section. Degenerate conics fall into three categories:

  • If the cutting plane makes an angle with the axis that is larger than the angle between the element of the cone and the axis then the plane intersects the cone only in the vertex, i.e. the resulting section is a single point. This is a degenerate ellipse.
  • If the cutting plane makes an angle with the axis equal to the angle between the element of the cone and the axis then the plane is tangent to the cone and the resulting section is a line. This is a degenerate parabola.
  • If the cutting plane makes an angle with the axis that is smaller than then angle between the element of the cone and the axis then the resulting section is two intersecting lines. This is a degenerate hyperbola.



An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.



There are alternate (but equivalent) definitions of every conic section. We present them here:

Definitions of conic sections in terms of foci and directrices

  • Circle - The set of all points that are an equal distance away from a fixed point.
  • Parabola - The set of all points that are an equal distance away from a point (called the focus) and a line (called the directrix).
  • Ellipse - The set of all points in which the sum of the distances between two fixed points (called the foci) are the same.
  • Hyperbola - The set of all points in which the difference of the distances between two fixed points (called the foci) are the same.

Definitions of conic sections in terms of Cartesian coordinates

See Also