laplacianZero
- 23
- 1
[(x)*(1/9)^(1/9)^x ] - 1 = y
How do you find the roots?
How do you find the roots?
Since x appears as both the base and as an exponent, the only non-graphical, non-numerical alternative is the Lambert W function. See https://en.wikipedia.org/wiki/Lambert_W_functionlaplacianZero said:Besides plotting to find approximate root or using the Newton raphson method, are there any other ways?
The expression does not have a second zero, at least not with the conventional interpretation of a^b^c as a^(b^c).jedishrfu said:The desmos graph calculator shows two zeros at ? and at ? where ## 0 < x < 10##
The ? are left to the student.
Yes, that may have what happened and I didn't notice. I should have saved the expression that was input then I didn't where I went wrong.mfb said:You get that if you interpret a^b^c as (a^b)^c = a^(b*c).