Tool to compute the mean of a function (continuous) in order to find the average value of its integral over a given interval [a,b].
Mean of a Function - dCode
Tag(s) : Functions
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 mean of a function $ f $ is noted $ \bar{f} $ and is calculated over an interval $ [a,b] $ with the formula $$ \bar{f} = \frac{1}{b-a} \int_a^b f(x) \mathrm{ dx} $$ with $$ \int^b_a f(x) \mathrm{ dx} = F(b)-F(a) $$ with $ F(x) $ the primitive of $ f(x) $ over the interval $ [a,b] $
Calculate the integral of the function over the desired interval and divide by the size of the interval.
Example: Calculate the mean of the function $ f(x) = x $ over the interval $ [0;1] $ necessitate to calculate the primitive $ F(x) = \frac{1}{2} x^2 $ and then $$ \bar{f} = \frac{1}{1-0} \int^1_0 f(x) \mathrm{ dx} = F(1)-F(0) = \frac{1}{2} $$
Indicate the function with lower and upper bounds (that delimitate the interval) and the variable to integrate with.
Symbolic values are allowed and included in the calculation.
dCode will compute the integral of the function and will find the average value
The function must be continuous and convergent to obtain results
The primitive calculator is a also tool proposed on dCode.
dCode retains ownership of the "Mean of a Function" source code. Any algorithm for the "Mean of a Function" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Mean of a Function" 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 "Mean of a Function" 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.
The content of the page "Mean of a Function" 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:
In a scientific article or book, the recommended bibliographic citation is: Mean of a Function on dCode.fr [online website], retrieved on 2025-04-16,