Whats'UPIT News, AI Guides & Interactive Math

How the definite integral was born — from rectangle approximation to the long S (∫)

Why this matters The area of a triangle is base times height over two; the area of a circle is the radius squared times pi. For familiar shapes like these, you just memorize a formula. But the bumpy area carved out by a curve winding this way and that has no memorized formula at all. So how do you measure the area under a curve? The answer people found long ago was surprisingly humble — if you cannot measure it, fill it with something you can. Pack the space under the curve densely with many very thin rectangles, and add up all their areas. A rectangle's area is width times height, which you can always measure. ...

August 12, 2026 · 9 min · 1724 words · Whats'UP

Why an n-th order differential equation gets exactly n arbitrary constants — the number of differentiations to unwind

Why this matters An ordinary equation ends in a few numbers. But the answer to a differential equation is a function, not a number — a whole curve. And that answer always comes with a mysterious constant attached. $$\frac{dy}{dx} = 2x \;\Rightarrow\; y = x^{2} + C$$Here \(\dfrac{dy}{dx}\) is a single chunk of a symbol meaning "how fast \(y\) changes when \(x\) changes by a tiny amount," that is, the slope of the curve. And \(C\) is an arbitrary constant that could be \(3\), or \(-7\), or any value at all. ...

August 11, 2026 · 8 min · 1645 words · Whats'UP

Why the answer to a differential equation is a function, not a number — and why you may move dx around like a fraction

Why this matters An ordinary equation usually answers with a number. "What number doubles to 4?" — the answer is just \(2\). "What number squares to 4?" — \(2\) and \(-2\), two of them. However many answers there are, they are a few points on the number line. A differential equation, though, answers differently. A differential equation is an equation with a derivative (an instantaneous rate of change) in it. For example, ...

August 10, 2026 · 10 min · 2044 words · Whats'UP

Why a complicated fraction splits exactly into a sum of smaller ones — partial fractions and the logarithm that appears when the numerator is the denominator's derivative

Why this matters Integrating a fraction often feels like a dead end. Meet an integral like this and you have no idea where to grab it. $$\int \frac{3x+1}{(x+1)(x-1)} \, dx$$Here \(\int\) is the long S-shaped integral sign, meaning "add up all the finely sliced pieces," and \(dx\) marks that the direction of that adding is \(x\). The denominator is tangled into a product \((x+1)(x-1)\), so as it stands not a single formula you know applies. ...

August 9, 2026 · 9 min · 1837 words · Whats'UP

Why substitution works no matter what variable you choose — the true nature of dx and the hole at exponent −1

Why this matters When you first meet integration by substitution, the computation feels like a deft magic trick. Consider this integral, for example. $$\int (2x+1)^{5} \, dx$$Here \(\int\) is the long S-shaped integral sign, meaning "add up all the finely sliced pieces," and \(dx\) marks that the direction of that adding is \(x\). To solve it, we call the \(2x+1\) inside the parentheses a new letter \(u\), and at some point we swap the whole \(dx\) for \(du\). But somewhere in that process, a correction factor of \(\tfrac{1}{2}\) quietly appears. Where on earth did this \(\tfrac{1}{2}\) come from? ...

August 7, 2026 · 10 min · 2067 words · Whats'UP

Why integrals carry a + C — the indefinite integral restoring what differentiation erased

Why this matters The first time you learn integration, an unidentified guest is always attached to the end of the answer. $$\int 2x \, dx = x^{2} + C$$Here \(\int\) is the long S-shaped integral sign, meaning "add up all the finely sliced pieces," and \(dx\) marks that the direction of that adding is \(x\). Yet what really catches the eye is the \(C\) at the very end. This \(C\) is an arbitrary constant — a slot that can be \(3\), or \(-7\), or any number at all. Why can't we pin the answer to a single value, and why must we tack on one of these "any numbers" every single time? ...

August 7, 2026 · 8 min · 1501 words · Whats'UP

Why L'Hôpital's rule isn't cheating — 0/0 is a race of speeds between two functions

Why this matters Sooner or later, studying limits, you run into a calculation like this. $$\lim_{x \to 0} \frac{\sin 2x}{e^{x} - 1}$$Here \(\lim\) means "the value this expression approaches as \(x\) is sent endlessly close to \(0\)." But if you just plug in \(x = 0\), the numerator is \(\sin 0 = 0\) and the denominator is \(e^{0} - 1 = 0\), giving \(0/0\). (Here \(e\) is the natural constant, the star of calculus, roughly \(2.718\), and \(e^{x}\) is the exponential function with base \(e\).) ...

August 6, 2026 · 8 min · 1612 words · Whats'UP

A single slope tells you the whole shape of a curve — from tangent and normal to rise, fall, and extremes

Why this matters After you learn to differentiate, what you hold in your hand is really just a single number. At a point \(x = a\) on the curve \(y = f(x)\), the derivative \(f'(a)\) tells you "how steep the curve is right there." Here \(f'(a)\) means the instantaneous slope at that point (for why this counts as an instantaneous slope, see Why is the derivative an "instantaneous slope"?). And yet this one number does far more than you might expect. ...

August 5, 2026 · 8 min · 1662 words · Whats'UP

Even when y can't be solved, when it's written in t, or when it's reversed — it still differentiates: three variations on the chain rule

Why this matters When you first learn calculus, everything comes in the form \(y = f(x)\) — where \(y\) is cleanly solved in terms of \(x\). But real curves are rarely so obedient. The circle \(x^2 + y^2 = 1\) cannot be solved for \(y\) in a single line (it splits into an upper and a lower piece). We call this an implicit function. The inverse of a function — the one you get by reversing it — ought to have a slope we can find from the original function alone. Like the arc of a thrown ball, a curve is often written as \(x = (\text{a formula in time } t)\), \(y = (\text{a formula in time } t)\) — parametrized by time — and we still want its tangent slope. The three situations look utterly different. Yet, remarkably, all three yield to a single weapon — the chain rule. The goal of this article is not to memorize three separate formulas, but to see, in one stroke, that "ah, it's all just the chain rule." ...

August 4, 2026 · 7 min · 1394 words · Whats'UP

Why Exponentials Differentiate Cleanly Only at Base e — Where the Log Factor and the Reciprocal Come From

Introduction In the previous post we built up why differentiating sine gives cosine, from a single rotation. Today we move to the other two pillars of differentiation: the exponential and the logarithm. The story starts from a fact we met earlier. The exponential \(e^x\) with base \(e\) is its own derivative. $$\frac{d}{dx}e^x = e^x$$This is why the number \(e\) became the protagonist of calculus. But two natural questions remain. What happens if we differentiate \(2^x\) or \(10^x\), whose base is not \(e\)? Why are they not clean? Why does differentiating the logarithm \(\ln x\) make the odd-looking \(\dfrac{1}{x}\) pop out? Remarkably, both answers come from one and the same root. Let us write the conclusions down first. ...

August 3, 2026 · 8 min · 1529 words · Whats'UP