I am trying to solve this exponential inequality $$ \frac{4}{7}\sqrt{4 - 4 \cdot 7^{x}+7^{2x}} > 7^{2x-1}-4 \cdot 7^{x-1}+1 $$
My solution is $\mathbb{R}$, since $a=2$ and union of the two possible solutions is $\mathbb{R}$.
Can anyone confirm this or correct me? Thanks!
Multiply by $7$ and rewrite the inequality $\;\frac{4}{7}\sqrt{4-4\cdot 7^{x}+7^{2x}} > 7^{2x-1}-4\cdot 7^{x-1}+1\;$ as $$4\cdot \sqrt{(7^x-2)^2} > (7^x-2)^2+3.$$ Set $\;t=|7^x-2|$ and solve the quadratic inequality $$4t>t^2+3.$$ We get $\;t\in(1,3)$ or $$1<|7^x-2|<3.$$ This gives $$-1<7^x<1\quad \text{or}\quad 3<7^x<5.$$ I think you can finish from this.