Quadratic Functions and Parabola Graphing

  • Introduction to Polynomials

    • A polynomial function consists of terms with non-negative integer powers of the variable. It may or may not include a constant term.

    • The degree of a polynomial is the highest power of the variable in the function.

    • The leading coefficient is the coefficient of the term with the highest power.

    • There is an infinite number of higher-order polynomials.

  • Quadratic Functions

    • A quadratic function is a polynomial of order two (degree two).

    • Standard Form: Generally written as f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are coefficients.

  • The Quadratic Formula

    • This formula provides the solution(s) for xx in a quadratic equation (ax2+bx+c=0ax^2 + bx + c = 0).

    • Formula: x=racb<br>ightleftharpoonsrac2b24ac2ax = rac{-b <br>ightleftharpoons rac{}{2b^2 - 4ac}}{2a}

    • The "±\pm" symbol indicates that there are typically two possible solutions for xx.

  • Parabolas: The Graph of Quadratic Functions

    • When a quadratic function is graphed, it forms a curve called a parabola.

    • Important Characteristics of Parabolas:

    • Vertex: The lowest (minimum) or highest (maximum) point on the parabola. Its position depends on whether the parabola opens up or down.

    • Y-intercept: The point where the parabola crosses the y-axis. In the standard orientation, there will always be a y-intercept.

    • X-intercepts (Zeros or Roots): The point(s) where the parabola crosses the x-axis. A parabola can have two, one, or no x-intercepts, depending on its position on the Cartesian plane.

    • Axis of Symmetry: A vertical line that passes through the vertex and divides the parabola into two symmetrical halves.

    • Direction of Opening:

    • If the leading coefficient aa is positive (a > 0), the parabola opens upward.

    • If the leading coefficient aa is negative (a < 0), the parabola opens downward.

    • Example Parabola Analysis:

    • Vertex: (2,1)(-2, -1)

    • Axis of Symmetry: x=2x = -2

    • Y-intercept: (0,3)(0, 3)

    • X-intercepts: (1,0)(-1, 0) and (3,0)(-3, 0)

  • Graphing Quadratic Functions: Vertex Form

    • The Vertex Form of a quadratic function is f(x)=a(xh)2+kf(x) = a(x-h)^2 + k

    • Interpreting Coefficients:

    • a:

      • Determines if the parabola opens up (a > 0) or down (a < 0).

      • Its absolute value (a|a|) determines the vertical stretch or compression:

      • If |a| > 1, the parabola is vertically stretched (appears narrower).

      • If 0 < |a| < 1, the parabola is vertically compressed (appears wider).

    • h: Represents a horizontal shift of the parabola. If hh is positive, the shift is to the right; if negative, to the left.

    • k: Represents a vertical shift of the parabola. If kk is positive, the shift is upward; if negative, downward.

    • Identifying Key Characteristics from Vertex Form:

    • Vertex: The coordinates are (h,k)(h, k).

    • Axis of Symmetry: The line x=hx = h.

    • Y-intercept: Found by evaluating f(0)f(0) (setting x=0x=0 and solving for yy).

    • X-intercepts: Found by setting the function f(x)f(x) equal to zero and solving for xx.

    • Example 1: Graphing g(x)=rac12x2g(x) = - rac{1}{2}x^2

    • This function is in vertex form (a=rac12a = - rac{1}{2}, h=0h = 0, k=0k = 0).

    • Vertex: (0,0)(0, 0).

    • Axis of Symmetry: x=0x = 0.

    • Y-intercept: g(0)=rac12(0)2=0g(0) = - rac{1}{2}(0)^2 = 0, so (0,0)(0, 0).

    • X-intercepts: Setting g(x)=0<br>ightarrowrac12x2=0<br>ightarrowx=0g(x)=0 <br>ightarrow - rac{1}{2}x^2 = 0 <br>ightarrow x = 0, so (0,0)(0, 0).

    • Opens Down: Because a=rac12a = - rac{1}{2} (negative).

    • Domain: (&amp;,&amp;)(-\&amp;, \&amp;).

    • Range: (&amp;,0](-\&amp;, 0].

    • Example 2: Graphing F(x)=rac12(x4)2+3F(x) = - rac{1}{2}(x-4)^2 + 3

    • This is in vertex form (a=rac12a = - rac{1}{2}, h=4h = 4, k=3k = 3).

    • Vertex: (4,3)(4, 3).

    • Axis of Symmetry: x=4x = 4.

    • Opens Down: Because a=rac12a = - rac{1}{2} (negative).

    • Y-intercept: F(0)=rac12(04)2+3=rac12(16)+3=8+3=5F(0) = - rac{1}{2}(0-4)^2 + 3 = - rac{1}{2}(16) + 3 = -8 + 3 = -5, so (0,5)(0, -5).

    • X-intercepts: Set F(x)=0ightarrowrac12(x4)2+3=0ightarrowrac12(x4)2=3ightarrow(x4)2=6F(x)=0 ightarrow - rac{1}{2}(x-4)^2 + 3 = 0 ightarrow rac{1}{2}(x-4)^2 = 3 ightarrow (x-4)^2 = 6.

      • x4=±racC6    x=4±racC6x-4 = \pm rac{C}{6} \implies x = 4 \pm rac{C}{6}.

      • Solutions are approximately (6.449,0)(6.449, 0) and (1.551,0)(1.551, 0).

    • Domain: (&amp;,&amp;)(-\&amp;, \&amp;).

    • Range: (&amp;,3](-\&amp;, 3].

  • Graphing Quadratic Functions: Standard Form

    • When a quadratic function is given in standard form (f(x)=ax2+bx+cf(x) = ax^2 + bx + c), it can be converted to vertex form to identify characteristics, or specific formulas can be used.

    • Method 1: Completing the Square

    1. Factor out the leading coefficient aa from the x2x^2 and xx terms: a(x2+racbax)+ca(x^2 + rac{b}{a}x) + c.

    2. Take half of the new xx coefficient (racb2arac{b}{2a}), square it ((racb2a)2( rac{b}{2a})^2), and add/subtract it inside the parentheses. To maintain equality, subtract aimes(racb2a)2a imes ( rac{b}{2a})^2 outside the parentheses.

    3. Factor the perfect square trinomial: a(x+racb2a)2+(ca(racb2a)2)a(x + rac{b}{2a})^2 + (c - a( rac{b}{2a})^2).

    4. Simplify to get the vertex form.

    • Method 2: Using Formulas for Vertex Coordinates

    • The x-coordinate of the vertex (h) is given by h=racb2ah = - rac{b}{2a}.

    • The y-coordinate of the vertex (k) is found by evaluating the function at x=hx=h: k=f(h)k = f(h).

    • Example 1: Graphing f(x)=x26x+7f(x) = x^2 - 6x + 7

    • Completing the Square:

      • x26x+99+7x^2 - 6x + 9 - 9 + 7

      • (x3)22(x-3)^2 - 2

    • Vertex Form: f(x)=(x3)22f(x) = (x-3)^2 - 2

    • Vertex: (3,2)(3, -2)

    • Axis of Symmetry: x=3x = 3

    • Opens Up: (leading coefficient a=1a=1 is positive).

    • Y-intercept: f(0)=(03)22=92=7f(0) = (0-3)^2 - 2 = 9 - 2 = 7, so (0,7)(0, 7).

    • X-intercepts: Set f(x)=0ightarrow(x3)22=0ightarrow(x3)2=2f(x) = 0 ightarrow (x-3)^2 - 2 = 0 ightarrow (x-3)^2 = 2

      • x3=±racC2    x=3±racC2x-3 = \pm rac{C}{2} \implies x = 3 \pm rac{C}{2}.

    • Domain: (&amp;,&amp;)(-\&amp;, \&amp;).

    • Range: [2,&amp;)[-2, \&amp;).

    • Increasing Interval: (3,&amp;)(3, \&amp;).

    • Decreasing Interval: (&amp;,3)(-\&amp;, 3).

    • Example 2: Graphing f(x)=3x22x+1f(x) = -3x^2 - 2x + 1

    • Completing the Square:

      • Factor out -3: 3(x2+rac23xrac13)-3(x^2 + rac{2}{3}x - rac{1}{3}).

      • Add/Subtract (rac13)2=rac19( rac{1}{3})^2 = rac{1}{9} inside: 3(x2+rac23x+rac19rac19rac13)-3(x^2 + rac{2}{3}x + rac{1}{9} - rac{1}{9} - rac{1}{3}).

      • Factor and simplify: 3((x+rac13)2rac49)=3(x+rac13)2+rac43-3((x+ rac{1}{3})^2 - rac{4}{9}) = -3(x+ rac{1}{3})^2 + rac{4}{3}.

    • Vertex Form: f(x)=3(x+rac13)2+rac43f(x) = -3(x+ rac{1}{3})^2 + rac{4}{3}.

    • Vertex: (rac13,rac43)(- rac{1}{3}, rac{4}{3}).

    • Axis of Symmetry: x=rac13x = - rac{1}{3}.

    • Opens Down: (leading coefficient a=3a=-3 is negative).

    • Y-intercept: f(0)=3(0)22(0)+1=1f(0) = -3(0)^2 - 2(0) + 1 = 1, so (0,1)(0, 1).

    • X-intercepts: Set f(x)=0ightarrow3(x+rac13)2+rac43=0ightarrow(x+rac13)2=rac49f(x)=0 ightarrow -3(x+ rac{1}{3})^2 + rac{4}{3} = 0 ightarrow (x+ rac{1}{3})^2 = rac{4}{9}.

      • x+rac13=±rac23x+ rac{1}{3} = \pm rac{2}{3}.

      • Solutions: x<em>1=rac13x<em>1 = rac{1}{3} and x</em>2=1x</em>2 = -1.

      • Points: (rac13,0)( rac{1}{3}, 0) and (1,0)(-1, 0).

    • Example 3: Finding Vertex and Axis of Symmetry for f(x)=2x2+4x+5f(x) = 2x^2 + 4x + 5

    • Using Vertex Formulas:

      • h=racb2a=rac42(2)=1h = - rac{b}{2a} = - rac{4}{2(2)} = -1.

      • k=f(1)=2(1)2+4(1)+5=24+5=3k = f(-1) = 2(-1)^2 + 4(-1) + 5 = 2 - 4 + 5 = 3.

      • Vertex: (1,3)(-1, 3).

      • Axis of Symmetry: x=1x = -1.

    • Completing the Square (Alternative Method):

      • Factor out 2: 2(x2+2x+rac52)2(x^2 + 2x + rac{5}{2}).

      • Add/Subtract (rac22)2=1( rac{2}{2})^2 = 1 inside: 2(x2+2x+11+rac52)2(x^2 + 2x + 1 - 1 + rac{5}{2}).

      • Factor and simplify: 2((x+1)2+rac32)=2(x+1)2+32((x+1)^2 + rac{3}{2}) = 2(x+1)^2 + 3.

      • Vertex Form: f(x)=2(x+1)2+3f(x) = 2(x+1)^2 + 3.

      • Vertex: (1,3)(-1, 3).

      • Axis of Symmetry: x=1x = -1.

  • Real-World Application: Rocket Trajectory Problem

    • Scenario: A rocket's height (h(t)h(t)) at time (tt) is modeled by the quadratic function h(t)=16t2+128t+80h(t) = -16t^2 + 128t + 80. It's launched from 8080 feet high with an initial speed of 128128 ft/s.

    • This quadratic models the parabolic trajectory of the rocket.

    • Question 1: How long will it take the rocket to reach its maximum height?

    • This corresponds to the time (t-coordinate) of the parabola's vertex.

    • Using tvertex=racb2at_{vertex} = - rac{b}{2a}, where a=16a=-16 and b=128b=128:

      • t=rac1282(16)=rac12832=4t = - rac{128}{2(-16)} = - rac{128}{-32} = 4 seconds.

    • The rocket reaches its maximum height after 44 seconds.

    • Question 2: What is the maximum height of the rocket?

    • This corresponds to the height (h(t)-coordinate) of the parabola's vertex.

    • Evaluate h(t)h(t) at the vertex time (t=4t=4):

      • h(4)=16(4)2+128(4)+80=16(16)+512+80=256+512+80=336h(4) = -16(4)^2 + 128(4) + 80 = -16(16) + 512 + 80 = -256 + 512 + 80 = 336 feet.

    • The maximum height reached is 336336 feet.

    • The vertex coordinates are (4,336)(4, 336).

    • Question 3: How long will it take for the rocket to hit the ground?

    • This corresponds to the positive x-intercept (or t-intercept) of the parabola, where h(t)=0h(t) = 0.

    • Use the quadratic formula for 16t2+128t+80=0-16t^2 + 128t + 80 = 0 (a=16,b=128,c=80a=-16, b=128, c=80):

      • t=rac128±12824(16)(80)2(16)t = rac{-128 \pm \sqrt{128^2 - 4(-16)(80)}}{2(-16)}

      • t=rac128±16384+512032t = rac{-128 \pm \sqrt{16384 + 5120}}{-32}

      • t=rac128±2150432t = rac{-128 \pm \sqrt{21504}}{-32}

      • racC21504146.64rac{C}{21504} \approx 146.64

      • trac2128±146.6432t rac{\dots}{2} \frac{-128 \pm 146.64}{-32}

      • Two approximate solutions:

      • t1=rac128+146.64320.58t_1 = rac{-128 + 146.64}{-32} \approx -0.58 seconds.

      • t2=rac128146.64328.58t_2 = rac{-128 - 146.64}{-32} \approx 8.58 seconds.

    • Contextual Interpretation: Time cannot be negative, so the solution t10.58t_1 \approx -0.58 seconds is disregarded.

    • The rocket will hit the ground approximately 8.588.58 seconds after launch.

    • Always consider the physical or contextual meaning of solutions in word problems.