Is x = e^{W(1)} a Solution for Any Polynomial with Rational Coefficients?

  • Thread starter Thread starter murshid_islam
  • Start date Start date
AI Thread Summary
The discussion centers on solving the equation x^a - x = 1 for a specific value of a, which leads to the conclusion that x = 5 is a unique solution for 0 < a < 1 due to the monotonicity of the derived function. However, the general solution for any real a is complex, particularly for higher degrees, as demonstrated with the case a = 4, which does not yield an algebraic solution. The participants highlight that polynomial equations of degree five or higher cannot always be solved using radicals, referencing the Abel-Ruffini theorem. Additionally, the equation x^x = e is identified as transcendental and cannot be solved algebraically, but can be expressed using the Lambert W function. The conversation emphasizes the limitations of algebraic solutions for certain polynomial equations and transcendental functions.
murshid_islam
Messages
468
Reaction score
21
i have to solve for x:
x^a - x = 1 where a = \frac{\ln 6}{\ln 5}

taking \ln in both side, i get,
a\ln x = \ln(x+1)

\Rightarrow\frac{\ln(x+1)}{\ln x} = a = \frac{\ln 6}{\ln 5}

here we can see that x = 5.

but what i wanted to know is the general solution of the equation for any a \in \mathbb{R} .
 
Last edited:
Mathematics news on Phys.org
I just did quick http://www.imagehosting.com/show.php/267932_tmp.JPG, and it looks like no real roots for 0<a<1 exist.
 
There's a simple argument for the uniqueness of the solution to the problem.

Consider the function

f(x)=\ln 5 \ln (x+1) -\ln 6 \ln x

x=5 is clearly a solution. Since the derivative of the function is monotonic negative on \mathbb{R}_{+}, it follows that the function is everly decreasing on the positive semiaxis, therefore the x=5 solution (zero of the function) is unique.
 
but what is the general solution for any a \in \mathbb{R}?
 
In the general case, the problem's more complicated, as, for example the case a=4 shows.

x+1=x^{4}

Solve it...
 
dextercioby said:
x+1=x^{4}

Solve it...
its approximately x = 0.72449
i solved it by numerical methods. but how can i solve it algebraically?
 
Last edited:
The point i was trying to make is that you generally can't (solve it algebraically). Your problem was simple, but a general one isn't...
 
You do understand, don't you, that there exist polynomial equations (or degree 5 or higher) that have NO solutions in terms of radicals?
 
well at least there's a limit for x...as a-->infinity...x-->1 :D
 
  • #10
There exist methods of solving polynomials in terms of radicals and co-effecients, but only if the degree is 5 or lower, As Halls said. But even those methods, to me at least, are very long and cumbersome. In fact i remember seeing the equations which give x for a general quartic equation. There were 4 different equations for the 4 values of x, and each equation went at least across your entire screen, taking 2 lines.
 
  • #11
can we solve the following algebraically:
x^x = e

i got this:
\ln(x^x) = 1
\Rightarrow x\ln x = 1
 
Last edited:
  • #12
Nope, it can't be done algebraically. Graph intersection.
 
  • #13
murshid_islam said:
can we solve the following algebraically:
x^x = e

i got this:
\ln(x^x) = 1
\Rightarrow x\ln x = 1

It can't be written in terms of elementry function but it can be written in terms of the lambert W function.

x = e^{W(1)}
 
Last edited:
  • #14
Gib Z said:
There exist methods of solving polynomials in terms of radicals and co-effecients, but only if the degree is 5 or lower, As Halls said. But even those methods, to me at least, are very long and cumbersome. In fact i remember seeing the equations which give x for a general quartic equation. There were 4 different equations for the 4 values of x, and each equation went at least across your entire screen, taking 2 lines.
My understanding was "only if the degree is lower than 5"- there exist polynomials of degree 5 which cannot be solved "by radicals" (because S5[/sup] is not a solvable group).
 
  • #15
dextercioby said:
Nope, it can't be done algebraically. Graph intersection.
how can we prove that we can't solve x^x = e algebraically? can anyone please help?
 
Last edited:
  • #16
murshid_islam said:
how can we prove that we can't solve x^x = e algebraically? can anyone please help?


That's a transcendental equation.:smile:
Not of polynomial type.
 
  • #17
Halls: My bad sorry, you're correct of course. Abel-Ruffeni's Theorem, i think it is, just incase anyone is interested.

murshid_islam: Prove x = e^{W(1)} isn't the solution to any polynomial with rational co-effecients.
 

Similar threads

Back
Top