simple way to divide polynomials?

b0mbrman

Lifer
Jun 1, 2001
29,470
1
81
Just like normal division--divide and then carry the remainder. Make sure you have a term for every exponent of X...

Thus if you're dividing

4x^3 + x

by something, you'd rewrite it as

4x^3 + 0x^2 + x + 0
 

b0mbrman

Lifer
Jun 1, 2001
29,470
1
81
Ah. You were talkig about something even easier. Just put all like terms together...

Make it read:

16 . r . s . t^2
- 8 r s t^3

Or...

-(16/8)(r/r)(s/s)(t^2/t^3)
=-(2)(1)(1)(1/t)
=-(2/t)

Then go from there...it makes it a lot simpler
 

phatcow

Platinum Member
Nov 25, 2000
2,266
0
0
can you work that one out real quick for me? :) i wanna know if im doing it correctly