Lines and Planes in Space
·
Mathematics/Calculus
Vector Equation for a LineA vector equation for the line $L$ through $P_0(x_0, y_0, z_0)$ parallel to $\mathbf{v}$ is $$\mathbf{r}(t) = \mathbf{r}_0 + t \mathbf{v}, \text{  } -\infty Vector Equation for a PlaneA vector equation for the plane through $P_0(x_0, y_0, z_0)$ normal to $\mathbf{n} = A \mathbf{i} + B \mathbf{j} + C\mathbf{k}$ is $$\mathbf{n} \cdot \overrightarrow{P_0P} = 0$$ where $\ma..
Parametrization
·
Mathematics/Calculus
ParametrizationDefinition 1. If $x$ and $y$ are given as functions $$x = f(t), \text{  } y=g(t)$$ over an interval $I$ of $t$-values, then the set of points $(x, y) = (f(t), g(t))$ defined by these equations is a parametric curve. The equations are parametric equations for the curve.The variable $t$ is a parameter for the curve, and its domain $I$ is the parameter interval. If $I$ is a closed in..
Taylor and Maclaurin Series
·
Mathematics/Calculus
Taylor Series함수 $f$를 양수의 수렴 반경을 가지고 $$f(x) = \sum_{n=0}^{\infty} a_n(x-a)^n$$ 이라고 하자. 이 수렴 구간에서 미분하면 $$f'(x) = a_1 + 2a_2(x-a) + 3a_3(x-a)^2 + \cdots + na_n(x-a)^{n-1} + \cdots , \\ f''(x) = 1\cdot 2 a_2 + 2 \cdot 3 a_3 (x-a) + 3\cdot 4 a_4 (x-a)^2 + \cdots , \\ f'''(x) = 1 \cdot 2 \cdot 3 a_3 + 2 \cdot 3 \cdot 4a_4(x-a) + 3\cdot 4 \cdot 5a_5 (x-a)^2 + \cdots , \\ \vdots$$ 임을 알 수 있다. 각 등식에 $x=a$..
Power Series
·
Mathematics/Calculus
Power SeriesDefinition 1. A power series about $x=a$ is a series of the form $$\sum_{n=0}^{\infty} c_n(x-a)^n$$ in which the center $a$ and the coefficients $c_0, c_1, ..., c_n$ are constants.Convergent Theorem for Power SeriesTheorem 1. If the power series $\sum_{n=0}^{\infty} a_n x^n$ converges at $x = c \neq 0$, then it converges absolutely for all $x$ with $|x| |d|$.Corollary. The convergen..
Series Tests
·
Mathematics/Calculus
The $n$th-Term Test for a Divergent Series Theorem 1. If $\sum_{n=1}^{\infty} a_n$ converges, then $a_n \rightarrow 0$.Proof. Let $\sum_{n=1}^{\infty} a_n = \lim_{n \to \infty} s_n = L$, where $s_n$ is the partial sums of the series and $L$ is the sum of the series. Note that $$\lim_{n \to \infty} s_n = \lim_{n \to \infty} s_{n-1} = L \\ \Longrightarrow \lim_{n \to \infty} (s_n - s_{n-1}) = \lim..
Least Upper Bound Property
·
Mathematics/Real analysis
Ordered SetDefinition 1. An order $relation with the following two properties:(1) If $x \in S$ and $y \in S$, then one and only one of the statements $$x(2) $S$ is transitive.We call $S$ an ordered set if an order is defined in $S$.BoundedDefinition 2. Suppose $S$ is an ordered set, and $E \subset S$. (1) If there exists a $\beta \in S$ such that $x \leq \beta, \forall x \in E$, we say that $E$ ..
Equivalence Relation
·
Mathematics/Set Theory
Equivalence RelationDefinition 1. Let $R$ be a relation in a set $X$. Then we say that (a) $R$ is reflexive $\iff$ $\forall x \in X, xRx$.(b) $R$ is symmetric $\iff$ $xRy \Longrightarrow yRx$.(c) $R$ is transitive $\iff$ $xRy \wedge yRz \Longrightarrow xRz$. (d) $R$ is an equivalence relation $\iff$ $R$ is reflexive, symmetric, and transitive. Equivalence relation, 즉 동치 관계는 사실상 두 원소가 같음을 보장해주는 관..
Partial Order, Total Order
·
Mathematics/Set Theory
Partial OrderDefinition 1. A relation $\leqq$ on a set $A$ is called a partial order relation if and only if the relation $\leqq$ is reflexive and transitive on $A$ and antisymmetric on $A$, that is, if $a\leqq b$ and $b \leqq a$, then $a = b$. A partially ordered set is a pair $(A, \leqq)$, where $A$ is a set and $\leqq$ is a partial order relation on $A$.Total orderDefinition 2. A total order ..
Relation
·
Mathematics/Set Theory
RelationDefinition 1. A relation $R$ from $A$ to $B$ is a subset of $A \times B$. It is customary to write $aRb$ for $(a, b) \in R$. The symbol $aRb$ is read $a$ is $R$-related to $b$.많은 경우 $A = B$이며, 이때 관계 $R$은 relation in $A$ 라고 말한다. Inverse RelationDefinition 2. Let $A, B$ be sets, not necessarily distinct, and let $R$ be a relation from $A$ to $B$. Then inverse $R^{-1}$ of $R$ is the relatio..
The Limit of a Sequences
·
Mathematics/Real analysis
SequenceDefinition 1. A sequence is a function whose domain is $\mathbb{N}$.고등학교에서는 수열을 '수의 나열'이라고 정의하곤 하는데, 정의에 의하면 꼭 '수'를 나열한 것만이 수열이 될 필요는 없다. 수가 아닌 함수나 다른 대상도 가능하다. Bounded SequenceDefinition 2. A sequence $\{ a_n \}$ is said to be bounded if its range is bounded. That is, there exists a number $M > 0$ such that $|a_n| \geq M$ for all $n \in \mathbb{N}$.Monotonic SequenceDefinition 3. A sequ..