Jump to content

Talk:PlanetPhysics/Inflexion Point

Page contents not supported in other languages.
Add topic
From Wikiversity

Original TeX Content from PlanetPhysics Archive

[edit source]
%%% This file is part of PlanetPhysics snapshot of 2011-09-01
%%% Primary Title: inflexion point
%%% Primary Category Code: 02.30.-f
%%% Filename: InflexionPoint.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 PlanetMath 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}
\usepackage{pstricks}
\usepackage{pst-plot}

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

% define commands here

\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}

\begin{document}

 In examining the \htmladdnormallink{graphs}{http://planetphysics.us/encyclopedia/Cod.html} of differentiable real \htmladdnormallink{functions}{http://planetphysics.us/encyclopedia/Bijective.html}, it may be useful to state the intervals where the function is convex and the ones where it is concave.

\begin{itemize}

\item A function $f$ is said to be {\em convex on an interval} if the restriction of $f$ to this interval is a (strictly) convex function; this may be characterized more illustratively by saying that the graph of $f$ is {\em concave upwards} or \emph{concave up}. On such an interval, the tangent line of the graph is constantly turning counterclockwise, i.e., the derivative $f'$ is increasing and thus the second derivative $f''$ is positive. In the picture below, the sine curve is concave up on the interval\, $(-\pi,\,0)$.

\item The {\em concavity} of the function $f$ on an interval correspondingly: On such an interval, the graph of $f$ is {\em concave downwards} or \emph{concave down}, the tangent line turns clockwise, $f'$ decreases, and $f''$ is negative. In the picture below, the sine curve is concave down on the interval\, $(0,\,\pi)$.

\item The points in which a function changes from concave to convex or vice versa are the {\em inflexion points} (or \emph{inflection points}) of the graph of the function. At an inflexion point, the tangent line crosses the curve, the second derivative vanishes and changes its sign when one passes through the point.

\end{itemize}

\begin{center}
\begin{pspicture}(-5,-2.5)(5,2)
\psaxes[Dx=9,Dy=1]{->}(0,0)(-4.5,-1.5)(5,2)
\rput(5,-0.2){$x$}
\rput(0.2,2){$y$}
\rput(3,-0.2){$\pi$}
\rput(-3.1,-0.2){$-\pi$}
\psplot[linecolor=blue]{-4}{4}{x 60 mul sin}
\psdot[linecolor=red](0,0)
\rput(0.2,-2.3){The origin is an inflexion point of the sinusoid \,$y = \sin{x}$.}
\end{pspicture}
\end{center}

Since the sine function is $2\pi$-periodic, the sinusoid possesses infinitely many inflexion points. Indeed,\,
$f(x) = \sin x$;\, $f''(x) = -\sin x = 0$\, for\, $x = 0,\,\pm\pi,\,\pm2\pi,\,\dots$;\, $f'''(x) = -\cos x$, $f'''(n\pi) = -\cos n\pi = (-1)^{n+1} \neq 0$. Non-nullity of the third derivative at these critical points assures us the existence of those inflexion points.

\textbf{Remarks}

1. For finding the inflexion points of the graph of $f$ it does not suffice to find the roots of the equation\, $f''(x) = 0$, since the sign of $f''$ does not necessarily change as one passes such a root. If the second derivative maintains its sign when one of its zeros is passed, we can speak of a {\em plain point} (?) of the graph. E.g. the origin is a plain point of the graph of\, $x\mapsto x^4$.

2. Recalling that the curvature $\kappa$ for a plane curve \,$y = f(x)$\, is given by
$$\kappa(x) = \frac{f''(x)}{[1+f'(x)^2]^{3/2}},$$
we can say that the inflexion points are the points of the curve where the curvature changes its sign and where the curvature equals zero.

3. If an inflexion point\, $x = \xi$\, satisfies the additional condition \,$f'(\xi) = 0$,\, the point is said to be a {\em stationary inflexion point} or a {\em saddle-point}, while in the case\, $f'(\xi) \neq 0$\, it is a {\em non-stationary inflexion point}.

\end{document}