Use spherical coordinates to find the volume of the region lying above $z = \sqrt{3x^2+3y^2}$ and within the $x^2+y^2+z^2=2az$, $a>0$.
So far I know that the first graph is a cone and the second one is some kind of sphere. I have completed the square so that the new equation is: $$x^2+y^2+(z-a)^2=a^2$$ I know how to convert to spherical coordinates but the $a$ is throwing me a bit.


So its nice that you have changed one equation to simpler coordinates but you haven't changed the other. So let's change them both by $$\begin{array}{ccc} \tilde{x} = x & \tilde{y}=y & \tilde{z}=z-a \end{array}$$ This yields the bounds $$\begin{array}{cc}\tilde{x}^2 + \tilde{y}^2 + \tilde{z}^2 = a^2 & \tilde{z} + a = \sqrt{3\tilde{x}^2 + 3 \tilde{y}^2} \end{array}$$
Proceed from here by using cylindrical coordinates making the equations, $$\begin{array}{cc} r^2 + \tilde{z}^2 = a^2 & \tilde{z} + a = \sqrt{3}r\end{array}$$
Recall the Jacbian for cylindrical coordinates is: $\text{d}V = r \ \text{d}r \text{d}\theta \text{d}\tilde{z}$