Remainder of polynomial division when divisor is square without calculusHow to prove that $(x-1)^2$ is a factor of $x^4 - ax^2 + (2a-4)x + (3-a)$ for $ainmathbb R$?What is the algorithm for long division of polynomials with multiple variables?What branches of math make frequent use of polynomial long division?How to Show Polynomial Growth < Exponential Growth (Without L'Hopital!)Polynomial division problemPolynomial long division modulo 7,Polynomial division without remainderDetermine the remainder when $f(x) = 3x^5 - 5x^2 + 4x + 1$ is divided by $(x-1)(x+2)$Two PolynomialsRemainder when the polynomial $1+x^2+x^4+cdots +x^22$ is divided by $1+x+x^2cdots+ x^11$Polynomial division without a remainder
Which was the first story featuring espers?
How does electrical safety system work on ISS?
Is this toilet slogan correct usage of the English language?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
How could a planet have erratic days?
15% tax on $7.5k earnings. Is that right?
Can you use Vicious Mockery to win an argument or gain favours?
Creating two special characters
Can I cause damage to electrical appliances by unplugging them when they are turned on?
How much of a Devil Fruit must be consumed to gain the power?
What fields between the rationals and the reals allow a good notion of 2D distance?
When were female captains banned from Starfleet?
Does Doodling or Improvising on the Piano Have Any Benefits?
What is going on with gets(stdin) on the site coderbyte?
Did the UK lift the requirement for registering SIM cards?
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
The Digit Triangles
How can ping know if my host is down
What do you call a word that can be spelled forward or backward forming two different words
Is there a RAID 0 Equivalent for RAM?
What is the difference between lands and mana?
Is there a nicer/politer/more positive alternative for "negates"?
The IT department bottlenecks progress, how should I handle this?
Remainder of polynomial division when divisor is square without calculus
How to prove that $(x-1)^2$ is a factor of $x^4 - ax^2 + (2a-4)x + (3-a)$ for $ainmathbb R$?What is the algorithm for long division of polynomials with multiple variables?What branches of math make frequent use of polynomial long division?How to Show Polynomial Growth < Exponential Growth (Without L'Hopital!)Polynomial division problemPolynomial long division modulo 7,Polynomial division without remainderDetermine the remainder when $f(x) = 3x^5 - 5x^2 + 4x + 1$ is divided by $(x-1)(x+2)$Two PolynomialsRemainder when the polynomial $1+x^2+x^4+cdots +x^22$ is divided by $1+x+x^2cdots+ x^11$Polynomial division without a remainder
$begingroup$
The problem is given as follows:
Let $p(x) = x^2004 - x^1901 - 50$. What is the remainder of the
division of $p(x)$ by $(x-1)^2$.
The solution is straightforward when using the derivative of $p(x)$. However, considering that I stumbled upon this problem in a high school textbook, I'm assuming that an elegant solution exists without the use of calculus?
polynomials
$endgroup$
add a comment |
$begingroup$
The problem is given as follows:
Let $p(x) = x^2004 - x^1901 - 50$. What is the remainder of the
division of $p(x)$ by $(x-1)^2$.
The solution is straightforward when using the derivative of $p(x)$. However, considering that I stumbled upon this problem in a high school textbook, I'm assuming that an elegant solution exists without the use of calculus?
polynomials
$endgroup$
add a comment |
$begingroup$
The problem is given as follows:
Let $p(x) = x^2004 - x^1901 - 50$. What is the remainder of the
division of $p(x)$ by $(x-1)^2$.
The solution is straightforward when using the derivative of $p(x)$. However, considering that I stumbled upon this problem in a high school textbook, I'm assuming that an elegant solution exists without the use of calculus?
polynomials
$endgroup$
The problem is given as follows:
Let $p(x) = x^2004 - x^1901 - 50$. What is the remainder of the
division of $p(x)$ by $(x-1)^2$.
The solution is straightforward when using the derivative of $p(x)$. However, considering that I stumbled upon this problem in a high school textbook, I'm assuming that an elegant solution exists without the use of calculus?
polynomials
polynomials
edited Mar 14 at 15:15
Maria Mazur
47.9k1260120
47.9k1260120
asked Mar 14 at 15:03
koralakraljkoralakralj
163
163
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Let $$
x^2004-x^1901-50=q(x)(x-1)^2+ax+b.
$$ Translating by $-1$, we have
$$beginalign*
q(x+1)x^2+ax+(a+b)&=(x+1)^2004-(x+1)^1901-50\&=sum_j=0^2004binom2004jx^j-sum_j=0^1901binom1901jx^j-50
\&= text(higher order terms)+103x-50.
endalign*$$ This gives $a=103$ and $b=-153$.
$endgroup$
add a comment |
$begingroup$
Write: $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax+b$$
Setting $x=1$ we get $$-50 = a+bimplies b=-50-a$$
so $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax-a-50$$
so $$x^1901(x^103-1) = (x-1)^2k(x)+a(x-1)$$
so $$ x^1901(x^102+ x^101+...+x+1)= (x-1)k(x)+a$$
and finally putting $x=1$ again we get $$103 =aimplies r(x)=103x-153$$
$endgroup$
add a comment |
$begingroup$
$x!=!1,Rightarrow, p = -50 + (x!-!1)color#c00g. $ $, g = dfracp+50x-1=x^1901,dfracx^103!-!1x!-!1 = x^1901(x^102+cdots+x+1),$
so $,x!=!1,Rightarrow,color#c00g = 103+(x!-!1)h $ thus $ p = -50+103(x!-!1)+(x!-!1)^2h$
$endgroup$
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3148116%2fremainder-of-polynomial-division-when-divisor-is-square-without-calculus%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let $$
x^2004-x^1901-50=q(x)(x-1)^2+ax+b.
$$ Translating by $-1$, we have
$$beginalign*
q(x+1)x^2+ax+(a+b)&=(x+1)^2004-(x+1)^1901-50\&=sum_j=0^2004binom2004jx^j-sum_j=0^1901binom1901jx^j-50
\&= text(higher order terms)+103x-50.
endalign*$$ This gives $a=103$ and $b=-153$.
$endgroup$
add a comment |
$begingroup$
Let $$
x^2004-x^1901-50=q(x)(x-1)^2+ax+b.
$$ Translating by $-1$, we have
$$beginalign*
q(x+1)x^2+ax+(a+b)&=(x+1)^2004-(x+1)^1901-50\&=sum_j=0^2004binom2004jx^j-sum_j=0^1901binom1901jx^j-50
\&= text(higher order terms)+103x-50.
endalign*$$ This gives $a=103$ and $b=-153$.
$endgroup$
add a comment |
$begingroup$
Let $$
x^2004-x^1901-50=q(x)(x-1)^2+ax+b.
$$ Translating by $-1$, we have
$$beginalign*
q(x+1)x^2+ax+(a+b)&=(x+1)^2004-(x+1)^1901-50\&=sum_j=0^2004binom2004jx^j-sum_j=0^1901binom1901jx^j-50
\&= text(higher order terms)+103x-50.
endalign*$$ This gives $a=103$ and $b=-153$.
$endgroup$
Let $$
x^2004-x^1901-50=q(x)(x-1)^2+ax+b.
$$ Translating by $-1$, we have
$$beginalign*
q(x+1)x^2+ax+(a+b)&=(x+1)^2004-(x+1)^1901-50\&=sum_j=0^2004binom2004jx^j-sum_j=0^1901binom1901jx^j-50
\&= text(higher order terms)+103x-50.
endalign*$$ This gives $a=103$ and $b=-153$.
answered Mar 14 at 15:10
SongSong
18.5k21550
18.5k21550
add a comment |
add a comment |
$begingroup$
Write: $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax+b$$
Setting $x=1$ we get $$-50 = a+bimplies b=-50-a$$
so $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax-a-50$$
so $$x^1901(x^103-1) = (x-1)^2k(x)+a(x-1)$$
so $$ x^1901(x^102+ x^101+...+x+1)= (x-1)k(x)+a$$
and finally putting $x=1$ again we get $$103 =aimplies r(x)=103x-153$$
$endgroup$
add a comment |
$begingroup$
Write: $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax+b$$
Setting $x=1$ we get $$-50 = a+bimplies b=-50-a$$
so $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax-a-50$$
so $$x^1901(x^103-1) = (x-1)^2k(x)+a(x-1)$$
so $$ x^1901(x^102+ x^101+...+x+1)= (x-1)k(x)+a$$
and finally putting $x=1$ again we get $$103 =aimplies r(x)=103x-153$$
$endgroup$
add a comment |
$begingroup$
Write: $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax+b$$
Setting $x=1$ we get $$-50 = a+bimplies b=-50-a$$
so $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax-a-50$$
so $$x^1901(x^103-1) = (x-1)^2k(x)+a(x-1)$$
so $$ x^1901(x^102+ x^101+...+x+1)= (x-1)k(x)+a$$
and finally putting $x=1$ again we get $$103 =aimplies r(x)=103x-153$$
$endgroup$
Write: $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax+b$$
Setting $x=1$ we get $$-50 = a+bimplies b=-50-a$$
so $$x^2004 - x^1901 - 50 = (x-1)^2k(x)+ax-a-50$$
so $$x^1901(x^103-1) = (x-1)^2k(x)+a(x-1)$$
so $$ x^1901(x^102+ x^101+...+x+1)= (x-1)k(x)+a$$
and finally putting $x=1$ again we get $$103 =aimplies r(x)=103x-153$$
edited Mar 14 at 15:20
J. W. Tanner
3,5831320
3,5831320
answered Mar 14 at 15:13
Maria MazurMaria Mazur
47.9k1260120
47.9k1260120
add a comment |
add a comment |
$begingroup$
$x!=!1,Rightarrow, p = -50 + (x!-!1)color#c00g. $ $, g = dfracp+50x-1=x^1901,dfracx^103!-!1x!-!1 = x^1901(x^102+cdots+x+1),$
so $,x!=!1,Rightarrow,color#c00g = 103+(x!-!1)h $ thus $ p = -50+103(x!-!1)+(x!-!1)^2h$
$endgroup$
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
add a comment |
$begingroup$
$x!=!1,Rightarrow, p = -50 + (x!-!1)color#c00g. $ $, g = dfracp+50x-1=x^1901,dfracx^103!-!1x!-!1 = x^1901(x^102+cdots+x+1),$
so $,x!=!1,Rightarrow,color#c00g = 103+(x!-!1)h $ thus $ p = -50+103(x!-!1)+(x!-!1)^2h$
$endgroup$
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
add a comment |
$begingroup$
$x!=!1,Rightarrow, p = -50 + (x!-!1)color#c00g. $ $, g = dfracp+50x-1=x^1901,dfracx^103!-!1x!-!1 = x^1901(x^102+cdots+x+1),$
so $,x!=!1,Rightarrow,color#c00g = 103+(x!-!1)h $ thus $ p = -50+103(x!-!1)+(x!-!1)^2h$
$endgroup$
$x!=!1,Rightarrow, p = -50 + (x!-!1)color#c00g. $ $, g = dfracp+50x-1=x^1901,dfracx^103!-!1x!-!1 = x^1901(x^102+cdots+x+1),$
so $,x!=!1,Rightarrow,color#c00g = 103+(x!-!1)h $ thus $ p = -50+103(x!-!1)+(x!-!1)^2h$
answered Mar 14 at 15:36
Bill DubuqueBill Dubuque
212k29195654
212k29195654
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
add a comment |
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
$begingroup$
We twice applied the Remainder Theorem $,f(x) = f(1) = (x-1)g(x),$ for some polynomial $,g(x) $ See also the Double Root Test in algebraic form.
$endgroup$
– Bill Dubuque
Mar 14 at 15:38
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3148116%2fremainder-of-polynomial-division-when-divisor-is-square-without-calculus%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown