BasicMath
| Table of Contents |
Derivative
Power and Logarithm
$$ax^2 + bx + c = 0 \to x = \frac{-b + \sqrt{b^2 -4ac}}{2a}$$ $$a^{2+3} = a^2 a^3$$ $$a^{2 3} = (a^2)^3$$
定義により
真数の積は、対数の和に変換される。逆に(底が同じ)対数の和は、真数の積に変換される。
真数の指数は、対数の定数倍に変換される。
真数の逆数は、対数の符号を反転させる。
真数の商は、対数の差になる。逆に(底が同じ)対数の差は、真数の商に変換される。
底を a から b へ取り替えたいときは
より
となる。これを底の変換という。正の実数 x が 1 でないならば、b = x とすることにより
底の逆数は、対数の符号を反転させる。
Series and Integral
テーラー展開?
e
:<math>e^{i x} = \cos x + i \;\sin x</math> :<math>e^{-i x} = \cos x - i \;\sin x</math> :<math>e^x = \cosh x + \sinh x\!</math> :<math>e^{-x} = \cosh x - \sinh x.\!</math> :<math>\frac{e^{i x} + e^{-i x}}{2} = \cos x</math> :<math>\frac{e^{i x} - e^{-i x}}{2} = i \sin x</math> :<math>\sinh x = \frac{e^x - e^{-x}}{2} = -i \sin ix \!</math> :<math>\cosh x = \frac{e^{x} + e^{-x}}{2} = \cos ix \!</math>
because .... clear for n = 0, and derive for n != 0.
- x = a の周りでの Taylor expansion
\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^{n}\sum_{i=0}^{\infty} \frac{\lambda^i e^{-\lambda}}{i!} s^i = e^{\lambda(s-1)}
- 例:e の x = 0 の周りでの Taylor expansion (マクローリン展開)
e^{x} = \sum^{\infty}_{n=0} \frac{x^n}{n!}\quad\mbox{ for all }xe = \sum^{\infty}_{n=0} \frac{1}{n!}ln(1+x) = \sum^{\infty}_{n=0} \frac{(-1)^{n+1}}{n!} x^n\int_{-\infty}^{\infty} e^{-x^2/2} dx = \sqrt{2 \pi}
二項定理

Lagrange Multipler
Maximize <math>f(\textbf{x})</math> subject to <math>g(\textbf{x}) <= c</math>
Let <math>L(\textbf{x}, \lambda) = f(\textbf{x}) + \lambda(g(\textbf{x}) -c )</math>
Take derivative respect to <math>x_i</math> and <math>\lambda</math> and set 0.
