Reviewing some basic properties log logs. why does $2^{\log_2c} = c$? I understand that $\log_2c$ is basically $2$ to some power = $c$, but I'm not sure why the above expression is equal to $c$. thanks!
2026-04-23 19:48:11.1776973691
On
On
why does $2^{\log_2c} = c$
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
For any $b>0$, $\log_b x$ is the inverse function of the function $b^x$, and, as is the case for all inverse functions, $$f\circ f^{-1}=\operatorname{id}, \enspace\text{so }\quad b^{\log_b(x)}=x\enspace\text{and}\enspace\log_b(b^x)=x.$$
0
On
The exponential and logarithmic functions have an inverse relation; that is to say, $$f(x)=b^x\iff f^{-1}(x)=\log_b(x).$$ As such, remembering what you know about functions and their inverses, it is easy to see why you have what you have: $$(f\circ f^{-1})(x)=x$$
Let $f(c)=2^c$. Therefore, $f^{-1}(c)=\log_2c$, and $2^{\log_2c}=c$.
$\log_2 c$ is defined as the unique number $u$ such that $2^u = c.$ Therefore $2^{\log_2 c} = c.$