If you look under the 'old textbook' section for the module 12 homework I think it helps a little bit with the reasoning for the difference equation parts.
For part A I just thought of it intuitively. If Y_0 = 1, then E(Y_1)=1.08... E(Y_t)= 1.08^t Here the limit as t increases without bound is infinite, so the series is not stationary.
For part b, we want to know if the sequence of first differences is stationary. Again assuming Y_0 = 1, we have: E(Y_1 - Y_0) = 1.08 - 1 ... E(Y_t - Y_t-1) = 1.08^t - 1.08^(t-1) = (.08)*1.08^(t-1) as t increases without bound, this again will increase without bound, so it is not stationary.
And so on for the second difference.
Here I'm using that the expected value of the error term is zero, so as a side note you have to use the form Y_t = 1.08*Y_t-1 *(1+e)
|