[Common Math 1 Part 16] Various Forms of Quadratic Equations

한국어 버전

In the previous posts, we organized the basic form of quadratic equations, the quadratic formula, the discriminant, and the graph connection. Now we need one more step: even when a problem looks different on the surface, we should still be able to see the quadratic structure inside it.

Here, the standard form means

ax2+bx+c=0(a0).ax^2+bx+c=0 \qquad (a\neq 0).

Classify different-looking equations that still reduce to quadratic equations, and choose the right solving strategy for each form.

Let us fix the flow first.

  • Some equations do not begin in the standard form ax2+bx+c=0ax^2+bx+c=0.
  • But factoring, completing the square, or substitution can reveal the structure.
  • The key is to classify the form before calculating.
  • Once the form is clear, the method usually follows naturally.

1. Why Study "Various Forms" Separately?

For example,

x25x+6=0x^2-5x+6=0

is already in standard form, so we can immediately think of factoring or the quadratic formula.

But what about

(x2)2=9(x-2)^2=9

or

x45x2+4=0?x^4-5x^2+4=0?

These do not look like the standard quadratic form at first. But if we reorganize them properly, they still follow quadratic thinking.

So the main idea is this:

What matters is not the surface shape of the equation, but the quadratic structure hidden inside it.


2. Factorized Form: If a Product Is 0, Check Each Factor

The first form is an equation that is already factorized.

For example,

(x1)(x3)=0.(x-1)(x-3)=0.

Since the product is 0,

x1=0orx3=0.x-1=0 \qquad \text{or} \qquad x-3=0.

Therefore,

x=1,x=3.x=1, \qquad x=3.

2-1. Why Does This Work?

If two numbers multiply to 0, then at least one of them must be 0. That is the entire idea behind the factorized form.

In symbols,

AB=0A=0 or B=0.AB=0 \Rightarrow A=0 \text{ or } B=0.

2-2. One More Example

(2x+1)(x4)=0(2x+1)(x-4)=0

gives

2x+1=0orx4=0,2x+1=0 \qquad \text{or} \qquad x-4=0,

so

x=12,x=4.x=-\frac{1}{2}, \qquad x=4.

Factorized form is usually the fastest case when the factors are already visible, so if the equation already looks like a product, check this strategy first. In many real problems, however, you must factor the standard form first before using this method.


3. Completed-Square Form: Isolate the Square First

Now consider a form where a perfect square is already visible.

For example,

(x2)2=9.(x-2)^2=9.

This is already in the form "something squared equals a number." In that case, expanding is unnecessary. It is faster to solve the square directly.

Taking square roots gives

x2=±3,x-2=\pm 3,

so

x=5,x=1.x=5, \qquad x=-1.

3-1. Why Must We Keep the ±\pm?

Because both 3 and -3 become 9 when squared.

So,

y2=9y=±3.y^2=9 \Rightarrow y=\pm 3.

If we forget ±\pm, we lose half of the solutions.

3-2. A Case That Connects to Complex Numbers

The main focus of this post is still on solving and classifying these forms in the real numbers. The next example is only a short note showing how the same form connects to the earlier complex-number discussion.

If

(x1)2=4,(x-1)^2=-4,

then this is impossible in the real numbers. But in the complex number system,

x1=±2i,x-1=\pm 2i,

so

x=1±2i.x=1\pm 2i.

So completed-square form also connects naturally to the earlier work on complex numbers.


4. Substitution Form: A New Variable Reveals the Quadratic Structure

One of the most important forms is substitution.

For example,

x45x2+4=0.x^4-5x^2+4=0.

At first glance, this does not look quadratic because of the x4x^4 term. But if we let

t=x2,t=x^2,

then the equation becomes

x4=(x2)2=t2,x^4=(x^2)^2=t^2,

so

t25t+4=0.t^2-5t+4=0.

Now it is a familiar quadratic equation.

Factoring gives

(t1)(t4)=0,(t-1)(t-4)=0,

so

t=1ort=4.t=1 \qquad \text{or} \qquad t=4.

But since t=x2t=x^2, we must return to the original variable:

x2=1orx2=4.x^2=1 \qquad \text{or} \qquad x^2=4.

Therefore,

x=±1,x=±2.x=\pm1, \qquad x=\pm2.

4-1. The Key in Substitution Is Returning to the Original Variable

A common mistake is to stop after solving for tt.

In this example, it is not enough to say t=1t=1 or t=4t=4. We must still solve for xx.

Substitution does not change the problem permanently. It only moves the problem into a temporary form that is easier to read.

4-2. Substitution Does Not Work Everywhere

Substitution works when the whole equation behaves like a quadratic expression in one repeated piece.

In other words, all terms should be expressible through powers of the same block.

For example,

x45x2+4x^4-5x^2+4

is quadratic in x2x^2. But

x4+x+1x^4+x+1

is not.

The reason is that x45x2+4x^4-5x^2+4 can be rewritten entirely in terms of the single block x2x^2, but x4+x+1x^4+x+1 contains an xx term that does not fit that same block.

So substitution is not a trick we force everywhere. We use it only when the equation can truly be rewritten as a polynomial in one single repeated sub-expression.


5. Which Strategy Should We Try First?

It is tempting to calculate immediately, but the smarter step is to identify the form first.

This checklist helps. It is not a rigid law, but a practical first scan when you meet a problem:

  1. Is the equation already a product equal to 0? Then try the factorized form.
  2. Do we see something like (xp)2=q(x-p)^2=q? Then try the completed-square form.
  3. Can all terms be rewritten as powers of one repeated sub-expression, such as x2x^2? Then try substitution.

The core skill here is not memorizing more formulas. It is recognizing structure.

5-1. Quick Classification Practice

  • (x+3)(x2)=0(x+3)(x-2)=0 → factorized form
  • (x4)2=16(x-4)^2=16 → completed-square form
  • x410x2+9=0x^4-10x^2+9=0 → substitution form

Once that first classification is correct, the direction of the calculation becomes much clearer.


6. Common Mistakes

Even after choosing the correct form, small mistakes can still hide solutions.

6-1. Setting Only One Factor Equal to 0

If

(x1)(x3)=0,(x-1)(x-3)=0,

then we must check both factors. If we check only one, we lose a solution.

6-2. Forgetting the ±\pm in Completed-Square Form

If

(x2)2=9,(x-2)^2=9,

then we need both x2=3x-2=3 and x2=3x-2=-3.

If we keep only x2=3x-2=3, we get only x=5x=5, but the original equation is also satisfied by x=1x=-1.

6-3. Forgetting to Return to the Original Variable in Substitution

If we let t=x2t=x^2, then after solving for tt, we still need to solve for xx. In particular, from x2=4x^2=4, we must write both x=2x=2 and x=2x=-2.


7. Key Takeaways

  • Various quadratic-equation problems may look different, but they still share quadratic structure.
  • In factorized form, we use the idea that a product is 0.
  • In completed-square form, we isolate the square and use square roots with ±\pm.
  • In substitution form, we turn the equation into a quadratic one and then return to the original variable.
  • The most important skill is not raw calculation, but recognizing the form first.

In the next post, we will move from equations to inequalities and see what changes when we ask not for equality, but for a range of values.

One-line conclusion:

Various quadratic equations are not separate topics. They are different outer forms of the same quadratic structure.

💬 댓글

이 글에 대한 의견을 남겨주세요