pre cal 1st

Introduction of Conic Sections

  • Conic Section: A curve obtained as the intersection of the surface of a cone with a plane.

  • Nappes: The two circular structures forming the surface of a cone used to define conic sections.

  • Circle: All points that are equidistant from a central point. The distance from the center point AA to any point on the circle is defined as the radius (rr).

  • Ellipse: All points found by keeping the sum of the distances from two specific points constant. It is visually described as an oval.

  • Hyperbola: All points found by keeping the difference of the distances from two specific points constant surface.

The Parabola

  • Definition: A curve where every point is equidistant from a fixed point called the focus and a fixed line called the directrix.

  • Focus: A fixed point denoted as point AA.

  • Vertex: The peak or highest/lowest point of the quadratic function.

  • Directrix: A fixed line used in the geometric construction of the parabola.

  • Mathematical Context: Often associated with a quadratic function.

Distance Formula

  • Formula: The distance CC between two points in a rectangular coordinate system is calculated using:     C=(x2x1)2+(y2y1)2C = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

  • Example Application: To find the distance between the points (6,4)(6, 4) and (2,1)(2, 1):

    • Identify coordinates: (x1,y1)=(6,4)(x_1, y_1) = (6, 4) and (x2,y2)=(2,1)(x_2, y_2) = (2, 1).

    • Substitute into formula: C=(26)2+(14)2C = \sqrt{(2 - 6)^2 + (1 - 4)^2}

    • Simplify: C=(4)2+(3)2C = \sqrt{(-4)^2 + (-3)^2}

    • C=16+9C = \sqrt{16 + 9}

    • C=25C = \sqrt{25}

    • C=5C = 5

Midpoint Formula

  • Definition: The midpoint is the center point of a line segment whose endpoints are defined by two specific points (x1,y1x_1, y_1) and (x2,y2x_2, y_2).

  • Formula: The midpoint coordinate is calculated as:     (x1+x22,y1+y22)(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2})

  • Example Application: Use the Midpoint Formula to find the midpoint of a line segment with endpoints (5,4)(-5, -4) and (7,2)(7, 2).

    • xx-coordinate calculation: 5+72=22=1\frac{-5 + 7}{2} = \frac{2}{2} = 1

    • yy-coordinate calculation: 4+22=22=1\frac{-4 + 2}{2} = \frac{-2}{2} = -1

    • Final Midpoint: (1,1)(1, -1)

Standard Form of a Circle

  • Definition: A circle radius (rr) is the distance from the center (h,k)(h, k) to any point on the circle (x,y)(x, y).

  • Standard Form Equation: For a circle with center (h,k)(h, k), the equation is:     (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

  • Example 1: Circle with radius 33 and center (0,0)(0, 0).

    • Equation: (x0)2+(y0)2=32(x - 0)^2 + (y - 0)^2 = 3^2

    • Result: x2+y2=9x^2 + y^2 = 9

  • Example 2: Circle with radius 22 and center (1,3)(-1, 3).

    • Equation: (x(1))2+(y3)2=22(x - (-1))^2 + (y - 3)^2 = 2^2

    • Result: (x+1)2+(y3)2=4(x + 1)^2 + (y - 3)^2 = 4

  • Example 3: Find the standard form of the equation of a circle with center (2,4)(2, 4) that also contains the point (2,1)(-2, 1).

General Formula of the Equation of a Circle

  • General Formula: The expanded equation of a circle is expressed as:     x2+y2axby+c=0x^2 + y^2 - ax - by + c = 0

  • Finding Center and Radius from Given Equations:

    • Case 1: 4x2+4y2=644x^2 + 4y^2 = 64

      • Divide by 44: x2+y2=16x^2 + y^2 = 16

      • Center: (0,0)(0, 0)

      • Radius (rr): r2=16r=4r^2 = 16 \rightarrow r = 4

    • Case 2: 3x2+3y2=273x^2 + 3y^2 = 27

      • Divide by 33: x2+y2=9x^2 + y^2 = 9

      • Center: (0,0)(0, 0)

      • Radius (rr): r2=9r=3r^2 = 9 \rightarrow r = 3

    • Case 3: Finding center and radius for x2+y24x6y+4=0x^2 + y^2 - 4x - 6y + 4 = 0

      • Rearrange: (x24x)+(y26y)=4(x^2 - 4x) + (y^2 - 6y) = -4

      • Complete the square for xx: 42=2(2)2=4\frac{-4}{2} = -2 \rightarrow (-2)^2 = 4

      • Complete the square for yy: 62=3(3)2=9\frac{-6}{2} = -3 \rightarrow (-3)^2 = 9

      • Resulting Equation: (x24x+4)+(y26y+9)=4+4+9(x^2 - 4x + 4) + (y^2 - 6y + 9) = -4 + 4 + 9

      • Standard Form: (x2)2+(y3)2=9(x - 2)^2 + (y - 3)^2 = 9

      • Center: (2,3)(2, 3), Radius: 33

Properties and Standard Forms of Parabolas

  • Fixed Points and Lines:

    • Focus: Fixed point.

    • Directrix: Fixed line.

    • Axis of Symmetry: Line passing through the vertex and focus.

    • Latus Rectum: Line segment through the focus, perpendicular to the axis of symmetry, with endpoints on the parabola.

  • Parabolas with Vertex at the Origin (0,0):

    • Horizontal Axis of Symmetry (xx-axis):

      • Equation: y2=4pxy^2 = 4px (where p0p \neq 0)

      • Focus: (p,0)(p, 0)

      • Directrix: x=px = -p

      • Endpoints of Latus Rectum: (p,±2p)(p, \pm 2p)

      • Direction: Opens right if p > 0, opens left if p < 0.

    • Vertical Axis of Symmetry (yy-axis):

      • Equation: x2=4pyx^2 = 4py (where p0p \neq 0)

      • Focus: (0,p)(0, p)

      • Directrix: y=py = -p

      • Endpoints of Latus Rectum: (±2p,p)(\pm 2p, p)

      • Direction: Opens up if p > 0, opens down if p < 0.

Graphing Parabola Example: Origin Vertical

  • Problem: Graph y2=24xy^2 = 24x. Identify focus, directrix, and latus rectum endpoints.

    1. Compare to standard form y2=4pxy^2 = 4px.

    2. Calculate pp: 4p=24p=64p = 24 \rightarrow p = 6.

    3. Because pp is positive (66), it opens to the right.

    4. Vertex: (0,0)(0,0).

    5. Focus: (p,0)=(6,0)(p, 0) = (6, 0).

    6. Directrix: x=px=6x = -p \rightarrow x = -6.

    7. Endpoints of Latus Rectum: (p,±2p)=(6,±12)(p, \pm 2p) = (6, \pm 12). Points: (6,12)(6, 12) and (6,12)(6, -12).

  • Problem: Graph x2=6yx^2 = -6y.

    1. Compare to standard form x2=4pyx^2 = 4py.

    2. Calculate pp: 4p=6p=64=324p = -6 \rightarrow p = -\frac{6}{4} = -\frac{3}{2}.

    3. Focus: (0,p)=(0,32)(0, p) = (0, -\frac{3}{2}).

    4. Directrix: y=py=32y = -p \rightarrow y = \frac{3}{2}.

    5. Endpoints of Latus Rectum: (±2p,p)=(±2(32),32)=(±3,32)(\pm 2p, p) = (\pm 2(-\frac{3}{2}), -\frac{3}{2}) = (\pm 3, -\frac{3}{2}). Points: (3,32)(3, -\frac{3}{2}) and (3,32)(-3, -\frac{3}{2}).

    6. Directional rules: If xx is positive (right), negative (left); if yy is positive (up), negative (down).

Parabolas with Vertices Not at the Origin

  • Summary Table for Vertex (h, k):

    • Equation Horizontal: (yk)2=4p(xh)(y-k)^2 = 4p(x-h)

      • Axis of Symmetry: y=ky = k

      • Focus: (h+p,k)(h+p, k)

      • Directrix: x=hpx = h - p

      • Endpoints of Latus Rectum: (h+p,k±2p)(h+p, k \pm 2p)

    • Equation Vertical: (xh)2=4p(yk)(x-h)^2 = 4p(y-k)

      • Axis of Symmetry: x=hx = h

      • Focus: (h,k+p)(h, k+p)

      • Directrix: y=kpy = k - p

      • Endpoints of Latus Rectum: (h±2p,k+p)(h \pm 2p, k+p)

  • Example: (y1)2=16(x+3)(y-1)^2 = -16(x+3)

    1. Vertex (h,k)(h, k): (3,1)(-3, 1).

    2. Calculate pp: 4p=16p=44p = -16 \rightarrow p = -4.

    3. Direction: Opens left (since pp is negative and axis is horizontal).

    4. Axis of Symmetry: y=1y = 1.

    5. Focus: (h+p,k)=(3+(4),1)=(7,1)(h+p, k) = (-3 + (-4), 1) = (-7, 1).

    6. Directrix: x=hp=3(4)x=1x = h - p = -3 - (-4) \rightarrow x = 1.

    7. Endpoints of Latus Rectum: (h+p,k±2p)=(7,1±8)(h+p, k \pm 2p) = (-7, 1 \pm 8), resulting in points (7,9)(-7, 9) and (7,7)(-7, -7).