AN INTRODUCTION TO MATHEMATICS
Mathematics is a fundamental discipline that explores patterns, quantities,
shapes, and the relationships between them. It provides the language and
framework for science, engineering, economics, and countless fields. This
document aims to provide an overview of key areas in mathematics,
illustrating important concepts and some foundational formulas.
1. NUMBER SYSTEMS
The study of numbers is the foundation of mathematics. Numbers can be
classified into different sets:
    • Natural numbers (N): The counting numbers starting from 1, 2, 3, and
      so forth.
    • Whole numbers (W): Natural numbers including zero (0, 1, 2, 3…), useful
      in counting objects with none as an option.
    • Integers (Z): All positive and negative whole numbers including zero (...,
      -3, -2, -1, 0, 1, 2, 3,...).
    • Rational numbers (Q): Numbers expressed as fractions of integers,
      where the denominator is not zero. For example, \(\frac{3}{4}\), \(-
      \frac{5}{2}\).
    • Irrational numbers: Numbers that cannot be expressed as fractions,
      such as \(\sqrt{2}\) and \(\pi\).
    • Real numbers (R): All rational and irrational numbers combined,
      representing any point on the number line.
    • Complex numbers (C): Numbers in the form \(a + bi\), where \(a\) and \
      (b\) are real numbers and \(i\) is the imaginary unit with \(i^2 = -1\).
2. ALGEBRA
Algebra is the branch of mathematics dealing with symbols and the rules for
manipulating these symbols. It generalizes arithmetic operations and allows
us to formulate equations and express relationships.
A basic algebraic expression involves variables, constants, and operators. For
example, the expression:
5x + 3 = 18
is an equation that can be solved for x.
Solving simple linear equations:
  5x + 3 = 18
  5x = 18 - 3
  5x = 15
  x = \frac{15}{5} = 3
Polynomial expressions such as \(ax^2 + bx + c = 0\) appear frequently, where
\(a, b, c\) are constants. The solutions to quadratic equations can be found
using the quadratic formula:
x=−b±b2−4ac2ax = \frac{-b−b    b2 − 4ac - 4ac}}{2a}
                            ± \sqrt{b^2
                          \pm
                    x=
                              2a
3. GEOMETRY
Geometry studies shapes, sizes, and properties of space. It can be divided
into plane geometry (dealing with flat shapes) and solid geometry (dealing
with three-dimensional objects).
Key geometric formulas include:
    • Area of a circle: \(A = πr2 \), where \(r\) is the radius.
                          A=πr2A
    • Circumference of=
                      a circle: \(C = 2πr \).
                                  C=2πrC
    • Area of a triangle:\pi  = 12 ×
                                   = base × height \).
                            A=12×base×heightA
                          \(A
                      r^2=
    • Volume of a sphere:  2\pi
                          \(
                           r
                    \frac{1}
     V=43πr3V = \frac{4}{3}
                    {2}      \pi
                              V =r^34 πr3
                    \times          3
     \).            \text{base}
                    \times
                    \text{height}
4. CALCULUS
Calculus is the study of change and motion. It is divided mainly into two
branches: differential calculus and integral calculus.
    • Differential calculus focuses on rates of change and slope of curves. The
      derivative of a function \(f(x)\) measures how \(f(x)\) changes as \(x\)
      changes.
    • Integral calculus deals with accumulation of quantities and areas under
      curves. The integral of a function \(f(x)\) is essentially the inverse of
      differentiation.
Key formulas in calculus include:
    • Derivative of a power function: \[
                           d x^n
     ddxxn=nxn−1\frac{d}{dx} xn ==nx
                                   nx^{n-1}
                                    n−1
                          dx
      \]
    • Definite integral of a function: \[
                        b
     ∫abf(x) dx=F(b)−F(a)\int_a^b f(x) \, dx = F(b) - F(a)
                      ∫ f (x) dx = F (b) − F (a)
                                  a
     \] where \(F'(x) = f(x)\).
5. PROBABILITY AND STATISTICS
Probability studies the likelihood of events occurring, while statistics deals
with data collection, analysis, interpretation, and presentation.
Basic probability: The probability \(P\) of an event is the ratio of the number
of favorable outcomes to the total number of outcomes:
P(E)=Number P
            of(E)    Number
               favorable      of favorable
                         outcomesTotal     outcomes
                                         number  of outcomesP(E) = \frac{\text
                  =
                       Total number of outcomes
Mean (average) of a data set:
                                            n
xˉ=1n∑i=1nxi\bar{x} = \frac{1}{n}
                             1     \sum_{i=1}^n x_i
                         ˉ = ∑ xi
                         x
                             n i=1
Variance: measures the spread of data points around the mean:
                                       n
σ2=1n∑i=1n(xi−xˉ)2\sigma^21 = \frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})^2
                     σ 2 = ∑(xi − x  ˉ )2
                          n i=1
6. MATHEMATICAL LOGIC AND SET THEORY
Mathematical logic deals with formal logical statements and their validity. Set
theory studies collections of objects and underpins modern mathematics.
A set is a collection of distinct elements. For example, the set of natural
numbers less than 5 is:
\(\{1, 2, 3, 4\}\)
Common set operations include:
    • Union (\(\cup\)): All elements in either set.
    • Intersection (\(\cap\)): Elements common to both sets.
    • Difference (\(\setminus\)): Elements in one set but not the other.
CONCLUSION
Mathematics is a vast and rich subject connecting various disciplines and real-
world applications. From the simplest number operations to complex calculus
and beyond, it provides essential tools for understanding and modeling the
world. This introduction has touched on key areas, laying a foundation for
further exploration and study.