I am out of practice with logs, but this is derived from the channel capacity theorem.
$$B\log_2\left(1 + \frac SN\right)$$
Solve for $x $
$$\log_2(2^n) = \log_2(1+x)$$
I need this equation manipulated so that $x$ is the answer.
thanks!!!
I am out of practice with logs, but this is derived from the channel capacity theorem.
$$B\log_2\left(1 + \frac SN\right)$$
Solve for $x $
$$\log_2(2^n) = \log_2(1+x)$$
I need this equation manipulated so that $x$ is the answer.
thanks!!!
$$\log_2(2^n)=\log_2(1+x)\Longrightarrow 2^n=1+x\Longrightarrow x=2^n-1$$
Notice, a few things about logs:
So, solving your question:
$$\log_2\left(2^n\right)=\log_2\left(1+x\right)\Longleftrightarrow$$ $$\frac{\ln\left(2^n\right)}{\ln(2)}=\frac{\ln\left(1+x\right)}{\ln(2)}\Longleftrightarrow$$ $$\ln(2)\ln\left(1+x\right)=\ln(2)\ln\left(2^n\right)\Longleftrightarrow$$ $$\ln\left(1+x\right)=\ln\left(2^n\right)\Longleftrightarrow$$ $$e^{\ln\left(1+x\right)}=e^{\ln\left(2^n\right)}\Longleftrightarrow$$ $$1+x=2^n\Longleftrightarrow$$ $$x=2^n-1$$