How to Solve the Equation (x)^x^3=3?

  • Context: Undergrad 
  • Thread starter Thread starter racer
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around solving the equation \( (x)^{x^3} = 3 \). Participants explore various methods of approach, including analytical solutions, numerical methods, and calculus-based techniques. The conversation includes attempts to clarify the interpretation of the expression and its implications.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that the solution is the cubic root of 3, but does not provide a detailed justification.
  • Another participant argues that the equation cannot be solved analytically and proposes the use of numerical methods instead.
  • Some participants mention that the equation can be solved by inspection, noting specific transformations that lead to the conclusion.
  • There is a reference to a solution involving calculus, but details about the method are unclear, leading to requests for clarification.
  • Several participants discuss the non-associative nature of exponentiation and how it affects the interpretation of the expression \( x^{x^3} \).
  • Generalizations of the original problem are proposed, including forms like \( x^{x^n} = n \) and nested exponentials, with discussions on their validity and implications.
  • Participants express uncertainty about the correctness of their interpretations and calculations, leading to further questions and clarifications.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the method of solving the equation. Multiple competing views are presented, with some favoring analytical approaches and others advocating for numerical methods. The interpretation of the equation and the implications of exponentiation also remain contested.

Contextual Notes

There are limitations regarding the assumptions made about the expression \( x^{x^3} \), particularly concerning the placement of parentheses and the evaluation order in exponentiation. Some mathematical steps and interpretations remain unresolved.

racer
Messages
39
Reaction score
0
Hello there

I've seen this question and tried to solve it but until now for no avail., I couldn't solve it but I know that the value of X is cubic root of 3

http://www.mathyards.com/attach/upload2/wh_45798340.bmp

Thanks.
 
Last edited by a moderator:
Mathematics news on Phys.org
i don't think you can solve that analytically, instad you need to use numerical method?
 
i don't think you can solve that analytically, instad you need to use numerical method?

Someone solved it by Calculus.
 
Do you have a reference for that? It certainly can be solved by "inspection"- noting that
[tex]\sqrt{3}^{\sqrt{3}^3}= \sqrt{3}^3= 3[/itex].<br /> <br /> But I have no idea what you <b>mean</b> by "solved it by Calculus"![/tex]
 
But I have no idea what you mean by "solved it by Calculus"!

I didn't understand how he solved it but I've seen Transcendental Functions, he derived something, I recall that there was Inverses and then he got e^1/3, if you still have no idea, tell me and I'll bring the solution from him.
 
HallsofIvy said:
Do you have a reference for that? It certainly can be solved by "inspection"- noting that
[tex]\sqrt{3}^{\sqrt{3}^3}= \sqrt{3}^3= 3[/itex].[/tex]
[tex] Surely you mean<br /> [tex]\sqrt[3] 3^{\sqrt[3] 3^3} = \sqrt[3] 3^3 = 3[/tex][/tex]
 
Last edited:
Yes, sorry. Very careless of me.
 
D H said:
Surely you mean
[tex]\sqrt[3] 3^{\sqrt[3] 3^3} = \sqrt[3] 3^3 = 3[/tex]

Seems easy to generalize:

[tex]x^{x^n}=n[/tex]
[tex]\sqrt[n] n^{\sqrt[n] n \ ^n} = \sqrt[n] n \ ^n = n[/tex]
 
Last edited:
John Creighto said:
Seems easy to generalize:

[tex]x^{x^n}=n[/tex]

[tex]\sqrt[n] n^{\sqrt[n] n \ ^n} = \sqrt[n] n \ ^n = n[/tex]

An even more interesting generalization is

[tex]\underbrace{\sqrt[n]^n^{\sqrt[n]^n^{\dotsm^{\sqrt[n]^n}}}}_{n+1} = n[/tex]
 
  • #10
D H said:
An even more interesting generalization is

[tex]\underbrace{\sqrt[n]^n^{\sqrt[n]^n^{\dotsm^{\sqrt[n]^n}}}}_{n+1} = n[/tex]

Why is it n+1 levels?
 
  • #11
Not sure if this is interesting but changin the original problem somewhat:

[tex]x^{x^n}=m[/tex]

And assuming a solution of the form:

[tex]x= \sqrt[n]{nq}[/tex]

We find that q is determined as follows:

[tex](nq)^q=m[/tex]
 
  • #12
it doesn't seem to matter at all how many levels you take it. for example

[tex]\sqrt [5]^5^{(\sqrt [5]^5)}^{5}=5[/tex]
 
  • #13
sutupidmath said:
it doesn't seem to matter at all how many levels you take it. for example

[tex]\sqrt [5]^5^{(\sqrt [5]^5)}^{5}=5[/tex]
That is just a specific instance of John's generalization:
John Creighto said:
[tex]\sqrt[n] n^{\sqrt[n] n \ ^n} = \sqrt[n] n \ ^n = n[/tex]

With [itex]n[/itex] as the final power it does not matter how many levels you take it. Start with the tautology:

[tex]\sqrt[n] n \ ^n = n[/tex]

Substituting [itex]\sqrt[n] n ^n[/itex] for any of the ns on the left hand side of the tautology will yield a valid expression. Substituting for the power yields

[tex]\sqrt[n] n^{\sqrt[n] n \ ^n}= n[/tex]

This substitution can be carried on indefinitely:

[tex]\sqrt[n] n ^{\sqrt[n] n ^{\cdots^{\sqrt[n] n \ ^n}}}= n[/tex]

My "more interesting" generalization (post #9) replaces the final power ([itex]n[/itex]) with with [itex]\sqrt[n] n[/itex]. Changing the final power from [itex]n[/itex] to [itex]\sqrt[n] n[/itex] like I did in post #9 yields expressions like

[tex]\sqrt 2^{\sqrt 2^{\sqrt 2}} = 2[/tex]

and

[tex]\sqrt[3] 3^{\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3}}} = 3[/tex]
 
Last edited:
  • #14
D H said:
My "more interesting" generalization (post #9) replaces the final power ([itex]n[/itex]) with with [itex]\sqrt[n] n[/itex]. Changing the final power from [itex]n[/itex] to [itex]\sqrt[n] n[/itex] like I did in post #9 yields expressions like

[tex]\sqrt 2^{\sqrt 2^{\sqrt 2}} = 2[/tex]

and

[tex]\sqrt[3] 3^{\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3}}} = 3[/tex]

How do you show that?
 
  • #15
D H said:
[tex]\sqrt[3] 3^{\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3}}} = 3[/tex]
Don't you think this should read like this:

[tex]\sqrt[3] 3^{\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3}}} = \sqrt [3]^3[/tex]
 
  • #16
John Creighto said:
How do you show that?

Apologies first: I should have used parentheses. Without parentheses, exponentiation evaluates right-to-left. Post #9 is correctly written as

[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1} = n[/tex]

Taking the log (base n) of the left hand side,

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \sqrt[n] n \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr) =<br /> {\sqrt[n] n}^{\;2} \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n-1}\Biggr) =<br /> \cdots =<br /> {\sqrt[n] n}^{\;n} \log_n \left(\sqrt[n] n\right) = n\cdot \frac 1 n = 1[/tex]
 
  • #17
D H said:
Apologies first: I should have used parentheses. Without parentheses, exponentiation evaluates right-to-left. Post #9 is correctly written as

[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1} = n[/tex]

Taking the log (base n) of the left hand side,

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \sqrt[n] n \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr) =<br /> {\sqrt[n] n}^{\;2} \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n-1}\Biggr) =<br /> \cdots =<br /> {\sqrt[n] n}^{\;n} \log_n \left(\sqrt[n] n\right) = n\cdot \frac 1 n = 1[/tex]


WOW, nice trick!
 
  • #18
D H said:
Apologies first: I should have used parentheses. Without parentheses, exponentiation evaluates right-to-left. Post #9 is correctly written as

[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1} = n[/tex]

Taking the log (base n) of the left hand side,

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \sqrt[n] n \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr) =<br /> {\sqrt[n] n}^{\;2} \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n-1}\Biggr) =<br /> \cdots =<br /> {\sqrt[n] n}^{\;n} \log_n \left(\sqrt[n] n\right) = n\cdot \frac 1 n = 1[/tex]

Given where you placed the parenthesis, I still don’t follow.
 
  • #19
John Creighto said:
Given where you placed the parenthesis, I still don’t follow.
Step by step, then. The problem is to evaluate

[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}[/tex]

To do so I will take the base-n log of this expression. Using [itex]\log a^b = b\log a[/itex]

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \sqrt[n] n \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr)[/tex]

We still have something of the form [itex]\log a^v[/itex]. Applying the identity again yields

[tex] {\sqrt[n] n}^{\;2} \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n-1}\Biggr)[/tex]

After doing this [itex]m<n[/itex] times, the expression becomes

[tex] {\sqrt[n] n}^{\;m} \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1-m}\Biggr)[/tex]

After applying this identity n times, the log (base n) of the original expression becomes

[tex] {\sqrt[n] n}^{\;n} \log_n \left(\sqrt[n] n\right)[/tex]

The first term, [itex]{\sqrt[n] n}^{\;n}[/itex] is [itex]n[/itex]. The second term, [itex]\log_n \left(\sqrt[n] n\right)[/itex] is [itex]1/n[/itex]. The product of these two terms is one. If the log (base n) of the expression in question is one, the expression itself must be equal to n.
 
  • #20
But I have no idea what you mean by "solved it by Calculus"!

I meant that it was solved using Calculus, I got the solution and I uploaded it.

http://florble.co.uk/files/26341.JPG
http://florble.co.uk/files/8312.JPG
http://florble.co.uk/files/26783.JPG
 
Last edited by a moderator:
  • #21
He solved for a critical point. (aka when y'(x) = 0.) Not y(x) = 0.
 
  • #22
racer said:
I meant that it was solved using Calculus, I got the solution and I uploaded it.
One issue with the original question is how to interpret the expression [itex]x^{x^3}[/itex]. Exponentiation is not associative. Regardless of where one puts the parentheses in this expression, the uploaded solution does not solve the equation

[tex]x^{x^3}= 3[/tex]

It finds where the function

[tex]f(x) = x^{(x^3)}[/tex]

reaches a minimum. This function does reach a minimum at [tex]x=\exp(-1/3)[/tex]. However, the value of the function at this point is approximately 0.8848, not 3.

The original problem has different solutions depending on interpretation, neither of which is [itex]\exp(-1/3)[/itex].

[tex]x^{(x^3)} = 3 \quad\Rightarrow \quad x \approx 1.44225[/tex]

[tex]\left(x^x\right)^3 = 3 \quad\Rightarrow \quad x = \sqrt[3]3[/tex]
 
Last edited:
  • #23
D H said:
The original problem has different solutions depending on interpretation

I thin k that x^x^3 is ambiguous. I don't think that [tex]x^{x^3}[/tex] is ambiguous at all; it's [tex]x^{(x^3)}[/tex].

D H said:
[tex]x^{(x^3)} = 3 \quad\Rightarrow \quad x \approx 1.44225[/tex]

[tex]\left(x^x\right)^3 = 3 \quad\Rightarrow \quad x = \sqrt[3]3[/tex]

[tex]x^{(x^3)} = 3[/tex] is solved by [tex]x=\sqrt[3]3=1.44224957\ldots[/tex]

[tex](x^x)^3 = 3[/tex] is solved by [tex]x=1.319788817878158965558893060240296\ldots[/tex]
 
  • #24
CRGreathouse said:
I thin k that x^x^3 is ambiguous. I don't think that [tex]x^{x^3}[/tex] is ambiguous at all; it's [tex]x^{(x^3)}[/tex].

Yes. Without parentheses, exponentiation is evaluated right to left (or top to bottom). Rationale: [tex](a^b)^c = a^{(b*c)}[/tex]

[tex](x^x)^3 = 3[/tex] is solved by [tex]x=1.319788817878158965558893060240296\ldots[/tex]

I solved both equations ([tex]x^{(x^3)}=3[/tex] and [tex](x^x)^3 = 3[/tex]) but pasted the same number in twice. :blushing:
 
  • #25
D H said:
I solved both equations ([tex]x^{(x^3)}=3[/tex] and [tex](x^x)^3 = 3[/tex]) but pasted the same number in twice. :blushing:

I thought that was the case (since the decimal expansion you posted works for the cube root of 3) but I wanted to clarify for others reading the thread.
 
  • #26
CR, thanks for the correction.

One can of course "use calculus" to solve either of the equations [tex]x^{x^3} = x^{\left(x^3\right)} = 3[/tex] or [tex]\left(x^x\right)^3 = x^{3x} = 3[/tex]. It's called Newton's method. In general, to solve an expression of the form [tex]f(x)-a=0[/tex], Newton's method starts with an estimate of the solution and refines these estimates via

[tex]x_{n+1} = x_n + \frac{a-f(x_n)}{f'(x_n)}[/tex]

The former expression, [tex]x^{x^3} = 3[/tex], has an algebraic solution: [tex]x=\sqrt[3]3[/tex]. A numerical estimation technique will yield 1.44224957..., but why bother? The latter expression, [tex]\left(x^x\right)^3 = 3[/tex], is (most likely) transcendental; solving it numerically is (most likely) the only way to determine a value.
 
  • #27
D H said:
My "more interesting" generalization (post #9) replaces the final power ([itex]n[/itex]) with with [itex]\sqrt[n] n[/itex]. Changing the final power from [itex]n[/itex] to [itex]\sqrt[n] n[/itex] like I did in post #9 yields expressions like

[tex]\sqrt 2^{\sqrt 2^{\sqrt 2}} = 2[/tex]

and

[tex]\sqrt[3] 3^{\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3}}} = 3[/tex]

John Creighto said:
How do you show that?

I think he meant to write :

[tex]\sqrt 2^{\sqrt 2^{\sqrt {2}^2}} = 2[/tex]

and

[tex]\sqrt[3] 3^{\sqrt[3]3^{\sqrt[3]3^{\sqrt[3]{3}^3}}} = 3[/tex]
 
Last edited:
  • #28
No. I meant to write

[tex]\left (\sqrt 2 ^{\sqrt 2}\right)^{\sqrt 2} = 2[/tex]

[tex]\left( \left(\sqrt[3]3 ^{\sqrt[3]3}\right)^{\sqrt[3]3}\right)^{\sqrt[3]3} = 3[/tex]

I left out the parentheses, which are absolutely essential as exponentiation is non-associative.
 
  • #29
Ok I see. Yes that is more interesting.
 
  • #30
D H said:
Step by step, then. The problem is to evaluate

[tex]\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}[/tex]

To do so I will take the base-n log of this expression. Using [itex]\log a^b = b\log a[/itex]

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \sqrt[n] n \,<br /> \log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr)[/tex]

Sound you get instead:

[tex]\log_n\Biggl(\underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_{n+1}\Biggr) =<br /> \underbrace{\sqrt[n] n^{\left(\sqrt[n] n^{\left(\dotsm^{\sqrt[n] n}}\right)}\right)}_n\Biggr \,<br /> \log_n\left(\sqrt[n] n \right)[/tex]
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K