1

I was wondering if i am understanding the reasoning wrong or if the source has a mistake?

Source: enter image description here

To my understanding it should read: $$\frac{x_2-x_1}{x_1-x_0} = \frac{k^2\varepsilon-k\varepsilon}{k\varepsilon-\varepsilon}=\frac{k\varepsilon(k-1)}{\varepsilon(k-1)}=k$$ Does $x_2 - x_1 = k\varepsilon-k^2\varepsilon$ or does $x_2 - x_1 = k^2\varepsilon-k\varepsilon$ if so why?

1 Answers1

2

You are correct and their algebra is wrong. As they put it: $$\frac{k \epsilon-k \epsilon^2}{\epsilon - k \epsilon} = \frac{k \epsilon (1 - \epsilon)}{\epsilon (1-k)} = \frac{k(1 - \epsilon)}{1-k} \ne k$$

As for your question in the comments, I find it better style to put $$\frac{k \epsilon - k^2 \epsilon}{\epsilon - k \epsilon} \space \text{ instead of } \space \frac{k^2 \epsilon - k \epsilon}{k \epsilon - \epsilon}$$ For the sole reason that in the first notation, both the numerator and denominator are positive, and in the second, they are both negative (as $0 < k < 1$)

infinitylord
  • 4,777