One of the hardest hurdles in this course is keeping track of the differences between Continuous-Time Signals ($x(t)$) and Discrete-Time Signals ($x[n]$).
One study from the IEEE Education Society showed that students who used a solutions manual actively (checking after attempting) scored 25% higher on final exams than those who either never used one or simply copied.
To illustrate the value, here is a typical problem (Chapter 2, Problem 2.23 in the 5th edition):
Problem: Compute ( y(t) = x(t) * h(t) ) where ( x(t) = e^-tu(t) ) and ( h(t) = u(t) - u(t-2) ).
Incorrect attempt (what students often do):
( y(t) = \int_0^t e^-\tau d\tau = 1 - e^-t ) — This forgets the finite duration of ( h(t) ).
Solutions manual correct method:
This level of detail—with graphs of the overlapping intervals—is why the solutions manual is invaluable.