MHB Find the area of the shaded region

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Area
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:
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top