Remainder theorem only works with quadratics divided by linear?

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
13 replies · 7K views
zeion
Messages
455
Reaction score
1

Homework Statement



The remainder theorem can't really be applied when dividing by something other than a linear equation since you wouldn't know what a is, right?



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
3e919ea9464ce3074d86f21d3436ddf7.png


Why not? your r(x) may not neccessarily be just a real number it can be a function in term of x.
 
Last edited by a moderator:
f(x) can be a polynomial of any degree, not just degree 2 (quadratic). And the divisor can be a polynomial of any degree up to the degree of f(x).

Note that you are not dividing by a linear (or other) equation; you are dividing by a polynomial expression.
 
So how do I know what the a is in the divisor if its not linear?
 
zeion said:
So how do I know what the a is in the divisor if its not linear?

We are taught to use synthestic division for using the Remainder Theorem, but we do not need to rely on just that. Were we taught synthetic division for dividing by a quadratic expression? The Remainder theorem is intended for examining possible binomial linear factors of a polynomial function; sometimes you will find that factoring might give or show quadratic factors. Maybe my impression is wrong about that; the impression comes from not recalling using the Remainder Theorem when looking at possible quadratic factors for a function, and not recalling ever having used synthetic division to divide by a quadratic expression. Try creating an example if you want.
 
Post #2 should be enough. Having an equation of polynomials does not place any specification of using synthetic division for examining binomial factors. If any general f(x) is of degree 4 or higher, there may be some f(x) which could be factorable into two or more quadratic factors.
 
The original question was about the remainder theorem which refers to the divisor having the form [tex]x - a[/tex] for some constant [tex]a[/tex]. It states that the remainder when [tex]f(x)[/tex] is divided by [tex]x - 1[/tex] is equal to [tex]f(a)[/tex]. In that sense, the original poster is correct: the remainder theorem applies only in this case.
 
HallsofIvy said:
Good- with the provision that f must be a polynomial, of course.

Correct - I should have stated this as well. I also had typo: my comment should refer to division by [tex]x - a[/tex] rather than division by [tex]x - a[/tex].
 
If f(x) was of degree n and it is divided by (x-a) then f(a) would give me r(a) where r(x) is a polynomial of degree n-1, right?

Is there a way to find what r(x) is?
 
zeion said:
If f(x) was of degree n and it is divided by (x-a) then f(a) would give me r(a) where r(x) is a polynomial of degree n-1, right?

Is there a way to find what r(x) is?

If you divide

[tex] f(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1 x + a_0 [/tex]

by [itex]x - c [/tex]<br /> <br /> you can write things as<br /> <br /> [tex] f(x) = q(x) (x-c) + r[/tex]<br /> <br /> where [itex]r = f(c)[/itex] is a constant. It is the quotient [itex]q(x)[/itex] that has degree [itex]n - 1[/itex], and you can find it (its coefficients, actually) with the process of synthetic division or long division.[/itex]
 
How come the remainder is written as r(x) if it is always a constant and does not involve x?
 
The degree of f(x) is greater than or equal to the degree of the q(x)g(x), assuming that g(x) is used as a binomial divisor. The Remainder Theorem relies on polynomial division, not Real Number division. The remainder which may occur is a function, not just a number.
 
zeion, there has been confusion throughout this thread as to exactly what you meant by the "remainder theorem".

The general "division algorithm" for polynomials says that if P(x) is a polynomial and D(x) is a polynomial of lower degree than P, then P(x)/Q(x)= D(x)+ R(x)/Q(x) Where R(x) has degree less than the dergree of Q, or, as icystrike put it in his first response, P(x)= D(x)Q(x)+ R(x).

But the "remainder theorem" as statdad said, says that if P(x) is a polynomial and a is a number, then P(x)= Q(x)(x- a)+ P(a) where P(a), the value of the polynomial P(x) at x= a, is a constant, NOT a function of x.