@keiichin

@keiichin

Ch8-Matrices and vector spaces

Mathematical Methods for Physics and Engineering 1. Basic definitions: (0) Definition of linear vector space: a set of $\mathbf{a}$,$\mathbf{b}$,$\mathbf{c}$,$\dots$ forms a linear vector space providing that: (1) Linearly dependent: $$\alpha\mathbf{a}+\beta\mathbf{b}+\cdots+\sigma\mathbf{s}=\mathbf{0}$$ (2) A complete set: $$\alpha\mathbf{e}_1+\beta\mathbf{e}_2+\cdots+\sigma\mathbf{e}_N+\chi\mathbf{x}=\mathbf{0}$$ or $$\mathbf{x}=x_{1}\mathbf{e}_{1}+x_{2}\mathbf{e}_{2}+\cdots+x_{N}\mathbf{e}_{N}=\sum_{i=1}^{N}x_{i}\mathbf{e}_{i}$$where $\alpha, \beta,\ldots,\chi$ are…

Ch7-Vector algebra

Mathematical Methods for Physics and Engineering 1. Some conclusions: (1) Ratio theorem: Line segment AB is divided into AP and PB. AP:PB = $\lambda:\mu$. Then $\mathbf{OP}=\frac{\mu}{\lambda+\mu} \mathbf{OA}+\frac{\lambda}{\lambda+\mu} \mathbf{OB}$. (2) Centroid G of a triangle: $$\mathbf{g}=\frac{1}{3}(\mathbf{a}+\mathbf{b}+\mathbf{c})$$. (3) The cosine of the…

Ch6-Multiple integrals

Mathematical Methods for Physics and Engineering 1. Some integrals: (1) 2-D integrals: $\iint_{D} f(x,y) \, dx \, dy$; (2) 3-D integrals: $\iiint_{V} f(x,y,z) \, dx \, dy \, dz$; (3) Area integrals: $\iint_{D} g(x,y) \, dA$; (4) Volume integrals (2-D):…

Ch5-Partial differentiation

Mathematical Methods for Physics and Engineering 1. Some properties of partial differentiation: 1.1 Clairaut’s theorem: Let $f(x,y)$ be a function. Suppose $f$ has continuous second-order partial derivatives in a neighborhood of a point $(x_0,y_0)$. Then: $$\frac{\partial^2 f}{\partial x\partial y} =…

Ch4-Series and limits

Mathematical Methods for Physics and Engineering 1. Basic sum of series [Page 117-118]: Basic series: $$\begin{array}{ll} Arithmetic\ series:S_N=\frac{N}{2}(first\ term+last\ term)\\ Geometric\ series:S_N=\frac{a(1-r^N)}{1-r} \end{array}$$ Especially, $S_N=\frac{a}{1-r}$ for infinite geometric series with $|r|<1$. Arithmetico-geometric series: $$\begin{array}{ll} S_N & =\sum\limits_{n=0}^{N-1}(a+nd)r^n\\ & =\mathbf{\frac{a-[a+(N-1)d]r^N}{1-r}+\frac{rd(1-r^{N-1})}{(1-r)^2}} \end{array}$$…

Ch3-Complex numbers and hyperbolic functions

Mathematical Methods for Physics and Engineering 1. Complex number division [Page 90-91]: $\frac{z_1}{z_2}=\frac{x_1x_2+y_1y_2}{x_2^2+y_2^2}+i\frac{x_2y_1-x_1y_2}{x_2^2+y_2^2}$ Especially for conjugate division: $\frac{z}{z^*}=\frac{x^2-y^2}{x^2+y^2}+i\frac{2xy}{x^2+y^2}$ 2. Complex number logarithms [Page 100]: $z=re^{i(\theta+2n\pi)},\ Lnz=lnr+i(\theta+2n\pi)$ 3. Complex number applied to differentiation and integration [Page 101]: Sometimes complementing trigonometric functions…

2FSK over the air

1. What’s 2FSK (two frequency represent 0 and 1) 2. Connect CC1101 with Arduino See 2ASK over the air. 3. Find frequency shift of CC1101 See 2ASK over the air. 4. Find sync word See 2ASK over the air. The…

2ASK over the air

1. What’s 2ASK (simply ON-OFF) 2. Connect CC1101 with Arduino Need to connect CC1101 first. I used Arduino, and here’s pinout of CC1101 module: Connection like this: 3. Find frequency shift of CC1101 Many RF modules have frequency shift, you…

Ch2-Preliminary calculus

Mathematical Methods for Physics and Engineering 1. Basic derivatives of some functions [Page 44] $$\frac{d}{dx}sec(ax)=asec(ax)tan(ax)\\ \frac{d}{dx}tan(ax)=asec^2(ax)\\ \frac{d}{dx}cosec(ax)=-acosec(ax)cot(ax)\\ \frac{d}{dx}cot(ax)=-acosec^2(ax)\\ \frac{d}{dx}sin^{-1}\frac{x}{a}=\frac{1}{\sqrt{a^2-x^2}}\\ \frac{d}{dx}cos^{-1}\frac{x}{a}=\frac{-1}{\sqrt{a^2-x^2}}\\ \frac{d}{dx}tan^{-1}\frac{x}{a}=\frac{a}{a^2+x^2}\\ Leibnitz’ theorem:(uv)^{(n)}=\sum\limits_{r=0}^{n}{}^{n}C_ru^{(r)}v^{(n-r)}$$ 2. Some properties of curves [Page 44,49,51,53-56] $\frac{df}{dx}=0,\frac{d^2f}{dx^2}>0\Rightarrow Minimum;\frac{df}{dx}=0,\frac{d^2f}{dx^2}<0\Rightarrow Maximum$ . $$\frac{df}{dx}=0,\frac{d^2f}{dx^2}=0\Rightarrow a\ stationary\ point\ of\ inflection\\(\frac{d^2f}{dx^2}…