emm, I got this problem on a text book and it looked nice to done with, but I'm really unsure about my answer because it goes into a non-elementary equation to integrate, well, the problems goes like this...
"The figure below shows a piece of tin that has been cut from a circular cylinder. The base of the circular cylinder is modeled by \begin{eqnarray}x^2 +y^2 =9\end{eqnarray}At any point (x, y) on the base, the height of the object is
\begin{eqnarray} f(x,y) = 1 + \cos\frac{\pi x}{4}\end{eqnarray} Explain how to use a line integral to find the surface area of the piece of tin."
So, what do I do?, well, i started converting the original equation into a parametric one where the only thing to change should be the x, so it would be something like this \begin{eqnarray} f(x(t),y(t)) = 1 + \cos\frac{\pi 3\cos t}{4}\end{eqnarray} So I finished there because this gives me the limits of integration from 0 to 2(pi), and the dS=3, but as I said, I'm very untrusted on my process,the nob-elementary integral gives me problems, if anyone could help me explaining to me how to finish it or fix some interpretation problem, I'll be appreciated, thanks.

Your computations are correct; $dS=3$ as you wrote, and the final integral is $$\int_0^{2\pi}3(1+\cos(3\pi/4\cdot\cos t))\,dt$$ The integral is also truly non-elementary, as you write. We will nevertheless derive some "nice" expression for it. Split up the integral: $$=\int_0^{2\pi}3\,dt+\int_0^{2\pi}3\cos(3\pi/4\cdot\cos t)\,dt=6\pi+3\int_0^{2\pi}\cos(3\pi/4\cdot\cos t)\,dt$$ By periodicity we can halve the interval of the second integral: $$=6\pi+6\int_0^{\pi}\cos(3\pi/4\cdot\cos t)\,dt$$ Now we note that $\cos(3\pi/4\cdot\cos x)=\cos(3\pi/4\cdot\sin(x-\pi/2))$, and both functions have the same period of $\pi$. We may harmlessly substitute $\sin t$ for $\cos t$ (and throw in a negative sign in the outer cosine for good measure, since $\cos t$ is even); $$=6\pi+6\int_0^{\pi}\cos(-3\pi/4\cdot\sin t)\,dt$$ We recognise the integral as the Bessel function of the first kind: $$=6\pi+6\pi J_0\left(\frac{3\pi}4\right)=6\pi\left(1+J_0\left(\frac{3\pi}4\right)\right)$$ This is probably the simplest expression for the surface area of the tin.