When are differentials actually useful?

A pre-calculus answer What if you are asked of a ratio? For example, the marginal income tax rate. Let $T(x)$ be the tax you need to pay, where x is your income. You can of course, print out all the possible values on stack of papers - $$T(1) = 0.1, \space\space T(2)=0.2,\space\space ...\space\space T(10000) = 1100,\space\space T(10001) = 1100.15,\space\space ...\space\space T(50000) = 4600,\space\space T(50001) = 4600.25,\space\space ...$$ What a mess! It's much easier to say $$T'(x) = 10\% (x < 8000), 15\% (8000 < x < 30000), 25\% (x > 300000)$$. Plus, sometimes, the ratio is all people care about. For example, when the police is giving you a speeding ticket, it doesn't matter how many miles you drove, but it is the speed (differential between distance and time).

A calculus answer In some cases, in order to get an accurate answers, you need to do integrations on the ever changing differentials and solve equations when the relationship is inter-dependent. For example, when you are trying to how much distance will a space rock cover before it burns out (therefore determine whether it will hit earth), the velocity affects the heat generated, which affects the size of the rock, which affects the surface area of the rock, which in turn affects the velocity. This problem is insolvable if the concept of $\frac{dy}{dx}$ were never introduced.


The list is endless, as the comments have started to indicate.

An example of an extremely important real-world application, on which literally trillions of dollars a day depends, comes from the risk management (hedging) of derivatives contracts from the point of view of a large bank or dealer. Say you call up Goldman Stanley's equity desk to purchase an equity call option, where the underlying equity has a continuously quoted market price of $S_{t}$ and the pricing function for the derivative contract is $f(S_{t},t)$ (at least according to the pricing models the dealer depends on and uses), then the "delta" of the derivative is $$\frac{\partial f}{\partial S}(S(t),t)$$ and represents a first order approximation of the amount of risk a dealer has from selling the option to their client (i.e., as a first approximation, it quantifies how much money the dealer will gain or lose when $S$ changes by an amount $\Delta S$). In particular, $$\Delta f_{t}\approx\frac{\partial f}{\partial S}\Delta S_{t}.$$ The market-maker is thus constantly buying and selling $|\partial f/\partial S|$ of the underlying asset in order to hedge (eliminate $S$-risk of) their exposure. They make money from the initial transaction costs/spreads, provided they effectively execute the hedging strategy, and avoid taking bets that their short position will be in the money and their clients' long position out of the money.

Obviously this differential is only a first-order approximation (and we're ignoring dependence on $t$ as well). To neutralize risk even more effectively, traders also try to be "gamma-neutral" in addition to "delta-neutral" by adjusting their hedging strategy according to the second-order approximation $$\Delta f_{t}\approx\frac{\partial f}{\partial S}\Delta S_{t}+\frac{1}{2}\frac{\partial^{2}f}{\partial S^{2}}(\Delta S)^{2}.$$

Other differentials that traders commonly use to manage their risk involve the quantities "vega", "charm", etc., these nicknames just being cute trader-speak for the partial derivatives of the pricing function with respect to other market variables for which it depends, including volatility, time, etc., respectively.


Optimization, function analysis, computations (computers need a general approach unlike humans), financial and economical applications, engineering, simplifying expression.... the list is literally endless.

Tags:

Calculus