Difference between revisions of "User:Afly"
(→Afly) |
(→Some of my asymptote creations) |
||
Line 2: | Line 2: | ||
==Some of my asymptote creations== | ==Some of my asymptote creations== | ||
+ | |||
+ | These are a random collection of diagrams and text that I have made it | ||
+ | |||
+ | ==Triangle== | ||
<asy> | <asy> | ||
Line 54: | Line 58: | ||
\text{The area is } 1 \cdot 2 \cdot \frac{1}{2} = \boxed{1} | \text{The area is } 1 \cdot 2 \cdot \frac{1}{2} = \boxed{1} | ||
</math> | </math> | ||
− | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | + | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
+ | |||
+ | ==Pythagorean== | ||
+ | |||
<asy> | <asy> | ||
pair A=(0,0); | pair A=(0,0); | ||
Line 74: | Line 81: | ||
\text{The pythagorean theorem: red plus orange equals yellow} | \text{The pythagorean theorem: red plus orange equals yellow} | ||
</math> | </math> | ||
− | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | + | |
+ | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
+ | |||
+ | ==Isosceles Trapezoid== | ||
+ | |||
<asy> | <asy> | ||
pair A=(0,0); | pair A=(0,0); | ||
Line 98: | Line 109: | ||
</asy> | </asy> | ||
<math> | <math> | ||
− | \text{Given that } AB \parallel DC \text{ , prove that } A _ \triangle | + | \text{Given that } AB \parallel DC \text{ , prove that } A _ \triangle _A_E_D = A _ \triangle _B_E_C . |
</math> | </math> | ||
+ | |||
+ | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
+ | |||
+ | ==Hexagon (In AMC 2023 10A #24)== | ||
+ | |||
+ | <asy> | ||
+ | unitsize(1cm); | ||
+ | unitsize(5cm); | ||
+ | draw(scale(3)*polygon(6)); | ||
+ | filldraw(shift(dir(0)*2+dir(120)*3/7)*polygon(6), lightgray); | ||
+ | filldraw(shift(dir(60)*2+dir(180)*3/7)*polygon(6), lightgray); | ||
+ | filldraw(shift(dir(120)*2+dir(240)*3/7)*polygon(6), lightgray); | ||
+ | filldraw(shift(dir(180)*2+dir(300)*3/7)*polygon(6), lightgray); | ||
+ | filldraw(shift(dir(240)*2+dir(0)*3/7)*polygon(6), lightgray); | ||
+ | filldraw(shift(dir(300)*2+dir(60)*3/7)*polygon(6), yellow); | ||
+ | pair A = (0,0) + 3 * dir(300); | ||
+ | pair B = A + 3/7 *dir(60); | ||
+ | pair C = B + 1 * dir(180); | ||
+ | pair D = C + 3/7 * dir(240); | ||
+ | pair E = C + 4/7 * dir(120); | ||
+ | pair F = E + 3/7 * dir(240); | ||
+ | pair G = F + 4/7 * dir(240); | ||
+ | pen p = red+linewidth(6); | ||
+ | draw(A--B--C--D--cycle,p); | ||
+ | draw(C--E--F--D--cycle,p); | ||
+ | draw(F--G--D--cycle,p); | ||
+ | label("1",(B + C)/2,dir(90)); | ||
+ | label("1",(A + D)/2,dir(270)); | ||
+ | label("3/7",(A + B)/2,dir(330)); | ||
+ | label("3/7",(C + D)/2,dir(330)); | ||
+ | label("4/7",(C+E)/2,dir(30)); | ||
+ | label("3/7",(E+F)/2,dir(150)); | ||
+ | label("4/7",(F+D)/2,dir(30)); | ||
+ | label("4/7",(F+G)/2,dir(150)); | ||
+ | label("4/7",(G+D)/2,dir(270)); | ||
+ | </asy> | ||
+ | |||
+ | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
Revision as of 18:35, 12 November 2023
Contents
About Afly
Some of my asymptote creations
These are a random collection of diagrams and text that I have made it
Triangle
ANSWER: LOOK ONLY WHEN THE PROBLEM IS COMPLETED >>> THIS IS ONLY TO CHECK YOUR ANSWER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Pythagorean
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Isosceles Trapezoid
$\text{Given that } AB \parallel DC \text{ , prove that } A _ \triangle _A_E_D = A _ \triangle _B_E_C .$ (Error compiling LaTeX. Unknown error_msg)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hexagon (In AMC 2023 10A #24)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++