I have to calculate the intersections of the two following functions:
(i) f(x) = $3^x$ and $g(x) = 2^{-x}$ (ii) f(x) = $e^{-x}$ and $g(x) = 2e^x$
and I must do a mistake somewhere but I don't know where.
For (i) I simply get $x \log3 = -x \log2$ and hence $x(\log3-\log2) = 0$, so the intersection is at x=0? And for (ii) I get $\log(e^{-x}) = \log(2e^x)$ and hence $-x = \log2+x*\log e$ which then results in $0 = log2$. Where are my mistakes?