mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[Analysis] Clean up, add some notes
This commit is contained in:
@@ -17,7 +17,8 @@ We usually call $f : X \rightarrow \R^n$ a \bi{vector field}, which maps each po
|
||||
Often, we use $V$ instead of $f$ to denote the vector field.
|
||||
Ideally, to compute a line integral, we compute the derivative of $\gamma$ and $V(\gamma(t))$ separately, then simply do the integral after.
|
||||
\hl{Be careful with hat functions} like $|x|$, we need two separate integrals for each side of the center!
|
||||
Alternatively to using a line integral, see section \ref{sec:green-formula} for a faster way
|
||||
Alternatively, see section \ref{sec:green-formula} for a faster way.
|
||||
For calculating the area enclosed by the curve, see there too.
|
||||
|
||||
\setLabelNumber{all}{4}
|
||||
\compactdef{Oriented reparametrization} of $\gamma$ is parametrized curve $\sigma : [c, d] \rightarrow \R^n$ s.t $\sigma = \gamma \circ \varphi$, with $\varphi : [c, d] \rightarrow I$ cont. map,
|
||||
@@ -63,6 +64,7 @@ $\text{curl}(f) = \begin{bmatrix}
|
||||
\end{bmatrix}$
|
||||
\dnrmvspace
|
||||
|
||||
If $\text{curl}(f) = 0$, then $f$ is irrational.
|
||||
Below a chart to figure out some properties:
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[node distance = 0.5cm and 0.5cm, >={Classical TikZ Rightarrow[width=7pt]}]
|
||||
|
||||
@@ -53,5 +53,9 @@ That set is derived from the image that is given for the line.
|
||||
Be cognizant of what direction the integral goes, if the set is on the right hand side of the curve, the final result has to be negated to change the direction of the integral.
|
||||
If the curve doesn't fully enclose the set, then we can simply compute the line integrals of the missing sections and subtract them from the final result.
|
||||
|
||||
We can also use known formulas to compute the area of discs, etc (like $r^2 * \pi$ for a circle).
|
||||
To calculate the area enclosed by a curve using Green's formua, we can use the vector field
|
||||
% TODO: Finish
|
||||
|
||||
\shade{gray}{Center of mass}
|
||||
The center of mass of an object $\cU$ is given by $\displaystyle \overline{x}_i = \frac{1}{\text{Vol}(\cU)} \int_{\cU} x_i \dx x$.
|
||||
|
||||
Reference in New Issue
Block a user