Ejercicios de Integral sobre una superficie

Calcular la integral de $$f (x, y, z) =1$$ a lo largo de la superficie parametrizada por $$\varphi (r, \theta)=(r \cdot \cos \theta, r \cdot \sin \theta, r^2)$$

Es decir, $$\left\{ \begin{array}{l} x=r \cdot \cos \theta \\ y=r \cdot \sin \theta \\ z=r^2 \end{array} \right.$$, para $$r \in [0,1]$$ y $$\theta \in [0, 2\pi]$$

Ver desarrollo y solución

Desarrollo:

Sigamos el siguiente procedimiento:

  • Tomar la parametrización de la superficie $$S$$, y calcular sus vectores $$T_u$$, $$T_v$$. Con ellos hacer el producto vectorial, y calcular la norma del resultado.

Observemos que la superficie parametrizada se trata de una parábola de revolución. Calculamos los vectores

$$T_r=(\cos\theta, \sin\theta, 2\cdot r)$$

$$T_{\theta}=(-r\cdot\sin\theta, r\cdot\cos\theta,0)$$

y calculamos el producto vectorial entre ellos: $$$T_r \times T_{\theta}=\left| \begin{matrix} \overrightarrow{i} & \overrightarrow{j} & \overrightarrow{k} \\ \cos\theta & \sin\theta & 2r \\ -r\cdot\sin\theta & r\cdot\cos\theta & 0 \end{matrix} \right| =$$$ $$$= -2\cdot r^2\cdot \cos\theta\cdot \overrightarrow{i} -2 \cdot r^2\cdot \sin\theta\cdot \overrightarrow{j} + r(\sin^2\theta+\cos^2\theta)\cdot \overrightarrow{k}= $$$ $$$= r\cdot(-2\cdot r\cdot \cos\theta, -2r\cdot \sin\theta,1)$$$

$$$||T_r \times T_{\theta}=r\cdot || (-2\cdot r\cdot \cos\theta, -2r\cdot \sin\theta,1) ||=r\cdot \sqrt{4r^2+1}$$$

  • Sustituir $$x$$, $$y$$ e $$z$$ por $$x (u, v), y (u, v)$$ e $$z (u, v)$$ en la función $$f$$, de acuerdo con la parametrización dada. $$f(x,y,z)=1$$ en este caso no varia pues es una función constante.

  • Calcular la integral resultante.

$$$\int_S f \ dS=\int_0^1 \int_0^{2\pi} r\cdot\sqrt{4r^2+1}d\theta dr=\int_0^1 2\pi r\sqrt{4r^2+1}dr=$$$ $$$=\dfrac{\pi}{4} \int_0^1 8r\sqrt{4r^2+1}dr=\dfrac{\pi}{4}\cdot\Big[\dfrac{1}{\sqrt{4r^2+1}}\Big]_0^1=\dfrac{\pi}{4}\Big(\dfrac{1}{\sqrt{5}}-1\Big)$$$

Solución:

$$\int_S f \ dS=\dfrac{\pi}{4}\Big(\dfrac{1}{\sqrt{5}}-1\Big)$$

Ocultar desarrollo y solución
Ver teoría