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

Cita dCode

The copy-paste of the page "Double Integral" or any of its results, is allowed (even for commercial purposes) as long as you cite 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-04-27, 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
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback