余弦定理 COS law

Q1

On top of a rectangular card with sides of length $1$ and $2+\sqrt{3}$, an identical card is placed so that two of their diagonals line up, as shown ($\overline{AC}$, in this case).

[asy] defaultpen(fontsize(12)+0.85); size(150); real h=2.25; pair C=origin,B=(0,h),A=(1,h),D=(1,0),Dp=reflect(A,C)*D,Bp=reflect(A,C)*B; pair L=extension(A,Dp,B,C),R=extension(Bp,C,A,D); draw(L--B--A--Dp--C--Bp--A); draw(C--D--R); draw(L--C^^R--A,dashed+0.6); draw(A--C,black+0.6); dot("$C$",C,2*dir(C-R)); dot("$A$",A,1.5*dir(A-L)); dot("$B$",B,dir(B-R)); [/asy]

Continue the process, adding a third card to the second, and so on, lining up successive diagonals after rotating clockwise. In total, how many cards must be used until a vertex of a new card lands exactly on the vertex labeled $B$ in the figure?

$\textbf{(A) }6\qquad\textbf{(B) }8\qquad\textbf{(C) }10\qquad\textbf{(D) }12\qquad\textbf{(E) }\text{No new vertex will land on }B.$

Q2

Rectangle $PQRS$ lies in a plane with $PQ=RS=2$ and $QR=SP=6$. The rectangle is rotated $90^\circ$ clockwise about $R$, then rotated $90^\circ$ clockwise about the point $S$ moved to after the first rotation. What is the length of the path traveled by point $P$?

$\mathrm{(A)}\ \left(2\sqrt{3}+\sqrt{5}\right)\pi\qquad\mathrm{(B)}\ 6\pi\qquad\mathrm{(C)}\ \left(3+\sqrt{10}\right)\pi\qquad\mathrm{(D)}\ \left(\sqrt{3}+2\sqrt{5}\right)\pi\\\mathrm{(E)}\ 2\sqrt{10}\pi$

Q3

Three concentric circles have radii $1$$2$, and $3$. An equilateral triangle of side length $s$ has one vertex on each circle. What is $s^{2}$?

$\textbf{(A)}~6 \qquad \textbf{(B)}~\frac{25}{4} \qquad \textbf{(C)}~\frac{13}{2} \qquad \textbf{(D)}~\frac{27}{4} \qquad \textbf{(E)}~7$

Q4 2022 AMC 12A Problems / Problem 12

Let $M$ be the midpoint of $\overline{AB}$ in regular tetrahedron $ABCD$. What is $\cos(\angle CMD)$?

$\textbf{(A) } \frac14 \qquad \textbf{(B) } \frac13 \qquad \textbf{(C) } \frac25 \qquad \textbf{(D) } \frac12 \qquad \textbf{(E) } \frac{\sqrt{3}}{2}$

Q5 2022 AMC 12A Problems / Problem 12

In $\triangle{ABC}$ medians $\overline{AD}$ and $\overline{BE}$ intersect at $G$ and $\triangle{AGE}$ is equilateral. Then $\cos(C)$ can be written as $\frac{m\sqrt p}n$, where $m$ and $n$ are relatively prime positive integers and $p$ is a positive integer not divisible by the square of any prime. What is $m+n+p?$

$\textbf{(A) }44 \qquad \textbf{(B) }48 \qquad \textbf{(C) }52 \qquad \textbf{(D) }56 \qquad \textbf{(E) }60$

Q6 2018 AIME I Problems/Problem 4
In $\triangle ABC, AB = AC = 10$ and $BC = 12$. Point $D$ lies strictly between $A$ and $B$ on $\overline{AB}$ and point $E$ lies strictly between $A$ and $C$ on $\overline{AC}$ so that $AD = DE = EC$. Then $AD$ can be expressed in the form $\dfrac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

Q1 6

Q2 C

Q3 7

Q4 1/3

Q5 44

Q6 289

评论

2 responses to “余弦定理 COS law”

  1. radmin Avatar

    C finished first round today.
    托勒密逆定理第一次在三点共圆那个题目使用,即先知道等式,从而证明四点共圆。

    三角形中线交于重心,重心分割线段1:2的比例,这个给忘了。

  2. […] 三角形中线是连接三角形顶点与其对边中点的线段,每个三角形有三条中线且均位于其内部,三条中线的交点称为重心。三角形的重心将中线分为1:2的比例,该点为三条中线的共同交点。这个比例容易忘。参考这个题目 […]

Leave a Reply