I have a function f(z). Then i would like to have the average value of this function from a circle in the z-x plane. the centre of the circle should be at let's say z=100 with a radius of 50. so that the values from the function close to z=100 gets a higher importance.
Hi!
I have a function that only depends on z. It is homogeneous in both x and y direction. Then at a certain z-value I need the average value in a circle with radius r from this point. The circle is in the x-plane. How should my integral look like?
Thanks to anyone that can help me.