Math Wiki
Advertisement
This article is a continuation of Elementary mathematics

Believe it or not the basis of all of mathematics is nothing more than the simple *"Next" function.

Next(0)=1
Next(1)=2
Next(2)=3
Next(3)=4

This defines the Natural numbers. Natural numbers are those used for counting.

These have the very convenient property of being transitive. That means that if a<b and b<c then it follows that a<c. Not everything has that property. See Rock–paper–scissors and *Nontransitive dice.

Numbers[]

Addition is defined as repeatedly calling the Next function. Next(Next(Next(5))) = 3+5. The inverse of addition is subtraction. But subtraction leads to the ability to write equations like for which there is no answer among natural numbers. To provide an answer mathematicians generalize to the set of all integers which includes negative integers.

The absolute value of x is defined as
The study of integers is called Number theory.
A prime number is a number that can only be divided by itself and one. If a, b, c, and d are primes then the Least common multiple of abc and c2d is abc2d. (See Tutorial:least common multiples)

Multiplication is defined as repeated addition. . The inverse of multiplication is division. But division leads to equations like for which there is no answer among integers. The solution is to generalize to the set of rational numbers which include fractions.

Division by zero is undefined and undefinable.
(Addition and multiplication are fast but division is slow *even for computers.)

Exponentiation is defined as repeated multiplication. . The inverse of exponentiation is finding roots.

It can be proven that cannot be a rational number. It is therefore an irrational number. Any number which isnt rational is irrational.
0^0 = 1. See Empty product.

When a quantity, like the charge of a single electron, becomes so small that it is insignificant we, quite justifiably, treat it as though it were zero. A quantity that can be treated as though it were zero, even though it very definitely is not, is called infinitesimal. If is a finite amount of charge then would be an infinitesimal amount of charge. See Differential

Likewise when a quantity becomes so large that a regular finite quantity becomes insignificant then we call it infinite. We would say that the mass of the ocean is infinite . But compared to the mass of the Milky Way galaxy our ocean is insignificant. So we would say the mass of the Galaxy is doubly infinite .

Infinity and the infinitesimal are called Hyperreal numbers. Hyperreals behave, in every way, exactly like real numbers. For example, is exactly twice as big as In reality, the mass of the ocean is a real number so it is hardly surprising that it behaves like one.

Back to top

Vectors[]

The one dimensional number line can be generalized to a two dimensional Cartesian coordinate system thereby creating multidimensional math (i.e. geometry). A single number specifies a single point on the number line. A single vector specifies a single point in this two dimensional Cartesian plane but this requires two numbers.

Position vector

A vector in the Cartesian plane, showing the position of a point A with coordinates (2, 3).[1]

If and are arbitrary vectors then we can (and usually do) write:

Vectors can be added

Vectors can be multiplied with numbers

The length of vector is denoted The double bars are used to avoid confusion with the absolute value of the function.

Back to top

Dot product[]

Dot product:

Only parallel components multiply. The result is a number not a vector.
The dot product works in any number of dimensions.
If vectors and form a 90 degree angle then because
In *Euclidean space

Back to top

Cross product[]

Cross product:

The result is a vector that is perpendicular to both and . This vector can be thought of as the axis of rotation created when rotating from u to v.
Unlike the dot product, it is only defined in three dimensions.
In two dimensions there is no vector perpendicular to and .
In three dimensions there is only one vector perpendicular to and .
In four or more dimensions there are infinitely many vectors perpendicular to and .

Rotation from z to x. The axis of rotation is y.

Rotation3D 2Y

Back to top

Functions[]

Function machine2

A function f is like a "black box" that takes an input x, and returns a single corresponding output f(x).

Graph of example function

The red curve is the graph of a function f in the Cartesian plane, consisting of all points with coordinates of the form (x, f(x)). The property of having one output for each input is represented geometrically by the fact that each vertical line (such as the yellow line through the origin) has exactly one crossing point with the curve.


From Wikipedia:Function (mathematics)

In mathematics, a function is a relation between a set of inputs and a set of outputs with the property that each input is related to exactly one output. An example is the function that relates each number x to its square x2. The output of a function f corresponding to an input x is denoted by f(x) (read "f of x"). In this example, if the input is −3, then the output is 9, and we may write f(−3) = 9. See Tutorial:Evaluate by Substitution. Likewise, if the input is 3, then the output is also 9, and we may write f(3) = 9. (The same output may be produced by more than one input, but each input gives only one output.) The input variable(s) are sometimes referred to as the argument(s) of the function.

Back to top

Euclids "common notions"[]

From Wikipedia:Euclidean geometry:

Things that do not differ from one another are equal to one another

a=a

Things that are equal to the same thing are also equal to one another

If
a=b
b=c
then a=c

If equals are added to equals, then the wholes are equal

If
a=b
c=d
then a+c=b+d

If equals are subtracted from equals, then the remainders are equal

If
a=b
c=d
then a-c=b-d

The whole is greater than the part.

If b≠0 then a+b>a

Back to top

Elementary algebra[]

From Wikipedia:Elementary algebra:

Elementary algebra builds on and extends arithmetic by introducing letters called variables to represent general (non-specified) numbers.

Algebraic expressions may be evaluated and simplified, based on the basic properties of arithmetic operations (addition, subtraction, multiplication, division and exponentiation). For example,

  • Added terms are simplified using coefficients. For example, can be simplified as (where 3 is a numerical coefficient).
  • Multiplied terms are simplified using exponents. For example, is represented as
  • Like terms are added together,[2] for example, is written as , because the terms containing are added together, and, the terms containing are added together.
  • Brackets can be "multiplied out", using the distributive property. For example, can be written as which can be written as
  • Expressions can be factored. For example, , by dividing both terms by can be written as

For any function , if then the following four rules apply:

A typical algebra problem would be to solve for x:

Using rule number 2:
we get
Factoring out x
we get
Using rule number 3
we get

Back to top

Trigonometry[]

Triangle with notations 2

A right triangle is a triangle with gamma=90 degrees.

Pythagoras (2)

c² = (a+b)² - 4ab/2
c² = a² + b²

The Pythagorean theorem posits that in any right triangle, the square of the length of the hypotenuse is equal to the sum of the squares of both legs.

, where is the length of the side opposite the right angle (the hypotenuse).

TrigonometryTriangle

Sinus und Kosinus am Einheitskreis 1

For small values of x, sin x ≈ x. (If x is in radians).

SOH → sin = "opposite" / "hypotenuse"
CAH → cos = "adjacent" / "hypotenuse"
TOA → tan = "opposite" / "adjacent"

  

= sin A = a/c
= cos A = b/c
= tan A = a/b

Sine and cosine animation

A sphere rotating around its axis of rotation:

Rotating Sphere


Back to top

Polynomials[]

From Wikipedia:Polynomial:

A polynomial can always be written in the form

where are constants called coefficients and n is the degree of the polynomial.

A *linear polynomial is a polynomial of degree one.

Each individual *term is the product of the *coefficient and a variable raised to a nonnegative integer power.

A *monomial has only one term.
A *binomial has 2 terms.

A root (or zero) of a function is a value of x for which Z(x)=0.

X-intercepts2
The roots of the formula are given by the Quadratic formula:
See Completing the square
is called the discriminant.

Where See Binomial coefficient

Back to top

Elementary calculus[]

Integration[]

1 over x squared integral2

Force • distance = energy
The blue line is the force of gravity. The orange area is the energy released when the object falls from 4 to 1.

See also: Hyperreal number and Implicit differentiation

The integral is a generalization of multiplication. (Mathematicians do a lot of generalizing)

For example: a unit mass dropped from point x2 to point x1 will release energy.
(A unit mass is a mass of one unit).
The usual equation is a simple multiplication. We just multiply the force of gravity times the distance that the object falls and the result is how much energy is released:
This equation says that one unit of mass falling one unit of distance through a region with one unit of gravity will gain one unit of kinetic energy.
But that equation cant be used if the strength of gravity is itself a function of x.
The strength of gravity at x1 would be different than it is at x2.
And in reality gravity really does depend on x (x is the distance from the center of the earth):
(See inverse-square law.)
However, the corresponding Definite integral is easily solved:

The fundamental theorem of Calculus is:

where F(x) is the indefinite integral. (antiderivative)

Finding the indefinite integral is easy:

where k and y are arbitrary constants. (Units (feet, mm...) behave exactly like constants.)
and most conveniently:

The integral of a function is equal to the area under the curve.

When the "curve" is a constant (in other words, k•x0) then the integral reduces to ordinary multiplication.

Examples:

and

Back to top

Finite difference[]

Finite difference method2

From Wikipedia:Finite difference:

The slope of a function at point x is approximately:

where
Δx is a small change in the value of x.
Δy is the corresponding change in y.

The smaller Δx becomes the more accurate the approximation becomes. When Δx becomes so small that it is infinitesimal then we denote it dx.

Back to top

Differentiation[]

Differentiation is the opposite of integration just as division is the opposite of multiplication.

The derivative of the integral of f(x) is just f(x).
TangentGraphic2

The derivative of a function at any point is equal to the slope of the function at that point.

The equation of the line tangent to a function at point a is

The derivative of f(x) where f(x) = k•xy is

However there is one exception that you do need to know about.
The derivative of is
If the derivative of x0 is not x-1 then what is the integral of x-1?
The integral of is ln(x)[3]. See natural log

And most conveniently:

Examples:

and

Back to top

Taylor & Maclaurin series[]

factorial is:

For example:
And

f' = first derivative of f

f" = second derivative of f

f(n) = nth derivative of f

If we know the value of a smooth function at x=0 (smooth means all its derivatives are continuous) and we also know the value of all of its derivatives at x=0 then we can determine the value at any other point x by using the Maclaurin series.

The proof of this is actually quite simple. Plugging in a value of x=0 causes all terms but the first to become zero. So, assuming that such a function exists, a0 must be the value of the function at x=0. Simply differentiate both sides of the equation and repeat for the next term. And so on.

We can easily determine the Maclaurin series expansion of the exponential function (because it is equal to its own derivative).

And cos(x) and sin(x) (because cosine is the derivative of sine which is the derivative of -cosine)

Fourier Series

Back to top

Fourier Series[]

The Maclaurin series cant be used for a discontinuous function like a square wave because it is not differentiable.

But remarkably we can use the Fourier series to expand it or any other periodic function into an infinite sum of sine waves each of which is fully differentiable!

Back to top

Partial derivatives[]

Partial derivatives and multiple integrals generalize derivatives and integrals to multiple dimensions (i.e. multiple variables).

The partial derivative with respect to one variable is found by simply treating all other variables as though they were constants.

Multiple integrals are found the same way.

Gradient[]

Topographic map of Greenland bedrock

An elevation map of Greenland

Numbers are called scalars to distinguish them from vectors. A scalar function f(x) outputs a scalar number for each input value of x.

Let f(x, y) be a 2 dimensional scalar function.

(An elevation map would be an example of a 2 dimensional scalar function because it assigns a scalar number (the height) to each point on the 2 dimensional map.)

The Gradient of a scalar function is a vector that points "downhill" with a magnitude equal to the slope of the function at that point. The gradient of a scalar function always goes downhill and therefore never goes in circles.

The function f is a scalar function. But the gradient of f is not a scalar function. is a vector field. That is why it is written in bold text.

A vector field for the movement of air at the surface of the Earth would associate for every point on the surface of the Earth a vector with the wind speed and direction for that point. This can be drawn using arrows to represent the wind; the length (magnitude) of the arrow will be an indication of the wind speed.[4]

Vector field (wind)

Image courtesy of https://www.ventusky.com


There are places on the Earth where air rises from the surface all the way to the top of the atmosphere (thunderstorms). On our map air would seem to flow toward these points and then disappear (since it is no longer at the surface). We call these places "sinks". The opposite of a sink is a source. On our map a source would be a place where air is descending to the surface.

An even better way to represent vector fields than using short arrows is by using flux lines. (The word flux means flow.) Flux lines are unbroken lines that extend from sources all the way to the sinks (or to infinity if there are no sinks). A single flux line traces the path that a single particle would travel from a source to a sink. The intensity (for example wind speed) is indicated by the density of the flux lines. The more the lines are crowded together the greater the intensity (wind speed). Flux lines have a tendency to repel one another.

Divergence[]

The Divergence of the vector field is a scalar that is positive at sources and negative at sinks and zero everywhere else.

Electric field lines begin at *positive charges and end at *negative charges. (The electric field is the gradient of the electric potential.)

VFPt charges plus minus thumb

Curl[]

The Curl of a vector field describes how much the flux lines are twisted. The curl is only defined in 3 dimensions.

The curl of the gradient of a scalar function is always zero but that is not true for the curl of all vector fields. Not all vector fields are the gradient of a scalar function. The flux lines of some vector fields even go in circles.

The flux lines of a magnetic field always go in circles. Magnetic flux lines never end. There is no such thing as *magnetic charge.

VFPt Solenoid correct3 Babs

Green's theorem[]

Radial vector field

Divergence is zero everywhere except at the origin where a charge is located. A line integral around any of the red circles will give the same answer because all the circles contain the same amount of charge.

You can think of each electric field line as beginning (and ending) in a single unit of charge. The more lines there are the more charge there is. Twice as many lines means twice as much charge.

Green's theorem states that if you want to know how many field lines exit a region then you can either count how many lines cross the boundary of that region (perform a line integral) or you can simply count the number of charges within that region. See Divergence theorem.

A version of Green's theorem also works for curl.

Green's theorem is an extremely important result that is widely used in more advanced mathematics. Green's theorem might seem like a trivial result that is so obvious that it isnt even worth stating but in more advanced mathematics it is used in places and in ways that are far from obvious.

Back to top

Introductory mathematics/Elementary physics

Advanced topics[]

Complex numbers[]

The imaginary unit i is

therefore

Because no real number satisfies this equation, i is called an imaginary number.

From Wikipedia:Imaginary number and Wikipedia:Complex number

Complex number illustration

A complex number can be visually represented as a pair of numbers (a, b) forming a vector, representing the complex plane. "Re" is the real axis, "Im" is the imaginary axis, and i satisfies i2 = −1.

An imaginary number is a real number multiplied by the imaginary unit i. The square of an imaginary number bi is b2. For example, 5i is an imaginary number, and its square is −25.

An imaginary number bi can be added to a real number a to form a complex number of the form a + bi, where the real numbers a and b are called, respectively, the real part and the imaginary part of the complex number.

Geometrically, complex numbers extend the concept of the one-dimensional number line to the two-dimensional complex plane by using the horizontal axis for the real part and the vertical axis for the imaginary part. The complex number a + bi can be identified with the point (a, b) in the complex plane.

Two complex numbers and are easily added:

Similarly, subtraction can be performed as

They can also be multiplied:

To divide by a complex number just multiply by the reciprocal of the complex number. The reciprocal of a complex number is:

Back to top

Constant of integration[]

The derivative of the integral of f(x) is indeed just f(x) but the opposite is not always the case.

but

what happened to the 3? The answer is that it was lost.

Strictly speaking whenever you do an integral you are supposed to add a constant of integration

How do we know what c is? The answer is that we don't know! We cant know. Its an unknown so we just leave it as c. c is not a variable. Its a constant. "c" is short for constant.

As a beginner you shouldnt have to worry about the constant of integration. There are two reasons for this.

  1. For the types of problems you as a beginner will be asked to solve the constant will almost always be zero anyway.
  2. Even if the constant wasnt zero, whenever you do a definite integral the constant would cancel out anyway.

For now you dont need to worry about the constant of integration but in more advanced mathematics you will.

Wedge product[]

The cross product of vectors a and b defines an axis of rotation which is perpendicular to both a and b.

But the cross product (and the curl) is only defined in 3 dimensions. In 4 or more dimensions one must use the wedge product. (The wedge product can also be used in 3 dimensions.)

The wedge product of vectors a and b defines a plane of rotation which contains both a and b.

Exterior calc cross product

PlaneRotation

Back to top

Intermediate mathematics[]

See Intermediate mathematics

References[]

  1. Wikipedia:Euclidean vector
  2. Andrew Marx, Shortcut Algebra I: A Quick and Easy Way to Increase Your Algebra I Knowledge and Test Scores, Publisher Kaplan Publishing, 2007, Template:ISBN, 9781419552885, 288 pages, page 51
  3. ex = y = dy/dx
    dx = dy/y = 1/y * dy
    ∫ (1/y)dy = ∫ dx = x = ln(y)
  4. Wikipedia:Vector field

Purge

Advertisement