Do Cubics always have one real root?Does the resolvent cubic of the quartic equation always have at least 1...
Do black holes violate the conservation of mass?
Is this Paypal Github SDK reference really a dangerous site?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Is there a logarithm base for which the logarithm becomes an identity function?
The (Easy) Road to Code
Was it really inappropriate to write a pull request for the company I interviewed with?
Will expression retain the same definition if particle is changed?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
What does the Digital Threat scope actually do?
Computation logic of Partway in TikZ
I reported the illegal activity of my boss to his boss. My boss found out. Now I am being punished. What should I do?
Can I negotiate a patent idea for a raise, under French law?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
What do you call someone who likes to pick fights?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
(Codewars) Linked Lists-Sorted Insert
How do we create new idioms and use them in a novel?
Automaton recognizing ambiguously accepted words of another automaton
I am the person who abides by rules, but breaks the rules. Who am I?
How to copy the rest of lines of a file to another file
I can't die. Who am I?
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
What is this tube in a jet engine's air intake?
How do spaceships determine each other's mass in space?
Do Cubics always have one real root?
Does the resolvent cubic of the quartic equation always have at least 1 positive real rootCubic polynomial with 1 real root and 2 complex conjugated roots (real coefficients)Complex Conjugate roots with non real coefficientsFind coefficients of a cubic function with imaginary rootCubic Function with two roots and its Derivative function with one rootWhat's the easiest way to solve the cubic $3x^3-13x^2+3x-13$Apart from the Fundamental Theorem of Algebra and Descartes Rule of Signs, are there any other ways to determine the nature of roots of a polynomial?How many real roots can a cubic equation $x^3 + bx^2 + cx + d = 0$ have?How to tell root multiplicity from complex rootsProved that cubic equation w/ real coefficients always has 2 complex conjugate roots but that's clearly not the case.
$begingroup$
I've seen a few conflicting pieces of information online.
So far, I know that with real coefficients there will always be one real root. But how about with complex coefficients?
At very least could you give me a counter example? a cubic with no real roots
polynomials complex-numbers roots real-numbers
New contributor
$endgroup$
add a comment |
$begingroup$
I've seen a few conflicting pieces of information online.
So far, I know that with real coefficients there will always be one real root. But how about with complex coefficients?
At very least could you give me a counter example? a cubic with no real roots
polynomials complex-numbers roots real-numbers
New contributor
$endgroup$
add a comment |
$begingroup$
I've seen a few conflicting pieces of information online.
So far, I know that with real coefficients there will always be one real root. But how about with complex coefficients?
At very least could you give me a counter example? a cubic with no real roots
polynomials complex-numbers roots real-numbers
New contributor
$endgroup$
I've seen a few conflicting pieces of information online.
So far, I know that with real coefficients there will always be one real root. But how about with complex coefficients?
At very least could you give me a counter example? a cubic with no real roots
polynomials complex-numbers roots real-numbers
polynomials complex-numbers roots real-numbers
New contributor
New contributor
edited 2 hours ago
Servaes
27.8k34098
27.8k34098
New contributor
asked 2 hours ago
user7971589user7971589
82
82
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
One of the best things you can remember is that over a field (like the reals or complex numbers) roots come from linear factors. Use this to build your own examples: $f(z) =(z-i)^3$. If you want three distinct complex roots, do something like $f(z) = (z-i)(z+i)(z-2i)$.
$endgroup$
add a comment |
$begingroup$
As you already know, a cubic with real coefficients always has one real root, so there is no counterexample of a cubic with real coefficients with no real roots.
A cubic with complex coefficients with no real roots is easy to find; take $x^3+i$.
$endgroup$
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
});
}
});
user7971589 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%2f3141819%2fdo-cubics-always-have-one-real-root%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
$begingroup$
One of the best things you can remember is that over a field (like the reals or complex numbers) roots come from linear factors. Use this to build your own examples: $f(z) =(z-i)^3$. If you want three distinct complex roots, do something like $f(z) = (z-i)(z+i)(z-2i)$.
$endgroup$
add a comment |
$begingroup$
One of the best things you can remember is that over a field (like the reals or complex numbers) roots come from linear factors. Use this to build your own examples: $f(z) =(z-i)^3$. If you want three distinct complex roots, do something like $f(z) = (z-i)(z+i)(z-2i)$.
$endgroup$
add a comment |
$begingroup$
One of the best things you can remember is that over a field (like the reals or complex numbers) roots come from linear factors. Use this to build your own examples: $f(z) =(z-i)^3$. If you want three distinct complex roots, do something like $f(z) = (z-i)(z+i)(z-2i)$.
$endgroup$
One of the best things you can remember is that over a field (like the reals or complex numbers) roots come from linear factors. Use this to build your own examples: $f(z) =(z-i)^3$. If you want three distinct complex roots, do something like $f(z) = (z-i)(z+i)(z-2i)$.
answered 2 hours ago
RandallRandall
10.3k11230
10.3k11230
add a comment |
add a comment |
$begingroup$
As you already know, a cubic with real coefficients always has one real root, so there is no counterexample of a cubic with real coefficients with no real roots.
A cubic with complex coefficients with no real roots is easy to find; take $x^3+i$.
$endgroup$
add a comment |
$begingroup$
As you already know, a cubic with real coefficients always has one real root, so there is no counterexample of a cubic with real coefficients with no real roots.
A cubic with complex coefficients with no real roots is easy to find; take $x^3+i$.
$endgroup$
add a comment |
$begingroup$
As you already know, a cubic with real coefficients always has one real root, so there is no counterexample of a cubic with real coefficients with no real roots.
A cubic with complex coefficients with no real roots is easy to find; take $x^3+i$.
$endgroup$
As you already know, a cubic with real coefficients always has one real root, so there is no counterexample of a cubic with real coefficients with no real roots.
A cubic with complex coefficients with no real roots is easy to find; take $x^3+i$.
answered 2 hours ago
ServaesServaes
27.8k34098
27.8k34098
add a comment |
add a comment |
user7971589 is a new contributor. Be nice, and check out our Code of Conduct.
user7971589 is a new contributor. Be nice, and check out our Code of Conduct.
user7971589 is a new contributor. Be nice, and check out our Code of Conduct.
user7971589 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.
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%2f3141819%2fdo-cubics-always-have-one-real-root%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