You are not logged in.
Pages: 1
I got -1, after long division, but the answer says it is 11? How? Thanks
Offline
I get -1 as well, but its easy enough to check.
If you call -3/2 a root, then it should give the same remainder.
f(-3/2) = 4(-3/2)³ - 5(-3/2) + 5
= -13.5 + 7.5 + 5
= - 1
Offline
Well, hmm, for every negative remainder you must have a positive remainder, and by definition, a 'remainder' is positive:
ande.g 8/5 has remainder 3 'remainder'(?) -2.
So where is the positive remainder?
Last edited by Identity (2007-10-28 00:57:16)
Offline
shouldn't it be 8 - 2 then? because there is not a full '8' to divide by there.
I shall be on leave until I say so...
Offline
Well, hmm, for every negative remainder you must have a positive remainder, and by definition, a 'remainder' is positive...
Not when you're dealing with algebra. In that example, -1 is the remainder just because it doesn't have any x's left in it.
A different example could be, say, [x³ + x - 1]/x². It's fairly easy to see there that the quotient would work out to be x, but then that leaves a remainder of x-1.
You can't fall back on your definition there, because you can't say whether x-1 is positive or negative anyway.
Why did the vector cross the road?
It wanted to be normal.
Offline
The division remainder theorem says that for every integer a and b, there exists a unique q and r such that:
a = bq + r with 0 <= r < b
Now we move into the world of polynomials. We want our polynomials to be represented by integer values so that we can have an analogous result. Anyone know how to represent a polynomial by an integer? Anyone? Anyone? Buler?
So we take two polynomials a and b, and we say:
a = bq + r with degree(r) < degree(b)
We don't specify 0 <= degree(r) for a few reasons. First, there is not concept of having a negative integer degree. At least not in polynomials. But more importantly, we say that degree(0) = -infinity. The zero polynomial has degree negative infinity mostly from the following theorem:
deg(fg) = deg(f) + deg(g)
If we have either f or g being the 0 polynomial, it's easy to see how having deg(0) = 0 would screw the above result up. But making it -infinity makes everything work out nicely.
Getting back on track, by representing the polynomial by it's degree, the division remainder theorem becomes pretty straightforward. And as a result of this, -1 has the same degree as positive 1, so they both fit as being r.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Thanks!
Offline
Pages: 1