Approach #1. We are treating the signal as the impulse response of an LTI system.
In order to have a frequency response that is bounded in magnitude over all frequenices, the LTI system must be bounded-input bounded-output (BIBO) stable.
In continuous time, a BIBO stable LTI system must have its transfer function in the Laplace domain have a region of convergence that includes the imaginary axis s = j w. For a causal system, this means that the poles must be in the left-half of the Laplace plane. (The equivalent condition for a causal discrete-time LTI system is that all poles must be included the unit circle.)
For this second part, the impulse responses in parts (a) and (c) represent BIBO unstable systems because the region of convergence does not include the imaginay (j w) axis, and hence the frequency selectivity cannot be determined. And that would sufficient for an answer in those two cases.
Approach #2. On the other hand, we could analyze the frequency content of the signal. To determine the frequency content in each signal, one can either
The Fourier transform of the unit step u(t) is
pi delta(w) + 1 / (j w)That transform pair is the second entry in the visual dictionary of Fourier transform pairs.
For part (a), we can compute the Fourier transform of cos(w0 t) u(t) using the Fourier transform property that multiplication in the time domain is convolution in the frequency domain:
X(j w) = (1/(2 pi)) F{ cos(w0 t) } * F{ u(t) }
X(j w) = (1/(2 pi)) (pi delta(w + w0) + pi delta(w - w0)) * ( pi delta(w) + 1 / (j w) )
Recall that
delta(w) * G(w) = G(w)
delta(w - w0) * G(w) = G(w - w0)
X(j w) = (1/2) ( pi delta(w + w0) + pi delta(w - w0) ) + 1 / ( j (w + w0) ) + 1 / ( j (w - w0) )
A plot of |X(j w)| is below:
Note that |X(j w)| is unbounded at w = w0 due to the 1 / ( j (w - w0) ) term and unbounded at w = -w0 due to the 1 / ( j (w + w0) ) term. The frequency content has a bandpass shape.