Solve for x when another variable is present
$begingroup$
I am wanting to reverse-engineer an equation due to a previously unnoticed rounding error and I am trying to determine if it's possible to solve for x. In theory, the values of z and y would always be known since they have been recorded...x was rounded after the initial calculations were done. Here is the equation.
$ z = 6.5yx^2 - 3.25x^3 $
As it has been 13 years since my last math class, I cannot recall if anything can be done when an additional variable, in this case "y", is present. Is it possible to solve this equation for x?
polynomials recreational-mathematics
$endgroup$
add a comment |
$begingroup$
I am wanting to reverse-engineer an equation due to a previously unnoticed rounding error and I am trying to determine if it's possible to solve for x. In theory, the values of z and y would always be known since they have been recorded...x was rounded after the initial calculations were done. Here is the equation.
$ z = 6.5yx^2 - 3.25x^3 $
As it has been 13 years since my last math class, I cannot recall if anything can be done when an additional variable, in this case "y", is present. Is it possible to solve this equation for x?
polynomials recreational-mathematics
$endgroup$
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
2
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11
add a comment |
$begingroup$
I am wanting to reverse-engineer an equation due to a previously unnoticed rounding error and I am trying to determine if it's possible to solve for x. In theory, the values of z and y would always be known since they have been recorded...x was rounded after the initial calculations were done. Here is the equation.
$ z = 6.5yx^2 - 3.25x^3 $
As it has been 13 years since my last math class, I cannot recall if anything can be done when an additional variable, in this case "y", is present. Is it possible to solve this equation for x?
polynomials recreational-mathematics
$endgroup$
I am wanting to reverse-engineer an equation due to a previously unnoticed rounding error and I am trying to determine if it's possible to solve for x. In theory, the values of z and y would always be known since they have been recorded...x was rounded after the initial calculations were done. Here is the equation.
$ z = 6.5yx^2 - 3.25x^3 $
As it has been 13 years since my last math class, I cannot recall if anything can be done when an additional variable, in this case "y", is present. Is it possible to solve this equation for x?
polynomials recreational-mathematics
polynomials recreational-mathematics
asked Jan 8 at 22:02
Big EMPinBig EMPin
1033
1033
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
2
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11
add a comment |
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
2
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
2
2
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Using whole numbers and simplifying, the equation becomes
$$x^3-2 x^2 y+frac{4 }{13}z=0$$ To make it more workable, let $a=-2y$ and $b=frac{4 }{13}z$ and solve $$x^3+ax^2+b=0$$ Make it a depressed cubic equation using $x+frac a3=t$ to get
$$t^3-frac{a^2 }{3}t+frac{2 a^3}{27}+b=0$$ Let $p=-frac{a^2 }{3}$ and $q=frac{2 a^3}{27}+b$ to end with
$$t^3+p t+q=0$$ and now, use the formulae given here starting at equation $(2)$.
If you know that for any $(y,z)$ there is only one real root (if I am not mistaken, this would imply $z left(27 z-104 y^3right) >0$), then the problem would be simpler using the hyperbolic solution.
$endgroup$
add a comment |
$begingroup$
This is a cubic with solutions of the form:
$$x=-(0.00190095, +0.00329253 i) sqrt[3]{1678.36 sqrt{2.81688times 10^6 z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6
y^3-2.81688times 10^6 z}-frac{(59.1765, -102.497 i) y^2}{sqrt[3]{1678.36 sqrt{2.81688times 10^6
z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6 y^3-2.81688times 10^6 z}}+0.670795 y$$
$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%2f3066786%2fsolve-for-x-when-another-variable-is-present%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$
Using whole numbers and simplifying, the equation becomes
$$x^3-2 x^2 y+frac{4 }{13}z=0$$ To make it more workable, let $a=-2y$ and $b=frac{4 }{13}z$ and solve $$x^3+ax^2+b=0$$ Make it a depressed cubic equation using $x+frac a3=t$ to get
$$t^3-frac{a^2 }{3}t+frac{2 a^3}{27}+b=0$$ Let $p=-frac{a^2 }{3}$ and $q=frac{2 a^3}{27}+b$ to end with
$$t^3+p t+q=0$$ and now, use the formulae given here starting at equation $(2)$.
If you know that for any $(y,z)$ there is only one real root (if I am not mistaken, this would imply $z left(27 z-104 y^3right) >0$), then the problem would be simpler using the hyperbolic solution.
$endgroup$
add a comment |
$begingroup$
Using whole numbers and simplifying, the equation becomes
$$x^3-2 x^2 y+frac{4 }{13}z=0$$ To make it more workable, let $a=-2y$ and $b=frac{4 }{13}z$ and solve $$x^3+ax^2+b=0$$ Make it a depressed cubic equation using $x+frac a3=t$ to get
$$t^3-frac{a^2 }{3}t+frac{2 a^3}{27}+b=0$$ Let $p=-frac{a^2 }{3}$ and $q=frac{2 a^3}{27}+b$ to end with
$$t^3+p t+q=0$$ and now, use the formulae given here starting at equation $(2)$.
If you know that for any $(y,z)$ there is only one real root (if I am not mistaken, this would imply $z left(27 z-104 y^3right) >0$), then the problem would be simpler using the hyperbolic solution.
$endgroup$
add a comment |
$begingroup$
Using whole numbers and simplifying, the equation becomes
$$x^3-2 x^2 y+frac{4 }{13}z=0$$ To make it more workable, let $a=-2y$ and $b=frac{4 }{13}z$ and solve $$x^3+ax^2+b=0$$ Make it a depressed cubic equation using $x+frac a3=t$ to get
$$t^3-frac{a^2 }{3}t+frac{2 a^3}{27}+b=0$$ Let $p=-frac{a^2 }{3}$ and $q=frac{2 a^3}{27}+b$ to end with
$$t^3+p t+q=0$$ and now, use the formulae given here starting at equation $(2)$.
If you know that for any $(y,z)$ there is only one real root (if I am not mistaken, this would imply $z left(27 z-104 y^3right) >0$), then the problem would be simpler using the hyperbolic solution.
$endgroup$
Using whole numbers and simplifying, the equation becomes
$$x^3-2 x^2 y+frac{4 }{13}z=0$$ To make it more workable, let $a=-2y$ and $b=frac{4 }{13}z$ and solve $$x^3+ax^2+b=0$$ Make it a depressed cubic equation using $x+frac a3=t$ to get
$$t^3-frac{a^2 }{3}t+frac{2 a^3}{27}+b=0$$ Let $p=-frac{a^2 }{3}$ and $q=frac{2 a^3}{27}+b$ to end with
$$t^3+p t+q=0$$ and now, use the formulae given here starting at equation $(2)$.
If you know that for any $(y,z)$ there is only one real root (if I am not mistaken, this would imply $z left(27 z-104 y^3right) >0$), then the problem would be simpler using the hyperbolic solution.
answered Jan 9 at 6:12
Claude LeiboviciClaude Leibovici
125k1158136
125k1158136
add a comment |
add a comment |
$begingroup$
This is a cubic with solutions of the form:
$$x=-(0.00190095, +0.00329253 i) sqrt[3]{1678.36 sqrt{2.81688times 10^6 z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6
y^3-2.81688times 10^6 z}-frac{(59.1765, -102.497 i) y^2}{sqrt[3]{1678.36 sqrt{2.81688times 10^6
z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6 y^3-2.81688times 10^6 z}}+0.670795 y$$
$endgroup$
add a comment |
$begingroup$
This is a cubic with solutions of the form:
$$x=-(0.00190095, +0.00329253 i) sqrt[3]{1678.36 sqrt{2.81688times 10^6 z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6
y^3-2.81688times 10^6 z}-frac{(59.1765, -102.497 i) y^2}{sqrt[3]{1678.36 sqrt{2.81688times 10^6
z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6 y^3-2.81688times 10^6 z}}+0.670795 y$$
$endgroup$
add a comment |
$begingroup$
This is a cubic with solutions of the form:
$$x=-(0.00190095, +0.00329253 i) sqrt[3]{1678.36 sqrt{2.81688times 10^6 z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6
y^3-2.81688times 10^6 z}-frac{(59.1765, -102.497 i) y^2}{sqrt[3]{1678.36 sqrt{2.81688times 10^6
z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6 y^3-2.81688times 10^6 z}}+0.670795 y$$
$endgroup$
This is a cubic with solutions of the form:
$$x=-(0.00190095, +0.00329253 i) sqrt[3]{1678.36 sqrt{2.81688times 10^6 z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6
y^3-2.81688times 10^6 z}-frac{(59.1765, -102.497 i) y^2}{sqrt[3]{1678.36 sqrt{2.81688times 10^6
z^2-1.0985times 10^7 y^3 z}+5.4925times 10^6 y^3-2.81688times 10^6 z}}+0.670795 y$$
answered Jan 8 at 22:09
David G. StorkDavid G. Stork
11.6k41534
11.6k41534
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%2f3066786%2fsolve-for-x-when-another-variable-is-present%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
$begingroup$
Well, it's a cubic in $x$, so not easy to solve; the solutions will depend on both $y$ and $z$.
$endgroup$
– egreg
Jan 8 at 22:06
2
$begingroup$
If you plug in $y$ and $z$, you have a cubic equation in $x$. You can find the solution using en.wikipedia.org/wiki/…
$endgroup$
– Andrei
Jan 8 at 22:11