What is the simplest method for solving polynomial equations?

  • Context: MHB 
  • Thread starter Thread starter Amer
  • Start date Start date
  • Tags Tags
    Complete Square
Click For Summary
SUMMARY

The simplest method for solving polynomial equations, particularly quadratic equations, is through the technique of completing the square. This involves rewriting a quadratic trinomial, such as \(x^2 + 6x + 1\), in the form \((x + d)^2 - k\) to facilitate easier factorization and solution finding. The discussion emphasizes the importance of introducing this method after students have learned basic factorization, using examples like \(x^2 + 6x + 9\) to illustrate the concept. Additionally, the transformation of variables to eliminate linear coefficients is highlighted as a crucial step in simplifying polynomial equations.

PREREQUISITES
  • Understanding of quadratic equations and their standard form
  • Basic knowledge of algebraic manipulation and factorization
  • Familiarity with the concept of binomials and their expansion
  • Ability to work with square roots and the difference of squares
NEXT STEPS
  • Learn the method of completing the square in depth
  • Explore the relationship between completing the square and the quadratic formula
  • Study polynomial long division for solving higher-degree polynomials
  • Investigate the application of completing the square in calculus for finding vertex forms of parabolas
USEFUL FOR

Mathematics educators, students learning algebra, and anyone interested in mastering polynomial equations and their solutions.

Amer
Messages
259
Reaction score
0
In your opinion what is the best way to introduce completing the square, in fact I do not like the way sub and add the squared half of x coefficient, after making x^2 coefficient 1
saying it is complicated...

Thanks
 
Mathematics news on Phys.org
Amer said:
In your opinion what is the best way to introduce completing the square, in fact I do not like the way sub and add the squared half of x coefficient, after making x^2 coefficient 1
saying it is complicated...

Thanks

Well, that's what completing the square is. You can motivate it as follows. Say you want to write $x^{2}+4x+7$ as $(x+f)^{2}+g$. What must $f$ and $g$ be? Multiply it out:
$$x^{2}+2fx+f^{2}+g=x^{2}+4x+7.$$
Equating coefficients of like powers gives you immediately that $2f=4$, or $f=2$. Plugging that into the rest of it says that $4+g=7$, so $g=3$. Evidently, then,
$$(x+2)^{2}+3=x^{2}+4x+7.$$

Then you can work up to the rest of it.
 
nice idea thanks
 
Certainly, adding half the square of HALF the linear coefficient is the result, but I would take a slightly different approach...

We start with squaring binomials of the form $(x + d)$ for integers $d$. I prefer to skip $d = 1,2$, as they don't necessarily lend themselves to an educated guess as to what is going on.

So we proceed. $$(x+3)^2 = x^2 + 6x + 9$$
$$(x + 4)^2 = x^2 + 8x + 16$$
$$(x + 5)^2 = x^2 + 10x + 25$$

etc.

Then students should start to see the pattern (and indeed, the general formula for $(x + y)^2$) that $(x + d) = x^2 + (2d)x + d^2$

But this is going from left to right (i.e. we are beginning with the square completed already). I'll try to recreate with Latex what I usually write on paper/whiteboard. Let's see...

"Solve by completing the square: $x^2 + 6x -3 = 0$"

Solution: $x^2 + 6x + $ (###) $ = 3 +$ (###)

Then under this line, I would write $(x + $@$)^2$

"So what is @? It's half of 6, so let's write that in..." Then it looks like:

$x^2 + 6x + $ (###) $ = 3 +$ (###)
$(x + 3)^2$

"So what is ### going to be when we 'FOIL it out'? Right..."

$x^2 + 6x + 9 = 3 + 9$
$(x + 3)^2 = 12 \cdots$

-------------
I always make my students do it this way... "begin with the end in mind", where "the end" is a binomial raised to the second power. After a few iterations, the somewhat opaque (to them) idea of $(\dfrac{b}{2}) ^2$ becomes clear.

Hope that helps!
 
Last edited:
The Chaz said:
Certainly, adding half the square of the linear coefficient is the result,

I think you mean the square of half the linear coefficient, right?

[EDIT]: Corrected.
 
Last edited:
Doh! I'll have to fix it the next time I'm at a proper computer :)
 
nice way, i will try it next year thanks Chaz
 
When I introduce completing the square, which is after factorising quadratic trinomials, I give them a quadratic trinomial that doesn't factorise easily, like [math]\displaystyle x^2 + 6x + 1[/math] and tell them that if they can figure out how to factorise it, they're much smarter than I am, because the only things that multiply to give 1 are 1 and 1, or -1 and -1, neither of which add to 6.

Then I say it would be much easier if it was [math]\displaystyle x^2 + 6x + 9[/math], because then it factorises easily to [math](x + 3)^2[/math].

Of course, we can't just turn [math]\displaystyle x^2 + 6x + 1[/math] into [math]\displaystyle x^2 + 6x + 9[/math] because they're not equal. But we CAN write [math]x^2 + 6x + 1 = x^2 + 6x + 9 - 8 = (x + 3)^2 - 8[/math].

I then remind them of the difference of two squares rule, and point out that the first lot of "stuff" is clearly a square, and that the final term can be written as a square if written as [math]\displaystyle \left( \sqrt{8} \right) ^2[/math], and so can be factorised with DOTS.

Then I leave as a task for THEM to figure out how to find the "missing" term to create the first square, i.e. to complete the square. They nearly all get it for themselves.
 
Prove It said:
When I introduce completing the square, which is after factorising quadratic trinomials, I give them a quadratic trinomial that doesn't factorise easily, like [math]\displaystyle x^2 + 6x + 1[/math] and tell them that if they can figure out how to factorise it, they're much smarter than I am, because the only things that multiply to give 1 are 1 and 1, or -1 and -1, neither of which add to 6.

Then I say it would be much easier if it was [math]\displaystyle x^2 + 6x + 9[/math], because then it factorises easily to [math](x + 3)^2[/math].

Of course, we can't just turn [math]\displaystyle x^2 + 6x + 1[/math] into [math]\displaystyle x^2 + 6x + 9[/math] because they're not equal. But we CAN write [math]x^2 + 6x + 1 = x^2 + 6x + 9 - 8 = (x + 3)^2 - 8[/math].

I then remind them of the difference of two squares rule, and point out that the first lot of "stuff" is clearly a square, and that the final term can be written as a square if written as [math]\displaystyle \left( \sqrt{8} \right) ^2[/math], and so can be factorised with DOTS.

Then I leave as a task for THEM to figure out how to find the "missing" term to create the first square, i.e. to complete the square. They nearly all get it for themselves.

Creative way thanks, Prove :)
 
  • #10
The general way of solving any polynomial is by looking at simpler cases with some coefficients reduced to zero.
Consider the equation $$x^2+ax+b$$
.This is a reduced form of the general quadratic equation.
We cannot solve this We don't know how to undo the square operation and multiplication of a operation on x simulatneously.
So we look for a simpler case.y^2+C=0
We know how to solve this.
But we should be able to convert all quadratic equations to this form.For that we need to get the ay term deleted.The only way to get the ay term deleted is to include -ay in x^2.
This can be seen by looking at the identity (y+d)^2=y^2+2dy+d^2
We will find that surprisingly enough all equations of the form $$x^2+ax+b$$ are convertible to y^2+C=0
We define x=y+d
And we have the 2dy term in it which can be made into -ay by altering the d.
We make d = -a/2
Now substituting x=y-a/2
gives an equation of the form y^2+C=0
We have completed the square.

This method is also used for finding the roots of a general cubic.

It is too important to remember that in completing the square we are actually making a coefficient zero.
Otherwise we would go looking for completing the cube to solve a cubic.But all cubics cannot be completed into a cube.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
14
Views
2K
Replies
1
Views
10K