Division Algorithm For Polynomials

keelejody
Messages
6
Reaction score
0
Im given two polynomials:

f(x) =(2x^6) + (x^5) - (3x^4) + (4x^3) + (x^2) -1
and
g(x)=(x^3)-(x^2)+2x+3

find polynomials Q(x),R(x) in the set of R[x] s.t

f(x) =g(x)Q(X) +R(X) and deg(R)<deg(g)

Am i even in the right area? and something to do with manipulating numbers in C[x]

does g divide f or g is a factor of f if there exists polynomial h s.t f=gh

im so confused. sorry i can't communicate my thoughts well, but I am very much stuck
 
Physics news on Phys.org
keelejody said:
Im given two polynomials:

f(x) =(2x^6) + (x^5) - (3x^4) + (4x^3) + (x^2) -1
and
g(x)=(x^3)-(x^2)+2x+3

find polynomials Q(x),R(x) in the set of R[x] s.t

f(x) =g(x)Q(X) +R(X) and deg(R)<deg(g)
What is the "set of R[x]"?

It looks like what you're asked to do is to write f(x) as the product of two polynomials plus a remainder. Do you know how to do polynomial long division? When you do the division you will get Q(x) = 2x^3 + lower degree terms. If g(x) is a factor of f(x), R(x) will be 0. Otherwise, R(x) will be a polynomial of degree two or lower.
keelejody said:
Am i even in the right area? and something to do with manipulating numbers in C[x]

does g divide f or g is a factor of f if there exists polynomial h s.t f=gh

im so confused. sorry i can't communicate my thoughts well, but I am very much stuck
 
its remainder and quotient...obvious now. thanks :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top