- #1
dirk_mec1
- 761
- 13
Homework Statement
2. Homework Equations [/B]
The Attempt at a Solution
I can find the length of the large square.
The small square is where the trouble starts.
If I look at the part of the circle where the small square is and put a center of a coordinate system at the bottom part of the circle I can setup an equation for the arc from the lowest point on the circle to the lower right corner of the large square.
[tex] f(x) = R-\sqrt{R^2-x^2}[/tex]
I know that there is some x at which the height up until the large square is twice the x-value:
2x = H - f(x)
with H the length of the lowest point of the circle up until the large square.
[tex] H = R-Rcos(45) [/tex]
Now if I solve 2x = H - f(x) I get:
[tex] 5x^2 + 2\sqrt{2} Rx + 0.5R^2 = 0 [/tex]
Which does not lead to the correct answer. The answer of the length of the small square is
[tex] \frac{R \sqrt{2}}{5} [/tex]
What am I doing wrong?