• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Quadratic Functions

Characteristics of Quadratic Functions

Shape of Quadratic Function Graphs

The graph of a quadratic function always forms a parabola. This parabola can open upward or downward, depending on the value of the coefficient aaa.

Influence of Coefficient a on Graph Shape

When a > 0

If a>0a > 0a>0, the graph of the quadratic function will open upward. This means the graph has a minimum point.

Examples of functions with a>0a > 0a>0:

  • f(x)=x2f(x) = x^2f(x)=x2 (the simplest function with a=1a = 1a=1 )
  • f(x)=2x2+1f(x) = 2x^2 + 1f(x)=2x2+1 (example with a=2a = 2a=2 )
Quadratic Function Graph with a>0a > 0a>0
Graph opens upward and has a minimum point.

When a < 0

If a<0a < 0a<0, the graph of the quadratic function will open downward. This means the graph has a maximum point.

Examples of functions with a<0a < 0a<0:

  • f(x)=−x2f(x) = -x^2f(x)=−x2 with a=−1a = -1a=−1
  • f(x)=−3x2−12x−15f(x) = -3x^2 - 12x - 15f(x)=−3x2−12x−15 with a=−3a = -3a=−3
Quadratic Function Graph with a<0a < 0a<0
Graph opens downward and has a maximum point.

Why Can't a = 0?

When a=0a = 0a=0, the function form becomes f(x)=bx+cf(x) = bx + cf(x)=bx+c. This is no longer a quadratic function, but a linear function. A quadratic function must have a≠0a \neq 0a=0 so that the highest power of the variable xxx is 2.

Important Characteristics of Quadratic Functions

Vertex

The vertex is the highest point (if a<0a < 0a<0) or the lowest point (if a>0a > 0a>0) on the graph. The coordinates of the vertex are expressed as (−b2a,f(−b2a))(-\frac{b}{2a}, f(-\frac{b}{2a}))(−2ab​,f(−2ab​)).

Axis of Symmetry

The axis of symmetry is a vertical line that divides the parabola into two symmetrical parts. The equation of the axis of symmetry is x=−b2ax = -\frac{b}{2a}x=−2ab​.

Y-Intercept

The y-intercept is obtained when x=0x = 0x=0. Its value is f(0)=cf(0) = cf(0)=c.

X-Intercepts

The x-intercepts are obtained when f(x)=0f(x) = 0f(x)=0, i.e., when ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0. The solutions can be found using the formula:

x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​

Steps to Graph a Quadratic Function

  1. Determine whether the parabola opens upward (a>0a > 0a>0) or downward (a<0a < 0a<0).
  2. Calculate the coordinates of the vertex (−b2a,f(−b2a))(-\frac{b}{2a}, f(-\frac{b}{2a}))(−2ab​,f(−2ab​)).
  3. Calculate the y-intercept: (0,c)(0, c)(0,c).
  4. Calculate the x-intercepts (if any).
  5. Choose several other x-values and calculate their corresponding y-values.
  6. Plot all points in the coordinate system.
  7. Connect the points with a parabolic curve.

Drawing Quadratic Function Graphs

f(x) = x² - 2x - 3

Let's graph the function f(x)=x2−2x−3f(x) = x^2 - 2x - 3f(x)=x2−2x−3:

  1. Coefficient a=1>0a = 1 > 0a=1>0, so the parabola opens upward.

  2. Vertex:

    x=−b2a=−−22⋅1=1x = -\frac{b}{2a} = -\frac{-2}{2 \cdot 1} = 1x=−2ab​=−2⋅1−2​=1
    f(1)=12−2⋅1−3=1−2−3=−4f(1) = 1^2 - 2 \cdot 1 - 3 = 1 - 2 - 3 = -4f(1)=12−2⋅1−3=1−2−3=−4

    So the vertex is at (1, -4).

  3. Y-intercept:

    f(0)=02−2⋅0−3=−3f(0) = 0^2 - 2 \cdot 0 - 3 = -3f(0)=02−2⋅0−3=−3

    So the y-intercept is at (0, -3).

  4. X-intercepts: f(x)=0f(x) = 0f(x)=0 or x2−2x−3=0x^2 - 2x - 3 = 0x2−2x−3=0

    Using the quadratic formula:

    x=−b±b2−4ac2a=2±4+122=2±162=2±42x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{2 \pm \sqrt{4 + 12}}{2} = \frac{2 \pm \sqrt{16}}{2} = \frac{2 \pm 4}{2}x=2a−b±b2−4ac​​=22±4+12​​=22±16​​=22±4​
    x=2+42=3 or x=2−42=−1x = \frac{2 + 4}{2} = 3 \text{ or } x = \frac{2 - 4}{2} = -1x=22+4​=3 or x=22−4​=−1

    So the x-intercepts are at (-1, 0) and (3, 0).

  5. Let's calculate some additional points:

    f(−2)=(−2)2−2⋅(−2)−3=4+4−3=5f(-2) = (-2)^2 - 2 \cdot (-2) - 3 = 4 + 4 - 3 = 5f(−2)=(−2)2−2⋅(−2)−3=4+4−3=5
    f(2)=22−2⋅2−3=4−4−3=−3f(2) = 2^2 - 2 \cdot 2 - 3 = 4 - 4 - 3 = -3f(2)=22−2⋅2−3=4−4−3=−3
Graph of f(x)=x2−2x−3f(x) = x^2 - 2x - 3f(x)=x2−2x−3
Parabola opens upward with vertex at (1,−4)(1, -4)(1,−4) and x-intercepts at (−1,0)(-1, 0)(−1,0) and (3,0)(3, 0)(3,0).

f(x) = -x²

Let's graph the function f(x)=−x2f(x) = -x^2f(x)=−x2:

  1. Coefficient a=−1<0a = -1 < 0a=−1<0, so the parabola opens downward.

  2. Vertex:

    x=−b2a=−02⋅(−1)=0x = -\frac{b}{2a} = -\frac{0}{2 \cdot (-1)} = 0x=−2ab​=−2⋅(−1)0​=0
    f(0)=−(0)2=0f(0) = -(0)^2 = 0f(0)=−(0)2=0

    So the vertex is at (0, 0).

  3. Y-intercept:

    f(0)=0f(0) = 0f(0)=0

    So the y-intercept is at (0, 0).

  4. X-intercepts: f(x)=0f(x) = 0f(x)=0 or −x2=0-x^2 = 0−x2=0

    x2=0x^2 = 0x2=0
    x=0x = 0x=0

    So the x-intercept is at (0, 0).

  5. Let's calculate some additional points:

    f(−2)=−((−2)2)=−4f(-2) = -((-2)^2) = -4f(−2)=−((−2)2)=−4
    f(−1)=−((−1)2)=−1f(-1) = -((-1)^2) = -1f(−1)=−((−1)2)=−1
    f(1)=−(12)=−1f(1) = -(1^2) = -1f(1)=−(12)=−1
    f(2)=−(22)=−4f(2) = -(2^2) = -4f(2)=−(22)=−4
Graph of f(x)=−x2f(x) = -x²f(x)=−x2
Parabola opens downward with vertex at (0,0)(0, 0)(0,0).

Table of Quadratic Function Graph Shapes

Quadratic FunctionGraph Shape
a>0a > 0a>0Parabola opens upward, has a minimum point
a<0a < 0a<0Parabola opens downward, has a maximum point
Previous

Imaginary or Non-Real Roots

Next

Constructing Quadratic Functions

  • Characteristics of Quadratic FunctionsLearn the key characteristics of quadratic functions, including vertex, axis of symmetry, and intercepts, with clear explanations and illustrative examples.
On this page
  • Shape of Quadratic Function Graphs
  • Influence of Coefficient a on Graph Shape
    • When a > 0
    • When a < 0
    • Why Can't a = 0?
  • Important Characteristics of Quadratic Functions
    • Vertex
    • Axis of Symmetry
    • Y-Intercept
    • X-Intercepts
  • Steps to Graph a Quadratic Function
  • Drawing Quadratic Function Graphs
    • f(x) = x² - 2x - 3
    • f(x) = -x²
  • Table of Quadratic Function Graph Shapes
  • Comments
  • Report
  • Source code