Kahibaro
Discord Login Register

Quadratic Equations

Understanding Quadratic Equations

In this chapter, we focus on equations that involve a squared term and how to recognize and work with them in standard algebraic form. Methods for solving these equations (factoring, completing the square, quadratic formula) are each treated in their own later sections, so here we concentrate on what makes an equation “quadratic” and what its basic features are.

What Makes an Equation Quadratic?

A quadratic equation in one variable is any equation that can be rewritten in the form

$$
ax^2 + bx + c = 0
$$

where:

The expression $ax^2 + bx + c$ is a quadratic polynomial in $x$. When we set it equal to $0$, we get a quadratic equation.

Examples of quadratic equations:

An equation may not look like this at first, but can be rewritten in this form.

Example: $2x(x-3) = 5$ is not in standard form. Expanding and moving everything to one side:

$$
2x^2 - 6x = 5 \\
2x^2 - 6x - 5 = 0
$$

Now it is a quadratic equation with $a=2$, $b=-6$, $c=-5$.

If an equation can be rearranged so that the highest power of $x$ is $2$ and there is no higher power (like $x^3$), then it is quadratic.

Non-examples:

Standard Form and Identifying $a$, $b$, and $c$

The standard form of a quadratic equation is:

$$
ax^2 + bx + c = 0
$$

To write an equation in standard form:

  1. Expand any parentheses.
  2. Move all terms to one side so the other side is $0$.
  3. Combine like terms.
  4. Make sure the $x^2$ term is written first, then the $x$ term, then the constant.

Examples:

  1. $x(x+4) = 12$

$$
x^2 + 4x = 12 \\
x^2 + 4x - 12 = 0
$$

Here, $a=1$, $b=4$, $c=-12$.

  1. $5 - 2x^2 = 3x$

$$
5 - 2x^2 - 3x = 0 \\
-2x^2 - 3x + 5 = 0
$$

Here, $a=-2$, $b=-3$, $c=5$.

Sometimes it is convenient to multiply the whole equation by $-1$ to get a positive $a$:

$$
2x^2 + 3x - 5 = 0
$$

Now $a=2$, $b=3$, $c=-5$.

  1. $7 = x^2$

$$
x^2 - 7 = 0
$$

Here, $a=1$, $b=0$, $c=-7$.

Recognizing $b=0$ or $c=0$ will be useful later when choosing a solving strategy.

Types of Quadratic Equations (by Missing Terms)

Even though all quadratic equations involve $x^2$, they can have different patterns depending on which other terms are present.

  1. General quadratic (all three terms present):

$$
ax^2 + bx + c = 0, \quad a \neq 0,\ b \neq 0,\ c \neq 0
$$

Example: $2x^2 - 5x + 3 = 0$.

  1. Incomplete quadratic (no linear term):

$$
ax^2 + c = 0 \quad\text{(here } b=0\text{)}
$$

Example: $3x^2 - 12 = 0$.

  1. Incomplete quadratic (no constant term):

$$
ax^2 + bx = 0 \quad\text{(here } c=0\text{)}
$$

Example: $x^2 - 4x = 0$.

These special forms often allow simpler solving methods than the most general case. Recognizing the type helps you choose a strategy efficiently later on.

Solutions (Roots) of a Quadratic Equation

A solution (or root) of a quadratic equation $ax^2 + bx + c = 0$ is any value of $x$ that makes the equation true when substituted.

Quadratic equations typically have:

You will learn different methods to find these solutions in other sections; here, we focus on the idea that:

Example: $x^2 - 5x + 6 = 0$.

If we test $x=2$:

$$
2^2 - 5\cdot2 + 6 = 4 - 10 + 6 = 0
$$

So $x=2$ is a root. If we test $x=3$:

$$
3^2 - 5\cdot3 + 6 = 9 - 15 + 6 = 0
$$

So $x=3$ is also a root. The solutions are $x=2$ and $x=3$.

You will later see that the graph of $y = x^2 - 5x + 6$ crosses the $x$-axis exactly at these $x$-values.

The Discriminant and Number of Real Solutions

The discriminant of a quadratic equation

$$
ax^2 + bx + c = 0
$$

is the value

$$
\Delta = b^2 - 4ac
$$

(you may also see it written as $D$ instead of $\Delta$).

The sign of the discriminant (positive, zero, or negative) tells you how many real solutions the quadratic equation has:

You will see exactly how this comes from the quadratic formula, but you can already use this to predict the number of real roots without actually solving.

Examples:

  1. $x^2 - 4x + 3 = 0$

Here $a=1$, $b=-4$, $c=3$.

$$
\Delta = (-4)^2 - 4\cdot1\cdot3 = 16 - 12 = 4 > 0
$$

So there are two distinct real solutions.

  1. $x^2 - 2x + 1 = 0$

Here $a=1$, $b=-2$, $c=1$.

$$
\Delta = (-2)^2 - 4\cdot1\cdot1 = 4 - 4 = 0
$$

So there is exactly one real solution (a double root).

  1. $x^2 + 4x + 13 = 0$

Here $a=1$, $b=4$, $c=13$.

$$
\Delta = 4^2 - 4\cdot1\cdot13 = 16 - 52 = -36 < 0
$$

So there are no real solutions.

Quadratic Equations and Graphs (Connection Only)

The graph of a quadratic function $y = ax^2 + bx + c$ is a parabola. When we solve the quadratic equation

$$
ax^2 + bx + c = 0
$$

we are finding the $x$-values where this parabola crosses (or touches) the $x$-axis, that is, where $y=0$.

The geometric meaning will be developed more fully in graphing and function chapters; here it is enough to know that solutions to the equation correspond to $x$-intercepts of its graph.

Transforming Problems into Quadratic Equations

Many word problems and formulas lead naturally to quadratic equations once you translate them into algebra. The goal is to recognize when a problem becomes quadratic and to write it in standard form.

Typical patterns that produce quadratic equations include:

Basic strategy:

  1. Define a variable for the unknown quantity.
  2. Write an equation based on the relationships in the problem.
  3. Rearrange the equation into the form $ax^2 + bx + c = 0$.
  4. Recognize that you now have a quadratic equation to solve by some method.

The choice of solving method (factoring, completing the square, quadratic formula) will be discussed in the dedicated chapters that follow.

Summary of Key Points

Views: 12

Comments

Please login to add a comment.

Don't have an account? Register now!