图形旋转问题[C Done]

Q1 2024 AMC 12B Problems/Problem 19

Equilateral $\triangle ABC$ with side length $14$ is rotated about its center by angle $\theta$, where $0 < \theta < 60^{\circ}$, to form $\triangle DEF$. See the figure. The area of hexagon $ADBECF$ is $91\sqrt{3}$. What is $\tan\theta$?[asy] // Credit to shihan for this diagram.  defaultpen(fontsize(13)); size(200); pair O=(0,0),A=dir(225),B=dir(-15),C=dir(105),D=rotate(38.21,O)*A,E=rotate(38.21,O)*B,F=rotate(38.21,O)*C; draw(A--B--C--A,gray+0.4);draw(D--E--F--D,gray+0.4); draw(A--D--B--E--C--F--A,black+0.9); dot(O); dot("$A$",A,dir(A)); dot("$B$",B,dir(B)); dot("$C$",C,dir(C)); dot("$D$",D,dir(D)); dot("$E$",E,dir(E)); dot("$F$",F,dir(F)); [/asy]

$\textbf{(A)}~\frac{3}{4}\qquad\textbf{(B)}~\frac{5\sqrt{3}}{11}\qquad\textbf{(C)}~\frac{4}{5}\qquad\textbf{(D)}~\frac{11}{13}\qquad\textbf{(E)}~\frac{7\sqrt{3}}{13}$

Q2 2015 AIME I Problems/Problem 4

Point $B$ lies on line segment $\overline{AC}$ with $AB=16$ and $BC=4$. Points $D$ and $E$ lie on the same side of line $AC$ forming equilateral triangles $\triangle ABD$ and $\triangle BCE$. Let $M$ be the midpoint of $\overline{AE}$, and $N$ be the midpoint of $\overline{CD}$. The area of $\triangle BMN$ is $x$. Find $x^2$.

Q3 2020 AMC 12A Problems/Problem 24

Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$, with the property that there is a unique point $P$ inside the triangle such that $AP=1$$BP=\sqrt{3}$, and $CP=2$. What is $s$?

$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$

Q1 B

图形旋转所有六点共圆,分成六个小的三角形,分别用1/2 ab sin的方法求面积,加起来就是总面积

Q2

[asy] pair A = (0, 0), B = (16, 0), C = (20, 0), D = (8, 8*sqrt(3)), EE = (18, 2*sqrt(3)), M = (9, sqrt(3)), NN = (14, 4*sqrt(3)); draw(A--B--D--cycle); draw(B--C--EE--cycle); draw(A--EE); draw(C--D); draw(B--M--NN--cycle); dot(A); dot(B); dot(C); dot(D); dot(EE); dot(M); dot(NN); label("A", A, SW); label("B", B, S); label("C", C, SE); label("D", D, N); label("E", EE, N); label("M", M, NW); label("N", NN, NE); [/asy]

Note that $AB=DB=16$ and $BE=BC=4$. Also, $\angle ABE = \angle DBC = 120^{\circ}$. Thus, $\triangle ABE \cong \triangle DBC$ by SAS.

From this, it is clear that a $60^{\circ}$ rotation about $B$ will map $\triangle ABE$ to $\triangle DBC$. This rotation also maps $M$ to $N$. Thus, $BM=BN$ and $\angle MBN=60^{\circ}$. Thus, $\triangle BMN$ is equilateral.

Using the Law of Cosines on $\triangle ABE$,\[AE^2 = 16^2 + 4^2 - 2\cdot 16\cdot 4\cdot\left(-\frac{1}{2}\right)\]\[AE = 4\sqrt{21}\]Thus, $AM=ME=2\sqrt{21}$.

Using Stewart’s Theorem on $\triangle ABE$,\[AM\cdot ME\cdot AE + AE\cdot BM^2 = BE^2\cdot AM + BA^2\cdot ME\]\[BM = 2\sqrt{13}\]

Calculating the area of $\triangle BMN$,\[[BMN] = \frac{\sqrt{3}}{4} BM^2\]\[[BMN] = 13\sqrt{3}\]Thus, $x=13\sqrt{3}$, so $x^2 = 507$. Our final answer is $\boxed{507}$

Q3

We begin by rotating 

$\triangle{ APB}$

 counterclockwise by 

$60^{\circ}$

 about 

$A$

, such that 

$P\mapsto Q$

 and 

$B\mapsto C$

. We see that 

$\triangle{ APQ}$

 is equilateral with side length 

$1$

, meaning that 

$\angle APQ = 60^{\circ}$

. We also see that 

$\triangle{CPQ}$

 is a 

$30$

$60$

$90$

 right triangle, meaning that 

$\angle CPQ= 60^{\circ}$

. Thus, by adding the two together, we see that 

$\angle APC = 120^{\circ}$

.

[asy] size(200); pen p = fontsize(10pt)+gray+0.5; pen q = fontsize(13pt); pair A,B,C,D,P,Q; real s=sqrt(7); B=origin; A=s*dir(60); C=s*right; P=IP(CR(A,1),CR(C,2)); Q=rotate(60,A)*P; draw(A--B--C--A, black+0.8); draw(A--P--B^^P--C^^A--Q--C, p); draw(P--Q, p+dashed); //draw(A--A+C--C, p); label("$A$", A, up, q);  label("$B$", B, 0.5*(B-P), q); label("$C$", C, 0.5*(C-P), q);   label("$P$", P, dir(180), q);   label("$Q$", Q, 0.25*(Q-B), q);  label("$\sqrt{3}$",B--P, right, p);  label("$2$",C--P, 2*left, p);  label("$1$",A--P, 1.5**dir(-10), p);   label("$1$", A--Q, dir(250), p);  label("$1$",P--Q, down, p);  label("$\sqrt{3}$",C--Q, right, p);  [/asy]

We can now use the law of cosines as following:

\begin{align*} s^2 &= (AP)^2 + (CP)^2 - 2\cdot AP\cdot CP\cdot \cos{\angle{APC}} \\ &= 1 + 4 - 2\cdot 1\cdot 2\cdot \cos{120^{\circ}} \\ &= 5 - 4\left(-\frac{1}{2}\right) \\ &= 7, \end{align*}

giving us that 

$s = \boxed{ \sqrt{7} \ \textbf{(B)}}$

.

评论

Leave a Reply