Complex polynomials… need help
I am very confused on how to start this question, I know that x=0 when i=1/5 and i=1 but not sure where to go from here, any help would be really appreciated.
"Find a polynomial
P
of a complex variable
x
that has zeros at exactly the following points:
x=5i−1,x=3i−3.
All these zeros should be of first order. Be sure to expand all products in your answer; also expand products of the form
(a+bi)⋅x
if they occur."
linear-algebra polynomials complex-numbers
New contributor
add a comment |
I am very confused on how to start this question, I know that x=0 when i=1/5 and i=1 but not sure where to go from here, any help would be really appreciated.
"Find a polynomial
P
of a complex variable
x
that has zeros at exactly the following points:
x=5i−1,x=3i−3.
All these zeros should be of first order. Be sure to expand all products in your answer; also expand products of the form
(a+bi)⋅x
if they occur."
linear-algebra polynomials complex-numbers
New contributor
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago
add a comment |
I am very confused on how to start this question, I know that x=0 when i=1/5 and i=1 but not sure where to go from here, any help would be really appreciated.
"Find a polynomial
P
of a complex variable
x
that has zeros at exactly the following points:
x=5i−1,x=3i−3.
All these zeros should be of first order. Be sure to expand all products in your answer; also expand products of the form
(a+bi)⋅x
if they occur."
linear-algebra polynomials complex-numbers
New contributor
I am very confused on how to start this question, I know that x=0 when i=1/5 and i=1 but not sure where to go from here, any help would be really appreciated.
"Find a polynomial
P
of a complex variable
x
that has zeros at exactly the following points:
x=5i−1,x=3i−3.
All these zeros should be of first order. Be sure to expand all products in your answer; also expand products of the form
(a+bi)⋅x
if they occur."
linear-algebra polynomials complex-numbers
linear-algebra polynomials complex-numbers
New contributor
New contributor
New contributor
asked 2 days ago
Kiryne
135
135
New contributor
New contributor
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago
add a comment |
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
Polynomials can be written in a form that shows its zeros directly, that is, if $x_1, x_2, ldots, x_n$ are zeros of a polynomial $p$ and $a$ is the leading coefficient, $p(x) = a(x - x_1)(x - x_2)ldots(x - x_n)$.
To get the the standard form you only have to multiply it all together.
So in your case, $x_1 = 5i - 1$ and $x_2 = 3i - 3$.
You do not have any conditions on what the leading polynomial coefficient should be, so let it be $1$. That gives you
$$p(x) = (x - (5i - 1))(x - (3i -3))= \
x^2 - x(3i -3) - (5i - 1)x + (5i - 1)(3i - 3) $$
You are instructed to expand those produsts...
$$ p(x) = x^2 - 3ix + 3x - 5ix + x + 15i^2 - 15i - 3i + 3= \
x^2 - 8ix + 4x -18i -12$$.
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
});
}
});
Kiryne is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3060680%2fcomplex-polynomials-need-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Polynomials can be written in a form that shows its zeros directly, that is, if $x_1, x_2, ldots, x_n$ are zeros of a polynomial $p$ and $a$ is the leading coefficient, $p(x) = a(x - x_1)(x - x_2)ldots(x - x_n)$.
To get the the standard form you only have to multiply it all together.
So in your case, $x_1 = 5i - 1$ and $x_2 = 3i - 3$.
You do not have any conditions on what the leading polynomial coefficient should be, so let it be $1$. That gives you
$$p(x) = (x - (5i - 1))(x - (3i -3))= \
x^2 - x(3i -3) - (5i - 1)x + (5i - 1)(3i - 3) $$
You are instructed to expand those produsts...
$$ p(x) = x^2 - 3ix + 3x - 5ix + x + 15i^2 - 15i - 3i + 3= \
x^2 - 8ix + 4x -18i -12$$.
add a comment |
Polynomials can be written in a form that shows its zeros directly, that is, if $x_1, x_2, ldots, x_n$ are zeros of a polynomial $p$ and $a$ is the leading coefficient, $p(x) = a(x - x_1)(x - x_2)ldots(x - x_n)$.
To get the the standard form you only have to multiply it all together.
So in your case, $x_1 = 5i - 1$ and $x_2 = 3i - 3$.
You do not have any conditions on what the leading polynomial coefficient should be, so let it be $1$. That gives you
$$p(x) = (x - (5i - 1))(x - (3i -3))= \
x^2 - x(3i -3) - (5i - 1)x + (5i - 1)(3i - 3) $$
You are instructed to expand those produsts...
$$ p(x) = x^2 - 3ix + 3x - 5ix + x + 15i^2 - 15i - 3i + 3= \
x^2 - 8ix + 4x -18i -12$$.
add a comment |
Polynomials can be written in a form that shows its zeros directly, that is, if $x_1, x_2, ldots, x_n$ are zeros of a polynomial $p$ and $a$ is the leading coefficient, $p(x) = a(x - x_1)(x - x_2)ldots(x - x_n)$.
To get the the standard form you only have to multiply it all together.
So in your case, $x_1 = 5i - 1$ and $x_2 = 3i - 3$.
You do not have any conditions on what the leading polynomial coefficient should be, so let it be $1$. That gives you
$$p(x) = (x - (5i - 1))(x - (3i -3))= \
x^2 - x(3i -3) - (5i - 1)x + (5i - 1)(3i - 3) $$
You are instructed to expand those produsts...
$$ p(x) = x^2 - 3ix + 3x - 5ix + x + 15i^2 - 15i - 3i + 3= \
x^2 - 8ix + 4x -18i -12$$.
Polynomials can be written in a form that shows its zeros directly, that is, if $x_1, x_2, ldots, x_n$ are zeros of a polynomial $p$ and $a$ is the leading coefficient, $p(x) = a(x - x_1)(x - x_2)ldots(x - x_n)$.
To get the the standard form you only have to multiply it all together.
So in your case, $x_1 = 5i - 1$ and $x_2 = 3i - 3$.
You do not have any conditions on what the leading polynomial coefficient should be, so let it be $1$. That gives you
$$p(x) = (x - (5i - 1))(x - (3i -3))= \
x^2 - x(3i -3) - (5i - 1)x + (5i - 1)(3i - 3) $$
You are instructed to expand those produsts...
$$ p(x) = x^2 - 3ix + 3x - 5ix + x + 15i^2 - 15i - 3i + 3= \
x^2 - 8ix + 4x -18i -12$$.
answered yesterday
Coupeau
876
876
add a comment |
add a comment |
Kiryne is a new contributor. Be nice, and check out our Code of Conduct.
Kiryne is a new contributor. Be nice, and check out our Code of Conduct.
Kiryne is a new contributor. Be nice, and check out our Code of Conduct.
Kiryne is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3060680%2fcomplex-polynomials-need-help%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
You seem to misunderstand what $i$ means. It is not a variable, it is a complex constant such that $i^2=-1$.
– A.Γ.
2 days ago
$i=sqrt{-1}$ since we are talking about complex polynomials, so $ine 1/5$. $i$ is not a variable, it's a constant.
– Andrei
2 days ago
$i$ is the complex unit, not a variable so it's never $frac15$ nor $1$.
– Henrik
2 days ago
There's a lot of confusion here. The complex (non-real) number $i$ cannot possibly be the real number $frac15$ or the real number $1$.
– José Carlos Santos
2 days ago