Question: why am i getting an empty plot?

I am solving and plotting mechanical spring vibration problems, and I keep getting an empty plot for this equation: y''+4y=2cos2t, y(0)=0,y'(0)=0. Here is how I entered it. Any help would be greatly appreciated. Thanks. e2:=(diff(y(t), t, t))+4*y(t) = 4*cos*t; s2:=dsolve([e2, y(0) = 0, (D(y))(0) = 0]); r2; rhs(s2); plot(r2, t = 0 .. 10); Error, empty plot
Please Wait...