Solving xlnx = c + dx w/ Lambert's W Func.

  • Thread starter Thread starter kayhm
  • Start date Start date
  • Tags Tags
    Dx
kayhm
Messages
7
Reaction score
0

Homework Statement



Can I solve for xlnx = c + dx using Lambert's W function?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
kayhm said:

Homework Statement



Can I solve for xlnx = c + dx using Lambert's W function?

Homework Equations





The Attempt at a Solution


Yes you can.

I've given the first three steps... after that, it shouldn't be too hard to finish:

x log(x) = c + d x

log(x) = \frac{c}{x} + d

log\left(\frac{cx}{c}\right) = \frac{c}{x} + d

log(c) + log\left(\frac{x}{c}\right) = \frac{c}{x} + d

Can you continue?
 
Thanks so much.
 
kayhm said:
Thanks so much.

It's no problem at all.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top