0

Is it possible to express $d$ in terms of $a$ and $b$ only in the following equation? $$a^{b^c}=a^{(b^c)}=d^c$$

I want something like $d=\dots$

Thanks in advance!

GamrCorps
  • 220
  • You can either take the $c$'th root of both sides or use logs - note that this does not eliminate $c$ it just gives you an expression for $d$ in terms of $a, b$ and $c$ – Mufasa Nov 20 '15 at 22:55
  • @Mufasa in terms of $a$ and $b$ only – GamrCorps Nov 20 '15 at 22:56

2 Answers2

2

No.

Suppose that $f(a,b)=d$ is such a function. Then $f(2,2)=4$ since for $c=1$ you get $a^{(b^1)}=2^{(2^1)}=2^2=4$. Now notice that for $c=3$ you get $2^{(2^3)}=2^8\neq 4^3=2^6$.

DRF
  • 5,167
1

$$d=a^{b^c/c}$$ so no, because $b^c/c$ depends on $c$. For example, when $c=1$, $b^c/c=b$, when $c=-1$, then $b^c/c=-1/b$. Since $x\mapsto a^x$ is one-to-one, this means that in general, $d$ requires all three variable values as input.

Thomas Andrews
  • 177,126