I'm being asked to find the surface area of a plane defined by $x+y+z=a$ inside a cylinder defined by $x^2+y^2=a^2$ and I thought, "simple enough, I'll just use the normal vector and integrate its norm over a polar domain with $0\leq r\leq a$ and $0\leq \theta \leq 2\pi$". Sure enough, that seems to give the correct solution, according to my solution sheet:
$$\int_0^{2\pi}\int_0^a\sqrt{3}r\,dr\,d\theta = \int_0^{2\pi}\frac{\sqrt{3}}{2}a^2\,d\theta = \sqrt{3}\pi a^2$$
But let's say I want to use a parametrization $r(s,t)$ for the plane such as $r(s,t)=(a+ta+sa,-ta,-sa)$. That seems to be a correct parametrization, and it gives a normal vector $r_s \times r_t = (-a^2,-a^2,-a^2)$. Now the norm of this is $\sqrt{3}a^2$, which is gonna mess up the result obtained above. Is there a necessity for a change of variables due to the parametrization of the plane? I'm honestly out of ideas... It seems like the surface area of the plane would depend on the chosen normal vector, which is ridiculous.
(edit: $a$ is some scalar.)