纯英文的数学文章 @ TeX模板

%  -*- coding: utf-8 -*-
% !TEX program = xelatex

\documentclass{article}

\usepackage{geometry} % Required to change the page size to A4
\geometry{a4paper} % Set the page size to be A4 as opposed to the default US Letter

\usepackage{graphicx} % Required for including pictures

\usepackage{float} % Allows putting an [H] in \begin{figure} to specify the exact location of the figure
\usepackage{wrapfig} % Allows in-line images such as the example fish picture

\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage{exscale}
\usepackage{relsize}

\linespread{1.2} % Line spacing

%\setlength\parindent{0pt} % Uncomment to remove all indentation from paragraphs

\graphicspath{{./Pictures/}} % Specifies the directory where pictures are stored
\renewcommand{\arraystretch}{1.8}

\newtheorem{thm}{Theorem}

\begin{document}

\title{Leibniz's notation}
\author{@masaka}
\date{January 12th, 2013}
\maketitle

\tableofcontents

\section[Introduction]{ Introduction}
The calculus controversy was an argument between 17th-century mathematicians Isaac Newton and Gottfried Leibniz (begun or fomented in part by their disciples and associates – see Development of the quarrel below) over who had first invented calculus. It is a question that had been the cause of a major intellectual controversy over who first discovered calculus, one that began simmering in 1699 and broke out in full force in 1711.


\section{Leibniz's notation}

Leibniz notation centers around the concept of a differential element.
The differential element of $x$ is represented by $dx$.
You might think of $dx$ as being an infinitesimal change in $x$. It is important
to note that $d$ is an operator, not a variable. So, when you see $\frac{dy}{dx}$,
you can't automatically write as a replacement $\frac{y}{x}$.

We use $\frac{df(x)}{dx}$ or $\frac{d}{dx}f(x)$ to represent the derivative of a
function $f(x)$ with respect to $x$.
$$ \frac{df(x)}{dx} = \lim_{Dx \to 0} \frac{f(x+Dx) - f(x)}{Dx} $$
We are dividing two numbers infinitely close to 0,
and arriving at a finite answer. $D$ is another operator that can be
thought of just a change in $x$. When we take the limit of $Dx$ as $Dx$ approaches 0,
we get an infinitesimal change $dx$.

Leibniz notation shows a wonderful use in the following example:
$$ \frac{dy}{dx} = \frac{dy}{dx} \frac{du}{du} = \frac{dy}{du} \frac{du}{dx} $$
The two $du$s can be cancelled out to arrive at the original derivative.
This is the Leibniz notation for the Chain Rule.

Leibniz notation shows up in the most common way of representing an integral,
$$ F(x) = \int f(x) dx $$
The $dx$ is in fact a differential element. Let's start with a derivative that
we know (since $F(x)$ is an antiderivative of $f(x)$).
\begin{eqnarray*}
\frac{dF(x)}{dx} & = & f(x) \\
dF(x) & = & f(x)dx \\
\int dF(x) & = & \int f(x)dx \\
F(x) & = & \int f(x) dx
\end{eqnarray*}
We can think of $dF(x)$ as the differential element of area. Since $dF(x) = f(x) dx$,
the element of area is a rectangle, with $f(x) \times dx$ as its dimensions. Integration is
the sum of all these infinitely thin elements of area along a certain interval. The result: a finite number.


One clear advantage of this notation is seen when finding the length $s$ of a curve.
The formula is often seen as the following:
$$ s = \int ds $$
The length is the sum of all the elements, $ds$, of length. If we have a function
$f(x)$, the length element is usually written as $ ds = \sqrt{1+[\frac{df(x)}{dx}]^2} dx $. If we
modify this a bit, we get $ ds = \sqrt{[dx]^2 + [df(x)]^2} $. Graphically, we
could say that the length element is the hypotenuse of a right triangle with one
leg being the $x$ element, and the other leg being the $f(x)$ element.


There are a few caveats, such as if you want to take the value of a
derivative. Compare to the prime notation.
$$ f'(a) = \left. \frac{df(x)}{dx} \right |_{x=a} $$

A second derivative is represented as follows:
$$ \frac{d}{dx} \frac{dy}{dx} = \frac{d^2y}{dx^2} $$
The other derivatives follow as can be expected: $\frac{d^3y}{dx^3}$, etc.
You might think this is a little sneaky, but it is the notation. Properly using
these terms can be interesting. For example, what is $\int \frac{d^2y}{dx} $? We
could turn it into $\int \frac{d^2y}{dx^2} dx$ or $\int d\frac{dy}{dx} $.
Either way, we get $\frac{dy}{dx}$.



\section{History}

The Newton-Leibniz approach to infinitesimal calculus was introduced in the 17th century. While Newton did not have a standard notation for integration, Leibniz began using the $$\int$$ character. He based the character on the Latin word summa ("sum"), which he wrote $\int$umma with the elongated \emph{\textbf{S}} commonly used in Germany at the time. This use first appeared publicly in his paper De Geometria, published in Acta Eruditorum of June 1686, but he had been using it in private manuscripts at least since 1675.
In the 19th century, mathematicians ceased to take Leibniz's notation for derivatives and integrals literally. That is, mathematicians felt that the concept of infinitesimals contained logical contradictions in its development. A number of 19th century mathematicians (Cauchy, Weierstrass and others) found logically rigorous ways to treat derivatives and integrals without infinitesimals using limits as shown above. Nonetheless, Leibniz's notation is still in general use. Although the notation need not be taken literally, it is usually simpler than alternatives when the technique of separation of variables is used in the solution of differential equations. In physical applications, one may for example regard $f(x)$ as measured in meters per second, and $dx$ in seconds, so that $f(x)dx$ is in meters, and so is the value of its definite integral. In that way the Leibniz notation is in harmony with dimensional analysis.
In the 1960s, building upon earlier work by Edwin Hewitt and Jerzy {\L}o\'{s}, Abraham Robinson developed rigorous mathematical explanations for Leibniz' intuitive notion of the "infinitesimal," and developed non-standard analysis based on these ideas. Robinson's methods are used by only a minority of mathematicians. Jerome Keisler wrote a first-year-calculus textbook based on Robinson's approach.

\section{the difference between Leibniz's notation and Lagrange's notation}
There are two main types of notation used to denote the derivative of a function

\textbf{Lagrange’s Notation} is to write the derivative of the function $f(x)$ as
$$f'(x).$$

\textbf{Leibniz’s Notation} is to write the derivative of the function $f$ as
$$\frac{df}{dx}.$$
Two other notations are worth mentionin

\textbf{Newton’s Notation} is to write the derivative of y using a dot
$$\dot{y}.$$

\textbf{Euler’s Notation} is to use a capital D i.e.
$$D_{x}f(x).$$
The Lagrange and Leibniz notation will be considered in some situations involving
differentiation. It may be that the comments are influenced too much
by the particular methods of teaching received by the author. Any further comments are welcome.
\begin{enumerate}
  \item Functions of a single variable
  \begin{enumerate}
    \item Basic
    \begin{center}
    \begin{tabular}{|c|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
       & Lagrange & Leibniz \\\hline
      Function& $f(x)$ & $f$ \\\hline
      Derivative & $f^{'}(x)$ & $\frac{df}{dx}$ \\\hline
      2nd Derivative & $f^{’’}(x)$ & $\frac{d^{2}f}{dx^{2}}$ \\\hline
      Higher Derivative & $f^{n}(x)$ & $\frac{d^{n}f}{dx^{n}}$ \\\hline
      Integral & & $\int f(x)dx $ \\
      \hline
    \end{tabular}
    \end{center}
   \emph{ Comments} For the higher derivatives the (n) is a little cumbersomeand can possible be mistaken for an index. An integral is rarely seen without a $dx$ so there is no entry in the Lagrange Column.
    \item Differention Rules
    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Product Rule & \\\hline
      Lagrange & $[u(x)v(x)'=u(x)v'(x)+u'(x)v(x)]$ \\\hline
      Leibniz & $\frac{d}{dx}[uv]=u\frac{dv}{dx}+v\frac{du}{dx}$ \\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} The Leibniz notation is probably more common here.

    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Chain Rule &  \\\hline
      Lagrange & $f[g(x)]'=f'[g(x)]\times g'(x)$\\\hline
      Leibniz & $\frac{d}{dx}[f(g(x))]= \frac{df}{dg} \times \frac{dg}{dx} $\\
      \hline
    \end{tabular}
    \end{center}
   \emph{ Comments} Neither set looks ’comfortable in its entirety. The most comfortable may be a mixture such as $\frac{d}{dx}[f(g(x))]=f'[g(x)]\times g'(x).$




    \item Integration
    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Integration by parts &  \\\hline
      Lagrange & $\int u(x)v'(x)dx=u(x)v(x)-\int v(x)u'(x)dx$ \\\hline
      Laibniz & $\int u\frac{dv}{dx}=uv-\int v\frac{du}{dx}dx$ \\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} The Lagrange notation is certainly more common here.
    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Arc Length &  \\\hline
      Lagrange & $\int_{a}^{b}\sqrt{1+[f'(x)^{2}]}dx$\\\hline
      Leibniz & $\int_{a}^{b}\sqrt{1+[(\frac{df}{dx})^{2}]}dx$\\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} Not a great deal to choose between the two.




  \end{enumerate}
  \item Functions of Two Variables
  \begin{enumerate}
    \item Basic
    \begin{center}
    \begin{tabular}{|c|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
       & Lagrange & Leibniz \\\hline
      Function & $f(x,y)$ & $f$ \\\hline
      Derivative & $f_{x},f_{y}$ & $\frac{\partial f}{\partial x},\frac{\partial f}{\partial y}$ \\\hline
      2nd Derivative & $f_{xx},f_{xy},f_{yy}$ & $\frac{\partial^{2}f}{\partial x^{2}},\frac{\partial^{2}f}{\partial xy},\frac{\partial^{2}f}{\partial y^{2}}$ \\\hline
      Higher Derivative & $f_{xxxyyyy}$ & $\frac{\partial ^{5}f}{\partial x^{3}\partial y^{4}}$ \\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} A long series of subscripts can start to look a bit clumsy.

    \item Others
    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Partial Differential Equation &  \\\hline
      Lagrange & $x^{2}f_{x}-2xyf_{y}=1$ \\\hline
      Leibniz & $x^{2}\frac{\partial f}{\partial x}-2xy\frac{\partial f}{\partial y}=1$ \\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} Again, the Liebniz notation is certainly more common here.

    \begin{center}
    \begin{tabular}{|c|c|}
      \hline
      % after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
      Checking PDE solution &  \\\hline
      Lagrange & $f_{x}=2xyg'(x^{2}y)+\frac{1}{x^{2}}$ \\\hline
      Leibniz & $\frac{\partial f}{\partial x}=2xy\frac{\partial g(x^{2}y)}{\partial x^{2}y}+\frac{1}{x^{2}}$
       \\
      \hline
    \end{tabular}
    \end{center}
    \emph{Comments} The Leibniz notation is having difficulty here with terms such as$\frac{\partial g(x^{2}y)}{\partial x^{2}y}$ being extremely clumsy.
    \end{enumerate}
\end{enumerate}

\begin{thm}
If we have the following conditions:
\begin{enumerate}
\item $f(x)$ is continuous on $[a,b]$,
\item $f(x)$ is derivable on $(a,b)$,
\item $f(a)$ and $f(b)$ have the same value,
\end{enumerate}
Then there exists $\xi\in(a,b)$ such that $f'(\xi)=0$.
\end{thm}

\section{Conclusion}
In general, the Leibniz notation rests more comfortably with these examples.However, there were several cases where the Lagrange notation had a slight advantage. For the final case of checking the solution of a partial differential equation, this was a large and significant advantage.For the final case of checking the solution of a partial differential equation, this was a large and significant advantage.
\end{document}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 216,193评论 6 498
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 92,306评论 3 392
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 162,130评论 0 353
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,110评论 1 292
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,118评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,085评论 1 295
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,007评论 3 417
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,844评论 0 273
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,283评论 1 310
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,508评论 2 332
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,667评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,395评论 5 343
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,985评论 3 325
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,630评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,797评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,653评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,553评论 2 352

推荐阅读更多精彩内容