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?










1












$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.










share|cite|improve this question











$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
















1












$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.










share|cite|improve this question











$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














1












1








1





$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.










share|cite|improve this question











$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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








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

















  • $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











3 Answers
3






active

oldest

votes


















2












$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)).$






share|cite|improve this answer









$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


















2












$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$$






share|cite|improve this answer











$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


















1












$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.






share|cite|improve this answer









$endgroup$













    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
    );



    );













    draft saved

    draft discarded


















    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









    2












    $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)).$






    share|cite|improve this answer









    $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















    2












    $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)).$






    share|cite|improve this answer









    $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













    2












    2








    2





    $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)).$






    share|cite|improve this answer









    $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)).$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    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












    • 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











    2












    $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$$






    share|cite|improve this answer











    $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















    2












    $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$$






    share|cite|improve this answer











    $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













    2












    2








    2





    $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$$






    share|cite|improve this answer











    $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$$







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    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
















    • $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











    1












    $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.






    share|cite|improve this answer









    $endgroup$

















      1












      $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.






      share|cite|improve this answer









      $endgroup$















        1












        1








        1





        $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.






        share|cite|improve this answer









        $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.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 20 at 12:11









        Mostafa AyazMostafa Ayaz

        18.2k31040




        18.2k31040



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye