1

Minimum value of function $f(x)=x+\log_2(2^{x+2}-5+2^{-x+2})$ out of 5 options

A : $\log_2(1/2)$
B : $\log_2(41/16)$
C : $39/16$
D : $\log_2(4.5)$
E : $\log_2(39/16)$

I just... don't know how to approach this.

pjs36
  • 17,979
John Doe
  • 1,080
  • You could set $f'(x) = 0$ and solve for $x$ and see what you get, or you could fill in all the values and calculate which one gives the lowest value.. I would try the first method. – Nescrio Apr 16 '15 at 18:46
  • What do you mean by setting $f′(x)=0$? – John Doe Apr 16 '15 at 18:49
  • $f'(x)$ is the derivative. – Nescrio Apr 16 '15 at 18:51
  • Welp, I need to solve the problem with a less complex mathematical apparatus, I don't know calculus (the problem isn't predicted for students that know calc) – John Doe Apr 16 '15 at 19:02

1 Answers1

3

$$x=\log_2(2^x)$$

$$f(x)=\log_2[2^x(2^{x+2}-5+2^{-x+2})]=\log_2[2^{2x+2}-5\cdot2^x+4]$$

Now $4\cdot2^{2x}-5\cdot2^x+4=(2^{x+1})^2-2\cdot2^{x+1}\cdot\dfrac54+\left(\dfrac54\right)^2+4-\left(\dfrac54\right)^2$ $=\left(2^{x+1}-\dfrac54\right)^2+4-\left(\dfrac54\right)^2$ $\ge4-\left(\dfrac54\right)^2$