I need to find the surface area of $y = (e^x + e^{-x}) / 2$ from x = -1 to x = 1 revolved about the x-axis.
Final integral (w/o symmetry in mind): $\int_{-1}^{1} 2\pi \frac{(e^x + e^{-x})}{2}|\frac{e^x}{2} - \frac{e^{-x}}{2}|dx$
When integrating with my bounds from [-1,1], why do I get zero? In other words, why is it important to notice symmetry in this problem and what causes my integral to become zero? Further, when integrating from -x to x, is it good practice to draw a graph and check for symmetry, preventing an unintentional zero value?
UPDATE
Was just told solution to this problem is wrong. Will update question if needed.