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!
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^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 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 $$
dCode retains ownership of the online 'Double Integral' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any 'Double Integral' algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any 'Double Integral' function (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and no data download, script, copy-paste, or API access for 'Double Integral' will be for free, same for offline use on PC, tablet, iPhone or Android ! dCode is free and online.
Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!
Thanks to your feedback and relevant comments, dCode has developed the best 'Double Integral' tool, so feel free to write! Thank you!