Solved Exercises on Introduction to Conic Sections in Algebra 2

Master conic sections: circles, ellipses, parabolas, hyperbolas, definitions, properties, and problem-solving techniques through these 5 detailed exercises.

Solution: Exercises 1 to 3
1 Circle Properties
Exercise 1
Find the center and radius of the circle with equation (x - 3)² + (y + 2)² = 16, then sketch the circle.
Definition:

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

\((x - h)^2 + (y - k)^2 = r^2\)
Standard Form of Circle
Solution Method:
  1. Compare the given equation to the standard form
  2. Identify h, k, and r from the equation
  3. Extract the center (h, k) and radius r
  4. Sketch using center and radius
Given
(x-3)²+(y+2)²=16
Standard
(x-h)²+(y-k)²=r²
Result
Center: (3,-2), r=4
Step 1: Compare to standard form

(x - 3)² + (y + 2)² = 16

(x - h)² + (y - k)² = r²

Step 2: Identify parameters

h = 3 (from x - 3)

k = -2 (from y - (-2) = y + 2)

r² = 16, so r = 4

Step 3: State the answer

Center: (3, -2)

Radius: 4 units

Center: (3, -2), Radius: 4
Final answer:

Center: (3, -2), Radius: 4

Applied rules:

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

Tip 1: The center coordinates are the opposite of the numbers in parentheses.
Tip 2: Radius is always positive, so take the positive square root.
2 Ellipse Characteristics
Exercise 2
For the ellipse (x²/25) + (y²/9) = 1, find the center, vertices, co-vertices, and foci.
Definition:

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)

\(\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 \text{ (horizontal major axis)}\)
Standard Form of Ellipse
Given
x²/25+y²/9=1
Parameters
a²=25, b²=9
Result
a=5, b=3, c=4
Step 1: Identify parameters from standard form

(x²/25) + (y²/9) = 1

Comparing to (x²/a²) + (y²/b²) = 1:

a² = 25, so a = 5

b² = 9, so b = 3

Step 2: Determine orientation and center

Since a > b, the major axis is horizontal

Center: (0, 0)

Step 3: Calculate focal distance

c² = a² - b² = 25 - 9 = 16

c = 4

Step 4: Find key points

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)
Final answer:

Center: (0, 0), Vertices: (±5, 0), Co-vertices: (0, ±3), Foci: (±4, 0)

Applied rules:

Relationship: c² = a² - b² for ellipses

Orientation: Major axis along the direction of larger denominator

Foci location: Along major axis, inside the ellipse

Tip 1: The largest denominator indicates the major axis direction.
Tip 2: Foci are always closer to center than vertices.
3 Parabola Analysis
Exercise 3
Find the vertex, focus, and directrix of the parabola y = (1/4)(x - 2)² + 1.
Definition:

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 = a(x - h)^2 + k \text{ (vertical parabola)}\)
Vertex Form of Parabola
Given
y=(1/4)(x-2)²+1
Parameters
a=1/4, h=2, k=1
Result
Vertex:(2,1), Focus:(2,2)
Step 1: Identify parameters from vertex form

y = (1/4)(x - 2)² + 1

Comparing to y = a(x - h)² + k:

a = 1/4, h = 2, k = 1

Step 2: Find the vertex

Vertex: (h, k) = (2, 1)

Step 3: Calculate focus and directrix

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

Step 4: Verify the relationship

Distance from vertex to focus = p = 1

Distance from vertex to directrix = p = 1

Vertex: (2,1), Focus: (2,2), Directrix: y = 0
Final answer:

Vertex: (2, 1), Focus: (2, 2), Directrix: y = 0

Applied rules:

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

Tip 1: The sign of 'a' determines the direction the parabola opens.
Tip 2: Focus and directrix are equidistant from the vertex.
Key Formulas and Properties
\((x - h)^2 + (y - k)^2 = r^2\)
Circle
\(\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1\)
Ellipse (Horizontal)
\(y = a(x - h)^2 + k\)
Parabola (Vertical)
\(\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1\)
Hyperbola (Horizontal)
Circle
All points equidistant from center
r = radius
Ellipse
Sum of distances to foci constant
c² = a² - b²
Parabola
Equidistant from focus and directrix
p = 1/(4a)
Hyperbola
Difference of distances to foci constant
c² = a² + b²
Key Definitions:

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

Problem-Solving Strategy:
  1. Identify the type: Recognize the conic section from its equation
  2. Convert to standard form: Manipulate equation to match standard format
  3. Extract parameters: Identify a, b, h, k, etc. from the equation
  4. Apply relevant formulas: Use formulas for center, foci, vertices, etc.
  5. Verify relationships: Check that parameters satisfy known relationships
Common Errors: Misidentifying the type of conic, sign errors in standard form, incorrect parameter identification.
Exam Tips: Memorize standard forms, practice converting between forms, know parameter relationships.
Solution: Exercises 4 to 5
4 Hyperbola Analysis
Exercise 4
Find the center, vertices, and foci of the hyperbola (x²/16) - (y²/9) = 1.
Definition:

Hyperbola: The set of all points where the absolute difference of distances to two fixed points (foci) is constant

Given
x²/16-y²/9=1
Parameters
a²=16, b²=9
Result
a=4, b=3, c=5
Step 1: Identify parameters from standard form

(x²/16) - (y²/9) = 1

Comparing to (x²/a²) - (y²/b²) = 1:

a² = 16, so a = 4

b² = 9, so b = 3

Step 2: Determine orientation and center

Since x² term is positive, transverse axis is horizontal

Center: (0, 0)

Step 3: Calculate focal distance

For hyperbolas: c² = a² + b² = 16 + 9 = 25

c = 5

Step 4: Find key points

Vertices: (±a, 0) = (±4, 0)

Foci: (±c, 0) = (±5, 0)

Center: (0,0), Vertices: (±4,0), Foci: (±5,0)
Final answer:

Center: (0, 0), Vertices: (±4, 0), Foci: (±5, 0)

Applied rules:

Relationship: c² = a² + b² for hyperbolas (different from ellipses)

Orientation: Transverse axis along positive term's variable

Foci location: Along transverse axis, outside vertices

Tip 1: For hyperbolas, c is always larger than both a and b.
Tip 2: Unlike ellipses, foci are outside the vertices in hyperbolas.
5 Converting to Standard Form
Exercise 5
Convert the equation x² + y² - 6x + 8y + 9 = 0 to standard form and identify the conic section.
Definition:

Completing the Square: A technique to convert general form to standard form by creating perfect square trinomials

Original
x²+y²-6x+8y+9=0
Complete squares
(x-3)²+(y+4)²=16
Result
Circle with center (3,-4)
Step 1: Group x and y terms

x² - 6x + y² + 8y + 9 = 0

(x² - 6x) + (y² + 8y) = -9

Step 2: Complete the square for x terms

Take half of coefficient of x: -6/2 = -3

Square it: (-3)² = 9

Add to both sides: (x² - 6x + 9)

Step 3: Complete the square for y terms

Take half of coefficient of y: 8/2 = 4

Square it: 4² = 16

Add to both sides: (y² + 8y + 16)

Step 4: Factor and simplify

(x² - 6x + 9) + (y² + 8y + 16) = -9 + 9 + 16

(x - 3)² + (y + 4)² = 16

Step 5: Identify the conic section

This is a circle with center (3, -4) and radius 4

Standard form: (x - 3)² + (y + 4)² = 16, Circle
Final answer:

Standard form: (x - 3)² + (y + 4)² = 16, which is a circle with center (3, -4) and radius 4

Applied rules:

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

Tip 1: Always add the same amount to both sides when completing the square.
Tip 2: Look for the pattern of squared terms to identify the conic section.
Comprehensive Guide: Introduction to Conic Sections
\(\text{General Form: } Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\)
General Form of Conic Sections
\(\text{Discriminant: } B^2 - 4AC\)
Classification Criterion
Key definitions:

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

Complete methodology:
  1. Identify the type: Use discriminant B² - 4AC or recognize standard forms
  2. Convert to standard form: Complete the square if necessary
  3. Extract parameters: Identify a, b, h, k, p, etc. from standard form
  4. Find key features: Calculate center, vertices, foci, etc.
  5. Verify relationships: Check that parameters satisfy known formulas
Tip 1: The discriminant B² - 4AC determines the conic type: negative=circle/ellipse, zero=parabola, positive=hyperbola.
Tip 2: Remember that c² = a² - b² for ellipses but c² = a² + b² for hyperbolas.
Tip 3: The largest denominator in ellipse/hyperbola equations indicates the major/transverse axis direction.
Tip 4: Always verify your answers by checking that key points satisfy the original equation.
Common errors: Sign errors in standard forms, confusion between ellipse and hyperbola relationships, calculation errors in completing the square.
Exam preparation: Memorize standard forms, practice completing the square, work on classification problems.
Essential classification rules:

• 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

Visual Understanding: Conic Sections
Exercise 6: Conic Section Classification
Compare the different conic sections:
• 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

Questions & Answers

Question: How can I tell which conic section I'm dealing with just by looking at the equation?

Answer: Look for these patterns in the general form Ax² + Bxy + Cy² + Dx + Ey + F = 0:

  • Circle: A = C and B = 0 (coefficients of x² and y² are equal and positive)
  • Ellipse: A and C are both positive but A ≠ C
  • Parabola: Either A = 0 or C = 0 (one squared term missing)
  • Hyperbola: A and C have opposite signs

You can also use the discriminant B² - 4AC:
• B² - 4AC < 0: Circle or Ellipse
• B² - 4AC = 0: Parabola
• B² - 4AC > 0: Hyperbola

For example, x² + y² - 4 = 0 is a circle (A = C = 1), while x² - y² = 4 is a hyperbola (A = 1, C = -1).

Question: Why do ellipses use c² = a² - b² but hyperbolas use c² = a² + b²? This seems backwards.

Answer: The different relationships come from the geometric definitions:

  • Ellipse: The sum of distances from any point to the two foci is constant and equals 2a. Since foci are inside the ellipse, c < a, so c² = a² - b².
  • Hyperbola: The difference of distances from any point to the two foci is constant. Since foci are outside the hyperbola branches, c > a, so c² = a² + b².

Think of it this way: in an ellipse, the foci are "pulled in" toward the center, making c smaller than a. In a hyperbola, the foci are "pushed out" away from the center, making c larger than a.

The relationship ensures that c is always the focal distance and maintains the geometric properties of each conic section.

Question: What are some real-world applications of conic sections? Why is it important to learn this?

Answer: Conic sections have numerous practical applications:

  • Circles: Wheels, gears, circular motion, architecture
  • Ellipses: Planetary orbits, whispering galleries, elliptical trainers
  • Parabolas: Satellite dishes, car headlights, projectile motion, bridges
  • Hyperbolas: Cooling towers, radio signal tracking, gravitational slingshot maneuvers

Learning conic sections develops understanding of curved geometric shapes and their properties. This knowledge is fundamental to physics, engineering, astronomy, and architecture. The mathematical techniques used in conic sections (completing the square, coordinate geometry) are also essential for higher mathematics.

Understanding conic sections helps in modeling real-world phenomena and solving practical problems in science and engineering.

Question: I sometimes struggle with completing the square in conic section problems. Any tips?

Answer: Here are strategies for completing the square:

  1. Group terms: Put x terms together and y terms together
  2. Factor coefficients: If leading coefficient isn't 1, factor it out first
  3. Take half and square: Take half of the linear coefficient, then square it
  4. Balance the equation: Whatever you add to one side, add to the other side
  5. Factor the trinomial: Write as a perfect square binomial

For example, with x² + 6x: take half of 6 (which is 3), square it (9), so x² + 6x + 9 = (x + 3)².

Practice with simple quadratic expressions first before applying to conic sections.

Always verify by expanding your completed square to ensure it matches the original expression.

Question: What's the difference between the focus of a parabola and the foci of an ellipse or hyperbola?

Answer: The difference lies in the geometric definitions:

  • Parabola: Has one focus and one directrix. Every point on the parabola is equidistant from the focus and the directrix.
  • Ellipse: Has two foci. The sum of distances from any point on the ellipse to the two foci is constant.
  • Hyperbola: Has two foci. The absolute difference of distances from any point on the hyperbola to the two foci is constant.

In a parabola, the single focus creates the curve's reflective properties. In ellipses and hyperbolas, the interaction between two foci creates the characteristic shape. The two-foci conics have more complex geometric relationships than the single-focus parabola.

All conic sections share the property that distances to focus/foci are related to the curve's defining characteristic.