Study of behavior of structures following certain rules. The most fundamental rules or truths are assumptions, called axioms — taken as truth; no proofs. Axioms are used as a starting point for reasoning.
Algebraic Structures
Mathematical operations are not limited to numbers. Algebraic structures provide a way to formalize behavior of operations performed on abstract entities — to generalize operations on numbers to operations on more abstract structures. Algebraic structures are defined based on certain chosen axioms, each with their own properties and behavior resulting from the axioms. More generic structures include more entities, but may have lesser specific properties or behavior. More specific or restrictive structures include fewer entities but may have more specific properties.
The abstract entities can be represented as collections of different things called sets and the individual entities are called elements of the set. The entities when operated on, may result in a well defined output. The operations on the entities (called operands or arguments, in this context) and their outputs are usually denoted as where represents the operation, and represents the operands, and is the output.
Groups
- Set of elements and one binary operation .
- Satisfies group axioms:
- Associativity — For all .
- Identity element — For all , there exists a unique element such that .
- Inverse element — For all , there exists such that . For each , the element is unique. Inverse of is denoted by .
- An abelian group is a group satisfying the group axioms as well as commutativity — that is .
- E.g. is an abelian group. is an abelian group. is not a group since subtraction is not associative.
Rings
- Set of elements and two binary operations analogous to those of addition and multiplication of integers.
- Satisfies ring axioms:
- is an abelian group under addition:
- Associativity — For all , .
- Identity element — For all , there exists a unique element such that .
- Inverse element — For all , there exists such that . For each , the element is unique. Additive inverse of is denoted by .
- Commutative — For all ,
- is a monoid under multiplication:
- Associativity — For all ,
- Identity element — For all , there exists a unique element such that .
- Multiplication is distributed over addition:
- Left distributivity — for all .
- Right distributivity — for all .
- is an abelian group under addition:
- E.g. is a ring, is a ring, etc.
Fields
- Set of elements and two binary operations analogous to those of addition and multiplication of integers.
- Satisfies field axioms:
- Associativity — For all , , and
- Commutative — For all , and .
- Identity element — For all , there exists a unique element such that and , then and are the additive and multiplicative identity respectively.
- Additive Inverse — For all , there exists an element in denoted by such that where is the additive identity.
- Multiplicative Inverse — For all , there exists an element in denoted by such that where is the multiplicative identity.
- Multiplication is distributed over addition:
- Left distributivity — for all .
- Right distributivity — for all .
- In short, a field is a commutative ring where and all non elements are invertible under multiplication.
- E.g. is a field, so is and , but is not a field since multiplicative inverse does not exist for all elements of .
Every field is a ring, and every ring is a group. The above are common algebraic structures, but others algebraic structures exist too.
Number Systems
- — Natural numbers: Numbers . Can sometimes include 0 () or exclude it ().
- — Integers: Numbers .
- — Rational numbers: where are integers, and .
- — Real numbers: Numbers that include rational numbers, algebraic irrational numbers — , , and transcendental numbers — , , etc.
- — Complex numbers: Numbers where and .
Complex Numbers
Numbers that extend the real number system using ‘imaginary’ number . Can be used to represent two dimensional rotations on the complex plane. Usually represented as where and .
- Complex plane — Plane formed by the perpendicular real number line and imaginary number line.
- Argument — The angle between the line joining the origin and the complex number, and the positive real axis, denoted by .
- Absolute Value — The magnitude or distance of a complex number from the origin, denoted by .
- Complex Conjugate — The reflection of complex number across the real axis, denoted by .
When complex numbers are multiplied, the product has the argument that is sum of the argument of the operands; and the magnitude of the product is the product of the magnitude of the operands.
Functions
- Maps each element from an input set to exactly one element from output set .
- The input set is called the domain; the output set is called the codomain.
- The output of the function of an element is called its image. Images can also refer to:
- Image of an element.
- Image of a subset — The image, in this context, refers to the set of images of a subset of elements from the domain.
- Image of a function — The image, in this context, is the image of its entire domain. It is also called the range.
- The input (or set of all the possible inputs) that maps to an output is called the preimage of the output.
- Can be denoted as where is the domain, is the codomain.
- Individual element mappings can be denoted as where and of .
- A function is injective if there is a one-to-one mapping between the domain and codomain.
- A function is surjective if the codomain of the function is the range.
- A function is bijective if it is both injective and surjective.
- For a function, , its inverse undoes the operation .
- maps to such that .
- Inverse of a function exists a function is is bijective.
- Domain and range need not be defined everywhere. E.g. is not defined in for .
- Functions can be nested — denotes performing function on and then performing on the output of .
- Generally, inner/right functions are evaluated before the outer/left.
Logarithm
- Inverse of the exponentiation function.
- If , then .
- Log with base is 10 — , it called common logarithm.
- Log with base is — , is called natural logarithm, sometimes denotes as .
- Logarithm with base 2 — , called binary logarithm, is mostly prevalent in computer science.
Logarithmic Identities
- , where and .
- If , then
- For where , then , where . Can be derived using Euler’s formula.
Trigonometry
- Branch of mathematics concerned with relationships between angles and ratios of side lengths of right triangles.
- returns the ratio of the lengths of the side opposite that angle to the hypotenuse of a right triangle for a given angle .
- returns the ratio of the lengths of the side adjacent that angle to the hypotenuse of a right triangle.
- and are defined as .
- Other trigonometric functions are defined as:
- If , then , ie. is the inverse of the function.
- and is the inverse of the and functions respectively.
- Trigonometric functions are usually defined in the context of a unit circle.
Trigonometric Identities
This page is a part of Home.