avec_holl
- 15
- 0
Homework Statement
Prove that for any polynomial function f and number a, there exists a polynomial function g and number b such that: f(x) = (x-a)g(x) + b
Homework Equations
N/A
The Attempt at a Solution
Proof: Let P(n) be the statement that for some natural number n,
f(x) = a_nx^n + \dots + a_0 = (x-\alpha)g(x) + \beta
Clearly P(1) is true since we have that a_1x + a_0 = (x-\alpha)(a_1) + \beta. Now suppose that P(k) holds. To complete the proof, we need only show that if P(k) holds then P(k+1) also holds. Considering the polynomial function f defined such that,
f(x) = a_{k+1}x^{k+1} + \dots + a_0 = a_{k+1}x^{k+1}\; + \;(x-\alpha)g(x)\; + \;b_1
f(x) = a_{k+1}(x)(x^k)\; + \;(x-\alpha)g(x)\; + \;b_1
Applying the Remainder Theorem to the polynomials a_{k+1}x and x^k - we've already proved this when n=1 and assumed that it holds for n=k so we can apply it to those polynomials. This yields,
f(x) = [(x-\alpha)(a_{k+1}) + b_2][(x-\alpha)h(x) + b_3] + (x-\alpha)g(x) + b_1
f(x) = a_{k+1}(x-\alpha)^2h(x) + b_2(x-\alpha)h(x) + a_{k+1}b_3(x-\alpha) + (x-\alpha)g(x) + b_1 + b_2b_3
f(x) = (x-\alpha)[a_{k+1}(x-\alpha)h(x) + b_2h(x) + g(x) + a_{k+1}b_3] + b_1+b_2b_3
Letting L(x) = a_{k+1}(x-\alpha)h(x) + b_2h(x) + g(x) + a_{k+1}b_3 and \beta = b_1 + b_2b_3 we find that,
f(x) = (x-\alpha)L(x) + \beta
Is this a valid proof? It seems awfully fishy . . . if anyone could point out mistakes and make suggestions it would be much appreciated. Thanks!