How Can I Solve the Equation \(2^x = x^{10}\)?

  • Thread starter Thread starter Dell
  • Start date Start date
Dell
Messages
555
Reaction score
0
2^x=x^10

ln(2^x)=ln(x^10)
x*ln(2)=10*ln(x)
ln(2)/10=ln(x)/x

from here how can i solve this??

i seem to keep on going in circles
 
Last edited:
Physics news on Phys.org
You won't be able to find an explicit or exact answer for this kind of problem.
 
how can i go about it then?
 
Numerically. Maple gives 1.077550150.
 
...n
 
Last edited:
i looked the Lambert W function up, and using it i get,

2x=x10
(21/10)x=x
1=x/(21/10)x =====> (21/10)=a
1=x/ax
1=x*e-x*ln(a)
-ln(a)=[(-ln(a)*x)*e(-ln(a)*x)

after applying W to each side

-ln(a)*x=W(-ln(a))
x=W(-ln(a)/-ln(a))

is this correct, and also how do i get a numerical answer for this??
 
You might as well have solved the original equation numerically.
 
how would i have done that
 
Newton's method for one.
 
Back
Top