Topics

  • Multivariable Calculus
    • Derivatives

      • This is the directional derivative of in the direction of
    • Jacobians \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix}$$ $\left|\frac{\partial(x,y)}{\partial(u,v)}\right|=\left|\frac{\partial(u,v)}{\partial(x,y)}\right|^{-1}$ $$J=\left|\frac{\partial(x, y, z)}{\partial(u,v,w)}\right|= \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} & \frac{\partial x}{\partial w} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} & \frac{\partial y}{\partial w} \\ \frac{\partial z}{\partial u} & \frac{\partial z}{\partial v} & \frac{\partial z}{\partial w} \end{vmatrix}$$ $\left|\frac{\partial(x,y,z)}{\partial(u,v,w)}\right|=\left|\frac{\partial(u,v,w)}{\partial(x,y,z)}\right|^{-1}$ $J_{\text{polar}}=J_{\text{cylindrical}}=r$ $x=r\cos \theta, \space y=r\sin \theta, \space z=z$ $r=\sqrt{x^2+y^2},\space \theta=\tan^{-1}(\frac{y}{x}), \space z=z$ $J_{\text{spherical}}=\rho^2\sin(\phi)$ $x=\rho\sin\phi\cos\theta,\space y=\rho\sin\phi\sin\theta,\space z=\rho\cos\phi$ $\rho=\sqrt{x^2+y^2+z^2},\space \theta=\tan^{-1}(\frac{y}{x}),\space \phi=\cos^{-1}(\frac{z}{\rho})$
    • Mass and Probability




















      • This is the probability that

      • This is the expected value of
        Only applies if


      • This is the probability that

      • This is the expected value of
        Only applies if

    • Operations on Vector Fields

      • The Laplacian of a function is akin to the second derivative of a function in 1D calculus. However, there is now more than one input. So , which is the divergence of the gradient of . So more positive corresponds to minima while more negative corresponds to maxima.
        3Blue1Brown video that explains the intuition of the Laplacian:
        https://www.youtube.com/watch?v=EW08rD-GFh0
      \frac{\partial f}{\partial x}\
      \frac{\partial f}{\partial y}\
      \frac{\partial f}{\partial z}
      \end{bmatrix}=\vec F,\text{ which is a vector field (not the same as a vector)}$$
      The gradient of a scalar field evaluated at a point gives a vector that points toward greatest increase of the scalar field \frac{\partial f}{\partial y}+ \frac{\partial f}{\partial z}$$ $$\text{curl}(\vec F)=\nabla\times\vec F=\begin{vmatrix} \hat i&\hat j&\hat k\\ \frac{\partial f}{\partial x}&\frac{\partial f}{\partial y}&\frac{\partial f}{\partial z}\\ F_1&F_2&F_3 \end{vmatrix}\\=(\frac{\partial F_3}{\partial y}-\frac{\partial F_2}{\partial z})\hat i+(\frac{\partial F_1}{\partial z}-\frac{\partial F_3}{\partial x})\hat j+(\frac{\partial F_2}{\partial x}-\frac{\partial F_1}{\partial y})\hat k$$ - $\vec F\text{ is conservative in 2D }\rightarrow \frac{\partial F_1}{\partial y}=\frac{\partial F_2}{\partial x}$ This statement is biconditional if $F$ is on a simply connected domain (no holes) - $\vec F\text{ is conservative in 3D}\rightarrow\nabla\times F=0$ This statement is biconditional if $\vec F$ is on a simply connected domain (no holes that prevent any choice of a closed curve from being stretched and deformed to a point without leaving the domain)
    • Fundamental Theorems of Vector Analysis
      Intuition: https://www.youtube.com/watch?v=hJD8ywGrXks

      • . It is the z-component of the curl of
        is the boundary of oriented positively, or “going counter clockwise”
        The intuition is that is a closed curve going counter clockwise, and represents the amount of counter clockwise rotation around a point. The total “alignment” between the vector field and the counter clockwise boundary can be obtained by summing up the curls of all the points within our boundary. This idea is explained in this video:
        https://www.youtube.com/watch?v=8SwKD5_VL5o

      • The intuition is that the amount of stuff (e.g. fluid) represented by leaving a point is represented by . The total amount of fluid leaving an entire domain would thus be the sum of divergences of all points within the domain and also the flux integral about the path of the domain’s boundary.

      • A function is harmonic iff
        This essentially states that if a function is harmonic, the value of the function within any domain is equal to the average value of the domain’s perimeter.

      • Analagous to integration by parts in 1D, but for 2D vectors

      • Also called Green’s Formula
        Another form of integration by parts in 2D.
        Proof: Take and apply integration by parts in 2D

      • Is like Green’s Theorem, but for 2D surfaces in 3D space.
        is the positively oriented boundary of , meaning you apply the right hand rule such that if the normal points out of the surface, the thumb points toward the surface while the curled fingers dictate the positive orientation of . Another way of viewing this is to imaging you are on the boundary with your body pointing upright in the same direction as the normal. If you follow the direction of , then your right foot should be closer to off the edge of the boundary

      • States that the curl of a function over a closed surface is .


      • Also called Gauss’s Theorem
        Like 3D version of Stoke’s Theorem, where is a positively oriented boundary of . That essentially means the normal of points outward.

      • Integration by parts in 3D
        Proof: apply product rule to

      • Take