JungleJesus
- 36
- 0
Just out of curiosity, I was wondering how to solve for x in an expression of the form
ax = xb
It kinda tripped me out at first.
ax = xb
It kinda tripped me out at first.
Yes. Taking the "b"th root of both sides, [itex](a^{1/b})^x= x[/itex] so that [itex]1= xe^{-(1/b)(ln a)x}[/itex]. Multiply on both sides by -(1/b)ln a: [itex]-(1/b)ln a[/itex][itex]= (-(1/b)(ln a)x)e^{-(1/b)(ln a)x}[/itex].Anonymous217 said:You can try manipulating it to fit the lambert W function I think.
HallsofIvy said:Letting y= -(1/b)(ln a)x, that becomes [itex]ye^y= -(1/b)ln a[/itex]. Using the Lambert W function (which is defined as the inverse function to f(x)= xex) we have y= W(-(1/b)ln a).
Then [itex]x= -\frac{b}{ln a}W(-(1/b)ln a)[/itex]
JungleJesus said:Is there any way to simplify this expression, or is this the bare bones? How would one procede to calculate this value?