Versione italiana
Esercizi sugli Integrali Doppi
Concetti Chiave
-
Definizione di Integrale Doppio:
L'integrale doppio di una funzione f(x, y)f(x,y) su una regione DD nel piano è definito come:
\iint_D f(x, y) \, dA
∬D​f(x,y)dA
dove dAdA è l'elemento di area, solitamente espresso come dx \, dydxdy o dy \, dxdydx.
-
Regioni di Integrazione:
Le regioni di integrazione possono essere:
- Rettangolari: definite da limiti costanti.
- Non rettangolari: definite da curve, richiedendo una suddivisione in più parti.
-
Cambio dell'Ordine di Integrazione:
In alcuni casi, è possibile cambiare l'ordine di integrazione (da dx \, dydxdy a dy \, dxdydx e viceversa) per semplificare il calcolo.
-
Teorema di Fubini:
Se f(x, y)f(x,y) è continua su una regione rettangolare DD, allora:
\iint_D f(x, y) \, dA = \int_a^b \left( \int_c^d f(x, y) \, dy \right) dx
∬D​f(x,y)dA=∫ab​(∫cd​f(x,y)dy)dx
oppure
\iint_D f(x, y) \, dA = \int_c^d \left( \int_a^b f(x, y) \, dx \right) dy
∬D​f(x,y)dA=∫cd​(∫ab​f(x,y)dx)dy
Esercizi
Esercizio 1: Calcolare un Integrale Doppio su una Regione Rettangolare
Problema: Calcola l'integrale doppio della funzione f(x, y) = x + yf(x,y)=x+y sulla regione rettangolare D = [0, 1] \times [0, 2]D=[0,1]×[0,2].
Soluzione:
- Scrivi l'integrale doppio:
\iint_D (x + y) \, dA = \int_0^1 \left( \int_0^2 (x + y) \, dy \right) dx
∬D​(x+y)dA=∫01​(∫02​(x+y)dy)dx
- Calcola l'integrale interno:
\int_0^2 (x + y) \, dy = \left[ xy + \frac{y^2}{2} \right]_0^2 = 2x + 2
∫02​(x+y)dy=[xy+2y2​]02​=2x+2
- Calcola l'integrale esterno:
\int_0^1 (2x + 2) \, dx = \left[ x^2 + 2x \right]_0^1 = 1 + 2 = 3
∫01​(2x+2)dx=[x2+2x]01​=1+2=3
- Risultato finale:
\iint_D (x + y) \, dA = 3
∬D​(x+y)dA=3
Esercizio 2: Calcolare un Integrale Doppio su una Regione Non Rettangolare
Problema: Calcola l'integrale doppio della funzione f(x, y) = x^2 + y^2f(x,y)=x2+y2 sulla regione DD delimitata da y = xy=x e y = x^2y=x2 per 0 \leq x \leq 10≤x≤1.
Soluzione:
-
Scrivi l'integrale doppio:
\iint_D (x^2 + y^2) \, dA = \int_0^1 \left( \int_{x^2}^{x} (x^2 + y^2) \, dy \right) dx
∬D​(x2+y2)dA=∫01​(∫x2x​(x2+y2)dy)dx
-
Calcola l'integrale interno:
\int_{x^2}^{x} (x^2 + y^2) \, dy = \left[ x^2y + \frac{y^3}{3} \right]_{x^2}^{x} = \left( x^3 + \frac{x^3}{3} \right) - \left( x^4 + \frac{x^6}{3} \right)
∫x2x​(x2+y2)dy=[x2y+3y3​]x2x​=(x3+3x3​)−(x4+3x6​)
-
Calcola l'integrale esterno:
\int_0^1 \left( \frac{4x^3}{3} - x^4 - \frac{x^6}{3} \right) dx
∫01​(34x3​−x4−3x6​)dx
Calcoliamo ciascun termine separatamente:
- \int_0^1 \frac{4x^3}{3} \, dx = \frac{4}{3} \cdot \left[ \frac{x^4}{4} \right]_0^1 = \frac{4}{3} \cdot \frac{1}{4} = \frac{1}{3}∫01​34x3​dx=34​⋅[4x4​]01​=34​⋅41​=31​
- \int_0^1 x^4 \, dx = \left[ \frac{x^5}{5} \right]_0^1 = \frac{1}{5}∫01​x4dx=[5x5​]01​=51​
- \int_0^1 \frac{x^6}{3} \, dx = \frac{1}{3} \cdot \left[ \frac{x^7}{7} \right]_0^1 = \frac{1}{3} \cdot \frac{1}{7} = \frac{1}{21}∫01​3x6​dx=31​⋅[7x7​]01​=31​⋅71​=211​
Ora sommiamo i risultati:
\int_0^1 \left( \frac{4x^3}{3} - x^4 - \frac{x^6}{3} \right) dx = \frac{1}{3} - \frac{1}{5} - \frac{1}{21}
∫01​(34x3​−x4−3x6​)dx=31​−51​−211​
Per sommare queste frazioni, troviamo un denominatore comune, che è 105:
\frac{1}{3} = \frac{35}{105}, \quad \frac{1}{5} = \frac{21}{105}, \quad \frac{1}{21} = \frac{5}{105}
31​=10535​,51​=10521​,211​=1055​
Quindi:
\frac{35}{105} - \frac{21}{105} - \frac{5}{105} = \frac{35 - 21 - 5}{105} = \frac{9}{105} = \frac{3}{35}
10535​−10521​−1055​=10535−21−5​=1059​=353​
-
Risultato finale:
\iint_D (x^2 + y^2) \, dA = \frac{3}{35}
∬D​(x2+y2)dA=353​
Esercizio 3: Cambiare l'Ordine di Integrazione
Problema: Calcola l'integrale doppio della funzione f(x, y) = xyf(x,y)=xy sulla regione DD delimitata da y = 0y=0, y = xy=x, e x = 1x=1.
Soluzione:
-
Scrivi l'integrale doppio con l'ordine originale:
\iint_D xy \, dA = \int_0^1 \left( \int_0^x xy \, dy \right) dx
∬D​xydA=∫01​(∫0x​xydy)dx
-
Calcola l'integrale interno:
\int_0^x xy \, dy = x \cdot \left[ \frac{y^2}{2} \right]_0^x = x \cdot \frac{x^2}{2} = \frac{x^3}{2}
∫0x​xydy=x⋅[2y2​]0x​=x⋅2x2​=2x3​
-
Calcola l'integrale esterno:
\int_0^1 \frac{x^3}{2} \, dx = \frac{1}{2} \cdot \left[ \frac{x^4}{4} \right]_0^1 = \frac{1}{2} \cdot \frac{1}{4} = \frac{1}{8}
∫01​2x3​dx=21​⋅[4x4​]01​=21​⋅41​=81​
-
Risultato finale:
\iint_D xy \, dA = \frac{1}{8}
∬D​xydA=81​
English version
Double Integral Exercises
Key Concepts
- Definition of Double Integral:
The double integral of a function f(x, y)f(x,y) over a region DD in the plane is defined as:
\iint_D f(x, y) \, dA
∬D​f(x,y)dA
where dAdA is the area element, usually expressed as dx \, dydxdy or dy \, dxdydx.
- Regions of Integration:
Regions of integration can be:
- Rectangular: defined by constant limits.
- Non-rectangular: defined by curves, requiring a subdivision into multiple parts.
-
Changing the Order of Integration:
In some cases, it is possible to change the order of integration (from dx \, dydxdy to dy \, dxdydx and vice versa) to simplify the calculation.
-
Fubini's Theorem:
If f(x, y)f(x,y) is continuous on a rectangular region DD, then:
\iint_D f(x, y) \, dA = \int_a^b \left( \int_c^d f(x, y) \, dy \right) dx
∬D​f(x,y)dA=∫ab​(∫cd​f(x,y)dy)dx
or
\iint_D f(x, y) \, dA = \int_c^d \left( \int_a^b f(x, y) \, dx \right) dy
∬D​f(x,y)dA=∫cd​(∫ab​f(x,y)dx)dy
Exercises
Exercise 1: Computing a Double Integral on a Rectangular Region
Problem: Compute the double integral of the function f(x, y) = x + yf(x,y)=x+y on the rectangular region D = [0, 1] \times [0, 2]D=[0,1]×[0,2].
Solution:
- Write the double integral:
\iint_D (x + y) \, dA = \int_0^1 \left( \int_0^2 (x + y) \, dy \right) dx
∬D​(x+y)dA=∫01​(∫02​(x+y)dy)dx
- Calculate the internal integral:
\int_0^2 (x + y) \, dy = \left[ xy + \frac{y^2}{2} \right]_0^2 = 2x + 2
∫02​(x+y)dy=[xy+2y2​]02​=2x+2
- Calculate the outer integral:
-
\int_0^1 (2x + 2) \, dx = \left[ x^2 + 2x \right]_0^1 = 1 + 2 = 3
∫01​(2x+2)dx=[x2+2x]01​=1+2=3
- Final result: $$\iint_D (x + y) , dA = 3$$
Exercise 2: Calculating a Double Integral over a Non-Region Rectangular
Problem: Compute the double integral of the function f(x, y) = x^2 + y^2f(x,y)=x2+y2 over the region DD bounded by y = xy=x and y = x^2y=x2 for 0 \leq x \leq 10≤x≤1.
Solution:
- Write the double integral:
\iint_D (x^2 + y^2) \, dA = \int_0^1 \left( \int_{x^2}^{x} (x^2 + y^2) \, dy \right) dx
∬D​(x2+y2)dA=∫01​(∫x2x​(x2+y2)dy)dx
- Calculate the internal integral:
\int_{x^2}^{x} (x^2 + y^2) \, dy = \left[ x^2y + \frac{y^3}{3} \right]_{x^2}^{x} = \left( x^3 + \frac{x^3}{3} \right) - \left( x^4 + \frac{x^6}{3} \right)
∫x2x​(x2+y2)dy=[x2y+3y3​]x2x​=(x3+3x3​)−(x4+3x6​)
- Compute the outer integral:
\int_0^1 \left( \frac{4x^3}{3} - x^4 - \frac{x^6}{3} \right) dx
∫01​(34x3​−x4−3x6​)dx
We calculate each term separately: - \int_0^1 \frac{4x^3}{3} \, dx = \frac{4}{3} \cdot \left[ \frac{x^4}{4} \right]_0^1 = \frac{4}{3} \cdot \frac{1}{4} = \frac{1}{3}∫01​34x3​dx=34​⋅[4x4​]01​=34​⋅41​=31​ - \int_0^1 x^4 , dx = \left[ \frac{x^5}{5} \right]_0^1 = \frac{1}{5}∫01​x4,dx=[5x5​]01​=51​ - \int_0^1 \frac{x^6}{3} \, dx = \frac{1}{3} \cdot \left[ \frac{x^7}{7} \right]_0^1 = \frac{1}{3} \cdot \frac{1}{7} = \frac{1}{21}∫01​3x6​dx=31​⋅[7x7​]01​=31​⋅71​=211​
Now let's add the results:
\int_0^1 \left( \frac{4x^3}{3} - x^4 - \frac{x^6}{3} \right) dx = \frac{1}{3} - \frac{1}{5} - \frac{1}{21}
∫01​(34x3​−x4−3x6​)dx=31​−51​−211​
To add these fractions, we find a common denominator, which is 105:
\frac{1}{3} = \frac{35}{105}, \quad \frac{1}{5} = \frac{21}{105}, \quad \frac{1}{21} = \frac{5}{105}
31​=10535​,51​=10521​,211​=1055​
So:
\frac{35}{105} - \frac{21}{105} - \frac{5}{105} = \frac{35 - 21 - 5}{105} = \frac{9}{105} = \frac{3}{35}
10535​−10521​−1055​=10535−21−5​=1059​=353​
- Final result:
\iint_D (x^2 + y^2) \, dA = \frac{3}{35}
∬D​(x2+y2)dA=353​
Exercise 3: Changing the Order of Integration
Problem: Compute the double integral of the function f(x, y) = xyf(x,y)=xy over the region DD bounded by y = 0y=0, y = xy=x, and x = 1x=1.
Solution:
- Write the double integral with the original order:
\iint_D xy \, dA = \int_0^1 \left( \int_0^x xy \, dy \right) dx
∬D​xydA=∫01​(∫0x​xydy)dx
- Calculate the internal integral:
\int_0^x xy \, dy = x \cdot \left[ \frac{y^2}{2} \right]_0^x = x \cdot \frac{x^2}{2} = \frac{x^3}{2}
∫0x​xydy=x⋅[2y2​]0x​=x⋅2x2​=2x3​
- Calculate the external integral:
\int_0^1 \frac{x^3}{2} \, dx = \frac{1}{2} \cdot \left[ \frac{x^4}{4} \right]_0^1 = \frac{1}{2} \cdot \frac{1}{4} = \frac{1}{8}
∫01​2x3​dx=21​⋅[4x4​]01​=21​⋅41​=81​
- Final result:
\iint_D xy \, dA = \frac{1}{8}
∬D​xydA=81​
Commenti
Posta un commento