Solving a nonpolynomial equation
$begingroup$
How can we solve the following equation for $x$ without a calculator/computer? ($m$ and $n$ are positive integers)
$m^{n}(1-frac{x}{m})(1-frac{x}{m-1})(1-frac{x}{m-2})=1.$
I tried to estimate $1-frac{x}{m}$ by $e^{-frac{x}{m}}$ and do the same for the rest, but I got stuck.
algebra-precalculus numerical-methods
$endgroup$
add a comment |
$begingroup$
How can we solve the following equation for $x$ without a calculator/computer? ($m$ and $n$ are positive integers)
$m^{n}(1-frac{x}{m})(1-frac{x}{m-1})(1-frac{x}{m-2})=1.$
I tried to estimate $1-frac{x}{m}$ by $e^{-frac{x}{m}}$ and do the same for the rest, but I got stuck.
algebra-precalculus numerical-methods
$endgroup$
2
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04
add a comment |
$begingroup$
How can we solve the following equation for $x$ without a calculator/computer? ($m$ and $n$ are positive integers)
$m^{n}(1-frac{x}{m})(1-frac{x}{m-1})(1-frac{x}{m-2})=1.$
I tried to estimate $1-frac{x}{m}$ by $e^{-frac{x}{m}}$ and do the same for the rest, but I got stuck.
algebra-precalculus numerical-methods
$endgroup$
How can we solve the following equation for $x$ without a calculator/computer? ($m$ and $n$ are positive integers)
$m^{n}(1-frac{x}{m})(1-frac{x}{m-1})(1-frac{x}{m-2})=1.$
I tried to estimate $1-frac{x}{m}$ by $e^{-frac{x}{m}}$ and do the same for the rest, but I got stuck.
algebra-precalculus numerical-methods
algebra-precalculus numerical-methods
edited Jan 10 at 5:44
Dylan
14.2k31127
14.2k31127
asked Jan 9 at 19:35
KenKen
43028
43028
2
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04
add a comment |
2
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04
2
2
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Computer algebra gives the solution:
$$x = -frac{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108
m^{6 n-6}}} m^{1-n}}{3 sqrt[3]{2}}-frac{sqrt[3]{2} m^{n-1}}{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2
n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108 m^{6 n-6}}}}+m-1$$
which suggests that you'll not easily find this solution by pen and paper.
$endgroup$
add a comment |
$begingroup$
Hint: Expanding all we obtain
$$m^3 n^n-3 m^2 n^n x-3 m^2 n^n-m^2+3 m n^n x^2+6 m n^n
x+2 m n^n+3 m-n^n x^3-3 n^n x^2-2 n^n x-2=0$$
this is a cubic equation in $x$
$endgroup$
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
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%2f3067865%2fsolving-a-nonpolynomial-equation%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$
Computer algebra gives the solution:
$$x = -frac{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108
m^{6 n-6}}} m^{1-n}}{3 sqrt[3]{2}}-frac{sqrt[3]{2} m^{n-1}}{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2
n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108 m^{6 n-6}}}}+m-1$$
which suggests that you'll not easily find this solution by pen and paper.
$endgroup$
add a comment |
$begingroup$
Computer algebra gives the solution:
$$x = -frac{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108
m^{6 n-6}}} m^{1-n}}{3 sqrt[3]{2}}-frac{sqrt[3]{2} m^{n-1}}{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2
n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108 m^{6 n-6}}}}+m-1$$
which suggests that you'll not easily find this solution by pen and paper.
$endgroup$
add a comment |
$begingroup$
Computer algebra gives the solution:
$$x = -frac{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108
m^{6 n-6}}} m^{1-n}}{3 sqrt[3]{2}}-frac{sqrt[3]{2} m^{n-1}}{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2
n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108 m^{6 n-6}}}}+m-1$$
which suggests that you'll not easily find this solution by pen and paper.
$endgroup$
Computer algebra gives the solution:
$$x = -frac{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108
m^{6 n-6}}} m^{1-n}}{3 sqrt[3]{2}}-frac{sqrt[3]{2} m^{n-1}}{sqrt[3]{27 m^{2 n}+54 m^{2 n-2}-81 m^{2
n-1}+sqrt{left(27 m^{2 n}+54 m^{2 n-2}-81 m^{2 n-1}right)^2-108 m^{6 n-6}}}}+m-1$$
which suggests that you'll not easily find this solution by pen and paper.
answered Jan 9 at 19:43
David G. StorkDavid G. Stork
11.9k41735
11.9k41735
add a comment |
add a comment |
$begingroup$
Hint: Expanding all we obtain
$$m^3 n^n-3 m^2 n^n x-3 m^2 n^n-m^2+3 m n^n x^2+6 m n^n
x+2 m n^n+3 m-n^n x^3-3 n^n x^2-2 n^n x-2=0$$
this is a cubic equation in $x$
$endgroup$
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
add a comment |
$begingroup$
Hint: Expanding all we obtain
$$m^3 n^n-3 m^2 n^n x-3 m^2 n^n-m^2+3 m n^n x^2+6 m n^n
x+2 m n^n+3 m-n^n x^3-3 n^n x^2-2 n^n x-2=0$$
this is a cubic equation in $x$
$endgroup$
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
add a comment |
$begingroup$
Hint: Expanding all we obtain
$$m^3 n^n-3 m^2 n^n x-3 m^2 n^n-m^2+3 m n^n x^2+6 m n^n
x+2 m n^n+3 m-n^n x^3-3 n^n x^2-2 n^n x-2=0$$
this is a cubic equation in $x$
$endgroup$
Hint: Expanding all we obtain
$$m^3 n^n-3 m^2 n^n x-3 m^2 n^n-m^2+3 m n^n x^2+6 m n^n
x+2 m n^n+3 m-n^n x^3-3 n^n x^2-2 n^n x-2=0$$
this is a cubic equation in $x$
answered Jan 9 at 19:43
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
78.5k42867
78.5k42867
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
add a comment |
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Thank you for your comment. So you mean we can use the formula for a cubic equation, right?
$endgroup$
– Ken
Jan 9 at 19:46
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
$begingroup$
Yes you can, and good luck!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 19:48
1
1
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
This is not an answer. It would better be given as a comment on the question.
$endgroup$
– robjohn♦
Jan 9 at 19:58
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
$begingroup$
But the Computer Algebra solution is an answer? Senseless your coment!
$endgroup$
– Dr. Sonnhard Graubner
Jan 9 at 20:02
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%2f3067865%2fsolving-a-nonpolynomial-equation%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
2
$begingroup$
Is $n$ equal to the number of factors? That is, are there other than this 3-factor instance? Or in other words, what is $n$, is it arbitrary?
$endgroup$
– LutzL
Jan 9 at 19:42
$begingroup$
You have added the tag numerical-methods. Do you really need a formula for the exact solution or will you settle for a reliable algorithm for computing the possible values of $x$ as function of $m$ and $n$? It seems to me $x in {m-1,m-2,m}$ are good approximations of the roots when $n$ is large and the right hand side of $1$ is relatively insignificant. I expect the case of small $n$ to be handled by solving a sequence of problems starting with a large value of $n$.
$endgroup$
– Carl Christian
Jan 10 at 10:04