Google

A fish - solution

Give feedback

I first draw a line through the centers of the two circles, the length of that line is d. If we consider that line to go along the y-axis of a tilted coordinate system which has its origin in the center of the small circle, then the equations for the two circles become:

x2+(y-d)2=25

and

x2+y2=6.25

If we subtract the lower from the upper, we get

-2dy+d2=18.75

By the Pythagorean theorem we get d

d=sqrt(31.25)

So we put that into our equation

-2*sqrt(31.25)*y+31.25=18.75    

-2*sqrt(31.25)*y=-12.5

sqrt(31.25)*y=6.25

y=6.25/sqrt(31.25)

y2=39.0625/31.25

y2=1.25

So we put this y2 into

x2+y2=6.25

and we get    

x2+1.25=6.25

x2=5

x1=sqrt(5)

x2=-sqrt(5)

Which is where the two circles cross eachother and which are the end points of the chord of length c drawn in the figure (notice that the y-value is the same for both).

So

c=2*sqrt(5)    

and we note down c/2 also

c/2=sqrt(5)

The area A of a segment cut off from a circle with radius R by the chord of length c is:

A = arcsin(c/(2R))*R2 - (1/2) * sqrt(R2 - (c/2)2) * c

We put in our c and get

A = arcsin(sqrt(5)/R)*R2 - sqrt(R2 - 5) * sqrt(5)

We have two circles to find the segment area of, we call the segment areas a and b. One of the circles has radius 5 cm.

R1=5

a = arcsin(sqrt(5)/R1)*R12 - sqrt(R12 - 5) * sqrt(5)

a = arcsin(sqrt(5)/5)*25 - sqrt(25 - 5) * sqrt(5)    

a = arcsin(sqrt(5)/5)*25 - sqrt(20) * sqrt(5)

a = arcsin(sqrt(5)/5)*25 - 10

a = arcsin(sqrt(1/5))*25 - 10

a = 1.5912

The other circle one has radius 2.5 cm.

R2=2.5

b = arcsin(sqrt(5)/R2)*R22 - sqrt(R22 - 5) * sqrt(5)

b = arcsin(sqrt(5)/2.5)*6.25 - sqrt(6.25 - 5) * sqrt(5)    

b = arcsin(sqrt(5)/2.5)*6.25 - sqrt(1.25) * sqrt(5)

b = arcsin(sqrt(5)/2.5)*6.25 - 2.5

b = arcsin(sqrt(4/5))*6.25 - 2.5

b = 4.4197

qb = quarter of big circle area

hs = half of small circle area

qb = Pi*52/4 = 19.6350

hs = Pi*2.52/2 = 9.8175

sa = square area

sa = 25

fa = fish area

fa = sa -qb -hs +2*(a+b)    

fa = 25 -19.6350 -9.8175 +2*(1.5912+4.4197)

fa = 7.5692 (cm2)