Search for a tool
Double Integral

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.

Results

Double Integral -

Tag(s) : Functions, Symbolic Computation

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Double Integral' tool for free! Thank you!

Double Integral

Double Integral Calculator


$$ \int\limits_2 \int\limits_1 f(1,2) \small{\text{ d}\textit{1}\text{ d}\textit{2}} $$

First Integral 1








Second Integral 2












Integral Calculator over a 2D Domain









See also: Triple Integral

Answers to Questions (FAQ)

What is a double integral? (Definition)

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 $

How to calculate a double integral?

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 $$

How to integrate with polar coordinates?

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 $$

Is it possible to change the order of integration?

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.

Source code

dCode retains ownership of the "Double Integral" source code. Any algorithm for the "Double Integral" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "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.) or any database download or API access for "Double Integral" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Double Integral" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/double-integral
In a scientific article or book, the recommended bibliographic citation is: Double Integral on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/double-integral

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Double Integral' tool for free! Thank you!


https://www.dcode.fr/double-integral
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback