askvity

How do you write quadratic equations in standard form?

Published in Quadratic Equations 2 mins read

A quadratic equation in standard form is written as ax2 + bx + c = 0, where a, b, and c are constants, and a is not equal to zero. This is the most common and useful way to represent quadratic equations for solving and analysis.

Understanding Standard Form

The standard form provides a clear structure that makes it easier to:

  • Identify the coefficients a, b, and c.
  • Apply the quadratic formula.
  • Factor the quadratic expression (if possible).
  • Graph the parabola represented by the equation.

Converting to Standard Form

Often, you'll encounter quadratic equations in other forms. To write them in standard form, you'll need to perform algebraic manipulations such as:

  • Expanding brackets
  • Combining like terms
  • Moving all terms to one side of the equation, leaving zero on the other side.

Example

Let's say you have the equation: 2(x + 1)2 = 5

Here's how to convert it to standard form:

  1. Expand the brackets:
    2(x2 + 2x + 1) = 5
  2. Distribute the 2:
    2x2 + 4x + 2 = 5
  3. Move all terms to the left side:
    2x2 + 4x + 2 - 5 = 0
  4. Simplify:
    2x2 + 4x - 3 = 0

Now the equation is in standard form, where a = 2, b = 4, and c = -3.

Alternative Form (Vertex Form)

It's worth mentioning another common form, the vertex form: a(x - h)2 + k = 0. While not standard form, it's useful for identifying the vertex (h, k) of the parabola. The relationship between the coefficients in standard form and the vertex form are: h = -b/2a and k = (4ac - b2) / (4a). However, to solve the equation, you usually need to convert it back to standard form or apply other techniques.

Table Summarizing Forms

Form Equation Key Features
Standard Form ax2 + bx + c = 0 Easy to identify coefficients; suitable for quadratic formula and factoring
Vertex Form a(x - h)2 + k = 0 Reveals the vertex (h, k) of the parabola

Related Articles