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. ubuntu16.04设置bind9.10.3的chroot运行

    重点:1)系统是ubuntu的16.04 bind9.10.3 2)确保你的系统是没问题的,我之前的16.04有问题,在虚拟机上怎么都操作都不行, 在/var/log/syslog可以看到:could ...

  2. NOIP2009 1.多项式输出

    题目: 其中,aixi称为 i 次项,ai 称为 i 次项的系数.给出一个一元多项式各项的次数和系数,请按照如下规定的格式要求输出该多项式: 1. 多项式中自变量为 x,从左到右按照次数递减顺序给出多 ...

  3. 【学习笔记】第四章 Python3核心技术与实践--列表与元组

    前面的课程,我们了解了Python 语言的学习方法,并且带你了解了 Python 必知的常用工具——Jupyter.接下来我们正式学习 Python 的具体知识. 对于每一门编程语言来说,数据结构都是 ...

  4. 第五场周赛(字符串卡常个人Rank赛)——题解

    本次题目因为比较简单,除了个别题目,其余题目我只写一个思路不再贴代码. 先是Div.2的题解 A题奇怪的优化,把递归函数改成2*fun(...)即可,其实看懂程序也不难,就是求a*2b: B题你会st ...

  5. Day 26 网络基础 3

    tcpdump抓包 tcpdump -i eth0 port 80 -nn -S -i 指定网卡 port 指定端口号 http 80:ftp 21 :ssh 22:telnet 23:smtp 25 ...

  6. DataGuard开启failover

    1.修改保护模式 DGMGRL> edit configuration set protection mode as maxAvailability; Succeeded. 2.修改日志同步方式 ...

  7. 基于RMAN搭建DataGuard,使用Broker管理DataGuard

    一.环境准备 1.数据库软件准备 (1).在主节点,安装单机数据库软件并创建数据库. (2).在备库, 安装单机数据库软件, 但是不创建数据库. 2.操作系统配置 在/etc/hosts下面配置主机名 ...

  8. (三)Spring 高级装配 bean的作用域@Scope

    1.默认情况下,spring通过@Autowared注入的bean是单例的bean,但有些情况是不满足的,例如:购物车,每个会话,或每个用户登录使用的购物车都是独立的 spring的定义的作用域: a ...

  9. [AI] 深度数据 - Data

    Data Engineering Data  Pipeline Outline [DE] How to learn Big Data[了解大数据] [DE] Pipeline for Data Eng ...

  10. 记一次处理mysql数据库无故锁表的经历

    某日,生产环境上的用户表突然无故锁表,原以为只是偶发的bug.所以第一时间想到的解决方案简单粗暴:重启数据库(service mysqld restart).问题得以解决. 10min后,该表再次锁表 ...