Euclidean division exercise
I faced the following problem in a previous abstract algebra session in my university:
Let $omega$ be a non-zero real number and n be a non-zero natural integer both supposed to be fixed. Calculate the remainder of the Euclidean division of the polynomial $(cos{omega}+Xsin{omega}) ^n$ by $X^2 +1$.
I tried to expand $(cos{omega}+Xsin{omega}) ^n$ but it didn't look helpful for me. Can anyone help?
abstract-algebra polynomials
add a comment |
I faced the following problem in a previous abstract algebra session in my university:
Let $omega$ be a non-zero real number and n be a non-zero natural integer both supposed to be fixed. Calculate the remainder of the Euclidean division of the polynomial $(cos{omega}+Xsin{omega}) ^n$ by $X^2 +1$.
I tried to expand $(cos{omega}+Xsin{omega}) ^n$ but it didn't look helpful for me. Can anyone help?
abstract-algebra polynomials
add a comment |
I faced the following problem in a previous abstract algebra session in my university:
Let $omega$ be a non-zero real number and n be a non-zero natural integer both supposed to be fixed. Calculate the remainder of the Euclidean division of the polynomial $(cos{omega}+Xsin{omega}) ^n$ by $X^2 +1$.
I tried to expand $(cos{omega}+Xsin{omega}) ^n$ but it didn't look helpful for me. Can anyone help?
abstract-algebra polynomials
I faced the following problem in a previous abstract algebra session in my university:
Let $omega$ be a non-zero real number and n be a non-zero natural integer both supposed to be fixed. Calculate the remainder of the Euclidean division of the polynomial $(cos{omega}+Xsin{omega}) ^n$ by $X^2 +1$.
I tried to expand $(cos{omega}+Xsin{omega}) ^n$ but it didn't look helpful for me. Can anyone help?
abstract-algebra polynomials
abstract-algebra polynomials
edited 5 hours ago
José Carlos Santos
150k22120221
150k22120221
asked 6 hours ago
user7857462
663
663
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Write the reminder $aX+b$. You have
$$P(X) = (cos omega + sinomega X)^n =Q(X)(X^2+1) +aX+b.$$
Substitute in this equation $X$ by $i$. You get
$$e^{in omega} = ai+b.$$ Substitute now $X$ by $-i$. You get
$$e^{-in omega} = -ai+b$$
Solving in $a,b$ you finally get $b =cos nomega$ and $a = sin nomega$.
add a comment |
This is essentially the same answer as mathcounterexamples.net's answer, but it's a different explanation, since frankly I don't follow several aspects of mathcounterexamples.net's thought process (though I did upvote it). Hence I'll demonstrate my thought process on seeing this question.
We can calculate the remainder on division by a polynomial $fin k[x]$ by working in the ring $k[x]/(f)$, since the remainder of a polynomial $a$ on division by $f$ is the unique representative of $a$ in $k[x]/(f)$ of degree less than the degree of $f$.
Then recognize that $Bbb{R}[X]/(X^2+1)cong Bbb{C}$ via $Xmapsto i$.
Thus $(cos omega +Xsin omega)^nmapsto (e^{iomega})^n=e^{iomega n} = cos(nomega) + i sin(nomega)$. Thus the remainder on division by $X^2+1$ must be $cos(nomega)+Xsin(nomega)$.
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%2f3057214%2feuclidean-division-exercise%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Write the reminder $aX+b$. You have
$$P(X) = (cos omega + sinomega X)^n =Q(X)(X^2+1) +aX+b.$$
Substitute in this equation $X$ by $i$. You get
$$e^{in omega} = ai+b.$$ Substitute now $X$ by $-i$. You get
$$e^{-in omega} = -ai+b$$
Solving in $a,b$ you finally get $b =cos nomega$ and $a = sin nomega$.
add a comment |
Write the reminder $aX+b$. You have
$$P(X) = (cos omega + sinomega X)^n =Q(X)(X^2+1) +aX+b.$$
Substitute in this equation $X$ by $i$. You get
$$e^{in omega} = ai+b.$$ Substitute now $X$ by $-i$. You get
$$e^{-in omega} = -ai+b$$
Solving in $a,b$ you finally get $b =cos nomega$ and $a = sin nomega$.
add a comment |
Write the reminder $aX+b$. You have
$$P(X) = (cos omega + sinomega X)^n =Q(X)(X^2+1) +aX+b.$$
Substitute in this equation $X$ by $i$. You get
$$e^{in omega} = ai+b.$$ Substitute now $X$ by $-i$. You get
$$e^{-in omega} = -ai+b$$
Solving in $a,b$ you finally get $b =cos nomega$ and $a = sin nomega$.
Write the reminder $aX+b$. You have
$$P(X) = (cos omega + sinomega X)^n =Q(X)(X^2+1) +aX+b.$$
Substitute in this equation $X$ by $i$. You get
$$e^{in omega} = ai+b.$$ Substitute now $X$ by $-i$. You get
$$e^{-in omega} = -ai+b$$
Solving in $a,b$ you finally get $b =cos nomega$ and $a = sin nomega$.
answered 5 hours ago
mathcounterexamples.net
24.3k21753
24.3k21753
add a comment |
add a comment |
This is essentially the same answer as mathcounterexamples.net's answer, but it's a different explanation, since frankly I don't follow several aspects of mathcounterexamples.net's thought process (though I did upvote it). Hence I'll demonstrate my thought process on seeing this question.
We can calculate the remainder on division by a polynomial $fin k[x]$ by working in the ring $k[x]/(f)$, since the remainder of a polynomial $a$ on division by $f$ is the unique representative of $a$ in $k[x]/(f)$ of degree less than the degree of $f$.
Then recognize that $Bbb{R}[X]/(X^2+1)cong Bbb{C}$ via $Xmapsto i$.
Thus $(cos omega +Xsin omega)^nmapsto (e^{iomega})^n=e^{iomega n} = cos(nomega) + i sin(nomega)$. Thus the remainder on division by $X^2+1$ must be $cos(nomega)+Xsin(nomega)$.
add a comment |
This is essentially the same answer as mathcounterexamples.net's answer, but it's a different explanation, since frankly I don't follow several aspects of mathcounterexamples.net's thought process (though I did upvote it). Hence I'll demonstrate my thought process on seeing this question.
We can calculate the remainder on division by a polynomial $fin k[x]$ by working in the ring $k[x]/(f)$, since the remainder of a polynomial $a$ on division by $f$ is the unique representative of $a$ in $k[x]/(f)$ of degree less than the degree of $f$.
Then recognize that $Bbb{R}[X]/(X^2+1)cong Bbb{C}$ via $Xmapsto i$.
Thus $(cos omega +Xsin omega)^nmapsto (e^{iomega})^n=e^{iomega n} = cos(nomega) + i sin(nomega)$. Thus the remainder on division by $X^2+1$ must be $cos(nomega)+Xsin(nomega)$.
add a comment |
This is essentially the same answer as mathcounterexamples.net's answer, but it's a different explanation, since frankly I don't follow several aspects of mathcounterexamples.net's thought process (though I did upvote it). Hence I'll demonstrate my thought process on seeing this question.
We can calculate the remainder on division by a polynomial $fin k[x]$ by working in the ring $k[x]/(f)$, since the remainder of a polynomial $a$ on division by $f$ is the unique representative of $a$ in $k[x]/(f)$ of degree less than the degree of $f$.
Then recognize that $Bbb{R}[X]/(X^2+1)cong Bbb{C}$ via $Xmapsto i$.
Thus $(cos omega +Xsin omega)^nmapsto (e^{iomega})^n=e^{iomega n} = cos(nomega) + i sin(nomega)$. Thus the remainder on division by $X^2+1$ must be $cos(nomega)+Xsin(nomega)$.
This is essentially the same answer as mathcounterexamples.net's answer, but it's a different explanation, since frankly I don't follow several aspects of mathcounterexamples.net's thought process (though I did upvote it). Hence I'll demonstrate my thought process on seeing this question.
We can calculate the remainder on division by a polynomial $fin k[x]$ by working in the ring $k[x]/(f)$, since the remainder of a polynomial $a$ on division by $f$ is the unique representative of $a$ in $k[x]/(f)$ of degree less than the degree of $f$.
Then recognize that $Bbb{R}[X]/(X^2+1)cong Bbb{C}$ via $Xmapsto i$.
Thus $(cos omega +Xsin omega)^nmapsto (e^{iomega})^n=e^{iomega n} = cos(nomega) + i sin(nomega)$. Thus the remainder on division by $X^2+1$ must be $cos(nomega)+Xsin(nomega)$.
answered 4 hours ago
jgon
12.7k21940
12.7k21940
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3057214%2feuclidean-division-exercise%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