mahrap
- 37
- 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.
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.
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.
mahrap said:Why would the height be y though? That's what i don't understand