Cal11 calculator

How to Graph Quadratic Functions Without A Calculator

Reviewed by Calculator Editorial Team

Quadratic functions are essential in algebra and graphing. While calculators can quickly plot these functions, understanding how to graph them manually is valuable for building mathematical skills. This guide explains the step-by-step process of graphing quadratic functions without a calculator.

Introduction

A quadratic function is any function that can be written in the form f(x) = ax² + bx + c, where a, b, and c are constants and a ≠ 0. The graph of a quadratic function is a parabola, which can open upwards or downwards depending on the value of a.

Graphing quadratic functions manually involves several key steps: determining the vertex, finding the axis of symmetry, calculating the y-intercept, and plotting additional points to complete the parabola.

Using Vertex Form

The vertex form of a quadratic function is f(x) = a(x - h)² + k, where (h, k) is the vertex of the parabola. This form makes it easy to identify the vertex and the direction the parabola opens.

Vertex Form: f(x) = a(x - h)² + k

Where (h, k) is the vertex.

To convert from standard form to vertex form, complete the square. Here's an example:

Example: Convert f(x) = 2x² + 8x + 3 to vertex form.

1. Factor out the coefficient of x² from the first two terms: f(x) = 2(x² + 4x) + 3.

2. Complete the square inside the parentheses: x² + 4x can be written as (x + 2)² - 4.

3. Substitute back: f(x) = 2[(x + 2)² - 4] + 3 = 2(x + 2)² - 8 + 3 = 2(x + 2)² - 5.

Now the vertex form is f(x) = 2(x + 2)² - 5, with vertex at (-2, -5).

Axis of Symmetry

The axis of symmetry is a vertical line that passes through the vertex of the parabola. For a quadratic function in standard form f(x) = ax² + bx + c, the axis of symmetry is given by x = -b/(2a).

Axis of Symmetry: x = -b/(2a)

Once you have the axis of symmetry, you can find additional points on the parabola by choosing values of x that are equidistant from the axis.

Plotting Points

To plot the parabola, start by identifying the vertex and the y-intercept. Then, choose several x-values around the vertex and calculate the corresponding y-values. Plot these points and connect them with a smooth curve.

For example, if the vertex is at (2, 3) and the axis of symmetry is x = 2, you might choose x-values of 0, 1, 3, and 4 to find additional points.

Examples

Example 1: Graphing f(x) = x² - 4x + 3

  1. Convert to vertex form: f(x) = (x - 2)² - 1. Vertex is at (2, -1).
  2. Axis of symmetry: x = 2.
  3. Y-intercept: f(0) = 0 - 0 + 3 = 3.
  4. Additional points: f(1) = 1 - 4 + 3 = 0, f(3) = 9 - 12 + 3 = 0, f(4) = 16 - 16 + 3 = 3.
  5. Plot points (2, -1), (0, 3), (1, 0), (3, 0), and (4, 3).

Example 2: Graphing f(x) = -x² + 4x - 5

  1. Convert to vertex form: f(x) = -(x² - 4x) - 5 = -(x - 2)² + 1. Vertex is at (2, 1).
  2. Axis of symmetry: x = 2.
  3. Y-intercept: f(0) = 0 + 0 - 5 = -5.
  4. Additional points: f(1) = -1 + 4 - 5 = -2, f(3) = -9 + 12 - 5 = -2, f(4) = -16 + 16 - 5 = -5.
  5. Plot points (2, 1), (0, -5), (1, -2), (3, -2), and (4, -5).

FAQ

What is the vertex of a quadratic function?
The vertex of a quadratic function is the point where the parabola changes direction. It is the highest or lowest point on the graph, depending on whether the parabola opens upwards or downwards.
How do I find the axis of symmetry?
For a quadratic function in standard form f(x) = ax² + bx + c, the axis of symmetry is given by x = -b/(2a). This line passes through the vertex of the parabola.
What is the y-intercept of a quadratic function?
The y-intercept is the point where the graph of the quadratic function crosses the y-axis. It occurs when x = 0, so the y-intercept is (0, f(0)).
How many points do I need to plot to graph a quadratic function?
You typically need at least three points to accurately graph a quadratic function. These points should include the vertex, the y-intercept, and at least one additional point to define the shape of the parabola.