Talk:PlanetPhysics/Fundamental Theorem of Integral Calculus

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: fundamental theorem of integral calculus %%% Primary Category Code: 02.30.-f %%% Filename: FundamentalTheoremOfIntegralCalculus.tex %%% Version: 1 %%% Owner: pahio %%% Author(s): pahio %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetPhysics preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

The derivative of a real \htmladdnormallink{function}{http://planetphysics.us/encyclopedia/Bijective.html}, which has on a whole interval a constant value $c$, vanishes in every point of this interval:

$$\frac{d}{dx}c \;=\; 0$$\\

The converse \htmladdnormallink{theorem}{http://planetphysics.us/encyclopedia/Formula.html} of this is also true.\, Ernst Lindel\"of calls it the \emph{fundamental theorem of integral calculus} (in Finnish \emph{integraalilaskun peruslause}).\, It can be formulated as

\textbf{Theorem.}\, If a real function in continuous and its derivative vanishes in all points of an interval, the value of this function does not change on this interval.

\emph{Proof.}\, We make the antithesis that there were on the interval two distinct points $x_1$ and $x_2$ with\, $f(x_1) \neq f(x_2)$.\, Then the mean-value theorem guarantees a point $\xi$ between $x_1$ and $x_2$ such that $$f'(\xi) \;=\; \frac{f(x_1)\!-\!f(x_2)}{x_1\!-\!x_2},$$ which value is distinct from zero.\, This is, however, impossible by the assumption of the theorem.\, So the antithesis is wrong and the theorem right.\\

The contents of the theorem may be expressed also such that if two functions have the same derivative on a whole interval, then the difference of the functions is constant on this interval.\, Accordingly, if $F$ is an antiderivative of a function $f$, then any other antiderivative of $f$ has the form $x \mapsto F(x)\!+\!C$, where $C$ is a constant.

\end{document}