1
$\begingroup$

I want so solve a problem:

for what values of a>0 does the equation a^x=x have solutions?

I have started to write it like a^logx=x. But its tricky this one. Does anyone have an idea of how to find the solutions?

  • 0
    why don't you try assessing the first derivative? :)2017-02-24
  • 0
    Is it clear to you that there must be a constant $c>1$ such that there are solutions exactly when $02017-02-24
  • 0
    yes thank u i will start with that! @llis2017-02-24
  • 0
    this is all i know about the funktion @HenningMakholm2017-02-24
  • 0
    @Fanny: When you say "this" do you mean what I just wrote?2017-02-24
  • 0
    @HenningMakholm i mean to me its not clear that there is such a boundary2017-02-24
  • 0
    @HenningMakholm or I guess It must be if the problem is to find that constant value c2017-02-24
  • 0
    @Fanny: Sonnhard's answer shows how to do that (it is somewhat hard to read, but the actual calculations are straightforward).2017-02-24
  • 0
    @HenningMakholm okej! im not so great with logarithms so i guess best to get to some simpler examples first2017-02-24

1 Answers 1

2

i would write your equation like follows: $$\ln(a)=\frac{\ln(x)}{x}$$ and now we define $$f(x)=\frac{\ln(x)}{x}$$ for $$x>0$$ we get $$f'(x)=\frac{1-\ln(x)}{x^2}$$ we find $$f'(x)=0$$ if $$x=e$$ and $$f(e)=\frac{1}{e}$$ and $$f(e)$$ is the Maximum of f(x). Nowe we get if $$-\infty\frac{1}{e}$$ our equation has no solution. Note that $$y=f(x)=\frac{\ln(x)}{x}$$