I have straight away copied and pasted a worked example from john birds higher engineering mathematics {page 80 problem 4} which reads as follows.
Use an algebraic method of successive approximations to determine the value of the negative root of the quadratic equation: $4x^2 −6x −7=0$ correct to 3 significant figures. Check the value of the root by using the quadratic formula.
The solution goes like this.
A first estimate of the values of the roots is made by using the functional notation method $f(x) = 4x2 − 6x − 7$,
$f(0) = 4(0)2 − 6(0) − 7 = −7$
$f(−1) = 4(−1)2 − 6(−1) − 7 = 3$
These results showthat the negative root lies between 0 and −1, since the value of $f(x)$ changes sign between $f(0)$ and $f(−1)$ (see Section 9.1). The procedure given above for the root lying between 0 and −1 is followed.
What i'am not able to understand is this.
**First approximation
(a) Let a first approximation be such that it divides the interval 0 to −1 in the ratio of −7 to 3, i.e. let $x_{1}=−0.7$.**
What do they mean when they say "Let the first approx be such that it divides the interval 0 to -1 in the ratio of -7 to 3"?
Answer in the initial spirit (supposing proportionality) : $$\begin{array} {c|ccccc} x&-1&&x_0&&0\\ \hline\\ f(x)&3&&0&&-7\\ \end{array}$$
$x_0$ must be at a place in $(-1,0)$ such that the ratio $−7$ to $3$ (on both sides of $f(x)=0$) is respected. Since the increase in $x$ is $1$ while the increase in $f(x)$ is $-10$ this means that $3$ and $-7$ must be replaced by an offset around $x_0$ of $-0.3$ and $0.7$ respectively getting $x_0-0.3=-1$.
(I started from $x=-1$ while they started from $0$ but the principle is the same!)
Visual answer (we want $x_0$ starting from $-1$) : $$\begin{array} {c|lccccc} &|\rightarrow&&+1&&\rightarrow|\\ &&\Delta_x=0.3&&&\\ x&-1&&x_0&&0\\ \hline\\ f(x)&3&&0&&-7\\ &&\Delta_l=-3&&\Delta_r=-7&\\ &|\rightarrow&&-10&&\rightarrow|\\ \end{array}$$ Observe that $\ \frac {\Delta_l}{\Delta_l+\Delta_r}=\frac {-3}{-10}=0.3\ $ so that $\ \frac {\Delta_x}{1}=0.3\ $ and $\ x_0=-1+\Delta_x=-0.7$
Text : Suppose that we move in a straight line from $f(-1)=3$ to $f(0)=-7$ (this is an interpolation!) then $x$ will progress of $\ 1=0-(-1)\ $ while $f(x)$ progresses of $\ -10=-7-(3)$. If you want $f(x_0)=0$ then $f(x)$ must progress of $-3=0-3$ while $x$ will progress of $1\cdot \frac {-3}{-10}=0.3$ to get to $-1+0.3=-0.7$.
Algebraic : Suppose that $f$ is linear : $f(x)=ax+b$ with $f(-1)=3$ and $f(0)=-7$ then :
$-a+b=3$ and $b=-7$ so that (getting $a$ and $b$) we obtain $f(x)=-10x-7$.
So that $f(x_0)=0$ for $x_0=?$