I have the equation, after completing the square:
$$(x+\frac{y}{2})^2 + \frac {3y^2}{4} + z^2 = 1$$
How can I further simplify this equation? I need to find the volume inside of this surface.
Changing to u,v,w coordinates would probably be the next move, but if I let $$u = x+\frac{y}{2}$$
what should v, w be? The second term of the equation depends on y, and hence would also be related to the u-variable, which seems problematic - u and v would then be related variables instead of independent variables.
Thanks,
All that is required by the change of variables is that it is 1-1 and onto. Letting $v=y$ and $w=z$ will work just fine. In matrix form, this is
$$\begin{bmatrix}u\\v\\w\end{bmatrix}=\begin{bmatrix}1 & 1/2 & 0\\0 & 1 & 0\\0 & 0 & 1\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}.$$
Since the determinant is nonzero, the change of variables is 1-1 and onto.