Even and Odd Functions
\subsection{Even and Odd Functions}
For a function $f$ in the form $y=f(x)$, we describe its type of symmetry by
calling the function \textbf{even}\index{even functions} or
\textbf{odd}\index{odd functions}.
An \textbf{even function} means $f(-x)=f(x)$.
An example of an even function is the function $f(x)=x^2$.
\begin{figure}[H]
\begin{center}
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^2$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x^2};
\end{axis}
\end{tikzpicture}
\end{center}
\caption{$f(x)=x^2$ is an \emph{even function}.}
\end{figure}
An \textbf{odd function} means $f(-x)=-f(x)$. An example of this is the
function $f(x)=x^3$.
\begin{figure}[H]
\begin{center}
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^3$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x^3};
\end{axis}
\end{tikzpicture}
\end{center}
\caption{$f(x)=x^3$ is an \emph{odd function}.}
\end{figure}
\subsection{Surjective, Injective, and Bijective Functions}
\index{one-to-one}
\index{injective}
If each $f(x)$ value produced by a function $f$ can only be obtained by one
unique $x$ value, then we say $f$ is \textbf{injective}, or
\textbf{one-to-one}.
$ f: D \to R $ is injective or one-to-one iff
\[
\forall{(x_1 \wedge x_2 \in D)}
\big[f(x_1)=f(x_2)
\to x_1=x_2\big].
\]
\begin{remark}
This also means that for injective functions,
$ x_1 \neq x_2 \to f(x_1) \neq f(x_2)$.
\end{remark}
\begin{figure}[H]
\begin{center}
\subfigure[The function $f(x)=x^2$ is not \emph{one-to-one} because
there are two possible $x$-values that can produce each given
$y$-value.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^2$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x^2};
\end{axis}
\end{tikzpicture}
}
\hspace{0.2in}%
\subfigure[The function $f(x)=x^3$ is \emph{one-to-one} because every
given $y$-value is mapped from a unique $x$-value.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^3$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,blue]{x^3};
\end{axis}
\end{tikzpicture}
}
\end{center}
\end{figure}
A function $y=f(x)$ is one-to-one iff its graph intersects each horizontal
line at most once.\index{horizontal line test}
\index{onto}
\index{surjective}
$f: D \to R $ is \textbf{surjective} or \textbf{onto} iff
\[\forall (y \in R) \exists (x \in D) \big[f(x)=y\big]. \]
\begin{figure}[H]
\begin{center}
\subfigure[The function $f(x)=x^2$ is not \emph{surjective} because
the values $(-\infty, 0)$ are never reached in its range.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^2$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x^2};
\end{axis}
\end{tikzpicture}
}
\hspace{0.2in}%
\subfigure[The function $f(x)=x^3$ is \emph{one-to-one} because all $y$ values from $-\infty, \infty)$ have corresponding $x$-values.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^3$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,blue]{x^3};
\end{axis}
\end{tikzpicture}
}
\end{center}
\end{figure}
\index{bijective}
A function $f:A \to B$ is \textbf{bijective} iff it is \emph{both injective and surjective}.
\begin{figure}[H]
\begin{center}
\subfigure[The function $f(x)=x^2$ is not bijective.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^2$},
xlabel={$x$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x^2};
\end{axis}
\end{tikzpicture}
}
\hspace{0.2in}%
\subfigure[The function $f(x)=x^3$ is bijective.]
{\
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)=x^3$},
xlabel={$x$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,blue]{x^3};
\end{axis}
\end{tikzpicture}
}
\end{center}
\end{figure}
\subsection{Graphs} \index{graphs}
\index{graph}
If $f$ is a function with a domain $D$, then its \textbf{graph} is the set
\[ \Big\{ \big( x,f(x) \big) \Big | x \in D \Big\},\]
that is, it is the set of all points $(x, f(x))$ where $x$ is in the domain of the function.%
\footnote{Here, the difference between the words \emph{graph} and \emph{plot} is sometimes confusing. Technically speaking, a \emph{graph} is the set defined explicitly here, while a function's \emph{plot} refers to any pictorial representation of a data set. However, since the usage is inconsistent in this text, these formal definitions will usually not apply. It can be safely assumed that as long as we are within the realm of real numbers, all uses of either \emph{graph} or \emph{plot} hereafter simply refer to the pictorial representation of a function's graph in the form of a curve on the cartesian plane.}
If $ (x,y) $ is a point on $f$, then $y=f(x)$ is the height of the graph above point $x$.
This height might be positive or negative, depending on the sign of $f(x)$.
We use this height relationship to plot functions.
\begin{figure}[H]
\begin{center}
\begin{tikzpicture}
\begin{axis}[
ylabel={$f(x)$},
xlabel={$x$},
axis x line=bottom,
axis y line=center,
tick align=outside,
yticklabels={,,}
xticklabels={,,}
xtickmax=10,
]
\addplot[smooth,red]{x+2};
\end{axis}
\end{tikzpicture}
\caption{A plot of the function $f(x)=x+2$}
\end{center}
\end{figure}
Even and Odd Functions的更多相关文章
- 【JavaScript】Understanding callback functions in Javascript
Callback functions are extremely important in Javascript. They’re pretty much everywhere. Originally ...
- UNDERSTANDING CALLBACK FUNCTIONS IN JAVASCRIPT
转自: http://recurial.com/programming/understanding-callback-functions-in-javascript/ Callback functio ...
- 理解callback function in javascript
以下内容主要摘自[1,2] (1)In javascript, functions are first-class objects, which means functions can be used ...
- Legendre polynomials
In mathematics, Legendre functions are solutions to Legendre's differential equation: In particular, ...
- (转) Functions
Functions Functions allow to structure programs in segments of code to perform individual tasks. In ...
- ES6 In Depth: Arrow functions
Arrows <script language="javascript"> <!-- document.bgColor = "brown"; ...
- SQL Fundamentals || Single-Row Functions || 数字函数number functions
SQL Fundamentals || Oracle SQL语言 SQL Fundamentals: Using Single-Row Functions to Customize Output使用单 ...
- How to create functions that can accept variable number of parameters such as Format
http://www.chami.com/tips/delphi/112696D.html Sometimes it's necessary to pass undefined number of [ ...
- Clausen Functions (and related series, functions, integrals)
Since the Clausen functions are intimately related to a number of other important special functions, ...
随机推荐
- spring 整合 struts2 xml配置
整合之前要搞清楚struts2是什么; struts2:表现层框架 增删改查 作用域 页面跳转 异常处理 ajax 上传下载 excel 调用service spring :IOC/ ...
- 有名管道FIFO
管道和FIFO的特征之一是它们的数据是一个字节流.这是UNIX的原生I/O模型.进程往其中写入的是字节流,系统不对它作解释. FIFO不存数据,只是通过它找到内核文件. 一.建立有名管道 1.命令mk ...
- docker registry ui
https://hub.docker.com/r/parabuzzle/docker-registry-ui/
- win10磁盘碎片整理
如果我们想要加快win10系统运行速度的话,就需要定期整理碎片才可以,减少卡顿,提高性能. 一:注意事项 固态硬盘用户千万不要使用‘磁盘碎片整理功能’,因为使用的技术不一样,使用window自带的该功 ...
- 关于oracle数据库
Oracle数据库是做什么的? oracle数据库和其他数据库一样,都是保存数据的,同时可以去查询,修改,删除等oracle和其他数据不一样的地方在于,它又复杂的机制可以保证在数据库服务器突然坏了的情 ...
- Codeforces 1136E Nastya Hasn't Written a Legend (线段树教做人系列)
题意:有一个数组a和一个数组k,数组a一直保持一个性质:a[i + 1] >= a[i] + k[i].有两种操作:1,给某个元素加上x,但是加上之后要保持数组a的性质.比如a[i]加上x之后, ...
- swift - 网络请求数据处理 - 协议处理
1. 在类的模型之中或类的结构体 里面 实现下面方法 /// 添加预约数据源模型 - rootModel class DataModelForAddNewBespeakModel: NSObject ...
- .NET中的Request
获得浏览器中的URL 例:http://121.41.30.93:8010/ch/spell.aspx?id=58 Request.Url.PathAndQuery:/ch/spell.aspx?id ...
- [Meteor] meteor project structure
- 一名优秀的UI设计师应该具备哪些条件?
想做好一个好的UI设计师除了应该具有一定的审美能力,还要了解整个产品的开发过程,因为目前国内的软件行业还不能对UI设计形成应有的重视度,所以对我们的要求就更高了,你要能作出夺人眼球的东西,还要站在用户 ...