SNCA:Calculus
Calculus is a subject of mathematics many 'teens will have to take in school when they are cacas.
It primarily refers to infinitesimal calculus, which is the study of continuous change. It is primarily split between differential calculus, which is related to the instantaneous rates of changes and slopes of curves, and integral calculus, which is related to the accumulation of quantities and areas under curves.
These two topics are connected by the fundamental theorem of calculus:
The Real Numbers[edit | edit source]
The reason why we put so much importance on the concept of the real numbers (denoted ) in calculus, is due to the way they are measured. Neither the naturals, integers, nor the rationals, can make a bijection to the real numbers- this proved by German Mathematician Georg Cantor, leading to:
Roughly speaking, this is proven by the following:
- There is a bijection from the natural numbers to the integers. Intuitively, fix the point , then use the following: , , , , etc.
- There is a bijection from the natural numbers to the rational numbers. Intuitively, we do something like: , , , , , , etc., skipping all fractions that are not lowest terms.
- However, there is no bijection from the natural numbers to the real numbers. Suppose for contradiction, that there was. Then, we could list all real numbers . Then, we construct a new number by taking all of the diagonal digits , and adding . This is guaranteed to not be in the list, because differs from in the first digit, differs from in the second digit, etc, which implies that such a number was not in the list, contradicting the earlier assumption, and therefore there is no bijection from the naturals to the reals.
This result is very important, because all of these sets have a size of infinity. You will commonly see pop-soyence influencers make the spurious claim that "some infinities are bigger than others, or something", which is technically true, but lacks context. The difference in infinities here is in the ability to make bijections from countably infinite sets, which is the 'smaller' infinity. Intuitively, we can see how there are infinite numbers on the unit interval , yet the measure of this interval is finite. So, when measuring sets on the real numbers, we use a measure called the Lebesgue measure. This measure assigns a value of zero to individual points in a domain, hence, while the rationals are dense on any subset of , the measure of the rationals is zero.
Limits and Bounded Sequences[edit | edit source]
A sequence of real numbers is a function . A sequence is said to be bounded iff there exists a such that:
The limit of a bounded sequence is said to converge to a number iff for every , there exists some such that :
Thus, we say say the limit of sequence converges to . In notation:
= L
Extrapolating to functions, we get the important result:
Differentiation[edit | edit source]
The derivative of a function denoted , , or quantifies the local behavior of near the point . The derivative is given by:
There are many differentiation rules for different kinds of elementary functions, but we will not cover these, as they are fairly simple to prove using the limit definition of the derivative and require only basic algebraic manipulation.
Theorems[edit | edit source]
Mean Value Theorem[edit | edit source]
Let be a real-valued function continuous on and differentiable on , then for some :
This theorem is an extrapolation from Rolle's theorem, which states if then there exists some such that .
L'Hôpital's rule[edit | edit source]
Let be functions on the open interval , such that , for for a number Then if either:
Or
Then:
Taylor's Theorem[edit | edit source]
Let be a function satisfying (this means is infinitely differentiable on interval ) Then there exists a polynomial of degree , such that for some :
This polynomial is called the Taylor polynomial of centered at , and has the property of uniqueness, since the derivative of a function is unique. The Taylor expansion of about is:
Inverse Function Theorem[edit | edit source]
Let be a bijective function for , then there exists a function such that . Then, we can differentiate both sides leading to:
Integration[edit | edit source]
The integral, or as some people call it, the 'anti-derivative' is the measure of a function over a certain domain. There are a few types of integrals (mostly appearing in analysis), but the most common is known as the Riemann integral; if a function is continuous over a domain , then the Riemann integral is defined as:
If one of the endpoints of the interval is infinite, and :
For example, integrating over :
The methods of integration are much more difficult than differentiation, as most functions do not have elementary primatives.
Methods of Integration[edit | edit source]
Substitution[edit | edit source]
Integration by Parts[edit | edit source]
Leibniz Method[edit | edit source]
For example:
Fundamental Theorem of Calculus[edit | edit source]