This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math121a-f23:september_1 [2023/08/26 22:10] pzhou |
math121a-f23:september_1 [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Differentiation ===== | ===== Differentiation ===== | ||
| What is differentiation? | What is differentiation? | ||
| + | |||
| + | ==== Chain Rule ==== | ||
| + | There is also the chain rules, which says, if quantity x affect y,and y affect z, then x affects z. If $y=2x$, $z=3y$, then $z = 6x$. | ||
| + | |||
| + | ==== Partial Derivative ==== | ||
| + | If you have a function $f(x,y)$ that depends on two input variables, you can ask how sensitive the output is on each of them, say | ||
| + | $$ \frac{\d f}{\d x}(x_0, y_0) = \lim_{\epsilon \to 0} \frac{f(x_0 + \epsilon, y_0) - f(x_0, y_0)}{\epsilon} $$ | ||
| + | |||
| ===== Integration ===== | ===== Integration ===== | ||
| - | What is integration? | + | What is integration? |
| + | $$ \int_a^b f(x) dx = \lim_{N\to \infty} f(x_{N,i}) \Delta_N x, \quad x_{N,i} = a + \frac{b-a}{N} i, \Delta_N x = \frac{b-a}{N}. $$ | ||
| The fundamental theorem of calculus says | The fundamental theorem of calculus says | ||
| $$ \int_a^b f'(x) dx = f(b) - f(a).$$ | $$ \int_a^b f'(x) dx = f(b) - f(a).$$ | ||
| - | ===== Chain Rule ===== | + | * line integral |
| - | There is also the chain rules, which says, if quantity x affect y,and y affect z, then x affects z. If $y=2x$, $z=3y$, then $z = 6x$. | + | |