Tool to calculate Double Integral. The calculation of two consecutive integral makes it possible to compute areas for functions with two variables to integrate over a given interval.
Double Integral - dCode
Tag(s) : Functions, Symbolic Computation
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
A double integral is an integral that applies to a function with 2 variables over a given region of the plane.
From a function with 2 variables $ f(x, y) $ and a region $ R $ of the 2D plane, the general expression of the double integral is $$ \iint_R f(x, y) , dA $$ where $ dA $ represents a small infinitesimal area in $ R $
The calculation of double integral is equivalent to a calculation of two consecutive integrals, from the innermost to the outermost.
$$ \iint f(x,y) \text{ d}x\text{ d}y = \int_{(y)} \left( \int_{(x)} f(x,y) \text{ d}x \right) \text{ d}y $$
Example: Calculate the integral of $ f(x,y)=x+y $ over $ x \in [0,1] $ and $ y \in [0,2] $ $$ \int_{0}^{2} \int_{0}^{1} x+y \text{ d}x\text{ d}y = \int_{0}^{2} \frac{1}{2}+y \text{ d}y = 3 $$
Enter the function on dCode with the upper and lower bounds for each variable and the calculator will return the resultat automatically.
It is possible to use variables in the bounds of the integrals:
$$ \iint (x+y) \text{ d}x \text{ d}y = \int_0^1 \left( \int_0^{y} (x+y) \text{ d}x \right) \text{ d}y $$
Polar coordinates are useful for performing area/surface calculations via double integration by variable change:
$$ \iint f(x,y) \text{ d}x \text{ d}y = \iint (r\cos(\theta),r\sin(\theta))r\text{ d}r \text{ d}\theta $$
Yes, in most cases but not always. Changing the order of the integrations can simplify the calculations, but be careful that the limits are independent of the variables.
dCode retains ownership of the "Double Integral" source code. Except explicit open source licence (indicated Creative Commons / free), the "Double Integral" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Double Integral" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Double Integral" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Double Integral" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Double Integral on dCode.fr [online website], retrieved on 2024-11-21,