0

I have a simple exponential power question about e (mathematical constant), is it true that: $$e^{\theta^{N}} = e^{N\theta} \:\: \forall N \in \mathbb{N}$$

Dexter
  • 189
  • $(e^θ)^N = e^{Nθ}$, but $e^{3^3} = e^{27} ≠ e^9 = e^{3·3}$ by the injectivity of the exponential function. To what extent do you need an explanation for the first statement? – k.stm May 05 '13 at 13:53
  • For any number $\ne 0,\pm1,$ this is not true. In general $(a^b)^c=a^{bc}$. Your question demands $\theta^N=N\theta$ – lab bhattacharjee May 05 '13 at 13:53
  • @labbhattacharjee Oh okay, you cleared that up for me. Thank you! – Dexter May 05 '13 at 13:59

2 Answers2

1

$(e^\theta)^N=e^{N\theta}\neq e^{(\theta^N)}$

mercio
  • 50,180
Ma Ming
  • 7,482
0

Unlike addition and multiplication, exponentiation is not an associative operation. That is, in general, we do not have $$(a^b)^c=a^{(b^c)},$$ so we can only let $$a^{b^c}$$ represent one of these. By convention, we tend to let $$a^{b^c}=a^{(b^c)},$$ so while $$(a^b)^c=a^{bc}$$ for natural numbers $c$, we don't in general have $$a^{b^c}=a^{bc}$$

Cameron Buie
  • 102,994