How Does Polynomial Long Division Validate the Existence of Remainders?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
osnarf
Messages
207
Reaction score
0
Spivak's "Calculus," chapter 3 - problem 7 - a

Homework Statement


Prove that for any polynomial function f, and any number a, there is a polynomial function g, anad a number b, such that f(x) = (x - a)*g(x) + b for all x. (The idea is simply to divide (x - a) into f(x) by long division, until a constant remainder is left. For example, the calculation : see below - section 2 A formal proof is possible by induction on the degree of f.

Homework Equations


<here spivak divides x3 - 3x + 1 by x - 1 using long division>
<he arrives at x3 -3x +1 = (x - 1)(x2 + x -2) - 1>

The Attempt at a Solution



Proving a polynomial of degree 1 is easy enough for the induction proof.

For proving it for a degree k+1, spivak writes :
suppose the result is true for polynomials of degree <= k. If f has degree k + 1, then f has the form:

f(x) = ak + 1xk+1 + ... + a1 + a 0.


agreed so far...
then he writes, immediately following the previous quote:
Now the polynomial function h(x) = f(x) - ak+1(x-a) has degree <k, so we can...

The rest is simple, assuming the previous statement is correct. However, I don't understand how subtracting
ak+1(x-a)
from a function of degree k+1 is going to make it <k, unless k was 0.

Could anyone explain this to me please?
 
Physics news on Phys.org
osnarf said:
Spivak's "Calculus," chapter 3 - problem 7 - a

Homework Statement


Prove that for any polynomial function f, and any number a, there is a polynomial function g, anad a number b, such that f(x) = (x - a)*g(x) + b for all x. (The idea is simply to divide (x - a) into f(x) by long division, until a constant remainder is left. For example, the calculation : see below - section 2


A formal proof is possible by induction on the degree of f.


Homework Equations


<here spivak divides x3 - 3x + 1 by x - 1 using long division>
<he arrives at x3 -3x +1 = (x - 1)(x2 + x -2) - 1>

The Attempt at a Solution



Proving a polynomial of degree 1 is easy enough for the induction proof.

For proving it for a degree k+1, spivak writes :
suppose the result is true for polynomials of degree <= k. If f has degree k + 1, then f has the form:

f(x) = ak + 1xk+1 + ... + a1 + a 0.


agreed so far...
then he writes, immediately following the previous quote:
Now the polynomial function h(x) = f(x) - ak+1(x-a) has degree <k, so we can...
I think you are missing an exponent. The only way this makes sense is by subtracting ak+1xk+1. Then, h(x) is a polynomial of degree <= k.
Edit: changed the above from ak+1(x - a)k+1.
osnarf said:
The rest is simple, assuming the previous statement is correct. However, I don't understand how subtracting
ak+1(x-a)
from a function of degree k+1 is going to make it <k, unless k was 0.

Could anyone explain this to me please?
 
Last edited:
okay i guess I'm not going crazy. that's the 3rd typo I've found in this book tonight
 
wait wait... then the rest of the proof doesn't make sense. next it says:

...so we can write:

f(x) - ak+1(x - a) = (x - a)g(x) + b

or

f(x) = (x - a)[g(x) + ak+1] + b


which is the required form.


so...? Can't combine the (x - a)'s if one is to the k+1th power
 
I'm not following that step either. f(x) is a degree k + 1 polynomial, so subtracting ak+1(x - a) doesn't get you to a degree k polynomial.

Can you include the full text of what you're looking at, consisting of the induction hypothesis and what follows?