#polynomial-long-division
44 messages · Page 1 of 1 (latest)
I've seen multiple ways of people writting it down
like this
or like this
or like this
@robust raven
I think i got it - i used the second form after watching a bunch of videos
Im now stuck at this (n are all natural numbers) i dont get what to do here could someone solve this
,w (x^(n + 1) - 1)/(x^n - 1)
Ew
I mean it cant be perfectly divided
It'd have remainder
$x^{n + 1} - 1 = x(x^n - 1) + (x - 1)$
Mizere
x - 1 is the remainder
could you show me all the steps you did
Its kinda like this way
No
$x^{n + 1} - 1 - x(x^n - 1) = x^{n + 1} - 1 - x^{n + 1} + x = x - 1$
Mizere
To get rid of x^(n + 1) you multiply the divider by x
If it was for example x³/x, you would multiply the divider (x) by x² in order to get rid of x³
oh okay, that helps thank you a lot for your help
Aight