[Math] Intermediate Value Theorem, Mean Value Theorem and Rolle’s Theorem
·
.../Math
중간값의 정리(Intermediate Value Theorem, IVT) 와 평균값의 정리(Mean Value Theorem, MVT) 는미적분학에서 중요한 정리들이며, 서로 유사하게 보이지만 다른 정리임. 중간값의 정리 (Intermediate Value Theorem, IVT)중간값의 정리는 function의 continuity (연속성)에 대한 Theorem. function $f(x)$가 $[a,b]$에서 continuous이고 $f(a) \ne f(b)$이면, $f(a)$와 $f(b)$ 사이의 어떤 값 $m$ (=intermediate value)에 대해 $f(c)=m$인 $c$가 $(a,b)$에서 적어도 하나 이상 존재.  비슷한 것으로 Extreme Value Theorem (최대-최소의 정..
[Math] Inverse Function: Inverse vs. Reciprocal
·
.../Math
수학 용어에서 "reciprocal"과 "inverse"는 다른 뜻을 가지므로 주의해서 사용해야 함. inverse는 역원 이고 identity는 항등원 임.reciprocal은 역수로 특정 숫자와 그에 대한 reciprocal을 곱하면 1이 나옴Inverse vs. Reciprocal: 쉽게 살펴본 역함수"reciprocal"은 "역수"로 특정 수나 expression에 대해 역수를 취하는 것을 의미함. cosecant 함수가 sin함수의 reciprocal이라고 할 수 있음.$$ x \leftrightarrow \frac{1}{x}$$ 하지만, "inverse"는 "역함수"로서 "inverse function"이라고 풀어 쓸 수 있고,function의 효과를 뒤집는 function을 의미한다.$$y=..
[Math] Trigonometric Functions
·
.../Math
Trigonometric functions 는 angle의 크기에 따라 변하는 functions로 삼각형의 변들 사이의 ratio 를 나타냄. Transcendental functions 의 대표적인 예임.sin과 cos은 주기신호나 wave등을 나타내는데 사용되는 기본적인 함수.때문에 Fourier Transform과 같이 주파수 관련 처리나,Positional Encoding 등에서 많이 사용됨.2022.04.19 - [.../Physics] - [Physics] A periodic representation of wave : sin and cos [Physics] A periodic representation of wave : sin and cos$\sin$(정현), $\cos$(여현) : 주기신호..
[Math] Polynomial Functions (다항함수)
·
.../Math
Definition 함수 $f(x)$가 $x$에 대한 polynomial expression(다항식)일 때, $y=f(x)$를 polynomial function이라 함. Example$$ f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0 $$ set의 관점에서 보면,Rational Functions의 일종이라고 볼 수 있음 (Denominator가 1인 경우)Algebraic Functions에 속하며, 대표적인 Algebraic Functions임.같이보면 좋은 자료들2023.06.03 - [.../Math] - [Math] Monomial and Polynomial (단항식 과 다항식) [Math] Monomial and Polynomial (단항식 과 다항식)Monomi..
[Math] Relation
·
.../Math
다음은 Relation에 대한 간단한 정의임.A relation (or, more precisely, a binary relation) on a set $A$ is a collection of ordered pairs of elements from $A$. 이를 Cartesian Product를 통해 설명하면,$A$로부터 $B$의 (binary) relation $R$은 $A \times B$의 subset 으로,$$a\in A, b \in B \\ (a,b)\in R$$이 성립하며, $_aR_b$ 로 표기한다. 이는 $a$와 $b$는 $R$의 관계가 있음을 나타내며 다음과 같이 표기하기도 한다.$$R: A\rightarrow B$$ $\neg _a R_a$ 라고 기재하면 "$a$는 $a$와 $R$의 관..
[Math] Transcendental Function (초월함수)
·
.../Math
DefinitionTranscendental Function 는 Algebraic Function 과 달리 Polynomial Eqaution 을 만족하지 않는 Analytic Function. A transcendental function is an analytic function that does not satisfy a polynomial equation, in contrast to an algebraic function. (The polynomials sometimes must have rational coefficients.) 쉽게 말해서 algebraic function을 제외한Analytic functions가  transcendental function임.In other words, a t..