Difference between revisions of "AoPS Wiki:Sandbox"
(→\LaTeX test) |
(→\LaTeX test) |
||
Line 9: | Line 9: | ||
==<math>\LaTeX</math> test== | ==<math>\LaTeX</math> test== | ||
− | |||
− | |||
− | |||
We want to find the area of this figure: | We want to find the area of this figure: | ||
Line 74: | Line 71: | ||
<asy> | <asy> | ||
− | unitsize(0. | + | unitsize(0.6inch); |
path tt, tri; | path tt, tri; | ||
real x, y; | real x, y; | ||
y = 1+sqrt(2); | y = 1+sqrt(2); | ||
x = y+(6/1.7); | x = y+(6/1.7); | ||
− | tt=(0,0)..(y,1)--(y,-1)..cycle; | + | tt=(0,0)..(y,1)--(y-1, 0)--(y,-1)..cycle; |
− | tri=(y, | + | tri=(y, 1)--(y,-1); |
draw(tt); | draw(tt); | ||
− | + | fill(tt, gray(0.4)); | |
label("1.7", (y, 0), E); | label("1.7", (y, 0), E); | ||
label("C", (y-1, -0.1), S); | label("C", (y-1, -0.1), S); | ||
Line 88: | Line 85: | ||
We find the radius using the 45-45-90 triangle. Since the ratios of the sides are 1:1:<math>\sqrt{2}</math>, we can find the radius to be <math>\frac{1.7}{\sqrt{2}} = \frac{1.7 \sqrt{2}}{2}</math> . | We find the radius using the 45-45-90 triangle. Since the ratios of the sides are 1:1:<math>\sqrt{2}</math>, we can find the radius to be <math>\frac{1.7}{\sqrt{2}} = \frac{1.7 \sqrt{2}}{2}</math> . | ||
+ | |||
+ | Hence, the area of the whole circle is <math>\pi r^2</math>, and the area of the 3/4 circle is <math>\frac{3}{4} * \pi * (\frac{1.7 \sqrt{2}}{2})^2 </math>. | ||
+ | |||
+ | Adding it all up, we find the answer to be <math>\frac{3}{4} \pi (\frac{1.7 \sqrt{2}}{2})^2 + 0.7225 + 5.1</math> . | ||
+ | |||
+ | Just plug it into your calculator. And please understand where all the numbers came from before writing the answer down. |
Revision as of 18:28, 2 April 2014
Welcome to the sandbox, a location to test your newfound wiki-editing abilities.
Please note that all contributions here may be deleted periodically and without warning.
In the computer world, a sandbox is a place to test and experiment -- essentially, it's a place to play.
This is the AoPSWiki Sandbox. Feel free to experiment here.
Warning: anything you place here is subject to deletion without notice.
[This was deleted due to its inappropriateness.]
test
We want to find the area of this figure:
We label the circle as circle C. We can break the figure into three parts, shown as the 3/4 circle, the triangle, and the rectangle.
Lets first take a look at the rectangle.
It has an area of .
Lets now take a look at the triangle, after drawing the height.
We see that both the radii are the two shorter sides of the triangle, making this a isosceles 45-45-90 triangle.
We also see that the height that we drew is half the hypotenuse(note the two smaller 45-45-90 isosceles triangles).
Hence, the area of the triangle is .
Now, let's take a look at the 3/4 circle. We know it is 3/4 because there is a 90 degree triangle cut out of it.
We find the radius using the 45-45-90 triangle. Since the ratios of the sides are 1:1:, we can find the radius to be .
Hence, the area of the whole circle is , and the area of the 3/4 circle is .
Adding it all up, we find the answer to be .
Just plug it into your calculator. And please understand where all the numbers came from before writing the answer down.