Near its point of tangency a tangent can stand in for the curve1. We approximate f(x)=1+x around x=0.
Finding the tangent
From f(0)=1 and f′(x)=21+x1 we get f′(0)=21, so the tangent is the following line.
y=1+2x
In general one approximates f(x)≈f(a)+f′(a)(x−a) around x=a. That is a linear approximation.
Accuracy
x
1+x
Approximation 1+2x
Error
0.01
1.0049876
1.005
0.0000124
0.1
1.048809
1.05
0.0012
1
1.41421
1.5
0.086
Shrinking x by a factor of ten shrinks the error by a factor of a hundred, because the error is of the order of (x−a)2. It breaks down at a distance, so the approximation serves only near the point of tangency.
Using it to compute
From 101=101.01≈10×1.005=10.05, a number very close to the true value 10.049876 comes out by mental arithmetic.
How physics uses it
The pendulum approximation sinθ≈θ
The relativistic 1−v2/c21≈1+2c2v2
The thin-lens approximation in optics
However unwieldy the original expression, over a small range it can be replaced by a line or by a quadratic.
Improving the accuracy
Adding a term improves it.
1+x≈1+2x−8x2
At x=1 the error shrinks from 0.086 to 0.039. Continuing in this direction gives the Taylor expansion, and the coefficient −81 of the quadratic term comes from 2f′′(0)2.
The curve on the graph is y=1+x, the line is the tangent y=1+2x, and the large dot is the point of tangency (0,1).