At $x=0$, shouldn't this function be $0$?

89 Views Asked by At

function is $f(x)=2.3^{3x\ }-\ 4.3^{2x\ }+2.3^x$ (Dots mean multiply)

according to me, at $x=0$, $f(0)=2\times 1-4 \times 1 + 2\times 1=0$

But why does this graph says otherwise?enter image description here

Am I having a brain fade or This calculator needs to be abandoned?

2

There are 2 best solutions below

2
On

Looks like you may have plotted the function incorrectly.

Correct plot

0
On

Notice that \begin{align*} f(x) = 2\cdot 3^{3x} - 4\cdot 3^{2x} + 2\cdot 3^{x} & = 2\cdot(3^{x})^{3} - 4\cdot(3^{x})^{2} + 2\cdot 3^{x} = 2\cdot 3^{x}[(3^{x})^{2} - 2\cdot 3^{x} + 1]\\ &= 2\cdot 3^{x}(3^{x}-1)^{2} \end{align*}

Therefore $f(x) = 0$ iff $3^{x} - 1 = 0$, which means you are right.