If you feel that you're unsure on shell method, you can also solve for x and use the washer method to get the same result. In this case, x=√y, so your inner radius is √y and your outer radius is 3 and the bounds would be on y from 0 to 9. So the integral will look like this:
π∫09 32 - (√y)2 dy --Integrate π times the outer radius squared minus the inner radius squared--
π∫09 9 - y dy --Simplify before integrating--
π(9y - y2/2) |09 --Integrate--
π(9•9 - 92/2) --Plug in upper bound (lower bound of y=0 gives value of 0)--
81π/2 --Simplify final answer--
Note that both methods result in the same final area. It's just based on what you are most comfortable working with.