Lambdia

A Half, from One Multiplication and No Calculus

Multiplying by the conjugate turns the difference into x over the sum of the same two terms, exactly, with no series and no error term, and dividing through by x reads off the limit one half. Completing the square gives a constant excess of a quarter, so the gap climbs toward a half strictly from below and never reaches it.

Evaluate

limx(x2+xx)\lim_{x \to \infty} \left(\sqrt{x^2 + x} - x\right)
(1)

Both pieces run off to infinity, so the reflex answer is zero. The answer is 1/21/2, it needs one multiplication and no calculus, and the route to it is the same move that handles every difference of two square roots you will ever meet.

What the reflex actually establishes

The argument for zero is that x2+x\sqrt{x^2+x} behaves like xx for large xx, so the two terms cancel. The first half is true and the conclusion does not follow. "Behaves like" is a statement about the ratio:

limxx2+xx=1whilelimx(x2+xx)=12\lim_{x \to \infty} \frac{\sqrt{x^2+x}}{x} = 1 \quad\text{while}\quad \lim_{x \to \infty}\left(\sqrt{x^2+x} - x\right) = \tfrac12
(2)

Two quantities can have a ratio tending to 1 and a difference tending to anything at all, including infinity. Here the difference is not even small at moderate xx: at x=100x = 100 the gap is 0.4988, and the two curves are 100 apart in absolute terms while their difference is comfortably measurable.

Fig. 1 — The curves converge visually and the gap does not converge to zero. It is already close to a half by the time the two graphs are hard to tell apart.

One multiplication, exactly

Multiply the expression by its conjugate over itself. Nothing is approximated and no series is involved:

(x2+xx)(x2+x+x)=(x2+x)x2=x\left(\sqrt{x^2+x} - x\right)\left(\sqrt{x^2+x} + x\right) = (x^2 + x) - x^2 = x
(3)

The roots cancel because a difference of squares removes them, and the top collapses to a bare xx. So for every x0x \ge 0,

x2+xx=xx2+x+x\sqrt{x^2+x} - x = \frac{x}{\sqrt{x^2+x} + x}
(4)

This is an identity, not an estimate. The difficulty in (1) was that a large quantity was being subtracted from another large quantity, and equation (4) has replaced that with a ratio of two large quantities, which is a shape we know how to read.

Rationalising a surd

Any expression of the form AB\sqrt{A} - \sqrt{B} can be rewritten as (AB)/(A+B)(A - B)/(\sqrt{A} + \sqrt{B}). Cancellation in the numerator is the point: a difference of two things that nearly agree becomes an exactly computable numerator over a denominator that is nowhere near zero.

Reading off the limit

Divide the top and bottom of (4) by xx, which is legal for x>0x > 0:

xx2+x+x=11+1x+1  x  11+1=12\frac{x}{\sqrt{x^2+x} + x} = \frac{1}{\sqrt{1 + \tfrac1x} + 1} \;\xrightarrow[x \to \infty]{}\; \frac{1}{1 + 1} = \frac{1}{2}
(5)

The middle expression is continuous in 1/x1/xat zero, so the limit is just its value there. No L'Hôpital, no Taylor series, no estimation of anything. The whole problem was the original shape.

The gap never reaches a half

Equation (5) says the gap tends to 1/21/2. It says nothing about whether it arrives from above or below, and that is worth settling, because a horizontal line drawn on a graph is a claim. Complete the square:

(x+12)2(x2+x)=14\left(x + \tfrac12\right)^2 - \left(x^2 + x\right) = \tfrac14
(6)

The excess is exactly 1/41/4, for every xx, so x2+x<x+12\sqrt{x^2+x} < x + \tfrac12 always, and the gap is strictly below 1/21/2 forever. It also increases the whole way up, so 1/21/2 is the least upper bound and is never attained.

Fig. 2 — The gap climbs monotonically and stays under the dashed line. Equation (6) is what proves the line is an upper bound rather than merely looking like one.

Some measured values, computed in sixty digit arithmetic:

x=10:  0.488088x=100:  0.498756x=106:  0.499999875x=1012:  0.499999999999875\begin{aligned} x = 10 &: \; 0.488088\ldots \\ x = 100 &: \; 0.498756\ldots \\ x = 10^6 &: \; 0.499999875\ldots \\ x = 10^{12} &: \; 0.499999999999875\ldots \end{aligned}
(7)

The curve is a hyperbola, and that explains the half

Equation (6) looks like a lucky algebraic accident. It is not. Square both sides of y=x2+xy = \sqrt{x^2+x} and complete the square in xx:

y2=x2+x(x+12)2y2=14y^2 = x^2 + x \quad\Longleftrightarrow\quad \left(x + \tfrac12\right)^2 - y^2 = \tfrac14
(8)

That is a rectangular hyperbola centred at (12,0)(-\tfrac12, 0), and its asymptotes are the lines y=±(x+12)y = \pm\left(x + \tfrac12\right). The curve in figure 1 is the upper branch, and the line it is heading for is y=x+12y = x + \tfrac12 exactly.

So the answer to the original question is the vertical offset of an asymptote, and the whole problem was asking how far the hyperbola sits above the diagonal once you are far enough out. A branch of a hyperbola always stays strictly on one side of its asymptote, which is the same statement as equation (6) and the reason the gap never reaches a half.

How fast it approaches

The rate falls out of the same rewrite. Expanding 1+1/x\sqrt{1 + 1/x} gives

x2+xx=1218x+116x25128x3+\sqrt{x^2+x} - x = \frac12 - \frac{1}{8x} + \frac{1}{16x^2} - \frac{5}{128x^3} + \cdots
(9)

so the shortfall from a half is about 1/(8x)1/(8x). At x=100x = 100 that predicts 0.50.00125=0.498750.5 - 0.00125 = 0.49875, against the true 0.4987562, an error of six parts in a million. The series is also the fastest way to see why the approach is from below: the first correction is negative.

The two heavier routes, and why they are heavier

The conjugate is not the only way in. Both standard alternatives work, and comparing them is a decent illustration of when machinery earns its keep.

L'Hôpital's rule needs a quotient, so substitute t=1/xt = 1/x first and write the expression as

x2+xx=1+t1t,t=1x0+\sqrt{x^2+x} - x = \frac{\sqrt{1+t} - 1}{t}, \qquad t = \tfrac1x \to 0^{+}
(10)

Both top and bottom now go to zero, so differentiating each gives 121+t12\frac{1}{2\sqrt{1+t}} \to \tfrac12. Correct, and it required manufacturing a quotient out of a difference, which is exactly what equation (4) did for free and without differentiating anything.

The binomial expansion of 1+1/x\sqrt{1 + 1/x} also works, and it gives more than the limit, since it hands you the rate as well. What it costs is a convergence argument: the series is valid for 1/x<1|1/x| < 1, which is fine here but is a condition you have to check rather than an identity you can lean on. The conjugate needs no such caveat, because equation (4) holds at every x0x \ge 0 with no remainder term.

The general statement

Nothing depended on the coefficient being 1. For any bb and cc,

limx(x2+bx+cx)=b2\lim_{x \to \infty}\left(\sqrt{x^2 + bx + c} - x\right) = \frac{b}{2}
(11)

because the conjugate trick leaves bx+cbx + c on top over roughly 2x2xunderneath. The constant cc never survives, which is a useful thing to know at a glance: only the linear coefficient matters. As a check, x2+5x+7x5/2\sqrt{x^2 + 5x + 7} - x \to 5/2.

Cube roots behave the same way with a different divisor. Since A3B3=(AB)(A2+AB+B2)A^3 - B^3 = (A-B)(A^2+AB+B^2), the denominator picks up three terms instead of two and

limx((xn+xn1)1/nx)=1n\lim_{x \to \infty}\left(\left(x^n + x^{n-1}\right)^{1/n} - x\right) = \frac{1}{n}
(12)

which gives 1/31/3 for cube roots and 1/21/2 for our square root, recovering equation (1) as the case n=2n = 2.

Where the reasoning needs care

The rewrite in (4) divided by x2+x+x\sqrt{x^2+x} + x, which is fine for x>0x > 0 and not fine in general. Two things go wrong on the other side.

First, the domain: x2+x0x^2 + x \ge 0 fails on the open interval (1,0)(-1, 0), so the expression is not defined there at all.

Second, and more instructively, the limit as xx \to -\infty is not 1/2-1/2 or any finite number. For very negative xx we have x2+xx=x\sqrt{x^2+x} \approx |x| = -x, so the expression is close to 2x-2x and diverges to ++\infty. The conjugate is what detects this: the denominator x2+x+x\sqrt{x^2+x} + x tends to zero rather than to something large, and dividing by it is the step that quietly assumed a sign. Any time you rationalise, check which of the two terms is the bigger one.

Sources and further reading

The limit was confirmed symbolically and then measured at twelve magnitudes of xx, from 10 up to 101210^{12}, in sixty digit decimal arithmetic. The rewrite in equation (4) reproduces the gap to better than one part in 104010^{40} at every magnitude tested, and the monotone increase was confirmed at 20,000 grid points, all of them strictly under a half.

Comments · 0

Be the first to comment.