Conic Sections Study Guide

Conic Sections Review

7. Hyperbola Equation Analysis

  • Original Equation: 4x29y2+16x+18y+43=04x^2 - 9y^2 + 16x + 18y + 43 = 0
  • Completing the Square:
    • 4(x2+4x)9(y22y)=434(x^2 + 4x) - 9(y^2 - 2y) = -43
    • 4(x2+4x+4)9(y22y+1)=43+1694(x^2 + 4x + 4) - 9(y^2 - 2y + 1) = -43 + 16 - 9
    • 4(x+2)29(y1)2=364(x + 2)^2 - 9(y - 1)^2 = -36
  • Standard Form:
    • (y1)24(x+2)29=1\frac{(y - 1)^2}{4} - \frac{(x + 2)^2}{9} = 1
  • Type of Conic: Hyperbola
  • Center: (2,1)(-2, 1)
  • Vertices: (2,3),(2,1)(-2, 3), (-2, -1)
  • Foci:
    • c2=b2+a2=9+4=13c^2 = b^2 + a^2 = 9 + 4 = 13
    • c=13c = \sqrt{13}
    • Foci: (2,1±13)(-2, 1 \pm \sqrt{13})
  • Directrices: Not explicitly calculated but would be horizontal lines.
  • Equations of Asymptotes: y1=±23(x+2)y - 1 = \pm \frac{2}{3}(x + 2)
  • Change in Conic:
    • If the equation was 4x29y2+16x18y+43=04x^2 - 9y^2 + 16x - 18y + 43 = 0, the sign of the yy term changes.
    • 4(x2+4x+4)9(y22y+1)=43+1694(x^2 + 4x + 4) - 9(y^2 - 2y + 1) = -43 + 16 - 9
    • 4(x+2)29(y1)2=364(x + 2)^2 - 9(y - 1)^2 = -36
    • (x+2)29(y1)24=1\frac{(x + 2)^2}{9} - \frac{(y - 1)^2}{4} = -1

8. Finding Standard Equation of a Conic

  • Foci: (5,2)(5, -2) and (5,8)(5, 8)
  • Vertices: (5,2)(5, 2) and (5,4)(5, 4)
  • Center: Midpoint of the vertices or foci, which is (5,3)(5, 3)
  • Distance between vertices (2a): 42=24 - 2 = 2, so a=1a = 1
  • Distance between foci (2c): 8(2)=108 - (-2) = 10, so c=5c = 5
  • Since c2=a2+b2c^2 = a^2 + b^2, then b2=c2a2=251=24b^2 = c^2 - a^2 = 25 - 1 = 24
  • The major axis is vertical because the foci and vertices have the same x-coordinate.
  • Standard Equation: (y3)21(x5)224=1\frac{(y - 3)^2}{1} - \frac{(x - 5)^2}{24} = 1

9. Thunder Location Problem

  • Distance between you and your friend: Half a mile, or 2640 feet.
  • Speed of sound: 1100 feet/second.
  • Time difference in hearing thunder: 1.5 seconds.
  • Distance difference: 1.5×1100=16501.5 \times 1100 = 1650 feet.
  • Let your location be (1320,0)(-1320, 0) and your friend's location be (1320,0)(1320, 0).
  • The equation representing possible locations of the thunder is a hyperbola:
    • d<em>1d</em>2=1650|d<em>1 - d</em>2| = 1650, where d<em>1d<em>1 and d</em>2d</em>2 are the distances from the thunder to you and your friend, respectively.
    • 2a=16502a = 1650, so a=825a = 825
    • The foci are at (±1320,0)(\pm 1320, 0), so c=1320c = 1320
    • b2=c2a2=132028252b^2 = c^2 - a^2 = 1320^2 - 825^2
    • b2=1742400680625=1061775b^2 = 1742400 - 680625 = 1061775
  • Equation: x28252y21061775=1\frac{x^2}{825^2} - \frac{y^2}{1061775} = 1
    • x2680625y21061775=1\frac{x^2}{680625} - \frac{y^2}{1061775} = 1

Honors Algebra II/Trig - Unit 9 Review #2: Conics

1. Conditions for Equations
  • Line: A=0,C=0,B0A = 0, C = 0, B \neq 0 and/or D0D \neq 0
  • Hyperbola: A/C < 0, A \neq 0, C \neq 0
  • Parabola: A=0,C0A = 0, C \neq 0 or C=0,A0C = 0, A \neq 0
  • Ellipse: A0,C0A \neq 0, C \neq 0, A & C have the same sign.
  • Circle: A=CA = C
2. Comparing and Contrasting Conic Sections
  • Conic 1: (x1)212+(y+3)219=1\frac{(x-1)^2}{12} + \frac{(y+3)^2}{19} = 1
    • Type: Ellipse
    • Center: (1,3)(1, -3)
    • x-radius: 12\sqrt{12}
    • y-radius: 19\sqrt{19}
    • Focal length: c2=b2a2=1912=7c^2 = b^2 - a^2 = 19 - 12 = 7, so c=7c = \sqrt{7}
    • Foci: (1,3±7)(1, -3 \pm \sqrt{7})
  • Conic 2: (x1)212(y+3)219=1\frac{(x-1)^2}{12} - \frac{(y+3)^2}{19} = 1
    • Type: Hyperbola, opens in x-direction
    • Center: (1,3)(1, -3)
    • Focal Length: c2=a2+b2=12+19=31c^2 = a^2 + b^2 = 12 + 19 = 31, so c=31c = \sqrt{31}
    • Foci: (1±31,3)(1 \pm \sqrt{31}, -3)
  • Conic 3: (y+3)219(x1)212=1\frac{(y+3)^2}{19} - \frac{(x-1)^2}{12} = 1
    • Type: Hyperbola, opens in y-direction
    • Center: (1,3)(1, -3)
    • Focal Length: c2=a2+b2=12+19=31c^2 = a^2 + b^2 = 12 + 19 = 31, so c=31c = \sqrt{31}
    • Foci: (1,3±31)(1, -3 \pm \sqrt{31})
    • Asymptotes: y+3=±1912(x1)y + 3 = \pm \sqrt{\frac{19}{12}} (x - 1)
  • Similarities:
    • All have the same center (1,3)(1, -3)
3. Identifying Conic Type and Equation in General Form
  • Condition: For each point, its distance from the point (4,7)(-4, 7) is its distance from the point (5,1)(5, -1).
    • (x+4)2+(y7)2=(x5)2+(y+1)2\sqrt{(x+4)^2 + (y-7)^2} = \sqrt{(x-5)^2 + (y+1)^2}
    • (x+4)2+(y7)2=(x5)2+(y+1)2(x+4)^2 + (y-7)^2 = (x-5)^2 + (y+1)^2
    • x2+8x+16+y214y+49=x210x+25+y2+2y+1x^2 + 8x + 16 + y^2 - 14y + 49 = x^2 - 10x + 25 + y^2 + 2y + 1
    • 18x16y+65=2618x - 16y + 65 = 26
    • 18x16y+39=018x - 16y + 39 = 0
    • Type: Line

4. Solving System of Equations

  • System:
    • 4x2+y2=364x^2 + y^2 = 36
    • y=2x1y = 2x - 1
  • Substitute yy in the first equation:
    • 4x2+(2x1)2=364x^2 + (2x - 1)^2 = 36
    • 4x2+4x24x+1=364x^2 + 4x^2 - 4x + 1 = 36
    • 8x24x35=08x^2 - 4x - 35 = 0
  • This does not appear to factor nicely, using the original equation y = -2x-1 from the image
    • 4x2+(2x1)2=364x^2 + (-2x-1)^2 = 36
    • 4x2+4x2+4x+1=364x^2 + 4x^2 + 4x + 1 = 36
    • 8x2+4x35=08x^2 + 4x - 35 = 0

5. Sketching a System with Three Solutions

  • Conics:
    • Ax2+By2=CAx^2 + By^2 = C (Ellipse)
    • Dy2+Ey+Fx=GDy^2 + Ey + Fx = G (Parabola)
  • Visualization: The ellipse and parabola should intersect at exactly three points.

6. Conic Information

  • Equation: 5y240y+5x2+67=05y^2 - 40y + 5x^2 + 67 = 0
    • 5x2+5(y28y)=675x^2 + 5(y^2 - 8y) = -67
    • 5x2+5(y28y+16)=67+805x^2 + 5(y^2 - 8y + 16) = -67 + 80
    • 5x2+5(y4)2=135x^2 + 5(y - 4)^2 = 13
    • x2+(y4)2=135x^2 + (y - 4)^2 = \frac{13}{5}
  • Type of Conic: Circle
  • Center: (0,4)(0, 4)
  • Changed Equation: 5y240y5x2+67=05y^2 - 40y - 5x^2 + 67 = 0
    • The conic would become a hyperbola.