MHB Question about a rounded rectangle

  • Thread starter Thread starter Opalg
  • Start date Start date
  • Tags Tags
    Rectangle
Opalg
Gold Member
MHB
Messages
2,778
Reaction score
13
Someone has asked for a fuller explanation of a reply that I gave to this thread on another site eleven years ago.

The question concerns a rectangle (dimensions $l\times w$) whose corners have been replaced by quadrants of a circle of radius $r$. This diagram shows an enlargement of one corner of the rectangle.
[TIKZ]\fill [red!20!white] (0,0) -- (0,-4.5) -- (4,-4.5) -- cycle ;
\draw (0,-6) |- (6,0) ;
\draw (-1,-6) -| (6,1) ;
\draw (0,-6) arc (-90:0:6) ;
\draw (-1,-0.75) -- (6,-6) ;
\draw (5,-5) node{$x$} ;
\draw (3,-6.2) node{$r$} ;
\draw (6.2,-3) node{$r$} ;
\draw (2.3,-2.2) node{$r$} ;
\draw (5.4,-5.8) node{$\theta$} ;
\draw [dashed] (0,-4.5) -- (6,-4.5) ;
\draw [dashed] (4,0) -- (4,-6) ;
\draw [dashed] (0,0) -- (4,-4.5) ;[/TIKZ]
If the diagonal makes an angle $\theta$ with the base of the rectangle then $\tan\theta = \dfrac wl$. So $\cos\theta = \dfrac l{\sqrt{l^2+w^2}}$ and $\sin\theta = \dfrac w{\sqrt{l^2+w^2}}$.
Apply Pythagoras to the coloured triangle to get $$ (r- x\sin\theta)^2 + (r - x\cos\theta)^2 = r^2,$$ $$x^2 - 2rx(\sin\theta + \cos\theta) + r^2 = 0.$$ The solutions to that quadratic equation for $x$ are $$x = r(\sin\theta + \cos\theta) \pm\sqrt{r^2(\sin\theta+\cos\theta)^2 - r^2} = r\bigl(\sin\theta + \cos\theta\pm\sqrt{2\sin\theta\cos\theta}\bigr).$$ We want the smaller solution (the larger one would be where the diagonal meets the other side of the circle), so $$x = r\bigl(\sin\theta + \cos\theta - \sqrt{2\sin\theta\cos\theta}\bigr) = \dfrac{r\bigl(w+l-\sqrt{2lw}\bigr)}{\sqrt{l^2+w^2}}.$$
 
Mathematics news on Phys.org
I am not quite sure of what you are looking for, but: Take any corner of the rectangle. Assume that l>2r and w>2r. Place a square with side r in each corner. When you replace the square with a quarter circle, you reduce the area from r2 to π/4*r2. Thus the total area is reduced from l*w to l*w-πr2.
 
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