Solving the Equation a^x=x: What is C?

  • Context:
  • Thread starter Thread starter Vali
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Vali
Messages
48
Reaction score
0
If the equation a^x=x with a>1 has one solution then:
A)a=1/e
B)a=e
C)a=e^(1/e)
D)a=e^e
E)1/(e^e)
The right answer is C.I tried to derivate then to resolve f'(x) but didn't work
 
Physics news on Phys.org
Vali said:
If the equation a^x=x with a>1 has one solution then:
A)a=1/e
B)a=e
C)a=e^(1/e)
D)a=e^e
E)1/(e^e)
The right answer is C.I tried to derivate then to resolve f'(x) but didn't work

I would write:

$$f(x)=a^x-x=0$$

Hence:

$$f'(x)=a^x\ln(a)-1=0$$

These imply:

$$x=\frac{1}{\ln(a)}=\log_a(e)\implies a^x=e$$

And so:

$$\ln(a)=\frac{1}{e}\implies a=e^{\frac{1}{e}}$$
 
MarkFL said:
I would write:

$$f(x)=a^x-x=0$$

Hence:

$$f'(x)=a^x\ln(a)-1=0$$

These imply:

$$x=\frac{1}{\ln(a)}=\log_a(e)\implies a^x=e$$

And so:

$$\ln(a)=\frac{1}{e}\implies a=e^{\frac{1}{e}}$$

Thank you for your response.I don't understand why x = 1/lna
from a^xlna-1=0 => a^x=1/lna; why x = 1/lna ?
 
Vali said:
Thank you for your response.I don't understand why x = 1/lna
from a^xlna-1=0 => a^x=1/lna; why x = 1/lna ?

The second equation implies:

$$a^x=\frac{1}{\ln(a)}$$

And the first equation implies:

$$a^x=x$$

Hence:

$$x=\frac{1}{\ln(a)}$$
 
Thank you very much for your help!