A thin plate lies in the region between the circle x^2+y^2=4 and the circle x^2+y^2=1 above the x axis. Find the centroid. For the second part, same question except the region in the first quadrant instead of above x axis. For part a, I figured out bar x is 0, and I tried to integrate for bar y but it didn't work.

4 r/3pi is the semicircle

do the outer one, then subtract the inner one.
See for example:
http://en.wikipedia.org/wiki/List_of_centroids

http://mathworld.wolfram.com/Semicircle.html

look at integration for weighted mean, then divide by area. pi r^2/2

To find the centroid of the given region, we need to calculate the coordinates of the centroid (x̄, ȳ).

In this case, since you've correctly found that the x-coordinate of the centroid (x̄) is 0, we only need to find the y-coordinate (ȳ).

First, let's find the region enclosed by the two circles.
The circle x^2 + y^2 = 4 represents a larger circle, whereas x^2 + y^2 = 1 represents a smaller circle, both lying above the x-axis.

To find the region between these two circles, we need to calculate the area of the outer circle and the area of the inner circle and then subtract the latter from the former.

1. Area of the outer circle:
The equation x^2 + y^2 = 4 represents a circle with a radius of 2 units. Thus, the area of the outer circle is π(2^2) = 4π square units.

2. Area of the inner circle:
The equation x^2 + y^2 = 1 represents a circle with a radius of 1 unit. Hence, the area of the inner circle is π(1^2) = π square units.

Now, we can find the area between the two circles:
Area = Area of the outer circle - Area of the inner circle
= 4π - π
= 3π square units

To find the y-coordinate of the centroid (ȳ), we need to calculate the moment of the area about the x-axis divided by the total area.

Moment of the area about the x-axis:
Mx = ∫[region] (y * dA)

To calculate this, we need to determine the limits of the integration.

For Part A (region above the x-axis):
Since the region lies above the x-axis, the integration limits for y would be from 0 to √(4-x^2) (equation of the outer circle).

Now, let's integrate y with respect to y:
Mx = ∫[0 to √(4-x^2)] (y * dA)
= ∫[0 to √(4-x^2)] (y * dx)
= ∫[0 to √(4-x^2)] y dx

To evaluate this integral, we need to express y in terms of x.
From the equation of the circle x^2 + y^2 = 4, we can solve for y:
y = √(4-x^2)

Substituting this value into the integral:
Mx = ∫[0 to √(4-x^2)] (√(4-x^2) * dx)

Performing the integration will help us find the moment of the area about the x-axis.

Now, since you've mentioned that integrating for the y-coordinate didn't work, could you provide the specific issue you encountered or the steps you took while integrating? This will help in understanding and resolving the problem more effectively.