Celeb Glow
news | April 05, 2026

Bold 1 with interval as subscript in function definition - what does it mean?

$\begingroup$

I am sitting on an exercise. My prof gave me this function:

$$f(a) := \frac{1}{3} \cdot \textbf{1}_{(-\infty,\ 0]} (a) \frac{1}{2} e^{a/2} +\frac{2}{3} \cdot \textbf{1}_{(0,\ \infty]}(a) \frac{1}{5} e^{-a/5}$$

What the hell does this notation $\textbf{1}_{(-\infty,\ 0]}(a)$ mean?

$\endgroup$ 1

1 Answer

$\begingroup$

It looks like an indicator function. The first time it appears it is 1 when a is on the interval (- $\infty$, 0] and zero otherwise. The second time it is 1 when a is positive, zero otherwise.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy