Skip to Content

Fundamental Math

2 posts

Posts tagged with Fundamental Math

Infinite series

Definition

is an expression of the form:

$$ \sum_{n=1}^{\infty} a_n = a_1 + a_2 + \dots + a_i + \dots $$

The $N^{th}$partial sum $S_n$is the sum of the first N terms:

$$ S_n = a_1 + a_2 + \dots + a_N $$

We say the infinite series $\sum_{n=1}^{\infty} a_n$is convergent with sum $S$provided:

$$ S = \lim_{N \to \infty} S_N $$

if $\lim_{N \to \infty} S_N$does not exist, we say that the series diverges.

Examples

I'll provide an example of an infinite series and explain its convergence or divergence

Infinite series Read more

SETS, Notation

SETS, Notation
Photo by Roman Mager / Unsplash

In ordinary life

SET diagram in reality, made from Gemini and design into diagram by Lucidchart
SET diagram in reality, made from Gemini and design into diagram by Lucidchart

In mathematical

A intersection B (mutual value between A and B
A intersection B (mutual value between A and B
A Union B (takes all value from A and B
A Union B (takes all value from A and B

Notation

Notation Description Example
$x \in A$ The object $x$ is an element of the set $A$. If $A = \{1, 2, 3\}$, $2 \in A$.
$x \notin A$ The object $x$ is not an element of the set $A$. If $A = \{1, 2, 3\}$, $4 \notin A$.
$\emptyset$ The empty set, that is, the set with no elements at all. $\emptyset = \{\}$
$A \subseteq
SETS, Notation Read more