How do you divide polynomials in your head "on sight"?

  • Thread starter Thread starter Celestion
  • Start date Start date
  • Tags Tags
    Head Polynomials
AI Thread Summary
The discussion centers on finding the roots of the polynomial x³ - 3x² + 4x - 2 = 0, with the first root identified as x=1 using the factor theorem. After dividing by (x-1), the remaining polynomial is x² - 2x + 2, which some participants struggle to derive "at sight." Various methods, including Horner's rule and synthetic division, are suggested, but many agree that they prefer long division for clarity. The concept of "method of inspection" is introduced as a potential shortcut for identifying the quadratic factor without full division. Overall, the conversation highlights the challenges and techniques in performing polynomial division mentally.
Celestion
Messages
34
Reaction score
0

Homework Statement



The question was to find the roots of x3 - 3x2 + 4x - 2 = 0

Homework Equations



The first root is found by the factor theorem, substituting x=1 into the polynomial gives 0 therefore x=1 is one root and (x-1) is a factor.

The Attempt at a Solution



In the worked solution, then it says that the rest of the polynomial (i.e. what's left after dividing by (x-1)) is x2 - 2x + 2, "at sight", or alternatively by long division.

I know how to do the long division (and I can find the other two roots) but I can't see how to do the division in my head i.e. "at sight".
 
Physics news on Phys.org
Celestion said:

Homework Statement



The question was to find the roots of x3 - 3x2 + 4x - 2 = 0

Homework Equations



The first root is found by the factor theorem, substituting x=1 into the polynomial gives 0 therefore x=1 is one root and (x-1) is a factor.

The Attempt at a Solution



In the worked solution, then it says that the rest of the polynomial (i.e. what's left after dividing by (x-1)) is x2 - 2x + 2, "at sight", or alternatively by long division.

I know how to do the long division (and I can find the other two roots) but I can't see how to do the division in my head i.e. "at sight".
It's not obvious to me that one can easily get the other factor (the quadratic factor) by inspection. If you can get it by long division, that would be good enough for me -- someone who taught college math for over 20 years.
 
  • Like
Likes Celestion
Celestion said:

Homework Statement



The question was to find the roots of x3 - 3x2 + 4x - 2 = 0

Homework Equations



The first root is found by the factor theorem, substituting x=1 into the polynomial gives 0 therefore x=1 is one root and (x-1) is a factor.

The Attempt at a Solution



In the worked solution, then it says that the rest of the polynomial (i.e. what's left after dividing by (x-1)) is x2 - 2x + 2, "at sight", or alternatively by long division.

I know how to do the long division (and I can find the other two roots) but I can't see how to do the division in my head i.e. "at sight".

On sight, I'd like to have that skill! Use either synthetic division or Horner's rule.
 
  • Like
Likes Celestion
Only the strongest of visual-symbolic thinkers could do such division in their head. Most people are not normally that way.
 
  • Like
Likes Celestion
symbolipoint said:
Only the strongest of visual-symbolic thinkers could do such division in their head. Most people are not normally that way.

I think it is possible to perform this division at sight using Horner's rule, at least it worked for me and I don't consider myself a visual-symbolic thinker.
 
  • Like
Likes Celestion
Math_QED said:
I think it is possible to perform this division at sight using Horner's rule, at least it worked for me and I don't consider myself a visual-symbolic thinker.
Good for you! I most likely would not be able to. I would just do synthetic division, ON PAPER; because for the example given, the process is fast.
 
Reread question posting #1 more carefully.
Still I cannot do the quadratic factorization for root finding in my head, but I can either complete the square or go directly to general solution of a quadratic equation.
x^2-2x+2=0
Roots are (2+- sqrt(4-4*2))/2
or
(2+- 2*sqrt(-1))/2
or
1+- sqrt(-1)
or
1+- i

Does "Horner's Method" help someone do this in his head?
 
symbolipoint said:
Reread question posting #1 more carefully.
Still I cannot do the quadratic factorization for root finding in my head, but I can either complete the square or go directly to general solution of a quadratic equation.
x^2-2x+2=0
Roots are (2+- sqrt(4-4*2))/2
or
(2+- 2*sqrt(-1))/2
or
1+- sqrt(-1)
or
1+- i

Does "Horner's Method" help someone do this in his head?

Only to find the quadratic can I perform the division. I would need a paper too to find the roots.
 
Thanks everyone. I'm not familiar with Horner's rule so I'll check that out. I can do basic factorisations like x2 +5x +6 in my head but that's about it.
 
  • #10
The first term of x2 in x2 - 2x + 2 can be seen easily in your head. The last term of 2 also looks kind of obvious, is it generally true that the constant terms have to evenly divide? (i.e. that the -2 in the original cubic divided by the -1 in x-1 gives 2). This seems to make sense assuming there's no remainder (which there isn't because we already know x-1 is a factor). That only leaves one more term in the middle, perhaps there's some trick for seeing that?
 
  • #11
In the worked solution, it doesn't mention factoring the quadratic to give 1-i and 1+i in your head, they use completing the square.
 
  • #12
I looked up Horner's rule and it seems to mean rewriting the polynomial x3 - 3x2 + 4x - 2 = 0 as ((x-3)x + 4)x - 2 but I don't see how that helps to divide it by x-1?
 
  • #14
Celestion said:

Homework Statement



The question was to find the roots of x3 - 3x2 + 4x - 2 = 0

Homework Equations



The first root is found by the factor theorem, substituting x=1 into the polynomial gives 0 therefore x=1 is one root and (x-1) is a factor.

The Attempt at a Solution



In the worked solution, then it says that the rest of the polynomial (i.e. what's left after dividing by (x-1)) is x2 - 2x + 2, "at sight", or alternatively by long division.

I know how to do the long division (and I can find the other two roots) but I can't see how to do the division in my head i.e. "at sight".
I don't know if this qualifies for "at sight" or not.

x3 - 3x2 + 4x - 2
= x3 - x2 - 2x2 + 2x +2x -2
= x2(x - 1) - 2x(x - 1) +2(x - 1)
 
  • #15
SammyS said:
I don't know if this qualifies for "at sight" or not.

x3 - 3x2 + 4x - 2
= x3 - x2 - 2x2 + 2x +2x -2
= x2(x - 1) - 2x(x - 1) +2(x - 1)

Did you do that in your head?
 
  • #16
Math_QED said:
Did you do that in your head?
It was "at sight" in the OP. It might have been wrong translation from the original language.
 
  • #17
Celestion said:

The Attempt at a Solution



In the worked solution, then it says that the rest of the polynomial (i.e. what's left after dividing by (x-1)) is x2 - 2x + 2, "at sight", or alternatively by long division.
Was the problem and solution written in English?
 
  • #18
Yes it's in English. The problem was in the Australian NSW higher school certificate extension 2 maths exam for 2001. The worked solution is in a book by Coroneos publications. What it says literally is

"Thus P(x) = (x-1)Q(x) where
Q(x) = x2 -2x +2 at sight, or see note."

Then it goes on to complete the square and find the two complex roots (1 +- i), and lists all three roots (including x=1) as being the answer to the question. Then it says

"Note 1. Q(x) may be obtained also by long division, as shown."

[and then the division working is shown]

I checked out the wikipedia page for Horner's method. It doen't look that much more simple than standard long division to me, perhaps if I was extremely familiar with it it could be done in my head but I'm not seeing it yet. Horner's method isn't in the syllabus for any of the NSW school maths (or any other subject) courses so I don't think the author would expect students to know it. I posted this originally because I wanted to make sure there wasn't anything that I've missed out on learning, and based on everyone's replies it doesn't seem like I have, other than Horner's method which I didn't know of.
 
  • #19
There is a part in the question above that where some things are done with α, β, and γ (using the results like α+β+γ=-b/a) but none of that resembles anything that I can see how to pick the quadratic out of, there's nothing that divides the polynomial and none of the numbers for any of the combinations of roots that occur in the question correspond to the coefficients of x2 -2x +2. I guess it's possible that the author is referring to something in there, but if they are I can't see it.
 
  • #21
"at sight" is not clear. If this is not a well-known indication to do something purely with all steps kept in your head, then just do what you know and best understand, which would be divide your cubic P(x) by x-1, and that will be what to do. Polynomial division, or Synthetic division. The quadratic expression shown is what you expect as the quotient.
 
  • Like
Likes Celestion
  • #22
I'll look at it properly later but now I highly suspect they're referring to the "Method of inspection" which was in a pdf that I just discovered, from a third party "tips and tricks" course for this subject.

It begins like this

"The method of inspection:
If you have a known factor, say from the remainder theorem,
you can simply inspect the quotient out of a polynomial instead of going through the
whole long division process."

and then goes on to explain it
 
  • #23
I'm quite happy doing the long division, though for tutoring other students I want to know all the "tricks" that may apply
 
  • #24
Celestion said:
I'll look at it properly later but now I highly suspect they're referring to the "Method of inspection" which was in a pdf that I just discovered, from a third party "tips and tricks" course for this subject.

It begins like this

"The method of inspection:
If you have a known factor, say from the remainder theorem,
you can simply inspect the quotient out of a polynomial instead of going through the
whole long division process."

and then goes on to explain it
I have trouble understanding that relationship. The Remainder Theorem means that if a value is checked to see if it is a root, and the remainder is nonzero, then the function evaluated at that checked value is equal to the remainder found.

What Remainder Theorem means:
p(c)=d(c)Q(c)+r
If c is not a root of p, then p(c)=r.
 
  • #25
Celestion said:
I'm quite happy doing the long division, though for tutoring other students I want to know all the "tricks" that may apply
The method of inspection is equally good, and it might be a shorter way.
You know that x-1 is a factor of the original polynomial. So it can be written as a second order polynomial multiplied by (x-1).
x3-3x2+4x-2=(ax2+bx+c)(x-1)*
You do the multiplication on the right side, and then compare the coefficients of every power of x. They must be the same on both sides.
(ax2+bx+c)(x-1)=ax3+(b-a)x2+(c-b)x-c ---->
x3-3x2+4x-2=ax3+(b-a)x2+(c-b)x-c---->
a=1
b-a = -3
c-b = 4
c = 2
If you have a little practice, you do not need to write these equations. Looking at *, you see at once that a=1, as there is only one term with x3, and also c=2 as there is only one constant term on the right side. And then you can find b just looking at the products linear in x:
-bx+cx = 4x, which gives b=-2
 
  • Like
Likes SammyS and Celestion
  • #26
I have trouble understanding that relationship. The Remainder Theorem means that if a value is checked to see if it is a root, and the remainder is nonzero, then the function evaluated at that checked value is equal to the remainder found.

What Remainder Theorem means:
p(c)=d(c)Q(c)+r
If c is not a root of p, then p(c)=r.

Yep, that's to find the real integer factors which in this case is x-1, i.e. that p(1)=0. They are saying that assuming you already know your divisor is a factor, you can use this "method of inspection" to find the quotient. The rest of the explanation is in the PDF I linked to a couple of posts ago. I tried to paste it but PDF's don't paste well and every number appeared on a new line, with blank lines for the spaces and other symbols so that it was completely unreadable.
 
  • #27
ehild said:
The method of inspection is equally good, and it might be a shorter way.
You know that x-1 is a factor of the original polynomial. So it can be written as a second order polynomial multiplied by (x-1).
x3-3x2+4x-2=(ax2+bx+c)(x-1)*
You do the multiplication on the right side, and then compare the coefficients of every power of x. They must be the same on both sides.
(ax2+bx+c)(x-1)=ax3+(b-a)x2+(c-b)x-c ---->
x3-3x2+4x-2=ax3+(b-a)x2+(c-b)x-c---->
a=1
b-a = -3
c-b = 4
c = 2
If you have a little practice, you do not need to write these equations. Looking at *, you see at once that a=1, as there is only one term with x3, and also c=2 as there is only one constant term on the right side. And then you can find b just looking at the products linear in x:
-bx+cx = 4x, which gives b=-2

Yep, thanks very much, I reckon that's how they did it in the worked solution. One of the examples in the PDF (number 5) is almost the same question as my original post.
 
  • #28
I'll practice it next week and see how it goes.
 
Back
Top