I tried to form a quadratic equation by taking $2^x = u$ $$u^2 + \frac{1}{u^2}+u + \frac{1}{u}+3$$ $$\left(u + \frac{1}{u}\right)^2+u + \frac{1}{u}+1$$ taking $u+1/u = t$ $$t^2+t+1$$ From this quadratic equation, range should be $[3/4, \infty)$. But this is wrong, correct answer is $[7, \infty)$ which I got using AM-GM inequality. My question is, why is the above quadratic method wrong?
2026-05-06 09:57:33.1778061453
On
Range of the function $f(x) = 4^x + 4^{-x} + 2^x + 2^{-x} + 3$
108 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Notice that in order for $t^2+t+1$ to be $\frac{3}{4}$, $t$ should be $-\frac{1}{2}$. But $t$ cannot be $-\frac{1}{2}$, because the equation $u+\frac{1}{u}=t$ doesn't allow it. In fact, $t$ cannot be anywhere below $2$ or even $2$ itself—the $u+\frac{1}{u}=t$ equation becomes invalid for such $t$.
So $t$ has some responsibilities towards $u$: it must be greater than $2$. Notice that putting $t=2$ in $t^2+t+1$, yields $7$. Which is what we expect for the lower bound of our range.
You should be clear on what you're doing when you're making the substitutions $u = 2^x$ and $t = u + 1/u$: you're writing your function as a composition of functions $$f(x) = f_3(f_2(f_1(x)))$$ where:
When the range is computed, we see look at each function in order from inside out, whereas you're only looking at the outermost function. So you should reason as follows:
In this case, looking carefully at $f_2$ turns out not to matter, but we should still do it. When we look carefully at $f_3$, it does change the range.