Root dependence on coefficient terms
$begingroup$
I'm trying to solve how to roots of this polynomial depend on $k$:
$$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$
I could put this into the cubic formula, and I've tried doing this, but it's a brutal slog. I'm thinking of a general strategy of I was wondering if there are any general properties of polynomial roots that could help me with this? Or is this problem just analytically intractable?
For what it's worth, I'm only interested in $k>1$.
polynomials
$endgroup$
add a comment |
$begingroup$
I'm trying to solve how to roots of this polynomial depend on $k$:
$$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$
I could put this into the cubic formula, and I've tried doing this, but it's a brutal slog. I'm thinking of a general strategy of I was wondering if there are any general properties of polynomial roots that could help me with this? Or is this problem just analytically intractable?
For what it's worth, I'm only interested in $k>1$.
polynomials
$endgroup$
add a comment |
$begingroup$
I'm trying to solve how to roots of this polynomial depend on $k$:
$$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$
I could put this into the cubic formula, and I've tried doing this, but it's a brutal slog. I'm thinking of a general strategy of I was wondering if there are any general properties of polynomial roots that could help me with this? Or is this problem just analytically intractable?
For what it's worth, I'm only interested in $k>1$.
polynomials
$endgroup$
I'm trying to solve how to roots of this polynomial depend on $k$:
$$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$
I could put this into the cubic formula, and I've tried doing this, but it's a brutal slog. I'm thinking of a general strategy of I was wondering if there are any general properties of polynomial roots that could help me with this? Or is this problem just analytically intractable?
For what it's worth, I'm only interested in $k>1$.
polynomials
polynomials
asked Jan 20 at 23:52
Mike FlynnMike Flynn
6271617
6271617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $kgg1$ it might be worthwhile to substitute
$$x:= k^2,y,qquad{1over k^2}=:epsilonll1 .$$
In this way we arrive at the equation
$$y^3+(a_1+c_2epsilon)y^2+(a_3+a_2epsilon+c_1epsilon^2)y+(a_6+a_5epsilon+a_4epsilon^2+c_0epsilon^3)=0 .tag{1}$$
You first have to solve
$$y^3+a_1y^2+a_3y+a_6=0$$
numerically (or exactly). Assume that $etain{mathbb C}$ is one of the solutions. You can then plug the "Ansatz"
$$y(epsilon)=eta+p_1epsilon+p_2epsilon^2+ldots$$
into $(1)$ and obtain linear equations for $p_1$, $p_2$, $ldots $. In this way the $p_k$ become expressions in terms of $eta$ and the $a_j$, $c_j$.
$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
});
}
});
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%2f3081286%2froot-dependence-on-coefficient-terms%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
$begingroup$
If $kgg1$ it might be worthwhile to substitute
$$x:= k^2,y,qquad{1over k^2}=:epsilonll1 .$$
In this way we arrive at the equation
$$y^3+(a_1+c_2epsilon)y^2+(a_3+a_2epsilon+c_1epsilon^2)y+(a_6+a_5epsilon+a_4epsilon^2+c_0epsilon^3)=0 .tag{1}$$
You first have to solve
$$y^3+a_1y^2+a_3y+a_6=0$$
numerically (or exactly). Assume that $etain{mathbb C}$ is one of the solutions. You can then plug the "Ansatz"
$$y(epsilon)=eta+p_1epsilon+p_2epsilon^2+ldots$$
into $(1)$ and obtain linear equations for $p_1$, $p_2$, $ldots $. In this way the $p_k$ become expressions in terms of $eta$ and the $a_j$, $c_j$.
$endgroup$
add a comment |
$begingroup$
If $kgg1$ it might be worthwhile to substitute
$$x:= k^2,y,qquad{1over k^2}=:epsilonll1 .$$
In this way we arrive at the equation
$$y^3+(a_1+c_2epsilon)y^2+(a_3+a_2epsilon+c_1epsilon^2)y+(a_6+a_5epsilon+a_4epsilon^2+c_0epsilon^3)=0 .tag{1}$$
You first have to solve
$$y^3+a_1y^2+a_3y+a_6=0$$
numerically (or exactly). Assume that $etain{mathbb C}$ is one of the solutions. You can then plug the "Ansatz"
$$y(epsilon)=eta+p_1epsilon+p_2epsilon^2+ldots$$
into $(1)$ and obtain linear equations for $p_1$, $p_2$, $ldots $. In this way the $p_k$ become expressions in terms of $eta$ and the $a_j$, $c_j$.
$endgroup$
add a comment |
$begingroup$
If $kgg1$ it might be worthwhile to substitute
$$x:= k^2,y,qquad{1over k^2}=:epsilonll1 .$$
In this way we arrive at the equation
$$y^3+(a_1+c_2epsilon)y^2+(a_3+a_2epsilon+c_1epsilon^2)y+(a_6+a_5epsilon+a_4epsilon^2+c_0epsilon^3)=0 .tag{1}$$
You first have to solve
$$y^3+a_1y^2+a_3y+a_6=0$$
numerically (or exactly). Assume that $etain{mathbb C}$ is one of the solutions. You can then plug the "Ansatz"
$$y(epsilon)=eta+p_1epsilon+p_2epsilon^2+ldots$$
into $(1)$ and obtain linear equations for $p_1$, $p_2$, $ldots $. In this way the $p_k$ become expressions in terms of $eta$ and the $a_j$, $c_j$.
$endgroup$
If $kgg1$ it might be worthwhile to substitute
$$x:= k^2,y,qquad{1over k^2}=:epsilonll1 .$$
In this way we arrive at the equation
$$y^3+(a_1+c_2epsilon)y^2+(a_3+a_2epsilon+c_1epsilon^2)y+(a_6+a_5epsilon+a_4epsilon^2+c_0epsilon^3)=0 .tag{1}$$
You first have to solve
$$y^3+a_1y^2+a_3y+a_6=0$$
numerically (or exactly). Assume that $etain{mathbb C}$ is one of the solutions. You can then plug the "Ansatz"
$$y(epsilon)=eta+p_1epsilon+p_2epsilon^2+ldots$$
into $(1)$ and obtain linear equations for $p_1$, $p_2$, $ldots $. In this way the $p_k$ become expressions in terms of $eta$ and the $a_j$, $c_j$.
answered Jan 21 at 10:16
Christian BlatterChristian Blatter
174k8115327
174k8115327
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.
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%2f3081286%2froot-dependence-on-coefficient-terms%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