Circle: The set of all points in a plane that are equidistant from a fixed point (the center)
Standard Form: (x - h)² + (y - k)² = r², where (h, k) is the center and r is the radius
- Compare the given equation to the standard form
- Identify h, k, and r from the equation
- Extract the center (h, k) and radius r
- Sketch using center and radius
(x - 3)² + (y + 2)² = 16
(x - h)² + (y - k)² = r²
h = 3 (from x - 3)
k = -2 (from y - (-2) = y + 2)
r² = 16, so r = 4
Center: (3, -2)
Radius: 4 units
Center: (3, -2), Radius: 4
• Pattern matching: Compare coefficients to identify parameters
• Sign handling: Be careful with signs in the standard form
• Radical simplification: Take positive square root for radius
Ellipse: The set of all points where the sum of distances to two fixed points (foci) is constant
Standard Form: (x²/a²) + (y²/b²) = 1 (centered at origin)
(x²/25) + (y²/9) = 1
Comparing to (x²/a²) + (y²/b²) = 1:
a² = 25, so a = 5
b² = 9, so b = 3
Since a > b, the major axis is horizontal
Center: (0, 0)
c² = a² - b² = 25 - 9 = 16
c = 4
Vertices: (±a, 0) = (±5, 0)
Co-vertices: (0, ±b) = (0, ±3)
Foci: (±c, 0) = (±4, 0)
Center: (0, 0), Vertices: (±5, 0), Co-vertices: (0, ±3), Foci: (±4, 0)
• Relationship: c² = a² - b² for ellipses
• Orientation: Major axis along the direction of larger denominator
• Foci location: Along major axis, inside the ellipse
Parabola: The set of all points equidistant from a fixed point (focus) and a fixed line (directrix)
Vertex Form: y = a(x - h)² + k, where (h, k) is the vertex
y = (1/4)(x - 2)² + 1
Comparing to y = a(x - h)² + k:
a = 1/4, h = 2, k = 1
Vertex: (h, k) = (2, 1)
For a vertical parabola: p = 1/(4a) = 1/(4 × 1/4) = 1
Since a > 0, parabola opens upward
Focus: (h, k + p) = (2, 1 + 1) = (2, 2)
Directrix: y = k - p = 1 - 1 = 0
Distance from vertex to focus = p = 1
Distance from vertex to directrix = p = 1
Vertex: (2, 1), Focus: (2, 2), Directrix: y = 0
• Parameter p: p = 1/(4a) relates the coefficient to focus distance
• Focus location: Inside the parabola, distance p from vertex
• Directrix: Perpendicular to axis of symmetry, distance p from vertex
Conic Section: A curve formed by the intersection of a plane and a double-napped cone
Focus: A fixed point used in the definition of conic sections
Directrix: A fixed line used in the definition of parabolas
Vertices: Extreme points of the conic section
- Identify the type: Recognize the conic section from its equation
- Convert to standard form: Manipulate equation to match standard format
- Extract parameters: Identify a, b, h, k, etc. from the equation
- Apply relevant formulas: Use formulas for center, foci, vertices, etc.
- Verify relationships: Check that parameters satisfy known relationships
Hyperbola: The set of all points where the absolute difference of distances to two fixed points (foci) is constant
(x²/16) - (y²/9) = 1
Comparing to (x²/a²) - (y²/b²) = 1:
a² = 16, so a = 4
b² = 9, so b = 3
Since x² term is positive, transverse axis is horizontal
Center: (0, 0)
For hyperbolas: c² = a² + b² = 16 + 9 = 25
c = 5
Vertices: (±a, 0) = (±4, 0)
Foci: (±c, 0) = (±5, 0)
Center: (0, 0), Vertices: (±4, 0), Foci: (±5, 0)
• Relationship: c² = a² + b² for hyperbolas (different from ellipses)
• Orientation: Transverse axis along positive term's variable
• Foci location: Along transverse axis, outside vertices
Completing the Square: A technique to convert general form to standard form by creating perfect square trinomials
x² - 6x + y² + 8y + 9 = 0
(x² - 6x) + (y² + 8y) = -9
Take half of coefficient of x: -6/2 = -3
Square it: (-3)² = 9
Add to both sides: (x² - 6x + 9)
Take half of coefficient of y: 8/2 = 4
Square it: 4² = 16
Add to both sides: (y² + 8y + 16)
(x² - 6x + 9) + (y² + 8y + 16) = -9 + 9 + 16
(x - 3)² + (y + 4)² = 16
This is a circle with center (3, -4) and radius 4
Standard form: (x - 3)² + (y + 4)² = 16, which is a circle with center (3, -4) and radius 4
• Completing the square: Add (coefficient/2)² to both sides
• Perfect square trinomial: x² + bx + (b/2)² = (x + b/2)²
• Standard form recognition: Match to known conic section forms
Conic Section: A curve obtained as the intersection of the surface of a cone with a plane
Circle: Set of points equidistant from a center point
Ellipse: Set of points where the sum of distances to two foci is constant
Parabola: Set of points equidistant from a focus and a directrix
Hyperbola: Set of points where the difference of distances to two foci is constant
- Identify the type: Use discriminant B² - 4AC or recognize standard forms
- Convert to standard form: Complete the square if necessary
- Extract parameters: Identify a, b, h, k, p, etc. from standard form
- Find key features: Calculate center, vertices, foci, etc.
- Verify relationships: Check that parameters satisfy known formulas
• Circle: A = C and B = 0 (both x² and y² have same coefficient)
• Ellipse: A and C have same sign, A ≠ C
• Parabola: Either A = 0 or C = 0 (but not both)
• Hyperbola: A and C have opposite signs
• Circle: x² + y² = r²
• Ellipse: (x²/a²) + (y²/b²) = 1
• Parabola: y = ax²
• Hyperbola: (x²/a²) - (y²/b²) = 1
Analysis: The visualization shows how different coefficients create different conic sections.
- Circles have equal coefficients for x² and y² terms
- Ellipses have different positive coefficients for x² and y² terms
- Parabolas have only one squared term
- Hyperbolas have opposite signs for x² and y² terms