In short

Whenever an engineer, surveyor, or banker says "the actual value must be within \pm tolerance of the target", they are writing the inequality

|\text{actual} - \text{target}| \;\leq\; \text{tolerance}

This single line of algebra is the formal way to describe an acceptable zone — a closed interval centred on the target. Solve it once and you get \text{target} - \text{tolerance} \leq \text{actual} \leq \text{target} + \text{tolerance}. The same inequality is used by GPS receivers locking onto a survey marker, by manufacturers cutting steel rods to size, and by the RBI when it commits to keeping inflation near a target rate. The CBSE Class 11 chapter on linear inequalities calls this the most-cited real-world application of absolute value — and once you see the picture, you will see it everywhere.

You are standing on a survey marker in Bengaluru. Your phone says you are at latitude 28.6139^\circN. The official marker says 28.6139^\circN too — but you both know neither of you is exactly on the spot. The phone's GPS is off by maybe half a metre. The marker itself was placed by a surveyor who was off by maybe half a centimetre. Both readings are close enough to be acceptable — but how close is close enough?

That word "acceptable" hides an entire branch of mathematics. Every time someone has a target and a tolerance — a centred range of allowed values — they are using the absolute value, whether they say it out loud or not.

The formal statement

Suppose the target is the number t and the tolerance is the positive number \tau (Greek letter tau, often used for tolerance). You want the actual value x to be within \tau of t — meaning the distance between x and t is no more than \tau. In the language you learned in Absolute Value — Equations, distance on the number line is |x - t|. So the condition is

|x - t| \;\leq\; \tau

Unfold this the same way you would unfold any absolute-value statement. Saying |x - t| \leq \tau means x - t lies between -\tau and +\tau:

-\tau \;\leq\; x - t \;\leq\; \tau

Add t to all three parts:

t - \tau \;\leq\; x \;\leq\; t + \tau

That is the acceptable zone: a closed interval of width 2\tau centred at t. Every x in [t - \tau, t + \tau] passes; everything outside fails. Why \leq gives a closed interval (vs = giving two endpoints): the equation |x - t| = \tau asks for points at distance exactly \tau from t, which is just the two endpoints t - \tau and t + \tau. The inequality |x - t| \leq \tau asks for points at distance at most \tau, which is the entire segment between them — endpoints included, because of the equality case. That is what makes it a closed interval.

Acceptable zone shaded around a target on the number lineA horizontal number line with a target point marked at the centre. A shaded band of width two tau extends from target minus tau on the left to target plus tau on the right. The shaded region is labelled ACCEPT. Regions on either side outside the band are labelled REJECT. Solid filled circles mark the closed endpoints. target $t$ $t - \tau$ $t + \tau$ ACCEPT REJECT REJECT
The condition $|x - t| \leq \tau$ shades a closed interval of width $2\tau$ centred at the target $t$. Inside the band, the value is acceptable. Outside, it is rejected. The two filled dots at $t \pm \tau$ are part of the acceptable set — that is what the $\leq$ guarantees.

GPS example

A survey marker for the new Namma Metro extension has been placed by a government surveyor at latitude 28.6139^\circN. The contract says that any GPS reading within half a metre of this point is acceptable for as-built drawings.

Half a metre on the surface of the Earth corresponds to roughly 0.0000045^\circ of latitude — because one degree of latitude is about 111\,000 m, so 0.5 / 111\,000 \approx 4.5 \times 10^{-6}. So the GPS reading x must satisfy

|x - 28.6139| \;\leq\; 0.0000045

Unfold:

28.61389555 \;\leq\; x \;\leq\; 28.61390445

The acceptable zone is a strip on the number line less than ten-millionths of a degree wide. Any GPS reading falling inside that strip is logged as "on target". Anything outside it triggers a re-survey.

Example 1: GPS survey marker at 28.6139°N

A surveyor is checking whether a GPS reading x = 28.6139042^\circN is within tolerance for a marker placed at target t = 28.6139^\circN with tolerance \tau = 0.5 m \approx 0.0000045^\circ.

Step 1. Write the tolerance condition.

|x - 28.6139| \;\leq\; 0.0000045

Why: the actual reading x must lie within 0.0000045^\circ of the target 28.6139^\circ. That is exactly what the absolute value says.

Step 2. Unfold into a centred interval.

28.61389555 \;\leq\; x \;\leq\; 28.61390445

Why: subtract \tau from t for the left endpoint and add \tau to t for the right endpoint. The inequality \leq keeps both endpoints included.

Step 3. Check whether x = 28.6139042 is inside the zone.

28.61389555 \leq 28.6139042 \leq 28.61390445. Both inequalities hold.

Result. The GPS reading is accepted. The marker is within tolerance.

Manufacturing tolerance

Switch contexts. A mill in Jamshedpur is rolling steel rods to be shipped to a railway coach factory. The order says: each rod must be 1000 \pm 0.5 mm long. The notation "\pm 0.5" is engineering shorthand for the absolute-value condition

|L - 1000| \;\leq\; 0.5

where L is the rod's actual length in millimetres. Unfolding gives 999.5 \leq L \leq 1000.5 — every rod between 999.5 mm and 1000.5 mm is shipped; anything outside is sent back to the rolling line. The shaded zone has width 1 mm and is centred on 1000 mm.

Tolerance bands like this are everywhere in manufacturing. The bolt threads in a Tata Nexon engine, the tyre pressure spec on a Royal Enfield, the dosage in a paracetamol tablet — every spec sheet you have ever skimmed past is, mathematically, an absolute-value inequality.

Example 2: Steel rod at $1000 \pm 0.5$ mm

A rolled rod measures L = 1000.37 mm. Is it within spec?

Step 1. Write the spec as an absolute-value inequality.

|L - 1000| \;\leq\; 0.5

Why: "1000 \pm 0.5" means the length must be within 0.5 mm of 1000 mm — distance from the target is at most the tolerance.

Step 2. Unfold into the acceptable interval.

999.5 \;\leq\; L \;\leq\; 1000.5

Step 3. Test the actual length.

|1000.37 - 1000| = 0.37 \leq 0.5. The rod is in spec — by 0.13 mm to spare.

Result. Accepted. The rod ships.

Bank's interest-rate target

One more, because this one shapes the daily life of a billion people. The Reserve Bank of India runs a "flexible inflation targeting" framework. The target inflation rate is r = 4\% with a tolerance band of \pm 2\% — but for a cleaner illustration, suppose a private bank has set an internal target rate of r = 6.5\% for its fixed-deposit return, with a tolerance of \pm 0.25\%. The acceptable rates form the set

|r - 6.5| \;\leq\; 0.25 \quad\Longleftrightarrow\quad 6.25 \;\leq\; r \;\leq\; 6.75

Any actual offered rate inside [6.25\%, 6.75\%] is "on policy". Outside the band, a treasury committee is convened.

Example 3: Bank's interest rate target

A bank's policy is to keep its fixed-deposit rate within 0.25\% of 6.5\%. The treasury desk is considering offering 6.4\% on a new product. Is that within policy?

Step 1. Write the policy as an absolute-value inequality.

|r - 6.5| \;\leq\; 0.25

Step 2. Unfold into the acceptable interval.

6.25 \;\leq\; r \;\leq\; 6.75

Step 3. Test the proposed rate r = 6.4\%.

|6.4 - 6.5| = 0.1 \leq 0.25. Inside the band.

Result. Accepted. The desk can offer 6.4\% without escalating.

Why this matters for CBSE Class 11

The chapter on Linear Inequalities in the CBSE Class 11 syllabus introduces absolute-value inequalities like |x - a| \leq b as a standalone topic. NCERT, in its solved examples, almost always uses tolerance and quality-control problems to motivate them — because this is the application that makes the algebra feel useful. JEE Main occasionally puts a tolerance-style word problem on the paper precisely because it tests whether you can translate plain-English specifications into an inequality.

Once you have the picture in your head — target in the middle, shaded acceptable zone of half-width \tau on either side, two filled endpoints because of the \leq — every "within plus or minus" specification becomes a one-line algebra problem. That is the whole reason absolute value sits in the syllabus at all.

References

  1. NCERT Class 11 Mathematics, Chapter 6: Linear Inequalities
  2. Reserve Bank of India: Monetary Policy Framework Agreement
  3. ISO 286-1:2010: Geometrical product specifications — ISO code system for tolerances on linear sizes
  4. US National Geodetic Survey: GPS Accuracy and Positioning Standards
  5. Wikipedia: Engineering tolerance
  6. Wikipedia: Absolute value