Overview
Conic sections are curves obtained by intersecting a cone with a plane: circles, ellipses, parabolas, and hyperbolas.
Circle
Standard Form (Center at origin)
x2+y2=r2
Standard Form (Center at (h,k))
(x−h)2+(y−k)2=r2
| Property | Value |
|---|
| Center | (h,k) |
| Radius | r |
Parabola
Vertical Axis (opens up/down)
(x−h)2=4p(y−k)
- Vertex: (h,k)
- Focus: (h,k+p)
- Directrix: y=k−p
- p>0: opens upward
- p<0: opens downward
Horizontal Axis (opens left/right)
(y−k)2=4p(x−h)
- Vertex: (h,k)
- Focus: (h+p,k)
- Directrix: x=h−p
- p>0: opens right
- p<0: opens left
Ellipse
Horizontal Major Axis
a2(x−h)2+b2(y−k)2=1(a>b)
| Property | Value |
|---|
| Center | (h,k) |
| Vertices | (h±a,k) |
| Co-vertices | (h,k±b) |
| Foci | (h±c,k) where c2=a2−b2 |
| Major axis length | 2a |
| Minor axis length | 2b |
Vertical Major Axis
b2(x−h)2+a2(y−k)2=1(a>b)
| Property | Value |
|---|
| Center | (h,k) |
| Vertices | (h,k±a) |
| Co-vertices | (h±b,k) |
| Foci | (h,k±c) where c2=a2−b2 |
Eccentricity
e=ac(where 0<e<1 for ellipse)
Hyperbola
Horizontal Transverse Axis
a2(x−h)2−b2(y−k)2=1
| Property | Value |
|---|
| Center | (h,k) |
| Vertices | (h±a,k) |
| Foci | (h±c,k) where c2=a2+b2 |
| Asymptotes | y−k=±ab(x−h) |
Vertical Transverse Axis
a2(y−k)2−b2(x−h)2=1
| Property | Value |
|---|
| Center | (h,k) |
| Vertices | (h,k±a) |
| Foci | (h,k±c) where c2=a2+b2 |
| Asymptotes | y−k=±ba(x−h) |
Eccentricity
e=ac(where e>1 for hyperbola)
General Second-Degree Equation
Ax2+Bxy+Cy2+Dx+Ey+F=0
Discriminant: B2−4AC
| Value | Conic |
|---|
| B2−4AC<0 | Ellipse (or circle if A=C and B=0) |
| B2−4AC=0 | Parabola |
| B2−4AC>0 | Hyperbola |
Quick Reference
| Conic | Relationship | Eccentricity |
|---|
| Circle | r=constant | e=0 |
| Ellipse | c2=a2−b2 | 0<e<1 |
| Parabola | Vertex to focus =p | e=1 |
| Hyperbola | c2=a2+b2 | e>1 |