I could not solve this logarithmic equation, it proved difficult to me, just hints or full solution if you can please: $$\log_4(3\cdot4^{x+1}-8)=2x+1$$
2026-04-06 03:18:10.1775445490
log equation hard to solve, logarithm with a polynomial
187 Views Asked by user686368 https://math.techqa.club/user/user686368/detail At
3
We can solve this equation by bringing it to a quadratic form. $$ \log_2(3\cdot 2^{x+1}-4)=2x+1\\ $$ $$ \Leftrightarrow 6\cdot 2^x -4=2^{2x+1} $$ $$ \Leftrightarrow 6\cdot 2^x -4=2\cdot (2^{x})^2 $$
Substitute z=2^x to get a quadratic equation: $$ 6\cdot z -4=2\cdot z^2 $$ $$ \Leftrightarrow z^2 -3z+2=0 $$ with the solutions $z=1$ and $z=2$. Thus, with $z=2^x$ we get the solutions $x=1$ and $x=0$.
As somehow the question got changed, here the solution to the new one: $$ \log_4(3\cdot 4^{x+1}-8)=2x+1\\ $$ $$ \Leftrightarrow 12\cdot 4^x -8=4^{2x+1} $$ $$ \Leftrightarrow 12\cdot 4^x -8=4\cdot (4^{x})^2 $$
Substitute $z=4^x$ to get a quadratic equation: $$ 12\cdot z -8=4\cdot z^2 $$ $$ \Leftrightarrow z^2 -3z+2=0 $$ with again the solutions $z=1$ and $z=2$. Thus, with $z=4^x$ we get the solutions $x=0.5$ and $x=0$.