$f(x) = x^2 - 6x + 4$. What is the maximum value of $\frac{1}{f(x)}$?

42 Views Asked by At

The solution to this in my book says $\frac{1}{5}$. But greater values can be achieved by using $f(x)$ values approaching zero, right ?

3

There are 3 best solutions below

0
On

Here's a graph of $1/f(x)$:

enter image description here

Interpret.

0
On

Make use of $|f(x)|\leq M$ then $|\frac{1}{f(x)}|\geq \frac{1}{M}$

0
On

Your book confused a maximal value and a maximum, what he intended you to find is where(and at what value) $$(\frac{1}{f(x)})’=0$$ $$-\frac{2x-6}{x^2-6x+4}=0$$ $$x=3$$ $$\frac{1}{3^2-6*3+4}=-\frac{1}{5}$$