Questions tagged [step-function]
A step function, also known as a simple function, is a finite sum of characteristic functions of bounded intervals. They are often used in real analysis and measure theory to approximate integrable functions.
259 questions
1
vote
1
answer
65
views
Determine if $\sum_{n = - \infty} ^ {\infty} e^{-(2t -n)}u(2t -n)$ is periodic. If so, what is its period?
I am given a continuous function $x(t) = \sum_{n = - \infty} ^ {\infty} e^{-(2t -n)}u(2t -n)$, where $u(t)$ is the unit step function, and asked to find its period, if it exists. I'm not sure how to ...
0
votes
0
answers
18
views
A compact function for generating aperiodic step functions: precedents or applications?
In a recent paper in statistical physics, I used a function I constructed to represent an arbitrary $1$D configuration of discrete spin states (+1/-1) in a continuous limit. I found its form to be ...
-2
votes
1
answer
47
views
Terminology for piecewise linear function interpolating between constant 0 and constant 1 [duplicate]
Had some trouble writing a succinct and meaningful title here, so feel free to improve it. Category tags are also not great but I didn't see anything (other than "terminology") which was a ...
0
votes
1
answer
65
views
Set of step functions on $[a,b]$ is dense in the set of right-continuous piecewise continuous functions
Let $S[a,b]$ be the set of all step functions and $PC[a,b]$ the set of all bounded piecewise continuous functions on $[a,b]$ which are continuous from the right and for which the limit at the left ...
0
votes
1
answer
153
views
Where's my mistake in proving $\int_a^b f(x)\space dx = \frac{1}{k} \int_{ka}^{kb} {f(\frac {x}{k}) \space dx}$ for $k<0$?
I'm trying to prove that for $k<0$,
$$\int_a^b f(x)\space dx = \frac{1}{k} \int_{ka}^{kb} {f(\frac {x}{k}) \space dx}$$
In the book Calculus I by Tom Apostol, he proved this for $k>0$ and left ...
3
votes
1
answer
163
views
Integral of an unusual "weighting" function
In a lecture yesterday on the definition of integrals in terms of step functions, my lecturer mentioned an unusual function on the interval [0,1]. I am curious to wether my evaluation of the integral ...
5
votes
1
answer
143
views
Reconstructing the Riemann Integral Using the Completion of Normed Spaces
Every normed space can be completed into a Banach space, and this completion satisfies a universal property:
Let $X$ be a normed space, $\tilde{X}$ its completion, and $c: X \to \tilde{X}$ the ...
0
votes
0
answers
50
views
Doubt in the derivation of DTFT of step function $u[n]$?
I have seen many answers to this question saying "Split it into even and odd parts and find corresponding transforms". In particular, for the odd part (say $u_{odd}[n]$), many used $u_{odd}[...
0
votes
1
answer
64
views
Sorting a measurable function
Given a measurable function $f:[0, 1] \rightarrow \mathbb{R}$, I would like to "sort" (almost all) its values from least to greatest. For example, the "sorted" version of $f(x) = \...
1
vote
2
answers
68
views
How does this definition of integral for bounded functions derive the properties of integral for step regions?
In the book Calculus I by Tom Apostol, he defined the integral of a bounded function as such,
Let $f$ be a function defined and bounded $[a,b]$. Let $s$ and $t$ denote arbitrary step functions ...
0
votes
0
answers
47
views
How to emphasis on value $c$ in the definition of unit step function
Let $c\geq 0$. The unit step function $U(x-c)$ is defined by
$$
U(x-c)=
\begin{cases}0,\quad 0\leq x < c, \\
1,\quad x\geq c.
\end{cases}
$$
As I didn't find which one of the followings can be used,...
3
votes
2
answers
160
views
Solve $\ddot x + 2 \dot x = H(t)$ where $H$ is the Heaviside unit step function
Find the unit step response of the system $$\ddot x + 2 \dot x.$$ That is, find $x$ in the ODE $$\ddot x + 2 \dot x = H(t)$$ where $H$ is the Heaviside unit step function
If this is impossible, or ...
2
votes
0
answers
43
views
Equation in the book Recherches analytiques sur la théorie des nombres premiers by Charles-Jean de La Vallée Poussin
In the book Recherches analytiques sur la théorie des nombres premiers by Charles-Jean de La Vallée Poussin, in page 53, he writes:
$$\int_{1}^{y}dy\left[\frac{\sin(\beta\log y)}{y}\sum_{p<y}\log p\...
4
votes
0
answers
99
views
Difference between Fourier transform of $e^{-at}u(t)$ using basic definition and frequency shifting property
Hopefully this a short question.
$u(t)$ is the Unit step function or the Heaviside function. $a$>0
Solving using the basic definition,
$$F[x(t)]=\int_{-\infty}^{\infty}e^{-at}u(t)e^{-iwt}$$
we get
$...
0
votes
0
answers
53
views
Integral of a function by bounding between two step-functions
Take two step-functions $t(x)$ and $s(x)$ such that non-negative monotic $f(x)$ lies between them. $s(x) \leq f(x) \leq t(x)$. Then,
$$\int_a^b s(x)\leq I \leq \int_a^b t(x) \implies a(S) \leq I \leq ...