Average value of x-coord and y-coord in a semicircle. multivariable calculus.

mahrap
Messages
37
Reaction score
0
Calculate the average height above the x-axis of a point in the region 0 <= x <= 1 , 0 <= y <= x^2. I don't know what function to use to find the average height.
 
Physics news on Phys.org
mahrap said:
Calculate the average height above the x-axis of a point in the region 0 <= x <= 1 , 0 <= y <= x^2. I don't know what function to use to find the average height.

I expect height means y. So you want to integrate y over the region then divide by the area of the region. Set it up as a double integral of y.
 
Dick said:
I expect height means y. So you want to integrate y over the region then divide by the area of the region. Set it up as a double integral of y.

Why would the height be y though? That's what i don't understand
 
mahrap said:
Why would the height be y though? That's what i don't understand

y is the distance of a point (x,y) to the x-axis. They are just calling that 'height'.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top