1-1 Graphing Quadratic Functions Study Notes

Fundamentals of Graphing Quadratic Functions

  • Standard Form of a Quadratic Function

    • A quadratic function is generally expressed as f(x)=ax2+bx+cf(x) = ax^2 + bx + c.
    • The variables involved represent the following:
    • aa: The coefficient of the quadratic term (x2x^2). If a>0a > 0, the parabola opens upward, and the vertex is a minimum. If a<0a < 0, the parabola opens downward, and the vertex is a maximum.
    • bb: The coefficient of the linear term (xx).
    • cc: The constant term, which represents the yy-intercept of the function.
  • Determining Key Components for Graphing

    • yy-intercept: The value of the function when x=0x = 0, which is always equal to cc.
    • Axis of Symmetry: The vertical line that divides the parabola into two symmetric halves. The equation is calculated using the formula:     x=b2ax = -\frac{b}{2a}
    • Vertex: The highest or lowest point on the parabola. Its xx-coordinate is the value of the axis of symmetry. To find the yy-coordinate, substitute the xx-coordinate back into the original function f(x)f(x).

Detailed Analysis of Specific Quadratic Functions

  • Case 1: f(x)=x2+6x+8f(x) = x^2 + 6x + 8

    • Values: a=1a = 1, b=6b = 6, c=8c = 8.
    • yy-intercept: 88.
    • Axis of Symmetry: x=62(1)=3x = -\frac{6}{2(1)} = -3.
    • Vertex: (3,1)(-3, -1). Since a>0a > 0, this is a minimum.
    • Table of Values for Graphing:
    • f(5)=(5)2+6(5)+8=3f(-5) = (-5)^2 + 6(-5) + 8 = 3
    • f(4)=(4)2+6(4)+8=0f(-4) = (-4)^2 + 6(-4) + 8 = 0
    • f(3)=1f(-3) = -1
    • f(2)=(2)2+6(2)+8=0f(-2) = (-2)^2 + 6(-2) + 8 = 0
    • f(1)=(1)2+6(1)+8=3f(-1) = (-1)^2 + 6(-1) + 8 = 3
    • Domain: All real numbers.
    • Range: {yy1}\{y | y \geq -1\}.
  • Case 2: f(x)=x22x+2f(x) = -x^2 - 2x + 2

    • Values: a=1a = -1, b=2b = -2, c=2c = 2.
    • yy-intercept: 22.
    • Axis of Symmetry: x=22(1)=1x = -\frac{-2}{2(-1)} = -1.
    • Vertex: (1,3)(-1, 3). Since a<0a < 0, this is a maximum.
    • Domain: All real numbers.
    • Range: {yy3}\{y | y \leq 3\}.
  • Case 3: f(x)=2x24x+3f(x) = 2x^2 - 4x + 3

    • Values: a=2a = 2, b=4b = -4, c=3c = 3.
    • Axis of Symmetry: x=1x = 1.
    • Vertex: (1,1)(1, 1). Since a>0a > 0, this is a minimum.
    • Domain: All real numbers.
    • Range: {yy1}\{y | y \geq 1\}.
  • Case 4: f(x)=2x2f(x) = -2x^2

    • Values: a=2a = -2, b=0b = 0, c=0c = 0.
    • Axis of Symmetry: x=0x = 0.
    • Vertex: (0,0)(0, 0). Since a<0a < 0, this is a maximum.
    • Range: {yy0}\{y | y \leq 0\}.
  • Case 5: f(x)=x24x+4f(x) = x^2 - 4x + 4

    • Values: a=1a = 1, b=4b = -4, c=4c = 4.
    • Axis of Symmetry: x=2x = 2.
    • Vertex: (2,0)(2, 0). Since a>0a > 0, this is a minimum.
    • Range: {yy0}\{y | y \geq 0\}.
  • Case 6: f(x)=x26x+8f(x) = x^2 - 6x + 8

    • Values: a=1a = 1, b=6b = -6, c=8c = 8.
    • Axis of Symmetry: x=3x = 3.
    • Vertex: (3,1)(3, -1), min.
    • Range: {yy1}\{y | y \geq -1\}.

Comparative Analysis of Quadratic Functions

  • Vertex Comparison Examples
    • Problem 7: Compare f(x)f(x) (with max 1-1) to g(x)g(x) (y-intercept 11, vertex at (1,3)(1, 3)). g(x)g(x) has the greater maximum because its vertex height (y=3y = 3) is 44 units above the vertex of f(x)f(x) at (1,1)(1, -1).
    • Problem 8: Compare f(x)f(x) (min 1-1) to g(x)g(x) (y-intercept 0.50.5, vertex at (1,5)(-1, -5)). g(x)g(x) has the lesser minimum because its vertex (y=5y = -5) is 44 units below the vertex of f(x)f(x) at (1,1)(-1, -1).
    • Problem 9: Compare f(x)=x210x+5f(x) = x^2 - 10x + 5 to table-defined g(x)g(x).
    • f(x)f(x) vertex: Axis is x=5x = 5, vertex is (5,20)(5, -20), min.
    • g(x)g(x) vertex: Using table symmetry, vertex is (5,10)(5, -10), min.
    • Result: f(x)f(x) has the lesser minimum (20<10-20 < -10).
    • Problem 10: Compare f(x)=x2+6x15f(x) = -x^2 + 6x - 15 to table-defined g(x)g(x).
    • f(x)f(x) vertex: Axis is x=3x = 3, vertex is (3,6)(3, -6), max.
    • g(x)g(x) vertex: Middle value (3,1)(3, 1), max.
    • Result: g(x)g(x) has the greater maximum (1>61 > -6).

Real-World Applications and Modeling

  • Revenue Optimization (Fishing Permits)

    • Scenario: Last year, 480480 permits sold at $80\$80 each. For every $4\$4 increase in price, 1616 fewer permits are sold.
    • Let xx = number of price increases; yy = revenue.
    • Function: P(x)=(80+4x)(48016x)=64x2+640x+38,400P(x) = (80 + 4x)(480 - 16x) = -64x^2 + 640x + 38,400.
    • Maximization: Axis of symmetry x=6402(64)=5x = -\frac{640}{2(-64)} = 5.
    • Optimal Price: 80+4(5)=$10080 + 4(5) = \$100 total.
    • Domain: {x0x30}\{x | 0 \leq x \leq 30\} (permits sold cannot be negative).
    • Range: {y0y40,000}\{y | 0 \leq y \leq 40,000\}.
  • Profit Maximization (Jar Candles)

    • Scenario: 120120 candles sold at $30\$30 each. For every $2\$2 decrease, 1010 additional candles sold.
    • Function: P(x)=(302x)(120+10x)=20x2+60x+3600P(x) = (30 - 2x)(120 + 10x) = -20x^2 + 60x + 3600.
    • Axis of Symmetry: x=1.5x = 1.5.
    • Optimal Price: 302(1.5)=$2730 - 2(1.5) = \$27.
    • Domain/Range: D={x0x15}D = \{x | 0 \leq x \leq 15\}, R={y0y3645}R = \{y | 0 \leq y \leq 3645\}.
  • Revenue (Cinema Tickets)

    • Scenario: 200200 tickets at $6.00\$6.00. For every $0.50\$0.50 increase, 1010 fewer sales.
    • Function: R(x)=5x2+40x+1200R(x) = -5x^2 + 40x + 1200.
    • Optimal x: 44. Price per ticket: $6.00+4(0.50)=$8.00\$6.00 + 4(0.50) = \$8.00.
    • Max Revenue: R(4)=$1280.00R(4) = \$1280.00.
  • Projectile Motion

    • Ball tossed upward: h(t)=16t2+32t+4h(t) = -16t^2 + 32t + 4.
    • Max height: 20ft20\,\text{ft} reached at t=1secondt = 1\,\text{second}.
    • Cannonball trajectory: Path described by a quadratic. If the cannon sits on the yy-axis and c=20c = 20, the cannon is 20ft20\,\text{ft} above the ground.

Average Rate of Change calculations

  • Formula for Average Rate of Change

    • Over the interval [x1,x2][x_1, x_2], the rate is defined as:     Rate=f(x2)f(x1)x2x1\text{Rate} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}
  • Specific Results (Interval-Based)

    • Problem 13: f(x)=x210x+5f(x) = x^2 - 10x + 5, interval [4,4][-4, 4]. Average Rate of Change = 10-10.
    • Problem 14: f(x)=2x2+4x6f(x) = 2x^2 + 4x - 6, interval [3,3][-3, 3]. Average Rate of Change = 44.
    • Problem 15: f(x)=3x23x+1f(x) = 3x^2 - 3x + 1, interval [5,5][-5, 5]. Average Rate of Change = 3-3.
    • Problem 16: f(x)=4x2+x+3f(x) = 4x^2 + x + 3, interval [2,2][-2, 2]. Average Rate of Change = 11.
    • Problem 17: f(x)=2x211f(x) = 2x^2 - 11, interval [3,3][-3, 3]. Average Rate of Change = 00.
    • Problem 23: Table-defined function with f(3)=27f(3) = 27 and f(3)=27f(-3) = 27. ARC over [3,3]=0[-3, 3] = 0.
    • Problem 24: Table-defined function with f(2)=4f(2) = -4 and f(2)=12f(-2) = 12. ARC over [2,2]=4124=4[-2, 2] = \frac{-4 - 12}{4} = -4.

Constructing and Identifying Quadratic Attributes

  • Quadratic Recognition

    • A function is quadratic if it has no terms higher than x2x^2, a linear term, and a constant term.
    • Concavity Check:
    • Leading coefficient (aa) is negative: Function has a maximum.
    • Leading coefficient (aa) is positive: Function has a minimum.
  • Creation Examples

    • Maximum of 88: Sample function f(x)=x2+8f(x) = -x^2 + 8 (a=1a = -1, axis at x=0x = 0).
    • Minimum of 4-4: Sample function f(x)=x24f(x) = x^2 - 4 (a=1a = 1, axis at x=0x = 0).
    • Vertex of (2,6)(-2, 6): Sample function f(x)=x2+4x+10f(x) = x^2 + 4x + 10.
    • Explanation: Using axis formula x=2x = -2, we can set a=1a = 1 and solve for bb: 2=b2(1)b=4-2 = -\frac{b}{2(1)} \rightarrow b = 4. Then solve for cc to ensure the vertex yy-value is 66.