Patrocinado por PHPDocX

Síguenos en Twitter

Buscar en WikilleratO
   

Cálculo de áreas y volúmenes

De Wikillerato

(Diferencias entre revisiones)
(Página nueva: axis)
Línea 1: Línea 1:
-
axis
+
<br/>
 +
 
 +
==Cálculo de áreas mediante integrales==
 +
 
 +
<br/>
 +
 
 +
Supongamos que nos dan dos funciones &nbsp;
 +
<math>
 +
\mathrm{f} \left( \, x \, \right)
 +
</math>
 +
&nbsp; y &nbsp;
 +
<math>
 +
\mathrm{g} \left( \, x \, \right)
 +
</math>
 +
&nbsp; y nos preguntan calcular el área comprendida entre las graficas de ambas
 +
funciones.
 +
 
 +
<br/>
 +
 
 +
El area que nos piden coincide con el área comprendida entre la función &nbsp;
 +
<math>
 +
\mathrm{h} \left( \, x \, \right) := \mathrm{f} \left( \, x \, \right) -
 +
\mathrm{g} \left( \, x \, \right)
 +
</math>
 +
&nbsp; y el eje X.
 +
 
 +
<br/>
 +
 
 +
Para calcular el área comprendida entre la función
 +
<math>
 +
\mathrm{h}
 +
</math>
 +
&nbsp; y el eje X, procedemos de la siguiente manera:
 +
 
 +
<br/>
 +
 
 +
#1. En primer lugar resolvemos la ecuación:
 +
 
 +
<center>
 +
<math>
 +
\mathrm{h} \left( \, x \, \right) = 0
 +
</math>
 +
</center>
 +
 
 +
para obtener
 +
<math>
 +
n
 +
</math>
 +
soluciones &nbsp;
 +
<math>
 +
x_1, \, x_2, \, \ldots, \, x_n
 +
</math>
 +
&nbsp; con
 +
<center>
 +
<math>
 +
x_1 < x_2 < \ldots < x_n
 +
</math>
 +
</center>
 +
 
 +
#2 Buscamos una primitiva &nbsp;
 +
<math>
 +
\mathrm{H} \left( \, x \, \right)
 +
</math>
 +
&nbsp; de &nbsp;
 +
<math>
 +
\mathrm{h} \left( \, x \, \right)
 +
</math>.
 +
 
 +
#3. Llegados a este punto ya podemos calcular el área que nos piden con la
 +
fórmula:
 +
<center>
 +
<math>
 +
\text{Area} = \left| \, \mathrm{H} \left( \, x_1 \, \right) - \mathrm{H} \left(
 +
\, x_2 \, \right) \, \right| +
 +
\left| \, \mathrm{H} \left( \, x_2 \, \right) - \mathrm{H} \left(
 +
\, x_3 \, \right) \, \right| + \ldots + \left| \, \mathrm{H} \left( \, x_{n-1} \, \right) - \mathrm{H} \left(
 +
\, x_n \, \right) \, \right|
 +
</math>
 +
</center>
 +
donde
 +
<center>
 +
<math>
 +
\left| \, \mathrm{H} \left( \, x_{i-1} \, \right) - \mathrm{H} \left(
 +
\, x_i \, \right) \, \right|
 +
</math>
 +
</center>
 +
es el area comprendida entre las rectas verticales de ecuaciones &nbsp;
 +
<math>
 +
x = x_{i-1}
 +
</math>,
 +
&nbsp;
 +
<math>
 +
x = x_i
 +
</math>,
 +
&nbsp; el eje X y la grafica de la función
 +
<math>
 +
\mathrm{h}
 +
</math>.
 +
 
 +
<br/>
 +
 
 +
===Ejemplo===
 +
 
 +
<br/>
 +
 
 +
Calculemos el área comprendida entre las graficas de &nbsp;
 +
<math>
 +
\mathrm{f} \left( \, x \, \right) = x^3
 +
</math>
 +
&nbsp; y &nbsp;
 +
<math>
 +
\mathrm{g} \left( \, x \, \right) = x
 +
</math>.
 +
 
 +
<br/>
 +
 
 +
El area que nos piden coincide con el área comprendida entre la función &nbsp;
 +
<math>
 +
\mathrm{h} \left( \, x \, \right) := \mathrm{f} \left( \, x \, \right) -
 +
\mathrm{g} \left( \, x \, \right) = x^3 - x
 +
</math>
 +
&nbsp; y el eje X.
 +
 
 +
<br/>
 +
 
 +
Para calcular el área comprendida entre la función
 +
<math>
 +
\mathrm{h}
 +
</math>
 +
&nbsp; y el eje X, procedemos de la siguiente manera:
 +
 
 +
<br/>
 +
 
 +
#1. En primer lugar resolvemos la ecuación:
 +
 
 +
<center>
 +
<math>
 +
\mathrm{h} \left( \, x \, \right) = x^3 - x
 +
</math>
 +
</center>
 +
 
 +
para obtener 3 soluciones
 +
soluciones &nbsp;
 +
<math>
 +
x_1 = -1, \, x_2 = 0, \, x_3 = 1
 +
</math>.
 +
 
 +
#2 Una primitiva &nbsp;
 +
<math>
 +
\mathrm{H} \left( \, x \, \right)
 +
</math>
 +
&nbsp; de &nbsp;
 +
<math>
 +
\mathrm{h} \left( \, x \, \right)
 +
</math>
 +
&nbsp; es
 +
<center>
 +
<math>
 +
\mathrm{H} \left( \, x \, \right) = \frac{x^4}{4} - \frac{x^2}{2}
 +
</math>
 +
</center>
 +
 
 +
 
 +
#3. Llegados a este punto ya podemos calcular el área que nos piden:
 +
<center>
 +
<math>
 +
\text{Area} = \left| \, \mathrm{H} \left( \, x_1 \, \right) - \mathrm{H} \left(
 +
\, x_2 \, \right) \, \right| +
 +
\left| \, \mathrm{H} \left( \, x_2 \, \right) - \mathrm{H} \left(
 +
\, x_3 \, \right) \, \right| =
 +
\left| \, \mathrm{H} \left( \, -1 \, \right) - \mathrm{H} \left(
 +
\, 0 \, \right) \, \right| +
 +
\left| \, \mathrm{H} \left( \, 0 \, \right) - \mathrm{H} \left(
 +
\, 1 \, \right) \, \right| =
 +
\left| \, \frac{\left( \, -1 \, \right)^4}{4} - \frac{\left( \, -1 \,
 +
\right)^3}{2} - \frac{\left( \, 0 \, \right)^4}{4} + \frac{\left( \, 0 \,
 +
\right)^3}{2} \, \right| +
 +
\left| \, \frac{\left( \, 0 \, \right)^4}{4} - \frac{\left( \, 0 \,
 +
\right)^3}{2} - \frac{\left( \, 1 \, \right)^4}{4} + \frac{\left( \, 1 \,
 +
\right)^3}{2} \, \right|
 +
</math>
 +
</center>

Revisión de 10:47 25 dic 2010


Cálculo de áreas mediante integrales


Supongamos que nos dan dos funciones   
\mathrm{f} \left( \, x \, \right)
  y   
\mathrm{g} \left( \, x \, \right)
  y nos preguntan calcular el área comprendida entre las graficas de ambas funciones.


El area que nos piden coincide con el área comprendida entre la función   
\mathrm{h}  \left( \,  x  \,  \right) :=  \mathrm{f}  \left( \,  x  \, \right)  -
\mathrm{g} \left( \, x \, \right)
  y el eje X.


Para calcular el área comprendida entre la función 
\mathrm{h} 
  y el eje X, procedemos de la siguiente manera:


  1. 1. En primer lugar resolvemos la ecuación:


\mathrm{h} \left( \, x \, \right) = 0

para obtener 
n
soluciones   
x_1, \, x_2, \, \ldots, \, x_n
  con


x_1 < x_2 < \ldots < x_n

  1. 2 Buscamos una primitiva  


\mathrm{H} \left( \, x \, \right)
  de   
\mathrm{h} \left( \, x \, \right)
.

  1. 3. Llegados a este punto ya podemos calcular el área que nos piden con la

fórmula:


\text{Area} = \left| \, \mathrm{H} \left(  \, x_1 \, \right) - \mathrm{H} \left(
</p>
<pre>   \, x_2 \, \right) \, \right| +
</pre>
<p>\left| \, \mathrm{H} \left(  \, x_2 \, \right) - \mathrm{H} \left(
</p>
<pre>   \, x_3 \, \right) \, \right| + \ldots + \left| \, \mathrm{H} \left(  \, x_{n-1} \, \right) - \mathrm{H} \left(
   \, x_n \, \right) \, \right|
</pre>
<p>

donde


\left| \, \mathrm{H} \left(  \, x_{i-1} \, \right) - \mathrm{H} \left(
</p>
<pre>   \, x_i \, \right) \, \right|
</pre>
<p>

es el area comprendida entre las rectas verticales de ecuaciones   
x = x_{i-1}
,   
x = x_i
,   el eje X y la grafica de la función 
\mathrm{h}
.


Ejemplo


Calculemos el área comprendida entre las graficas de   
\mathrm{f} \left( \, x \, \right) = x^3
  y   
\mathrm{g} \left( \, x \, \right) = x
.


El area que nos piden coincide con el área comprendida entre la función   
\mathrm{h}  \left( \,  x  \,  \right) :=  \mathrm{f}  \left( \,  x  \, \right)  -
\mathrm{g} \left( \, x \, \right) = x^3 - x
  y el eje X.


Para calcular el área comprendida entre la función 
\mathrm{h} 
  y el eje X, procedemos de la siguiente manera:


  1. 1. En primer lugar resolvemos la ecuación:


\mathrm{h} \left( \, x \, \right) = x^3 - x

para obtener 3 soluciones soluciones   
x_1 = -1, \, x_2 = 0, \, x_3 = 1
.

  1. 2 Una primitiva  


\mathrm{H} \left( \, x \, \right)
  de   
\mathrm{h} \left( \, x \, \right)

  es 


\mathrm{H} \left( \, x \, \right) = \frac{x^4}{4} - \frac{x^2}{2}


  1. 3. Llegados a este punto ya podemos calcular el área que nos piden:

[Unparseable or potentially dangerous latex formula. Error 1 ]

   
 
ASIGNATURAS
MatemáticasFísicaQuímicaBiologíaDibujoHistoriaLengua y LiteraturaHistoria del ArteFilosofía
Creative Commons License
Los contenidos de Wikillerato están disponibles bajo una licencia de Creative Commons.
Pueden utilizarse y redistribuirse libremente siempre que se reconozca su procedencia.