Since it is just a sort of discussion, I will just give the formula and condition without proving them or leaving examples.

General:

  • Line integral(Work and in the plane)

    $\int_{C}\vec{F}\cdot \mathrm{d}\vec{r} = \int_{C}M\mathrm{d}x+N\mathrm{d}y$, in which $\vec{F} = <M,N>$

      Method: Express $x$ and $y$ in a single variable (OR means parameterization).

  • Gradient fields & path-independence

    Condition:

      $curl(\vec{F}) = 0$ and $\vec{F}$ is defined in a simple-connected region, in which $curl(\vec{F}) = N_{x} - M_{y}$ if $\vec{F} = <M,N>$ and $curl(\vec{F}) = \nabla\times\vec{F}$(namely

\begin{vmatrix}

\hat{i} & \hat{j} & \hat{k} \\

\frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\

P & Q & R

\end{vmatrix}

) if $\vec{F} = <P,Q,R>$

      then $vec{F} = \nabla f$, or $vec{F}$ is the partial derivative vector of some vector field.

    The method of finding the potential:

      Method 1. Do line integral. Integral along the x-axis and y-axis and z-axis, if they exist. (Using path-independence)

      Method 2. Integral one component of $\vec{F}$ and then differential it over another variable and compare. (...)

  • Flux in plane & space

    in the plane:

      $\hat{n} = \hat{T}$ rotated 90 degrees clockwise $=<\mathrm{d}y,-\mathrm{d}x>$

      $\int_{C}\vec{F}\cdot\hat{n}\mathrm{d}s = \int_{C}P\mathrm{d}y-Q\mathrm{d}x$, in which $\vec{F} = <P,Q>$

    in the space(or specifically, surface):

      $\iint_{S}\vec{F}\cdot\hat{n}\mathrm{d}S = \iint_{S}\vec{F}\cdot(<-f_{x},-f_{y},1>\mathrm{d}x\mathrm{d}y)$, if we use $z = f(x,y)$ to describe the surface.

                        $=\iint_{S}\vec{F}\cdot(\pm\frac{\vec{N}}{\vec{N}\cdot\hat{k}}\mathrm{d}x\mathrm{d}y)$, if we are given the normal vector of the surface,or specifically, $g(x,y,z) = 0$

Association:

[Mathematics][MIT 18.02]Detailed discussions about 2-D and 3-D integral and their connections的更多相关文章

  1. [Mathematics][MIT 18.03] Detailed Explanation of the Frequency Problems in Second-Order Differential Equation of Oscillation System

    Well, to begin with, I'd like to say thank you to MIT open courses twice. It's their generosity that ...

  2. [Mathematics][MIT 18.03] Proof of a Theory about the Solution to Second-order Linear Homogeneous Differential Equation

    At first, I'd like to say thank you to MIT open courses which give me the privilege to enjoy the mos ...

  3. PYTHON替代MATLAB在线性代数学习中的应用(使用Python辅助MIT 18.06 Linear Algebra学习)

    前言 MATLAB一向是理工科学生的必备神器,但随着中美贸易冲突的一再升级,禁售与禁用的阴云也持续笼罩在高等学院的头顶.也许我们都应当考虑更多的途径,来辅助我们的学习和研究工作. 虽然PYTHON和众 ...

  4. POJ3273 Monthly Expense 2017-05-11 18:02 30人阅读 评论(0) 收藏

    Monthly Expense Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 25959   Accepted: 10021 ...

  5. Oracle PLSQL Demo - 18.02.管道function[查询零散的字段组成list管道返回] [字段必须对上]

    --PACKAGE CREATE OR REPLACE PACKAGE test_141215 is TYPE type_ref IS record( ENAME ), SAL )); TYPE t_ ...

  6. [MIT 18.06 线性代数]Intordution to Vectors向量初体验

    目录 1.1. Vectors and Linear Combinations向量和线性组合 REVIEW OF THE KEY IDEAS 1.2 Lengths and Dot Products向 ...

  7. How do I learn mathematics for machine learning?

    https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning   How do I learn mathematics f ...

  8. mit课程ocw-mathematics

    https://ocw.mit.edu/courses/find-by-topic/#cat=mathematics Course # Course Title Level 1.010 Uncerta ...

  9. MIT挑战(如何在12个月内自学完成MIT计算机科学的33门课程|内附MIT公开课程资源和学习顺序

    译者注:本文译自Scott H. Young的博客,Scott拥有超强的学习能力,曾在12个月内自学完成麻省理工学院计算机科学的33门课程.本文就是他个人对于这次MIT挑战的介绍和总结. 版权声明:本 ...

随机推荐

  1. Django之使用内置函数和celery发邮件

    邮箱配置 开启stmp服务 以163邮箱为例,点击设置里面的stmp 开启客户端授权密码 如上所示,因为我已经开启了,所以出现的是以上页面. 这样,邮箱的准备就已经完成了. 使用Django内置函数发 ...

  2. 连接池你用对了吗?一次Unexpected end of stream异常的排查

    能收获什么? 更加了解TCP协议 Redis与客户端关闭连接的机制 基于Apache Common连接池的参数调优 Linux网络抓包 情况简介 近期迁移了部分应用到K8s中,业务开发人员反馈说,会发 ...

  3. Swift从入门到精通第十一篇 - 初始化 初识

    初始化(学习笔记) 环境Xcode 11.0 beta4 swift 5.1 初始化 初始化是类.结构体.枚举生成实例的过程,为该类的每个存储属性设置初始值,有些在实例使用前的设置或初始化也可在此实现 ...

  4. 百度地图WEB端判断用户是否在网格范围内

    在pc端设置商家的配送范围,用户在下单时,根据用户设置的配送地点判断是否在可配送范围内,并给用户相应的提示. 下面说下我的实现思路: 1.用百度地图在PC端设置配送范围,可拖拽选择 2.根据用户设置的 ...

  5. 阿里第二轮面试:手写Java二叉树

    阿里面试 现在很多公司在招聘开发岗位的时候,都会事先在招聘信息中注明面试者应当具备的知识技能,而且在面试的过程中,有部分对于技能掌握程度有严格要求的公司还会要求面试者手写代码,这个环节很考验面试者的基 ...

  6. Winform中设置ZedGraph曲线图的字体样式是避免出现边框

    场景 Winforn中设置ZedGraph曲线图的属性.坐标轴属性.刻度属性: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/10 ...

  7. localStorage详细总结

    一.localStorage简介: 在HTML5中,新加入了一个localStorage特性,这个特性主要是用来作为本地存储来使用的,解决了cookie存储空间不足的问题(cookie中每条cooki ...

  8. LOVE POWER html与javaScript

    1.纯HTML与javaScript编写的表白动态图 1.对于世界而言,你是一个人:但是对于某个人,你是他的整个世界. 2.不要为那些不愿在你身上花费时间的人而浪费你的时间. 3.我爱你,不是因为你是 ...

  9. 右键没有新建word选项

    两类解决办法 一. 1. 新建一个txt文本,并插入如下内容: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.doc] @=&quo ...

  10. AD 域服务简介(二)- Java 获取 AD 域用户

    博客地址:http://www.moonxy.com 关于AD 域服务器搭建及其使用,请参阅:AD 域服务简介(一) - 基于 LDAP 的 AD 域服务器搭建及其使用 一.前言 先简单简单回顾上一篇 ...