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.

Let $\{I_k\}_{k=1}^{n}$ be a finite set of bounded intervals. A corresponding step function $S:\mathbb{R} \to \mathbb{R}$ is a function of the form $$ S(x) = \sum_{k=1}^{n} a_k \Large{\chi}_{I_k}(x) $$Special cases include the sign function and the Heaviside theta function. The Kronecker delta is not typically taken to be a step function as the intervals are required to have positive length.

Step functions are continuous except possibly at boundary points of the intervals and are integrable. They often form a 'first step' for proving measurability properties of functions: first one might show the result for step functions, then measurable functions, then continuous functions, etc.

258 questions
7
votes
1 answer

2-D inverse Fourier transform of Heaviside function

Now I have a Heaviside function $H(K-\sqrt{k^2+l^2})$ in a 2D $\hat k$ space, where $k$ and $l$ are two variables in that space. In a paper, it is said that the inverse Fourier transform of this Heaviside function is: $$ \frac{K}{\sqrt{x^2+y^2}}…
6
votes
2 answers

Continuity at a point vs. interval—contradicton or not?

Let $f(x)=\lfloor x \rfloor $ and imagine posing the following questions. Is $f(x)$ continuous at $x=0$? Is $f(x)$ continuous on $[0,1)$? For the first question, since $\displaystyle \lim_{x\rightarrow 0} f(x)$ does not exist, we must answer…
5
votes
1 answer

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 isometric embedding. For any Banach space $Y$ and any…
5
votes
1 answer

Is the integral of the Dirac delta function equal to the integral of the Dirac delta function times the Heavisde unit step function?

Given that the Dirac delta function is defined as: $$ \delta(t) = \begin{cases} +\infty, & t = 0\\[2ex] 0, & t \neq 0\\[2ex] \end{cases} $$ And that the Heaviside unit step function is defined as: $$ \Theta(t) = \begin{cases} 0, & t <…
5
votes
1 answer

Pointwise sup of step functions is lower semicontinuous (a.e.)

I've found this problem while I was reading a paragraph about Riemann integration on some notes a mate gave me a long time ago. Let $f \colon [a,b] \to \mathbb R$ be a bounded function. Suppose there exists a sequence of step functions $f_k$ s.t. …
4
votes
0 answers

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 $$F[x(t)]=\frac{1}{iw+a}$$ If we were to start from…
4
votes
0 answers

What is incorrect in my way for getting Fourier transform of step function?

Today I tried to get Fourier transform of step function ($u(t)$). But I got a result which seems is not correct. I want to know what is incorrect in my work? With attention to this…
3
votes
1 answer

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 of this function is correct. First, defining the…
3
votes
2 answers

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 the question not well-defined, prove, or at least…
3
votes
0 answers

Where did I go wrong in using the residue theorem to find the inverse Laplace transform of this function?

I used the residue theorem to solve the inverse Laplace transform of: $$f(t)=\mathcal L^{-1}\Bigg( {s e^{zs} \over (k-s)^2(k+s)^2}\Bigg) \tag 1$$ where $k$ and $z$ are non-negative. I have two poles of order two at $k$ and $-k$. I calculated the…
3
votes
1 answer

If $f:[0,1] \to \mathbb{R}$ is of bounded variation, is $|f'|$ is integrable?

In reading the top-voted answer on this post, the answer appears to use the following fact (in the first bullet point of the answer): Claim: If $f: [0,1] \to \mathbb{R}$ is of bounded variation, then $f'$ is absolutely integrable (i.e. $\int_{0}^{1}…
3
votes
0 answers

What is $\alpha$? I cannot image $\alpha$ at all. ("Principles of Mathematical Analysis 3rd Edition" by Walter Rudin)

I am reading "Principles of Mathematical Analysis 3rd Edition" by Walter Rudin. What is $\alpha$? I can imagine what $\beta(x)=\sum_{n=1}^{N} c_n I(x-s_n)$ is. We can assume that $s_1
tchappy ha
  • 9,894
3
votes
2 answers

What if we take step functions instead of simple functions in the Lebesgue integral

When we define the Lebesgue integral, we first define it for simple functions $s(x) = \sum\limits_{j=1}^n c_j\chi_{A_j}(x)$ (where $A_j$ are measurable) as $\int sd\mu = \sum\limits_{i=j}^n c_j \mu(A_j)$ and then for $f\ge 0$ as $\int fd\mu =…
3
votes
2 answers

Integral involving Heaviside function

For a class of Physics I need to compute the following integral: $$\int_{-L}^{L}\mathrm{d}q\dfrac{\theta(\epsilon-bq)}{\sqrt{(\epsilon-bq)}}$$ and I truly have no idea on how to proceed. Note $\theta(\cdot)$ is Heaviside step function. Also, is…
3
votes
0 answers

$\phi$ is a step function. Prove that $|\phi|$ is a step function

Let $\phi :[a,b] \rightarrow \Bbb R$ be a step function. I have to prove that $|\phi|$ is a step function. Here's how I prove it: Let $P$ be a partition $P=\{p_0,...,p_k\}$ on $[a,b]$, compatible with $\phi$. Let $\phi_i$ be the value that $\phi$…
user634512
1
2 3
17 18