Ans:
- $-2x_1-2x_2+3$
- $-2x_1+2x_2+3$
- $2x_1-2x_2+3$
I get that we can use the slope formula to get it to the state below. But how do we simplify it down to the final state (one of the answers)? Where is my knowledge gap on this one?
The slope of the secant line of the function $$y(x) = -2x^2 + 3x - 1$$ between points $x = x_1$ and $x=x_{2}$ is calculated as \begin{align*} m &= \frac{f(x_2) - f(x_1)}{x_2 - x_1}\\ &= \frac{-2x_2^2 + 3x^2 - 1 + 2x_1^2 - 3x_1 + 1}{x_2 - x_1}\\ &= \frac{3x_2 + 2x_1^2 - 3x_1 - 2x_2}{x_2 - x_1} \end{align*}
There is a typo:
\begin{align} \frac{3x_2+2x_1^2-3x_1-2x_2^{\color{red}2}}{x_2-x_1} &= \frac{3(x_2-x_1)-2(x_2-x_1)(x_2+x_1)}{x_2-x_1} \end{align}
Try to complete the task.