Why Does the Polynomial Remainder Theorem Yield All Real Numbers for b?

  • Thread starter Thread starter thornluke
  • Start date Start date
  • Tags Tags
    Ib Polynomials
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
3 replies · 6K views
thornluke
Messages
37
Reaction score
0

Homework Statement


When 3x5 - ax + b is divided by x - 1 and x + 1 the remainders are equal. Given that a, b ε ℝ

(a) the value of a;
(b) the set of values of b.

Homework Equations



The Attempt at a Solution


f(1) = f(-1)
3 - a + b = -3 + a + b
6 = 2a
a = 3 ... [1]
Substitute a -3 into 3 - a + b
b = 0

Can someone please explain to me why the set of values of b would be all real numbers?
From my knowledge, I believe my way of understanding is unclear and may be incorrect.
My interpretation: b not being affected by any coefficients and that b is simply a constant in a function.

Cheers.
 
Last edited:
Physics news on Phys.org
thornluke said:

Homework Statement


When 3x2 - ax + b is divided by x - 1 and x + 1 the remainders are equal. Given that a, b ε ℝ

(a) the value of a;
(b) the set of values of b.

Homework Equations



The Attempt at a Solution


f(1) = f(-1)
3 - a + b = -3 + a + b
This is wrong. [itex]f(1)= 3(1)^2- a(1)+ b[/itex] alright, but [itex]f(-1)= 3(-1)^2- a(-1)+ b= 3+ a+ b[/itex], not -3+ a+ b.

6 = 2a
a = 3 ... [1]
So this become a= 0.

Substitute a -3 into 3 - a + b
b = 0
This makes no sense. Substititute a= -3 (or a= 0) into what equation? You don't know what 3- a+ b is supposed to be equal to. You seem to be assuming it is 0 and you have no right to do that.

Can someone please explain to me why the set of values of b would be all real numbers?
From my knowledge, I believe my way of understanding is unclear and may be incorrect.
My interpretation: b not being affected by any coefficients and that b is simply a constant in a function.

Cheers.
The requirement that f(-1)= f(1) gives a= 0 but gives NO condition on b.
If [itex]f(x)= 3x^2+ b[/itex] then f(1)= 3+ b= f(-1). In fact, the condition that, for polynomial f, f(x)= f(-x) for all x, would tell us that there are no odd powers of x but would tell us nothing about the coefficients of the even powers of x.
 
I just realized a mistake in the thread. It should be 3x5 not 3x2
Sorry about that! :frown:

HallsofIvy said:
This is wrong. [itex]f(1)= 3(1)^2- a(1)+ b[/itex] alright, but [itex]f(-1)= 3(-1)^2- a(-1)+ b= 3+ a+ b[/itex], not -3+ a+ b.


So this become a= 0.


This makes no sense. Substititute a= -3 (or a= 0) into what equation? You don't know what 3- a+ b is supposed to be equal to. You seem to be assuming it is 0 and you have no right to do that.


The requirement that f(-1)= f(1) gives a= 0 but gives NO condition on b.
If [itex]f(x)= 3x^2+ b[/itex] then f(1)= 3+ b= f(-1). In fact, the condition that, for polynomial f, f(x)= f(-x) for all x, would tell us that there are no odd powers of x but would tell us nothing about the coefficients of the even powers of x.