What is the definition of Pure Mathematics?
Contents
What is the definition of Pure Mathematics?
Oh, easy, you say it is just the study of numbers.
That may be true for some areas of math. However, what about geometry, trigonometry, and calculus? And what is the definition of numbers? Now you go to the dictionary and say The relationship between measurements and quantities using numbers and symbols. This is, however, not fully true because this definition also uses applied mathematics. We want pure mathematics.
Also, most of these definitions miss one area of math. Chaos Theory. What is Chaos Theory? Chaos Theory is a recently discovered area of math where nothing can be predicted but nothing is random. We are only at the beginning of learning it. For example can a butterfly that flaps his wings in Brazil trigger a tornado in Texas?
Some definitions hit almost all the areas of math, but some are too broad and logic, for example, often fits into the definition.
We can, however, define some areas of math but not the whole thing. For example, the definition of geometry is Geometry is concerned with the properties and relations of points, lines, surfaces, solids, and higher dimensional analogs. Or the definition of probability is the extent to which an event is likely to occur.
Arithmetic
Definition
The branch of mathematics dealing with the properties and manipulation of constants.
Operations
Arithmetic starts with one thing which without it no arithmetic can survive: Counting Positive Integers. 1,2,3,4,5...
Addition and addition repeated
Addition is combining these integers.
Multiplication is repeating addition.
Exponentiation is repeated Multiplication. .
Inverse
Subtraction is the inverse of addition. Here, negitive numbers and zero come in.
Division is the inverse of multiplication. Here, non-integer fractions comes in.
n roots are the inverse of exponentiation. Here, irrational numbers come in.
Negitive numbers
and are positive.
1.
2.
Proof for 1: This is, in fact, the reason why the negative numbers were introduced: so that each positive number would have an additive inverse. ... The fact that the product of two negatives is positive is therefore related to the fact that the inverse of the inverse of a positive number is that positive number back again.
Proof for 2: Since ab is repeated addition then is repeated subtraction. Therefore it is negative.
Fractions
A fraction a number that can be expressed as two numbers divided. For example, five divided by four is .
Simplifing fractions
Find commom factors in each half of the fration and then divide top and bottam of the fraction by that factor.
Adding frations
Here is how you add fractions. Is they have the same bottom half then . However, if the two or three or n frations do not have the same bottom half you make them. . Subtracting frations is the same exept everything has a minus symbol. Remember to fully simplify.
Multilpying fractions
.
.
Remember to fully simplify.
Irrational numbers
Most sqare roots are irrational. An irrational number is a number that can not be expresed a a fraction.
Proof that any nonperfect square positive integer is irrational
Let us assume that is rational where is a nonperfect square positive integer. Then it can be written as . But no perfect square times a nonperfect square positive integer is a perfect square. Therefore is irrational.
pi and e
Sum irrational numbers are limits. That means they are the sum of smaller and smaller fraction going infinitely long. Pi or (go to the geometry part of this article) is the limit . e is the limit More at the counting part of the article.
Exponent rules
Listed below are some important properties of exponents:
- (if . is undefined.)
Here are explanations of the properties listed above:
- On both sides, we are multiplying b together x+y times. Thus, they are equivalent.
- This is described in the previous section.
- This results from using the previous two properties.
- We are multiplying by itself y times, which is the same as multiplying b by itself xy times.
- After multiplying ab by itself x times, we can collect a and b terms, thus establishing the property.
- Hoping that property #1 will be true when , we see that should (hopefully) be equal to . Thus, we define to be equal to in order to make this be true.
Algebra
Definition
The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formulae and equations.
One-variable linear equations
Definition
'A One-variable linear equation is an equation that comes in the form . , , and are constants and is the varible'.
The answer is always...
When there are fractions in the equation, you multiply both sides by the LMC of the fractions and then you solve. More at the number theory part of this article.
Quadratics
Defination
A quadratic equation is an equation of the second degree, meaning it contains at least one term that is squared. The standard form is with , , and being constants, or numerical coefficients, and is an unknown variable.
The answer is always...
Since the left side of the equation right above is a perfect square, you can factor the left side by using the coefficient of the first term (x) and the base of the last term(b/2a). Add these two and raise everything to the second.
I am assuming you simplified it on your own.
i
.
.
Numbers like this are called imaginary numbers. Impossible, you say. But no. Solve . You get . is . So zero is both real and imaginary. (real means not imaginary)
Powers of i
The pattern repeats.
Complex numbers
A complex number is , where a and b are real. All numbers are complex becuase a and/or/never b can be zero.
Complex
Complex
Complex
Complex
Systems of equations
A system of equations is a set of equations which share the same variables. An example of a system of equations is
Solving Linear Systems
A system of linear equations is where all of the variables are to the power 1. There are three elementary ways to solve a system of linear equations.
Gaussian Elimination
Gaussian elimination involves eliminating variables from the system by adding constant multiples of two or more of the equations together. Let's look at an example:
Problem
Find the ordered pair for which
Solution
We can eliminate by adding twice the second equation to the first:
Thus . We can then plug in for in either of the equations:
Thus, the solution to the system is .
Substitution
The second method, substitution, requires solving for a variable and then plugging that variable into another equation therefore reducing the number of variables. We'll show how to solve the same problem from the elimination section using substitution.
Problem
Find the ordered pair for which
Solution
The first equation can be solved for :
Plugging this into the second equation yields
Thus . Plugging this into either of the equations and solving for yields .
Algebra
There are many more types of algebra: inequalities, polynomials, graphing equations, arithmetic, and geometric sequence.
Algebra is a broad and diverse area of math in which this is just a short introduction.
Number Theory
Definition
The branch of mathematics that deals with the properties and relationships of numbers, especially the positive integers.
Primes
A prime number (or simply prime) is a positive integer whose only positive divisors are 1 and itself. Note that is usually defined as being neither prime nor composite because it is its only factor among the natural number numbers.
There are an infinite number of prime numbers. A standard proof attributed to Euclid notes that if there are a finite set of prime numbers , then the number is not divisible by any of them, but must have a prime factor, which leads to a direct contradiction.
Techniques to Check for Prime Numbers
Divisibility
A prime number is only divisible by one or itself, so a number is prime if and only if is not divisible by any integer greater than and less than . One only needs to check integers up to because dividing larger numbers would result in a quotient smaller than .
Modular Arithmetic
Modular arithmetic can help determine if a number is not prime.
- If a number not equal to is congruent to , then the number is not prime.
- If a number not equal to ends with an even digit or , then the number is not prime.
Importance of Primes
According to the Fundamental Theorem of Arithmetic, there is exactly one unique way to factor a positive integer into a product of primes. This unique prime factorization plays an important role in solving many kinds of number theory problems.
Mersenne Primes
A Mersenne prime is a prime of the form . For such a number to be prime, n must itself be prime. Compared to other numbers of comparable sizes, Mersenne numbers are easy to check for primality because of the https://en.wikipedia.org/wiki/Lucas%E2%80%93Lehmer_primality_test Lucas-Lehmer test, severely reducing the amount of computation needed.
Twin Primes
Two primes that differ by exactly 2 are known as twin primes. The following are the first few pairs of twin primes:
3, 5
5, 7
11, 13
17, 19
29, 31
41, 43
It is not known whether or not there are infinitely many pairs of twin primes. This is known as the Twin Prime Conjecture, which is a specific instance of the Hardy-Littlewood conjecture.
Gaussian Primes
A Gaussian prime is a prime that extends the idea of the traditional prime to the Gaussian integer. One can define this term for any ring, especially number rings.
Advanced Definition
When the need arises to include negative divisors, a prime is defined as an integer p whose only divisors are 1, -1, p, and -p. More generally, if R is an integral domain, then a nonzero element p of R is a prime if whenever we write with , then exactly one of a and b is a unit.
LCM and GCD
Bases
Note
This article is not finished. Colin Friesen or Colball is the only person allowed to edit. The plan for me is to make this page longer than Gmaas's. (Sorry, Gmaas).