Just wondering is there any way to solve this equation using some algebraic or calculus tricks but without graphs.
Solve for $n$ $$2^{2n-3}=32(n-1)$$
I solved this intuitively or to be more specific we can solving sigh equations by substituting $n=1,2,3,...$ but what if the solution of $n$ not belongs to integer set.
Any ideas ? I just want a general algebraic approach.
The solutions are $$1 - \frac{W(-\ln(2)/32)}{2 \ln(2)} $$ where $W$ is a branch of the Lambert W function. The real solutions are obtained with the principal branch (approximately $1.015974889$) and the "$-1$" branch ($5$).
EDIT: In general, if you suspect an equation involving exponentials may have a solution of the form $x = a + b W(c)$, the approach is to try to put it into the form $z e^z = c$ with a substitution $x = a + b z$. In your case, $2^{2x-3} = 32(x-1)$ can be written as $$ (x-1) \exp((3-2x)\ln(2)) = 1/32$$ If $x = 1 - y$, that's $$ - 64 y \exp(2 \ln(2) y) = 1 $$ so with $z = 2 \ln(2) y$ it's $$ z e^z = - \frac{\ln(2)}{32} $$ And then $z = W(-\ln(2)/32)$. Since $-e^{-1} < -\ln(2)/32 < 0$, you get real solutions with either the principal or the $-1$ branch.