Problem
Find the area of the shaded part.
At first, I tried to solve this using simple geometry without trigonometry, but eventually gave up.
Solution
Then, brining the big gun:
-
Using integration:
- First, define a coordinate system:
- Then, write the function describing the blue circle and the red arc.
- Blue circle: x2+(y+5β2β)2=100
- Red arc: x2+(y)2=25
- The coordinate of two crossing point can be found:
- Point A: [β2527βββ,22β5β]
- Point B: [2527βββ,22β5β]
-
Using the x corrdinate of point A and B as lower and upper limit, the integration could be written as:
2Areatotalββ=β«BAβ[25βx2ββ(100βx2ββ52β)]dx
-
And the total area:
Areatotalβ=2β225ββ[7ββ8arcsin(427βββ)+2arcsin(7β)]
or: 29.2763cm2
-
Using trigonometry:
- Auxiliary lines can be usefull:
-
We know:
AC=CB=10
AD=DB=5
CD=52β
-
Using Cosin Law, we get the angle of β ACD:
β ACD=arccos2ACβCDAC2+CD2βAD2β
-
Hence the area of sector ACBFA:
AreaACBFAβ=2Ο2ββ ACDβΟ102
-
The area of the triangle ACBA:
AreaACBAβ=21βACβCBβsin(2ββ ACD)
-
Area ABFA can be obtained:
AreaABFAβ=AreaACBFAββAreaACBAβ
-
Now we perform similar procedure to obtain area of ABEA:
β ADC=arccos(2ADβDCAD2+DC2βAC2β)
β ADB=2(Οββ ADC)
AreaADBEAβ=2ΟΟβ52ββ ADBβ
AreaADBAβ=21βAD2sin(β ADB)
AreaABEAβ=AreaADBEAββAreaADBAβ
AreaAFBEAβ=2βAreaABEAββAreaABFAβ
-
Result:
29.2763cm2
It is intriguing that this problem cannot be simply solved without trigonometry.
Iβve wrote down the whole process in Wolfram Mathematica for download.