-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path30-00-SignumFunction.tex
More file actions
140 lines (129 loc) · 4.45 KB
/
30-00-SignumFunction.tex
File metadata and controls
140 lines (129 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{SignumFunction}
\pmcreated{2013-03-22 13:36:41}
\pmmodified{2013-03-22 13:36:41}
\pmowner{yark}{2760}
\pmmodifier{yark}{2760}
\pmtitle{signum function}
\pmrecord{11}{34243}
\pmprivacy{1}
\pmauthor{yark}{2760}
\pmtype{Definition}
\pmcomment{trigger rebuild}
\pmclassification{msc}{30-00}
\pmclassification{msc}{26A06}
\pmrelated{ModulusOfComplexNumber}
\pmrelated{HeavisideStepFunction}
\pmrelated{PlusSign}
\pmrelated{SineIntegralInInfinity}
\pmrelated{ListOfImproperIntegrals}
\pmdefines{Heavyside step function}
\pmdefines{step function}
\endmetadata
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\newcommand{\signum}[0]{\mathop{\mathrm{sgn}}}
\newcommand{\R}[0]{\mathbb{R}}
\begin{document}
\PMlinkescapeword{analysis}
\PMlinkescapeword{applications}
\PMlinkescapeword{arguments}
\PMlinkescapeword{calculate}
\PMlinkescapeword{clear}
\PMlinkescapeword{equation}
\PMlinkescapeword{onto}
\PMlinkescapeword{point}
\PMlinkescapeword{points}
\PMlinkescapeword{properties}
\PMlinkescapeword{relation}
\PMlinkescapeword{relations}
The \emph{signum function} is the function $\signum\colon\R\to \R$
\begin{eqnarray*}
\signum (x) &=& \left\{ \begin {array}{ll}
-1 & \mbox{when}\,\, x<0, \\
0 & \mbox{when}\,\, x=0,\\
1 & \mbox{when}\,\, x>0. \\ \end{array} \right.
\end{eqnarray*}
The following properties hold:
\begin{enumerate}
\item For all $x\in \R$, $\signum(-x) = -\signum(x).$
\item For all $x\in \R$, $|x|=\signum(x) x.$
\item For all $x\neq 0$, $\frac{d}{dx}|x|=\signum(x)$.
\end{enumerate}
Here, we should point out that the signum function
is often defined simply as $1$ for $x>0$ and $-1$ for $x<0$.
Thus, at $x=0$, it is left undefined. See for example \cite{kreyszig93}.
In applications such as the Laplace transform this definition is adequate,
since the value of a function at a single point does not change the analysis.
One could then, in fact, set $\signum(0)$ to any value.
However, setting $\signum(0)=0$ is motivated by the above relations.
On a related note, we can extend the definition to the extended real numbers
$\overline{\mathbb{R}}=\mathbb{R}\cup\{\infty,-\infty\}$
by defining $\signum(\infty)=1$ and $\signum(-\infty)=-1$.
A related function is the \emph{Heaviside step function}
defined as
\begin{eqnarray*}
H(x) &=& \left\{ \begin {array}{ll} 0 & \mbox{when}\,\, x< 0, \\
1/2 & \mbox{when}\,\, x= 0,\\
1 & \mbox{when}\,\, x> 0.\\
\end{array} \right.
\end{eqnarray*}
Again, this function is sometimes left undefined at $x=0$.
The motivation for setting $H(0)=1/2$ is that
for all $x\in\R$, we then have the relations
\begin{eqnarray*}
H (x) &=& \frac{1}{2}(\signum(x)+1), \\
H(-x) &=& 1-H(x).
\end{eqnarray*}
This first relation is clear. For the second, we have
\begin{eqnarray*}
1-H(x) &=& 1-\frac{1}{2}(\signum(x)+1) \\
&=& \frac{1}{2}(1-\signum(x)) \\
&=& \frac{1}{2}(1+\signum(- x)) \\
&=& H(-x).
\end{eqnarray*}
{\bf Example} Let $a<b$ be real numbers, and let $f:\R\to\R$ be the
piecewise defined function
\begin{eqnarray*}
f (x) &=& \left\{ \begin {array}{ll}
4 & \mbox{when}\,\, x\in(a,b), \\
0 & \mbox{otherwise.} \\
\end{array} \right.
\end{eqnarray*}
Using the Heaviside step function, we can write
\begin{eqnarray}
\label{almost}
f(x) &=& 4\big(H(x-a) - H(x-b)\big)
\end{eqnarray}
almost everywhere.
Indeed, if we calculate $f$ using equation \ref{almost} we obtain
$f(x)=4$ for $x\in(a,b)$, $f(x)=0$ for $x\notin[a,b]$,
and $f(a)=f(b)=2$. Therefore, equation \ref{almost}
holds at all points except $a$ and $b$.
$\Box$
\section{Signum function for complex arguments}
For a complex number $z$, the signum function is defined as \cite{bachman}
\begin{eqnarray*}
\signum (z) &=& \left\{ \begin {array}{ll}
0 & \mbox{when}\,\, z=0,\\
{z}/{|z|} & \mbox{when}\,\, z\neq 0. \\ \end{array} \right.
\end{eqnarray*}
In other words, if $z$ is non-zero, then $\signum z$ is the projection
of $z$ onto the unit circle $\{z\in \mathbb{C} \mid |z| = 1\}$.
Clearly, the complex signum function reduces to the real signum function
for real arguments.
For all $z\in \mathbb{C}$, we have
$$ z \signum \overline{z} = |z|,$$
where $\overline{z}$ is the complex conjugate of $z$.
\begin{thebibliography}{9}
\bibitem {kreyszig93} E. Kreyszig,
\emph{Advanced Engineering Mathematics},
John Wiley \& Sons, 1993, 7th ed.
\bibitem{bachman} G. Bachman, L. Narici,
\emph{Functional analysis}, Academic Press, 1966.
\end{thebibliography}
%%%%%
%%%%%
\end{document}