MHB Find the area of the shaded region

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Area
AI Thread Summary
The discussion presents a geometry problem involving two circles centered at points P and Q, with a tangent chord AB parallel to the line PQ. The length of the chord AB is given as x units. Participants are encouraged to find the area of the shaded region, specifically the area between the two circles. The problem aims to engage members of the forum in solving a geometric challenge. The thread invites solutions and insights from the community while emphasizing the enjoyment of the problem itself.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Points $$P$$ and $$Q$$ are centers of the circles as shown below. Chord $$AB$$ is tangent to the circle with center $$P$$. Given that the line $$PQ$$ is parallel to chord $$AB$$ and $$AB=x$$ units, find the area of the shaded region in yellow.

[TIKZ]
\draw [<->] (0.2,1) -- (5.8, 1);
\begin{scope}
\draw (3,0) circle(3);
\end{scope}
\begin{scope}
\draw (1,0) circle(1);
\end{scope}
\coordinate[label=above: P] (P) at (1,0);
\coordinate[label=above: Q] (Q) at (3,0);
\coordinate[label=left: A] (A) at (0.2,1);
\coordinate[label=right: B] (B) at (5.8,1);
\coordinate[label=above: $x$] (x) at (2.8,1);
\filldraw (1,0) circle (2pt);
\filldraw (3,0) circle (2pt);

\draw[fill=red,fill opacity=0.6] (1,0) circle (1);
\draw[fill=yellow,fill opacity=0.5] (3,0) circle (3);
[/TIKZ]

I am not seeking for help, I just want to share an interesting geometry problem at MHB with the hope our members enjoy it. :)
 
Mathematics news on Phys.org
For those who are interested, you are welcome to post your solution here! I initially wanted to post this in the Challenges subforum, but was afraid this might not difficult enough to be claimed as a challenge problem. (Smile)
 
Solution of MarkFL:
[TIKZ]
\draw [<->] (0.2,1) -- (5.8, 1);
\begin{scope}
\draw (3,0) circle(3);
\end{scope}
\begin{scope}
\draw (1,0) circle(1);
\end{scope}
\coordinate[label=below: P] (P) at (1,0);
\coordinate[label=below: Q] (Q) at (3,0);
\coordinate[label=left: A] (A) at (0.2,1);
\coordinate[label=right: B] (B) at (5.8,1);
\coordinate (T) at (3,1);
\coordinate[label=above: $\frac x2$] (x) at (1.9,1);
\coordinate[label=above: $R$] (R) at (2.2,0.0001);
\coordinate[label=above: $r$] (r) at (3.2,0.1);
\filldraw (1,0) circle (2pt);
\filldraw (3,0) circle (2pt);
\draw (Q)-- (A);
\draw (Q)-- (T);
\draw[fill=red,fill opacity=0.6] (1,0) circle (1);
\draw[fill=yellow,fill opacity=0.5] (3,0) circle (3);
\draw (3,0.9) rectangle +(-0.1, 0.1);
[/TIKZ]
Let the radius of the smaller circle be $$r$$ and the radius of the bigger circle be $$R$$.

Next, build a right-angled triangle where the base of it is half of $$AB$$, i.e. $$\dfrac{x}{2}$$.

Now, by applying the Pythagoras' theorem, we get

$$\begin{align*}\text{Area of shaded region}&=\pi(R^2-r^2)\\&=\pi\left(\dfrac{x}{2}\right)^2\\&=\dfrac{\pi x^2}{4}\end{align*}$$
 
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top