I am dealing with the following conundrum. Suppose you have a 3-sphere of radius $R$ in $\mathbb{R}^4$:
$$ \mathbb{S}^3 := \lbrace(x,y,z,w)\in \mathbb{R}^4: x^2 + y^2 + z^2 + w^2 = R^2 \rbrace $$
For any $r \in [0, R]$, the torus: $$ \mathbb{T} (r) := \lbrace(x,y,z,w)\in \mathbb{R}^4: z^2 + w^2 = r^2 \mbox{ and } x^2 + y^2 = R^2 - r^2 \rbrace $$ is a subset of $\mathbb{S}^3$. In fact: $$ \mathbb{S}^3 = \bigcup_{r\in [0, R]} \mathbb{T}(r) $$ I thought that this observation would allow me to compute the area of the hypersurface with only elementary calculus. The area of each torus equals: $$ (2\pi r) * (2\pi \sqrt{R^2-r^2}) $$ But when integrating from $0$ to $R$, i.e. $$ 4 \pi^2 \int_0^R r \sqrt{R^2-r^2} dr$$ does not give the right answer.
What mistake am I making here?
Regards,
Nithin