Here's the detailed problem statement.
For each of the following functions $f$ and monotonically increasing function $\alpha$, determine if $f\in \mathcal{R}_{\alpha}[-1,1]$, and if so calculate the integral using the definition of RS integral (you may apply Theorem 6.6 of Baby Rudin if you wish)
(a) $f(x)= \begin{cases} -1 \ \ (x\leq 0) \\ 1 \ \ \ \ \ (x>0) \end{cases}$
$\ \ \ \ \ \ \alpha(x)= \begin{cases} 0 \ \ \ \ \ (x<0) \\ 1 \ \ \ \ \ (x\geq 0) \end{cases}$
I think this problem is all about finding a nice partition $P$ so that $U(P,f,\alpha)=L(P,f,\alpha)$ thanks to Theorem 6.6. Now I have no idea how to find it for (a). I drew the graph myself and found the problem, that is, how to deal with $x=0$.
As I wrote in comment, lets consider partition where $\exists k$ for which $x_{k-1}<0<x_k$. For such partition from sum $\sum\limits_{i=1}^{n}f(\xi_i)\big(\alpha(x_{i})-\alpha(x_{i-1})\big)$ we will have only one non zero summand $f(\xi_k)\big(\alpha(x_{k})-\alpha(x_{k-1})\big)=f(\xi_k)$. Now taking $\xi_k<0$ and $\xi_k>0$ we will have whole sum $-1$ and $1$ respectively, so limit from formal definition doesn't exist.