Solve equation $x log(x) = k$ for $k > 2$ The Next CEO of Stack OverflowIs there a unique solution for this equation..?How to solve an equation using Newton's method with and without backtracking?analytical solutions of partial differential equationConvergence of $sum_n=3^infty frac(log(log(n))^2n(log(n))^2$.How do i show that : for $x, y >0 ,log (x+y)=logxcdot logy$ has no integer solutions?Show that, for any constants $a ∈ (0, 1)$ and$ b in mathbbR$ the equation $x = a sin x + b$ has a unique solutionRoots of square equation, the solution for the value of element K in a series of numbersDoes Wolfram Alpha solve this equation incorrectly?Consider the polynomial equation $x^5-x-1=0$How to solve a difference equation?
Why does the freezing point matter when picking cooler ice packs?
How badly should I try to prevent a user from XSSing themselves?
Can Sri Krishna be called 'a person'?
Creating a script with console commands
Free fall ellipse or parabola?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
logical reads on global temp table, but not on session-level temp table
How should I connect my cat5 cable to connectors having an orange-green line?
Could a dragon use hot air to help it take off?
Calculating discount not working
Ising model simulation
Upgrading From a 9 Speed Sora Derailleur?
Can this transistor (2N2222) take 6 V on emitter-base? Am I reading the datasheet incorrectly?
Strange use of "whether ... than ..." in official text
Arrows in tikz Markov chain diagram overlap
Is the 21st century's idea of "freedom of speech" based on precedent?
Is it okay to majorly distort historical facts while writing a fiction story?
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
"Eavesdropping" vs "Listen in on"
What is a typical Mizrachi Seder like?
How exploitable/balanced is this homebrew spell: Spell Permanency?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
What is the difference between 서고 and 도서관?
Solve equation $x log(x) = k$ for $k > 2$
The Next CEO of Stack OverflowIs there a unique solution for this equation..?How to solve an equation using Newton's method with and without backtracking?analytical solutions of partial differential equationConvergence of $sum_n=3^infty frac(log(log(n))^2n(log(n))^2$.How do i show that : for $x, y >0 ,log (x+y)=logxcdot logy$ has no integer solutions?Show that, for any constants $a ∈ (0, 1)$ and$ b in mathbbR$ the equation $x = a sin x + b$ has a unique solutionRoots of square equation, the solution for the value of element K in a series of numbersDoes Wolfram Alpha solve this equation incorrectly?Consider the polynomial equation $x^5-x-1=0$How to solve a difference equation?
$begingroup$
I am trying to solve this equation $x log(x) = k$,
It's easy to show that the function $f(x)=x log(x) -k$ has a unique solution $f(x)=0$ for $k>2$. But i need to get results about $x$ with a good precision.
real-analysis sequences-and-series
$endgroup$
|
show 1 more comment
$begingroup$
I am trying to solve this equation $x log(x) = k$,
It's easy to show that the function $f(x)=x log(x) -k$ has a unique solution $f(x)=0$ for $k>2$. But i need to get results about $x$ with a good precision.
real-analysis sequences-and-series
$endgroup$
$begingroup$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
1
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44
|
show 1 more comment
$begingroup$
I am trying to solve this equation $x log(x) = k$,
It's easy to show that the function $f(x)=x log(x) -k$ has a unique solution $f(x)=0$ for $k>2$. But i need to get results about $x$ with a good precision.
real-analysis sequences-and-series
$endgroup$
I am trying to solve this equation $x log(x) = k$,
It's easy to show that the function $f(x)=x log(x) -k$ has a unique solution $f(x)=0$ for $k>2$. But i need to get results about $x$ with a good precision.
real-analysis sequences-and-series
real-analysis sequences-and-series
edited Mar 20 at 11:42
LAGRIDA
asked Mar 20 at 11:34
LAGRIDALAGRIDA
320111
320111
$begingroup$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
1
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44
|
show 1 more comment
$begingroup$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
1
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44
$begingroup$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
1
1
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44
|
show 1 more comment
3 Answers
3
active
oldest
votes
$begingroup$
For $k>0$ this equation has the solution
$$x = exp(textW(k)),$$
in which $textW$ is the Lambert function.
There are different ways to represent this function. For example, you could use continued fractions, such that you can calculate $textW(k)$ and then $exp(textW(k)).$
$endgroup$
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
add a comment |
$begingroup$
Let $f(x)=xlog x-k$. By Newton-Raphson Method:
$$x_n+1=x_n-dfracx_nlog x_n-klog x_n+1$$
You can compute the solution for required values of $k$. You cannot explicitly find a general solution for any $k$ using numerical methods, the reason specifically for this method is that you need to make an initial "guess" about the value of $x_0$ which you'd be able to do if you have an actual value of $k$ in hand.
As pointed by @PierreCarre choosing $x_0=k$ gives us an iteration sequence that converges very fast to the solution of the equation.
For finding the general solution and then approximating using Lambert's $W$-function. Let $x=exp u$, so we have:
$$beginalignedxlog x&=k\exp uexp ln u&=k\ uexp u &=k \ u&=W(k)\ x&=exp W(k)\ x&=dfrackW(k)endaligned$$
$endgroup$
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
add a comment |
$begingroup$
Unfortunately, this equation can't be solved analytically but can be well tackled using Newton's method as follows $$x_0=k$$$$x_n+1=x_n+kover ln 2over 1+ln x_n$$We continue iterations as soon as we attain to some precision.
$endgroup$
add a comment |
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%2f3155325%2fsolve-equation-x-logx-k-for-k-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
For $k>0$ this equation has the solution
$$x = exp(textW(k)),$$
in which $textW$ is the Lambert function.
There are different ways to represent this function. For example, you could use continued fractions, such that you can calculate $textW(k)$ and then $exp(textW(k)).$
$endgroup$
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
add a comment |
$begingroup$
For $k>0$ this equation has the solution
$$x = exp(textW(k)),$$
in which $textW$ is the Lambert function.
There are different ways to represent this function. For example, you could use continued fractions, such that you can calculate $textW(k)$ and then $exp(textW(k)).$
$endgroup$
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
add a comment |
$begingroup$
For $k>0$ this equation has the solution
$$x = exp(textW(k)),$$
in which $textW$ is the Lambert function.
There are different ways to represent this function. For example, you could use continued fractions, such that you can calculate $textW(k)$ and then $exp(textW(k)).$
$endgroup$
For $k>0$ this equation has the solution
$$x = exp(textW(k)),$$
in which $textW$ is the Lambert function.
There are different ways to represent this function. For example, you could use continued fractions, such that you can calculate $textW(k)$ and then $exp(textW(k)).$
answered Mar 20 at 11:43
MachineLearnerMachineLearner
1,319112
1,319112
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
add a comment |
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
1
1
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
Thanks, that what i need
$endgroup$
– LAGRIDA
Mar 20 at 11:50
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
$begingroup$
You are welcome!
$endgroup$
– MachineLearner
Mar 20 at 11:51
add a comment |
$begingroup$
Let $f(x)=xlog x-k$. By Newton-Raphson Method:
$$x_n+1=x_n-dfracx_nlog x_n-klog x_n+1$$
You can compute the solution for required values of $k$. You cannot explicitly find a general solution for any $k$ using numerical methods, the reason specifically for this method is that you need to make an initial "guess" about the value of $x_0$ which you'd be able to do if you have an actual value of $k$ in hand.
As pointed by @PierreCarre choosing $x_0=k$ gives us an iteration sequence that converges very fast to the solution of the equation.
For finding the general solution and then approximating using Lambert's $W$-function. Let $x=exp u$, so we have:
$$beginalignedxlog x&=k\exp uexp ln u&=k\ uexp u &=k \ u&=W(k)\ x&=exp W(k)\ x&=dfrackW(k)endaligned$$
$endgroup$
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
add a comment |
$begingroup$
Let $f(x)=xlog x-k$. By Newton-Raphson Method:
$$x_n+1=x_n-dfracx_nlog x_n-klog x_n+1$$
You can compute the solution for required values of $k$. You cannot explicitly find a general solution for any $k$ using numerical methods, the reason specifically for this method is that you need to make an initial "guess" about the value of $x_0$ which you'd be able to do if you have an actual value of $k$ in hand.
As pointed by @PierreCarre choosing $x_0=k$ gives us an iteration sequence that converges very fast to the solution of the equation.
For finding the general solution and then approximating using Lambert's $W$-function. Let $x=exp u$, so we have:
$$beginalignedxlog x&=k\exp uexp ln u&=k\ uexp u &=k \ u&=W(k)\ x&=exp W(k)\ x&=dfrackW(k)endaligned$$
$endgroup$
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
add a comment |
$begingroup$
Let $f(x)=xlog x-k$. By Newton-Raphson Method:
$$x_n+1=x_n-dfracx_nlog x_n-klog x_n+1$$
You can compute the solution for required values of $k$. You cannot explicitly find a general solution for any $k$ using numerical methods, the reason specifically for this method is that you need to make an initial "guess" about the value of $x_0$ which you'd be able to do if you have an actual value of $k$ in hand.
As pointed by @PierreCarre choosing $x_0=k$ gives us an iteration sequence that converges very fast to the solution of the equation.
For finding the general solution and then approximating using Lambert's $W$-function. Let $x=exp u$, so we have:
$$beginalignedxlog x&=k\exp uexp ln u&=k\ uexp u &=k \ u&=W(k)\ x&=exp W(k)\ x&=dfrackW(k)endaligned$$
$endgroup$
Let $f(x)=xlog x-k$. By Newton-Raphson Method:
$$x_n+1=x_n-dfracx_nlog x_n-klog x_n+1$$
You can compute the solution for required values of $k$. You cannot explicitly find a general solution for any $k$ using numerical methods, the reason specifically for this method is that you need to make an initial "guess" about the value of $x_0$ which you'd be able to do if you have an actual value of $k$ in hand.
As pointed by @PierreCarre choosing $x_0=k$ gives us an iteration sequence that converges very fast to the solution of the equation.
For finding the general solution and then approximating using Lambert's $W$-function. Let $x=exp u$, so we have:
$$beginalignedxlog x&=k\exp uexp ln u&=k\ uexp u &=k \ u&=W(k)\ x&=exp W(k)\ x&=dfrackW(k)endaligned$$
edited Mar 20 at 13:22
answered Mar 20 at 11:40
Paras KhoslaParas Khosla
2,758423
2,758423
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
add a comment |
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
$begingroup$
Thanks, Lambert equation is the way.
$endgroup$
– LAGRIDA
Mar 20 at 11:51
1
1
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
You're welcome. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 11:51
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
$begingroup$
Actually, you can check that the conditions for the quadratic convergence of Newton's method are satisfied, for instance, in the interval $[log k, k]$. Taking $x_0=k$ will generate a sequence converging very fast to the solution of the equation. representing the solution of the equation as the limit of this sequence is not better or worse, more explicit or less explicit, than using W-Lambert's function.
$endgroup$
– PierreCarre
Mar 20 at 13:01
1
1
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
$begingroup$
Thanks @PierreCarre that was really insightful. Cheers :))
$endgroup$
– Paras Khosla
Mar 20 at 13:20
add a comment |
$begingroup$
Unfortunately, this equation can't be solved analytically but can be well tackled using Newton's method as follows $$x_0=k$$$$x_n+1=x_n+kover ln 2over 1+ln x_n$$We continue iterations as soon as we attain to some precision.
$endgroup$
add a comment |
$begingroup$
Unfortunately, this equation can't be solved analytically but can be well tackled using Newton's method as follows $$x_0=k$$$$x_n+1=x_n+kover ln 2over 1+ln x_n$$We continue iterations as soon as we attain to some precision.
$endgroup$
add a comment |
$begingroup$
Unfortunately, this equation can't be solved analytically but can be well tackled using Newton's method as follows $$x_0=k$$$$x_n+1=x_n+kover ln 2over 1+ln x_n$$We continue iterations as soon as we attain to some precision.
$endgroup$
Unfortunately, this equation can't be solved analytically but can be well tackled using Newton's method as follows $$x_0=k$$$$x_n+1=x_n+kover ln 2over 1+ln x_n$$We continue iterations as soon as we attain to some precision.
answered Mar 20 at 12:11
Mostafa AyazMostafa Ayaz
18.2k31040
18.2k31040
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%2f3155325%2fsolve-equation-x-logx-k-for-k-2%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$
Newton's method is a common method to be used.
$endgroup$
– Ertxiem
Mar 20 at 11:41
$begingroup$
$f^'(x)=1+log(x) > 0 iff x > e^-1$, I need to get at least inequalities or some methods to approche $x$.
$endgroup$
– LAGRIDA
Mar 20 at 11:41
$begingroup$
If you want a starting interval (although not needed in Newton's method), you can use $[1; k]$.
$endgroup$
– Ertxiem
Mar 20 at 11:43
$begingroup$
@Ertxiem, i need a relation between $x$ and $k$
$endgroup$
– LAGRIDA
Mar 20 at 11:43
1
$begingroup$
Analytical solution : $$x=e^W(k)$$ with the Lambert W function. mathworld.wolfram.com/LambertW-Function.html . $x(k)$ cannot be expressed with a finite number of elementary functions. A special function is required for a closed form solution.
$endgroup$
– JJacquelin
Mar 20 at 11:44