problem
stringlengths
21
1.61k
level
stringclasses
5 values
type
stringclasses
1 value
solution
stringlengths
44
6.77k
Find the equation of the plane passing through $(-1,1,1)$ and $(1,-1,1),$ and which is perpendicular to the plane $x + 2y + 3z = 5.$ Enter your answer in the form \[Ax + By + Cz + D = 0,\]where $A,$ $B,$ $C,$ $D$ are integers such that $A > 0$ and $\gcd(|A|,|B|,|C|,|D|) = 1.$
Level 5
Precalculus
The vector pointing from $(-1,1,1)$ to $(1,-1,1)$ is $\begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix}.$ Since the plane we are interested in is perpendicular to the plane $x + 2y + 3z = 5,$ its normal vector must be orthogonal to $\begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}.$ But the normal vector of the plane is also orthogonal to $\begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix}.$ So, to find the normal vector of the plane we are interested in, we take the cross product of these vectors: \[\begin{pmatrix} 2 \\ -2 \\ 0 \end{pmatrix} \times \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} = \begin{pmatrix} -6 \\ -6 \\ 6 \end{pmatrix}.\]Scaling, we take $\begin{pmatrix} 1 \\ 1 \\ -1 \end{pmatrix}$ as the normal vector. Therefore, the equation of the plane is of the form \[x + y - z + D = 0.\]Substituting the coordinates of $(-1,1,1),$ we find that the equation of the plane is $\boxed{x + y - z + 1 = 0}.$
Simplify \[\frac{\sin x + \sin 2x}{1 + \cos x + \cos 2x}.\]
Level 2
Precalculus
We can write \begin{align*} \frac{\sin x + \sin 2x}{1 + \cos x + \cos 2x} &= \frac{\sin x + 2 \sin x \cos x}{1 + \cos x + 2 \cos^2 x - 1} \\ &= \frac{\sin x + 2 \sin x \cos x}{\cos x + 2 \cos^2 x} \\ &= \frac{\sin x (1 + 2 \cos x)}{\cos x (1 + 2 \cos x)} \\ &= \frac{\sin x}{\cos x} = \boxed{\tan x}. \end{align*}
If \[\frac{\sin^4 \theta}{a} + \frac{\cos^4 \theta}{b} = \frac{1}{a + b},\]then find the value of \[\frac{\sin^8 \theta}{a^3} + \frac{\cos^8 \theta}{b^3}\]in terms of $a$ and $b.$
Level 5
Precalculus
Let $x = \sin^2 \theta$ and $y = \cos^2 \theta,$ so $x + y = 1.$ Also, \[\frac{x^2}{a} + \frac{y^2}{b} = \frac{1}{a + b}.\]Substituting $y = 1 - x,$ we get \[\frac{x^2}{a} + \frac{(1 - x)^2}{b} = \frac{1}{a + b}.\]This simplifies to \[(a^2 + 2ab + b^2) x^2 - (2a^2 + 2ab) x + a^2 = 0,\]which nicely factors as $((a + b) x - a)^2 = 0.$ Hence, $(a + b)x - a = 0,$ so $x = \frac{a}{a + b}.$ Then $y = \frac{b}{a + b},$ so \begin{align*} \frac{\sin^8 \theta}{a^3} + \frac{\cos^8 \theta}{b^3} &= \frac{x^4}{a^3} + \frac{y^4}{b^3} \\ &= \frac{a^4/(a + b)^4}{a^3} + \frac{b^4/(a + b)^4}{b^3} \\ &= \frac{a}{(a + b)^4} + \frac{b}{(a + b)^4} \\ &= \frac{a + b}{(a + b)^4} \\ &= \boxed{\frac{1}{(a + b)^3}}. \end{align*}
Let $z = \cos \frac{4 \pi}{7} + i \sin \frac{4 \pi}{7}.$ Compute \[\frac{z}{1 + z^2} + \frac{z^2}{1 + z^4} + \frac{z^3}{1 + z^6}.\]
Level 5
Precalculus
Note $z^7 - 1 = \cos 4 \pi + i \sin 4 \pi - 1 = 0,$ so \[(z - 1)(z^6 + z^5 + z^4 + z^3 + z^2 + z + 1) = 0.\]Since $z \neq 1,$ $z^6 + z^5 + z^4 + z^3 + z^2 + z + 1 = 0.$ Then \begin{align*} \frac{z}{1 + z^2} + \frac{z^2}{1 + z^4} + \frac{z^3}{1 + z^6} &= \frac{z}{1 + z^2} + \frac{z^2}{1 + z^4} + \frac{z^3}{(1 + z^2)(1 - z^2 + z^4)} \\ &= \frac{z (1 + z^4)(1 - z^2 + z^4)}{(1 + z^4)(1 + z^6)} + \frac{z^2 (1 + z^6)}{(1 + z^4)(1 + z^6)} + \frac{(1 + z^4) z^3}{(1 + z^4)(1 + z^6)} \\ &= \frac{z^9 + z^8 + 2z^5 + z^2 + z}{(1 + z^4)(1 + z^6)} \\ &= \frac{z^2 + z + 2z^5 + z^2 + z}{1 + z^4 + z^6 + z^{10}} \\ &= \frac{2z^5 + 2z^2 + 2z}{z^6 + z^4 + z^3 + 1} \\ &= \frac{2(z^5 + z^2 + z)}{z^6 + z^4 + z^3 + 1}. \end{align*}Since $z^7 + z^6 + z^5 + z^4 + z^3 + z^2 + z + 1 = 0,$ $z^5 + z^2 + z = -(z^6 + z^4 + z^3 + 1).$ Therefore, the given expression is equal to $\boxed{-2}.$
Compute \[\cos^6 0^\circ + \cos^6 1^\circ + \cos^6 2^\circ + \dots + \cos^6 90^\circ.\]
Level 5
Precalculus
Let $S = \cos^6 0^\circ + \cos^6 1^\circ + \cos^6 2^\circ + \dots + \cos^6 90^\circ.$ Then \begin{align*} S &= \cos^6 0^\circ + \cos^6 1^\circ + \cos^6 2^\circ + \dots + \cos^6 90^\circ \\ &= \cos^6 90^\circ + \cos^6 89^\circ + \cos^6 88^\circ + \dots + \cos^6 0^\circ \\ &= \sin^6 0^\circ + \sin^6 1^\circ + \sin^6 2^\circ + \dots + \sin^6 90^\circ. \end{align*}Thus, \[2S = \sum_{n = 0}^{90} (\cos^6 k^\circ + \sin^6 k^\circ).\]We have that \begin{align*} \cos^6 x + \sin^6 x &= (\cos^2 x + \sin^2 x)(\cos^4 x - \cos^2 x \sin^2 x + \sin^4 x) \\ &= \cos^4 x - \cos^2 x \sin^2 x + \sin^4 x \\ &= (\cos^4 x + 2 \cos^2 x \sin^2 x + \sin^4 x) - 3 \cos^2 x \sin^2 x \\ &= (\cos^2 x + \sin^2 x)^2 - 3 \cos^2 x \sin^2 x \\ &= 1 - \frac{3}{4} \sin^2 2x \\ &= 1 - \frac{3}{4} \cdot \frac{1 - \cos 4x}{2} \\ &= \frac{5}{8} + \frac{3}{8} \cos 4x. \end{align*}Hence, \begin{align*} 2S &= \sum_{n = 0}^{90} \left( \frac{5}{8} + \frac{3}{8} \cos 4x \right) \\ &= \frac{455}{8} + \frac{3}{8} (\cos 0^\circ + \cos 4^\circ + \cos 8^\circ + \dots + \cos 356^\circ + \cos 360^\circ). \end{align*}In $\cos 0^\circ + \cos 4^\circ + \cos 8^\circ + \dots + \cos 356^\circ + \cos 360^\circ,$ we can pair $\cos k^\circ$ with $\cos (k^\circ + 180^\circ),$ for $k = 0,$ $4,$ $8,$ $\dots,$ $176,$ and we are left with $\cos 360^\circ = 1.$ Therefore, \[2S = \frac{455}{8} + \frac{3}{8} = \frac{229}{4},\]so $S = \boxed{\frac{229}{8}}.$
Let $a,$ $b,$ $c,$ $d$ be nonzero integers such that \[\begin{pmatrix} a & b \\ c & d \end{pmatrix}^2 = \begin{pmatrix} 7 & 0 \\ 0 & 7 \end{pmatrix}.\]Find the smallest possible value of $|a| + |b| + |c| + |d|.$
Level 3
Precalculus
We have that \[\begin{pmatrix} a & b \\ c & d \end{pmatrix}^2 = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} a^2 + bc & ab + bd \\ ac + cd & bc + d^2 \end{pmatrix},\]so $a^2 + bc = bc + d^2 = 7$ and $ab + bd = ac + cd = 0.$ Then $b(a + d) = c(a + d) = 0.$ Since $b$ and $c$ are nonzero, $a + d = 0.$ If $|a| = |d| = 1,$ then \[bc = 7 - a^2 = 6.\]To minimize $|a| + |b| + |c| + |d| = |b| + |c| + 2,$ we take $b = 2$ and $c = 3,$ so $|a| + |b| + |c| + |d| = 7.$ If $|a| = |d| = 2,$ then \[bc = 7 - a^2 = 3.\]Then $|b|$ and $|c|$ must be equal to 1 and 3 in some order, so $|a| + |b| + |c| + |d| = 8.$ If $|a| = |d| \ge 3,$ then $|a| + |b| + |c| + |d| \ge 8.$ Therefore, the minimum value of $|a| + |b| + |c| + |d|$ is $\boxed{7}.$
A line is parameterized by a parameter $t,$ so that the vector on the line at $t = -1$ is $\begin{pmatrix} 1 \\ 3 \\ 8 \end{pmatrix},$ and the vector on the line at $t = 2$ is $\begin{pmatrix} 0 \\ -2 \\ -4 \end{pmatrix}.$ Find the vector on the line at $t = 3.$
Level 3
Precalculus
Let the line be \[\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \mathbf{a} + t \mathbf{d}.\]Then from the given information, \begin{align*} \begin{pmatrix} 1 \\ 3 \\ 8 \end{pmatrix} = \mathbf{a} - \mathbf{d}, \\ \begin{pmatrix} 0 \\ -2 \\ -4 \end{pmatrix} = \mathbf{a} + 2 \mathbf{d}. \end{align*}We can treat this system as a linear set of equations in $\mathbf{a}$ and $\mathbf{d}.$ Accordingly, we can solve to get $\mathbf{a} = \begin{pmatrix} 2/3 \\ 4/3 \\ 4 \end{pmatrix}$ and $\mathbf{d} = \begin{pmatrix} -1/3 \\ -5/3 \\ -4 \end{pmatrix}.$ Hence, \[\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2/3 \\ 4/3 \\ 4 \end{pmatrix} + t \begin{pmatrix} -1/3 \\ -5/3 \\ -4 \end{pmatrix}.\]Taking $t = 3,$ we get \[\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2/3 \\ 4/3 \\ 4 \end{pmatrix} + 3 \begin{pmatrix} -1/3 \\ -5/3 \\ -4 \end{pmatrix} = \boxed{\begin{pmatrix} -1/3 \\ -11/3 \\ -8 \end{pmatrix}}.\]
In triangle $ABC,$ $AB = 3,$ $AC = 6,$ and $\cos \angle A = \frac{1}{8}.$ Find the length of angle bisector $\overline{AD}.$
Level 3
Precalculus
By the Law of Cosines on triangle $ABC,$ \[BC = \sqrt{3^2 + 6^2 - 2 \cdot 3 \cdot 6 \cdot \frac{1}{8}} = \frac{9}{\sqrt{2}}.\][asy] unitsize (1 cm); pair A, B, C, D; B = (0,0); C = (9/sqrt(2),0); A = intersectionpoint(arc(B,3,0,180),arc(C,6,0,180)); D = interp(B,C,3/9); draw(A--B--C--cycle); draw(A--D); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, SE); label("$D$", D, S); [/asy] By the Angle Bisector Theorem, $\frac{BD}{AB} = \frac{CD}{AC},$ so $\frac{BD}{3} = \frac{CD}{6}.$ Also, $BD + CD = \frac{9}{\sqrt{2}},$ so $BD = \frac{3}{\sqrt{2}}$ and $CD = \frac{6}{\sqrt{2}}.$ By the Law of Cosines on triangle $ABC,$ \[\cos B = \frac{9 + \frac{81}{2} - 36}{2 \cdot 3\cdot \frac{9}{\sqrt{2}}} = \frac{\sqrt{2}}{4}.\]Then by the Law of Cosines on triangle $ABD,$ \[AD = \sqrt{9 + \frac{9}{2} - 2 \cdot 3 \cdot \frac{3}{\sqrt{2}} \cdot \frac{\sqrt{2}}{4}} = \boxed{3}.\]
In tetrahedron $ABCD,$ \[\angle ADB = \angle ADC = \angle BDC = 90^\circ.\]Also, $x = \sin \angle CAD$ and $y = \sin \angle CBD.$ Express $\cos \angle ACB$ in terms of $x$ and $y.$
Level 5
Precalculus
By the Law of Cosines on triangle $ABC,$ \[\cos \angle ACB = \frac{AC^2 + BC^2 - AB^2}{2 \cdot AC \cdot BC}.\][asy] unitsize(1 cm); pair A, B, C, D; A = (0,2); B = 2*dir(240); C = (3,0); D = (0,0); draw(A--B--C--cycle); draw(A--D,dashed); draw(B--D,dashed); draw(C--D,dashed); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, E); label("$D$", D, SE); [/asy] By Pythagoras on right triangle $ABD,$ \[AB^2 = AD^2 + BD^2.\]By Pythagoras on right triangles $ACD$ and $BCD,$ \begin{align*} AD^2 &= AC^2 - CD^2, \\ BD^2 &= BC^2 - CD^2, \end{align*}so \begin{align*} \cos \angle ACB &= \frac{AC^2 + BC^2 - AB^2}{2 \cdot AC \cdot BC} \\ &= \frac{AC^2 + BC^2 - (AD^2 + BD^2)}{2 \cdot AC \cdot BC} \\ &= \frac{(AC^2 - AD^2) + (BC^2 - BD^2)}{2 \cdot AC \cdot BC} \\ &= \frac{2 \cdot CD^2}{2 \cdot AC \cdot BC} \\ &= \frac{CD}{AC} \cdot \frac{CD}{BC} \\ &= (\sin \angle CAD)(\sin \angle CBD) \\ &= \boxed{xy}. \end{align*}
Compute $\begin{pmatrix} \sqrt{3} & -1 \\ 1 & \sqrt{3} \end{pmatrix}^6.$
Level 2
Precalculus
We see that \[\begin{pmatrix} \sqrt{3} & -1 \\ 1 & \sqrt{3} \end{pmatrix} = 2 \begin{pmatrix} \sqrt{3}/2 & -1/2 \\ 1/2 & \sqrt{3}/2 \end{pmatrix} = 2 \begin{pmatrix} \cos \frac{\pi}{6} & -\sin \frac{\pi}{6} \\ \sin \frac{\pi}{6} & \cos \frac{\pi}{6} \end{pmatrix}.\]Note that $\begin{pmatrix} \cos \frac{\pi}{6} & -\sin \frac{\pi}{6} \\ \sin \frac{\pi}{6} & \cos \frac{\pi}{6} \end{pmatrix}$ corresponds to a rotation of $\frac{\pi}{6}$ around the origin. In general, for a rotation matrix, $$ \begin{pmatrix} \cos\theta & -\sin\theta\\ \sin\theta & \cos\theta \end{pmatrix}^k = \begin{pmatrix} \cos k\theta & -\sin k\theta \\ \sin k\theta & \cos k\theta \end{pmatrix}. $$Hence, $$ \begin{pmatrix} \sqrt{3} & -1 \\ 1 & \sqrt{3} \end{pmatrix}^6 = 2^6 \begin{pmatrix} \cos \frac{\pi}{6} & -\sin \frac{\pi}{6} \\ \sin \frac{\pi}{6} & \cos \frac{\pi}{6} \end{pmatrix}^6 = 2^6 \begin{pmatrix} \cos {\pi} & -\sin {\pi} \\ \sin {\pi} & \cos {\pi}\end{pmatrix} = \boxed{ \begin{pmatrix} -64 & 0 \\ 0 & -64 \end{pmatrix} }. $$
Compute \[\left( 1 + \cos \frac {\pi}{8} \right) \left( 1 + \cos \frac {3 \pi}{8} \right) \left( 1 + \cos \frac {5 \pi}{8} \right) \left( 1 + \cos \frac {7 \pi}{8} \right).\]
Level 2
Precalculus
First, we have that $\cos \frac{7 \pi}{8} = -\cos \frac{\pi}{8}$ and $\cos \frac{5 \pi}{8} = -\cos \frac{3 \pi}{8},$ so \begin{align*} \left( 1 + \cos \frac {\pi}{8} \right) \left( 1 + \cos \frac {3 \pi}{8} \right) \left( 1 + \cos \frac {5 \pi}{8} \right) \left( 1 + \cos \frac {7 \pi}{8} \right) &= \left( 1 + \cos \frac {\pi}{8} \right) \left( 1 + \cos \frac {3 \pi}{8} \right) \left( 1 - \cos \frac {3 \pi}{8} \right) \left( 1 - \cos \frac {\pi}{8} \right) \\ &= \left( 1 - \cos^2 \frac{\pi}{8} \right) \left( 1 - \cos^2 \frac{3 \pi}{8} \right) \\ &= \sin^2 \frac{\pi}{8} \sin^2 \frac{3 \pi}{8} \\ &= \sin^2 \frac{\pi}{8} \cos^2 \frac{\pi}{8}. \end{align*}By the double angle formula, \[2 \sin \frac{\pi}{8} \cos \frac{\pi}{8} = \sin \frac{\pi}{4} = \frac{1}{\sqrt{2}},\]so $\sin^2 \frac{\pi}{8} \cos^2 \frac{\pi}{8} = \left( \frac{1}{2 \sqrt{2}} \right)^2 = \boxed{\frac{1}{8}}.$
The solutions to the equation $(z+6)^8=81$ are connected in the complex plane to form a convex regular polygon, three of whose vertices are labeled $A,B,$ and $C$. What is the least possible area of triangle $ABC$? Enter your answer in the form $\frac{a \sqrt{b} - c}{d},$ and simplified as usual.
Level 3
Precalculus
We can translate the solutions, to obtain the equation $z^8 = 81 = 3^4.$ Thus, the solutions are of the form \[z = \sqrt{3} \operatorname{cis} \frac{2 \pi k}{8},\]where $0 \le k \le 7.$ The solutions are equally spaced on the circle with radius $\sqrt{3},$ forming an octagon. [asy] unitsize(1 cm); int i; draw(Circle((0,0),sqrt(3))); draw((-2,0)--(2,0)); draw((0,-2)--(0,2)); for (i = 0; i <= 7; ++i) { dot(sqrt(3)*dir(45*i)); draw(sqrt(3)*dir(45*i)--sqrt(3)*dir(45*(i + 1))); } label("$\sqrt{3}$", (sqrt(3)/2,0), S); [/asy] We obtain the triangle with minimal area when the vertices are as close as possible to each other, so we take consecutive vertices of the octagon. Thus, we can take $\left( \frac{\sqrt{6}}{2}, \frac{\sqrt{6}}{2} \right),$ $(\sqrt{3},0),$ and $\left( \frac{\sqrt{6}}{2}, -\frac{\sqrt{6}}{2} \right).$ [asy] unitsize(1 cm); int i; pair A, B, C; A = (sqrt(6)/2,sqrt(6)/2); B = (sqrt(3),0); C = (sqrt(6)/2,-sqrt(6)/2); fill(A--B--C--cycle,gray(0.7)); draw(Circle((0,0),sqrt(3))); draw((-2,0)--(2,0)); draw((0,-2)--(0,2)); draw(A--C); for (i = 0; i <= 7; ++i) { dot(sqrt(3)*dir(45*i)); draw(sqrt(3)*dir(45*i)--sqrt(3)*dir(45*(i + 1))); } label("$(\frac{\sqrt{6}}{2}, \frac{\sqrt{6}}{2})$", A, A); label("$(\sqrt{3},0)$", B, NE); label("$(\frac{\sqrt{6}}{2}, -\frac{\sqrt{6}}{2})$", C, C); [/asy] The triangle has base $\sqrt{6}$ and height $\sqrt{3} - \frac{\sqrt{6}}{2},$ so its area is \[\frac{1}{2} \cdot \sqrt{6} \cdot \left( \sqrt{3} - \frac{\sqrt{6}}{2} \right) = \boxed{\frac{3 \sqrt{2} - 3}{2}}.\]
Let $O$ be the origin, and let $(a,b,c)$ be a fixed point. A plane passes through $(a,b,c)$ and intersects the $x$-axis, $y$-axis, and $z$-axis at $A,$ $B,$ and $C,$ respectively, all distinct from $O.$ Let $(p,q,r)$ be the center of the sphere passing through $A,$ $B,$ $C,$ and $O.$ Find \[\frac{a}{p} + \frac{b}{q} + \frac{c}{r}.\]
Level 2
Precalculus
Let $A = (\alpha,0,0),$ $B = (0,\beta,0),$ and $C = (0,0,\gamma).$ Since $(p,q,r)$ is equidistant from $O,$ $A,$ $B,$ and $C,$ \begin{align*} p^2 + q^2 + r^2 &= (p - \alpha)^2 + q^2 + r^2, \\ p^2 + q^2 + r^2 &= p^2 + (q - \beta)^2 + r^2, \\ p^2 + q^2 + r^2 &= p^2 + q^2 + (r - \gamma)^2. \end{align*}The first equation simplifies to $2 \alpha p = \alpha^2.$ Since $\alpha \neq 0,$ \[\alpha = 2p.\]Similarly, $\beta = 2q$ and $\gamma = 2r.$ Since $A = (\alpha,0,0),$ $B = (0,\beta,0),$ and $C = (0,0,\gamma),$ the equation of plane $ABC$ is given by \[\frac{x}{\alpha} + \frac{y}{\beta} + \frac{z}{\gamma} = 1.\]We can also write the equation of the plane as \[\frac{x}{2p} + \frac{y}{2q} + \frac{z}{2r} = 1.\]Since $(a,b,c)$ lies on this plane, \[\frac{a}{2p} + \frac{b}{2q} + \frac{c}{2r} = 1,\]so \[\frac{a}{p} + \frac{b}{q} + \frac{c}{r} = \boxed{2}.\]
If $\sqrt2 \sin 10^\circ$ can be written as $\cos \theta - \sin\theta$ for some acute angle $\theta,$ what is $\theta?$ (Give your answer in degrees, not radians.)
Level 4
Precalculus
We have $\sin\theta = \cos(90^\circ - \theta),$ so $$\cos \theta - \sin\theta = \cos\theta -\cos(90^\circ-\theta).$$Applying the difference of cosines formula gives \begin{align*} \cos \theta - \cos(90^\circ - \theta) &= 2\sin\frac{\theta + (90^\circ - \theta)}{2}\sin\frac{(90^\circ-\theta) - \theta}{2} \\ &= 2\sin45^\circ\sin\frac{90^\circ - 2\theta}{2} \\ &= \sqrt{2}\sin\frac{90^\circ - 2\theta}{2}. \end{align*}We have $\sqrt{2}\sin10^\circ = \sqrt{2}\sin\frac{90^\circ - 2\theta}{2}$ when $10^\circ = \frac{90^\circ - 2\theta}{2}.$ Therefore, $90^\circ - 2\theta = 20^\circ$, and $\theta = \boxed{35^\circ}.$ Although $\sin 10^\circ = \sin 170^\circ = \sin (-190^\circ)$ etc., because $\theta$ is acute, $-45^\circ < \frac{90^\circ - 2\theta}{2} < 45^\circ$ and so none of these other possibilities result in an acute $\theta$.
Find the matrix that corresponds to a dilation centered at the origin with scale factor $-3.$
Level 2
Precalculus
The dilation centered at the origin with scale factor $-3$ takes $\begin{pmatrix} 1 \\ 0 \end{pmatrix}$ to $\begin{pmatrix} -3 \\ 0 \end{pmatrix},$ and $\begin{pmatrix} 0 \\ 1 \end{pmatrix}$ to $\begin{pmatrix} 0 \\ -3 \end{pmatrix},$ so the matrix is \[\boxed{\begin{pmatrix} -3 & 0 \\ 0 & -3 \end{pmatrix}}.\]
Below is the graph of $y = a \sin (bx + c)$ for some positive constants $a,$ $b,$ and $c.$ Find the smallest possible value of $c.$ [asy]import TrigMacros; size(300); real f(real x) { return 2*sin(4*x + pi/2); } draw(graph(f,-pi,pi,n=700,join=operator ..),red); trig_axes(-pi,pi,-3,3,pi/2,1); layer(); rm_trig_labels(-2,2, 2); label("$1$", (0,1), E); label("$2$", (0,2), E); label("$-1$", (0,-1), E); label("$-2$", (0,-2), E); [/asy]
Level 3
Precalculus
We see that the graph reaches a maximum at $x = 0.$ The graph of $y = \sin x$ first reaches a maximum at $x = \frac{\pi}{2}$ for positive values of $x,$ so $c = \boxed{\frac{\pi}{2}}.$
Given that \[2^{-\frac{3}{2} + 2 \cos \theta} + 1 = 2^{\frac{1}{4} + \cos \theta},\]compute $\cos 2 \theta.$
Level 4
Precalculus
Let $x = 2^{\cos \theta}.$ Then the given equation becomes \[2^{-\frac{3}{2}} x^2 + 1 = 2^{\frac{1}{4}} x.\]We can re-write this as \[2^{-\frac{3}{2}} x^2 - 2^{\frac{1}{4}} x + 1 = 0.\]Since $2^{-\frac{3}{2}} = (2^{-\frac{3}{4}})^2$ and $2^{\frac{1}{4}} = 2 \cdot 2^{-\frac{3}{4}},$ this quadratic factors as \[(2^{-\frac{3}{4}} x - 1)^2 = 0.\]Then $2^{-\frac{3}{4}} x = 1,$ so $x = 2^{\frac{3}{4}}.$ Hence, \[\cos \theta = \frac{3}{4},\]so $\cos 2 \theta = 2 \cos^2 \theta - 1 = 2 \left( \frac{3}{4} \right)^2 - 1 = \boxed{\frac{1}{8}}.$
If $\mathbf{A} = \begin{pmatrix} a & b \\ c & d \end{pmatrix},$ then its transpose is given by \[\mathbf{A}^T = \begin{pmatrix} a & c \\ b & d \end{pmatrix}.\]Given that $\mathbf{A}^T = \mathbf{A}^{-1},$ find $a^2 + b^2 + c^2 + d^2.$
Level 4
Precalculus
From $\mathbf{A}^T = \mathbf{A}^{-1},$ $\mathbf{A}^T \mathbf{A} = \mathbf{I}.$ Hence, \[\begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & c \\ b & d \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.\]Then $a^2 + b^2 = 1$ and $c^2 + d^2 = 1,$ so $a^2 + b^2 + c^2 + d^2 = \boxed{2}.$
Find $x$ so that the vectors $\begin{pmatrix} 2 \\ 5 \end{pmatrix}$ and $\begin{pmatrix} x \\ -3 \end{pmatrix}$ are orthogonal.
Level 2
Precalculus
For the vectors $\begin{pmatrix} 2 \\ 5 \end{pmatrix}$ and $\begin{pmatrix} x \\ -3 \end{pmatrix}$ to be orthogonal, their dot product should be 0: \[(2)(x) + (5)(-3) = 0.\]Solving, we find $x = \boxed{\frac{15}{2}}.$
Let $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ be nonzero vectors, no two of which are parallel, such that \[(\mathbf{a} \times \mathbf{b}) \times \mathbf{c} = \frac{1}{3} \|\mathbf{b}\| \|\mathbf{c}\| \mathbf{a}.\]Let $\theta$ be the angle between $\mathbf{b}$ and $\mathbf{c}.$ Find $\sin \theta.$
Level 5
Precalculus
By the vector triple product, for any vectors $\mathbf{p},$ $\mathbf{q},$ and $\mathbf{r},$ \[\mathbf{p} \times (\mathbf{q} \times \mathbf{r}) = (\mathbf{p} \cdot \mathbf{r}) \mathbf{q} - (\mathbf{p} \cdot \mathbf{q}) \mathbf{r}.\]Thus, $(\mathbf{a} \times \mathbf{b}) \times \mathbf{c} = -\mathbf{c} \times (\mathbf{a} \times \mathbf{b}) = - (\mathbf{b} \cdot \mathbf{c}) \mathbf{a} + (\mathbf{a} \cdot \mathbf{c}) \mathbf{b}.$ Hence, \[(\mathbf{a} \cdot \mathbf{c}) \mathbf{b} - (\mathbf{b} \cdot \mathbf{c}) \mathbf{a} = \frac{1}{3} \|\mathbf{b}\| \|\mathbf{c}\| \mathbf{a}.\]Then \[(\mathbf{a} \cdot \mathbf{c}) \mathbf{b} = \left( \mathbf{b} \cdot \mathbf{c} + \frac{1}{3} \|\mathbf{b}\| \|\mathbf{c}\| \right) \mathbf{a}.\]Since the vectors $\mathbf{a}$ and $\mathbf{b}$ are not parallel, the only way that the equation above can hold is if both sides are equal to the zero vector. Hence, \[\mathbf{b} \cdot \mathbf{c} + \frac{1}{3} \|\mathbf{b}\| \|\mathbf{c}\| = 0.\]Since $\mathbf{b} \cdot \mathbf{c} = \|\mathbf{b}\| \|\mathbf{c}\| \cos \theta,$ \[\|\mathbf{b}\| \|\mathbf{c}\| \cos \theta + \frac{1}{3} \|\mathbf{b}\| \|\mathbf{c}\| = 0.\]Since $\mathbf{b}$ and $\mathbf{c}$ are nonzero, it follows that $\cos \theta = -\frac{1}{3}.$ Then \[\sin \theta = \sqrt{1 - \cos^2 \theta} = \boxed{\frac{2 \sqrt{2}}{3}}.\]
If $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 4,$ then find \[\begin{vmatrix} a & 7a + 3b \\ c & 7c +3d \end{vmatrix}.\]
Level 2
Precalculus
Since $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 4,$ $ad - bc = 4.$ Then \[\begin{vmatrix} a & 7a + 3b \\ c & 7c +3d \end{vmatrix} = a(7c + 3d) - (7a + 3b)c = 3ad - 3bc = 3(ad - bc) = \boxed{12}.\]
Compute $\cos \left( \arcsin \frac{2}{3} \right).$
Level 1
Precalculus
Consider a right triangle where the opposite side is 2 and the hypotenuse is 3. [asy] unitsize (1 cm); draw((0,0)--(sqrt(5),0)--(sqrt(5),2)--cycle); label("$\sqrt{5}$", (sqrt(5)/2,0), S); label("$3$", (sqrt(5)/2,1), NW); label("$2$", (sqrt(5),1), E); label("$\theta$", (0.7,0.3)); [/asy] Then $\sin \theta = \frac{2}{3},$ so $\theta = \arcsin \frac{2}{3}.$ By Pythagoras, the adjacent side is $\sqrt{5},$ so $\cos \theta = \boxed{\frac{\sqrt{5}}{3}}.$
Find the matrix $\mathbf{M}$ such that \[\mathbf{M} \begin{pmatrix} -3 & 4 & 0 \\ 5 & -7 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \mathbf{I}.\]
Level 3
Precalculus
Let $\mathbf{M} = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}.$ Then \[\begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} \begin{pmatrix} -3 & 4 & 0 \\ 5 & -7 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 5b - 3a & 4a - 7b & c \\ 5e - 3d & 4d - 7e & f \\ 5h - 3g & 4g - 7h & i \end{pmatrix}.\]We want this to equal $\mathbf{I},$ so $c = f = 0$ and $i = 1.$ Also, $5h - 3g = 4g - 7h = 0,$ which forces $g = 0$ and $h = 0.$ Note that the remaining part of the matrix can be expressed as the product of two $2 \times 2$ matrices: \[\begin{pmatrix} 5b - 3a & 4a - 7b \\ 5e - 3d & 4d - 7e \end{pmatrix} = \begin{pmatrix} a & b \\ d & e \end{pmatrix} \begin{pmatrix} -3 & 4 \\ 5 & -7 \end{pmatrix}.\]We want this to equal $\mathbf{I},$ so $\begin{pmatrix} a & b \\ d & e \end{pmatrix}$ is the inverse of $\begin{pmatrix} -3 & 4 \\ 5 & -7 \end{pmatrix},$ which is $\begin{pmatrix} -7 & -4 \\ -5 & -3 \end{pmatrix}.$ Therefore, \[\mathbf{M} = \boxed{\begin{pmatrix} -7 & -4 & 0 \\ -5 & -3 & 0 \\ 0 & 0 & 1 \end{pmatrix}}.\]
Compute \[\cos^2 0^\circ + \cos^2 1^\circ + \cos^2 2^\circ + \dots + \cos^2 90^\circ.\]
Level 4
Precalculus
Let $S = \cos^2 0^\circ + \cos^2 1^\circ + \cos^2 2^\circ + \dots + \cos^2 90^\circ.$ Then \begin{align*} S &= \cos^2 0^\circ + \cos^2 1^\circ + \cos^2 2^\circ + \dots + \cos^2 90^\circ \\ &= \cos^2 90^\circ + \cos^2 89^\circ + \cos^2 88^\circ + \dots + \cos^2 0^\circ \\ &= \sin^2 0^\circ + \sin^2 1^\circ + \sin^2 2^\circ + \dots + \sin^2 90^\circ, \end{align*}so \begin{align*} 2S &= (\cos^2 0^\circ + \sin^2 0^\circ) + (\cos^2 1^\circ + \sin^2 1^\circ) + (\cos^2 2^\circ + \sin^2 2^\circ) + \dots + (\cos^2 90^\circ + \sin^2 90^\circ) \\ &= 91, \end{align*}which means $S = \boxed{\frac{91}{2}}.$
Find the distance from the point $(1,2,3)$ to the line described by \[\begin{pmatrix} 6 \\ 7 \\ 7 \end{pmatrix} + t \begin{pmatrix} 3 \\ 2 \\ -2 \end{pmatrix}.\]
Level 4
Precalculus
A point on the line is given by \[\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 6 \\ 7 \\ 7 \end{pmatrix} + t \begin{pmatrix} 3 \\ 2 \\ -2 \end{pmatrix} = \begin{pmatrix} 3t + 6 \\ 2t + 7 \\ -2t + 7 \end{pmatrix}.\][asy] unitsize (0.6 cm); pair A, B, C, D, E, F, H; A = (2,5); B = (0,0); C = (8,0); D = (A + reflect(B,C)*(A))/2; draw(A--D); draw((0,0)--(8,0)); draw((2,5)--(2,0)); dot("$(1,2,3)$", A, N); dot("$(3t + 6,2t + 7,-2t + 7)$", (2,0), S); [/asy] The vector pointing from $(1,2,3)$ to $(3t + 6, 2t + 7, -2t + 7)$ is then \[\begin{pmatrix} 3t + 5 \\ 2t + 5 \\ -2t + 4 \end{pmatrix}.\]For the point on the line that is closest to $(1,2,3),$ this vector will be orthogonal to the direction vector of the second line, which is $\begin{pmatrix} 3 \\ 2 \\ -2 \end{pmatrix}.$ Thus, \[\begin{pmatrix} 3t + 5 \\ 2t + 5 \\ -2t + 4 \end{pmatrix} \cdot \begin{pmatrix} 3 \\ 2 \\ -2 \end{pmatrix} = 0.\]This gives us $(3t + 5)(3) + (2t + 5)(2) + (-2t + 4)(-2) = 0.$ Solving, we find $t = -1.$ The distance from the point to the line is then \[\left\| \begin{pmatrix} 2 \\ 3 \\ 6 \end{pmatrix} \right\| = \boxed{7}.\]
If $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ are unit vectors, then find the largest possible value of \[\|\mathbf{a} - \mathbf{b}\|^2 + \|\mathbf{a} - \mathbf{c}\|^2 + \|\mathbf{b} - \mathbf{c}\|^2.\]Note: A unit vector is a vector of magnitude 1.
Level 5
Precalculus
We can write \begin{align*} \|\mathbf{a} - \mathbf{b}\|^2 &= (\mathbf{a} - \mathbf{b}) \cdot (\mathbf{a} - \mathbf{b}) \\ &= \mathbf{a} \cdot \mathbf{a} - 2 \mathbf{a} \cdot \mathbf{b} + \mathbf{b} \cdot \mathbf{b} \\ &= \|\mathbf{a}\|^2 - 2 \mathbf{a} \cdot \mathbf{b} + \|\mathbf{b}\|^2 \\ &= 2 - 2 \mathbf{a} \cdot \mathbf{b}. \end{align*}Similarly, $\|\mathbf{a} - \mathbf{c}\|^2 = 2 - 2 \mathbf{a} \cdot \mathbf{c}$ and $\|\mathbf{b} - \mathbf{c}\|^2 = 2 - 2 \mathbf{b} \cdot \mathbf{c},$ so \[\|\mathbf{a} - \mathbf{b}\|^2 + \|\mathbf{a} - \mathbf{c}\|^2 + \|\mathbf{b} - \mathbf{c}\|^2 = 6 - 2 (\mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c} + \mathbf{b} \cdot \mathbf{c}).\]Now, \[\|\mathbf{a} + \mathbf{b} + \mathbf{c}\|^2 \ge 0.\]We can expand this as \[\|\mathbf{a}\|^2 + \|\mathbf{b}\|^2 + \|\mathbf{c}\|^2 + 2 \mathbf{a} \cdot \mathbf{b} + 2 \mathbf{a} \cdot \mathbf{c} + 2 \mathbf{b} \cdot \mathbf{c} \ge 0.\]Then $2 (\mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c} + \mathbf{b} \cdot \mathbf{c}) \ge -3,$ so \[\|\mathbf{a} - \mathbf{b}\|^2 + \|\mathbf{a} - \mathbf{c}\|^2 + \|\mathbf{b} - \mathbf{c}\|^2 = 6 - 2 (\mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c} + \mathbf{b} \cdot \mathbf{c}) \le 9.\]Equality occurs when $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ are equally spaced on a circle with radius 1 (where $\|\mathbf{a} - \mathbf{b}\| = \|\mathbf{a} - \mathbf{c}\| = \|\mathbf{b} - \mathbf{c}\| = \sqrt{3}$), so the largest possible value is $\boxed{9}.$ [asy] unitsize(2 cm); pair A, B, C; A = dir(20); B = dir(20 + 120); C = dir(20 + 240); //draw((-1.5,0)--(1.5,0)); //draw((0,-1.5)--(0,1.5)); draw(Circle((0,0),1)); draw((0,0)--A,Arrow(6)); draw((0,0)--B,Arrow(6)); draw((0,0)--C,Arrow(6)); draw(A--B--C--cycle,dashed); label("$\mathbf{a}$", A, A); label("$\mathbf{b}$", B, B); label("$\mathbf{c}$", C, C); [/asy]
The point $(1,1,1)$ is rotated $180^\circ$ about the $y$-axis, then reflected through the $yz$-plane, reflected through the $xz$-plane, rotated $180^\circ$ about the $y$-axis, and reflected through the $xz$-plane. Find the coordinates of the point now.
Level 3
Precalculus
After $(1,1,1)$ is rotated $180^\circ$ about the $y$-axis, it goes to $(-1,1,-1).$ After $(-1,1,-1)$ is reflected through the $yz$-plane, it goes to $(1,1,-1).$ After $(1,1,-1)$ is reflected through the $xz$-plane, it goes to $(1,-1,-1).$ After $(1,-1,-1)$ is rotated $180^\circ$ about the $y$-axis, it goes to $(-1,-1,1).$ Finally, after $(-1,-1,1)$ is reflected through the $xz$-plane, it goes to $\boxed{(-1,1,1)}.$ [asy] import three; size(250); currentprojection = perspective(6,3,2); triple I = (1,0,0), J = (0,1,0), K = (0,0,1), O = (0,0,0); triple P = (1,1,1), Q = (-1,1,-1), R = (1,1,-1), S = (1,-1,-1), T = (-1,-1,1), U = (-1,1,1); draw(O--2*I, Arrow3(6)); draw((-2)*J--2*J, Arrow3(6)); draw(O--2*K, Arrow3(6)); draw(O--P); draw(O--Q); draw(O--R); draw(O--S); draw(O--T); draw(O--U); draw(P--Q--R--S--T--U,dashed); label("$x$", 2.2*I); label("$y$", 2.2*J); label("$z$", 2.2*K); dot("$(1,1,1)$", P, N); dot("$(-1,1,-1)$", Q, SE); dot("$(1,1,-1)$", R, dir(270)); dot("$(1,-1,-1)$", S, W); dot("$(-1,-1,1)$", T, NW); dot("$(-1,1,1)$", U, NE); [/asy]
What is the period of $y = \cos \frac{x}{2}$?
Level 1
Precalculus
The graph of $y=\cos \frac{x}{2}$ passes through one full period as $\frac{x}{2}$ ranges from $0$ to $2\pi,$ which means $x$ ranges from $0$ to $\boxed{4 \pi}.$ The graph of $y=\cos \frac{x}{2}$ is shown below: [asy]import TrigMacros; size(400); real g(real x) { return cos(x/2); } draw(graph(g,-3*pi,3*pi,n=700,join=operator ..),red); trig_axes(-3*pi,3*pi,-2,2,pi/2,1); layer(); rm_trig_labels(-5, 5, 2); [/asy]
The transformation $T,$ taking vectors to vectors, has the following properties: (i) $T(a \mathbf{v} + b \mathbf{w}) = a T(\mathbf{v}) + b T(\mathbf{w})$ for all vectors $\mathbf{v}$ and $\mathbf{w},$ and for all scalars $a$ and $b.$ (ii) $T(\mathbf{v} \times \mathbf{w}) = T(\mathbf{v}) \times T(\mathbf{w})$ for all vectors $\mathbf{v}$ and $\mathbf{w}.$ (iii) $T \begin{pmatrix} 6 \\ 6 \\ 3 \end{pmatrix} = \begin{pmatrix} 4 \\ -1 \\ 8 \end{pmatrix}.$ (iv) $T \begin{pmatrix} -6 \\ 3 \\ 6 \end{pmatrix} = \begin{pmatrix} 4 \\ 8 \\ -1 \end{pmatrix}.$ Find $T \begin{pmatrix} 3 \\ 9 \\ 12 \end{pmatrix}.$
Level 5
Precalculus
From (ii), (iii), and (iv), \[T \left( \begin{pmatrix} 6 \\ 6 \\ 3 \end{pmatrix} \times \begin{pmatrix} -6 \\ 3 \\ 6 \end{pmatrix} \right) = \begin{pmatrix} 4 \\ -1 \\ 8 \end{pmatrix} \times \begin{pmatrix} 4 \\ 8 \\ -1 \end{pmatrix}.\]This reduces to \[T \begin{pmatrix} 27 \\ -54 \\ 54 \end{pmatrix} = \begin{pmatrix} -63 \\ 36 \\ 36 \end{pmatrix}.\]In particular, from (i), $T (a \mathbf{v}) = a T(\mathbf{v}).$ Thus, we can divide both vectors by 9, to get \[T \begin{pmatrix} 3 \\ -6 \\ 6 \end{pmatrix} = \begin{pmatrix} -7 \\ 4 \\ 4 \end{pmatrix}.\]Now, we can try to express $\begin{pmatrix} 3 \\ 9 \\ 12 \end{pmatrix}$ as the following linear combination: \[\begin{pmatrix} 3 \\ 9 \\ 12 \end{pmatrix} = a \begin{pmatrix} 6 \\ 6 \\ 3 \end{pmatrix} + b \begin{pmatrix} -6 \\ 3 \\ 6 \end{pmatrix} + c \begin{pmatrix} 3 \\ -6 \\ 6 \end{pmatrix} = \begin{pmatrix} 6a - 6b + 3c \\ 6a + 3b - 6c \\ 3a + 6b + 6c \end{pmatrix}.\]Solving $6a - 6b + 3c = 3,$ $6a + 3b - 6c = 9,$ and $3a + 6b + 6c = 12,$ we obtain $a = \frac{4}{3},$ $b = 1,$ and $c = \frac{1}{3}.$ Thus, \[\begin{pmatrix} 3 \\ 9 \\ 12 \end{pmatrix} = \frac{4}{3} \begin{pmatrix} 6 \\ 6 \\ 3 \end{pmatrix} + \begin{pmatrix} -6 \\ 3 \\ 6 \end{pmatrix} + \frac{1}{3} \begin{pmatrix} 3 \\ -6 \\ 6 \end{pmatrix}.\]Then by (i), \[T \begin{pmatrix} 3 \\ 9 \\ 12 \end{pmatrix} = \frac{4}{3} \begin{pmatrix} 4 \\ -1 \\ 8 \end{pmatrix} + \begin{pmatrix} 4 \\ 8 \\ -1 \end{pmatrix} + \frac{1}{3} \begin{pmatrix} -7 \\ 4 \\ 4 \end{pmatrix} = \boxed{\begin{pmatrix} 7 \\ 8 \\ 11 \end{pmatrix}}.\]With more work, it can be shown that \[T \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \renewcommand{\arraystretch}{1.5} \begin{pmatrix} -\frac{7}{27} & \frac{26}{27} & -\frac{2}{27} \\ -\frac{14}{27} & -\frac{2}{27} & \frac{23}{27} \\ \frac{22}{27} & \frac{7}{27} & \frac{14}{27} \end{pmatrix} \renewcommand{\arraystretch}{1} \begin{pmatrix} x \\ y \\ z \end{pmatrix}.\]With even more work, it can be shown that $T$ is a rotation in space.
A line passes through $(2,2,1)$ and $(5,1,-2).$ A point on this line has an $x$-coordinate of 4. Find the $z$-coordinate of the point.
Level 2
Precalculus
The direction vector of the line is given by \[\begin{pmatrix} 5 - 2 \\ 1 - 2 \\ -2 - 1 \end{pmatrix} = \begin{pmatrix} 3 \\ -1 \\ -3 \end{pmatrix},\]so the line is parameterized by \[\begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix} + t \begin{pmatrix} 3 \\ -1 \\ - 3 \end{pmatrix} = \begin{pmatrix} 2 + 3t \\ 2 - t \\ 1 - 3t \end{pmatrix}.\]We want the $x$-coordinate to be 4, so $2 + 3t = 4.$ Solving, we find $t = \frac{2}{3}.$ Then the $z$-coordinate is $1 - 3t = \boxed{-1}.$
The number \[e^{7\pi i/60} + e^{17\pi i/60} + e^{27 \pi i/60} + e^{37\pi i /60} + e^{47 \pi i /60}\]is expressed in the form $r e^{i \theta}$, where $0 \le \theta < 2\pi$. Find $\theta$.
Level 5
Precalculus
Let's locate these numbers in the complex plane before adding them. Since $e^{i \theta}$ is the terminal point for angle $\theta$ on the unit circle, here are the numbers: [asy] size(200); import TrigMacros; rr_cartesian_axes(-2,2,-1,3,complexplane=true, usegrid = false); pair O = (0,0); pair[] Z; for (int i = 0; i < 5; ++i) { Z[i] = dir(30i)*dir(12); draw(O--Z[i]); dot(Z[i]); } label("$e^{7\pi i/60}$", Z[0], dir(Z[0])); label("$e^{17\pi i/60}$", Z[1], dir(Z[1])); label("$e^{27\pi i/60}$", Z[2], dir(Z[2])); label("$e^{37\pi i/60}$", Z[3], NNW); label("$e^{47\pi i/60}$", Z[4], NW); [/asy] We need to add all $5$ numbers. However, we don't actually need to find the exponential form of the answer: we just need to know argument of our sum, that is, the angle that our sum makes with the positive $x$-axis. The symmetry of the above picture suggest that we consider what happens if we add up pairs of numbers. For example, let's try adding $e^{7\pi i/60}$ and $e^{47\pi i /60}$ head to tail: [asy] size(200); import TrigMacros; rr_cartesian_axes(-2,2,-1,3,complexplane=true, usegrid = false); pair O = (0,0); pair[] Z; for (int i = 0; i < 5; ++i) { Z[i] = dir(30i)*dir(12); } draw(O--Z[0], blue); draw(O--Z[4]); draw(Z[4]--Z[0]+Z[4], blue); draw(O--Z[0]+Z[4]); dot("$e^{7\pi i/60}$", Z[0], dir(Z[0])); dot("$e^{47\pi i/60}$", Z[4], NW); dot("$e^{7\pi i/60} + e^{47\pi i/60}$", Z[4]+Z[0], N); [/asy] Since $|e^{7\pi i/60}| = |e^{47\pi i/60}| = 1$, the parallelogram with vertices at $0, e^{7\pi i/60}, e^{47 \pi i/60}$ and $e^{7\pi i/ 60} + e^{47 \pi i/60}$ is a rhombus. That means that the line segment from $0$ to $e^{7\pi i/ 60} + e^{47 \pi i/60}$ splits the angle at $0$ in half, which means that the argument of $e^{7\pi i/60} + e^{47 \pi i/60}$ is the average of the arguments of the numbers being added, or in other words is \[\dfrac{1}{2} \left( \dfrac{7\pi}{60} + \dfrac{47\pi}{60}\right) = \dfrac{27 \pi}{60} = \dfrac{9\pi}{20}.\]That means that \[ e^{7\pi i/ 60} + e^{47 \pi i/60} = r_1 e^{9 \pi i/20},\]for some nonnegative $r_1$. Similarly, we can consider the sum $e^{17\pi i/60} + e^{37\pi i/60}$. Here it is in the picture: [asy] size(200); import TrigMacros; rr_cartesian_axes(-2,2,-1,3,complexplane=true, usegrid = false); pair O = (0,0); pair[] Z; for (int i = 0; i < 5; ++i) { Z[i] = dir(30i)*dir(12); } draw(O--Z[1], blue); draw(O--Z[3]); draw(Z[3]--Z[1]+Z[3], blue); draw(O--Z[1]+Z[3]); dot("$e^{17\pi i/60}$", Z[1], dir(Z[1])); dot("$e^{37\pi i/60}$", Z[3], NW); dot("$e^{17\pi i/60} + e^{37\pi i/60}$", Z[3]+Z[1], N); [/asy]We again have a rhombus, which again means that the sum of the pair has an argument equal to the average of the arguments. That means that the argument of $e^{17\pi i/60} + e^{37 \pi i/60}$ is the average of the arguments of the numbers being added, or in other words is \[\dfrac{1}{2} \left( \dfrac{17\pi}{60} + \dfrac{37\pi}{60}\right) = \dfrac{27 \pi}{60} = \dfrac{9\pi}{20}.\]Therefore, \[ e^{17\pi i/ 60} + e^{37 \pi i/60} = r_2 e^{9 \pi i/20},\]for some nonnegative $r_2$. Finally, our middle number is $e^{27\pi i/60} = e^{9\pi i/20}$, simplifying the fraction. Now we're adding up three numbers with argument $e^{9\pi i/20}$, which gives another number with the same argument. To be more precise, we have that \begin{align*} e^{7\pi i/60} + e^{17\pi i/60} + e^{27 \pi i/60} + e^{37\pi i /60} + e^{47 \pi i /60} &= (e^{7\pi i/60} + e^{47\pi i/60}) + e^{27 \pi i/60} + (e^{37\pi i /60} + e^{47 \pi i /60}) \\ &= r_1 e^{9\pi i/20} + e^{9\pi i/20} + r_2 e^{9\pi i/20} \\ &= (r_1 +r_2 + 1) e^{9\pi i/20}, \end{align*}which gives that the argument of our sum is $\boxed{\dfrac{9\pi}{20}}$.
A point has rectangular coordinates $(x,y,z)$ and spherical coordinates $\left(2, \frac{8 \pi}{7}, \frac{2 \pi}{9} \right).$ Find the spherical coordinates of the point with rectangular coordinates $(x,y,-z).$ Enter your answer in the form $(\rho,\theta,\phi),$ where $\rho > 0,$ $0 \le \theta < 2 \pi,$ and $0 \le \phi \le \pi.$
Level 4
Precalculus
We have that \begin{align*} x &= \rho \sin \frac{2 \pi}{9} \cos \frac{8 \pi}{7}, \\ y &= \rho \sin \frac{2 \pi}{9} \sin \frac{8 \pi}{7}, \\ z &= \rho \cos \frac{2 \pi}{9}. \end{align*}We want to negate the $z$-coordinate. We can accomplish this by replacing $\frac{2 \pi}{9}$ with $\pi - \frac{2 \pi}{9} = \frac{7 \pi}{9}$: \begin{align*} \rho \sin \frac{7 \pi}{9} \cos \frac{8 \pi}{7} &= \rho \sin \frac{2 \pi}{9} \cos \frac{8 \pi}{7} = x, \\ \rho \sin \frac{7 \pi}{9} \sin \frac{8 \pi}{7} &= \rho \sin \frac{2 \pi}{9} \sin \frac{8 \pi}{7} = y, \\ \rho \cos \frac{7 \pi}{9} &= -\rho \cos \frac{2 \pi}{9} = -z. \end{align*}Thus, the spherical coordinates of $(x,y,z)$ are $\boxed{\left( 2, \frac{8 \pi}{7}, \frac{7 \pi}{9} \right)}.$
If $\mathbf{A}^{-1} = \begin{pmatrix} 2 & 5 \\ -1 & -3 \end{pmatrix},$ then find the inverse of $\mathbf{A}^2.$
Level 2
Precalculus
Note that $(\mathbf{A}^{-1})^2 \mathbf{A}^2 = \mathbf{A}^{-1} \mathbf{A}^{-1} \mathbf{A} \mathbf{A} = \mathbf{I},$ so the inverse of $\mathbf{A}^2$ is \[(\mathbf{A}^{-1})^2 = \begin{pmatrix} 2 & 5 \\ -1 & -3 \end{pmatrix}^2 = \boxed{\begin{pmatrix} -1 & -5 \\ 1 & 4 \end{pmatrix}}.\]
Convert the point $(-2,-2)$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\theta),$ where $r > 0$ and $0 \le \theta < 2 \pi.$
Level 2
Precalculus
We have that $r = \sqrt{(-2)^2 + (-2)^2} = 2 \sqrt{2}.$ Also, if we draw the line connecting the origin and $(-2,2),$ this line makes an angle of $\frac{5 \pi}{4}$ with the positive $x$-axis. [asy] unitsize(0.8 cm); draw((-3.5,0)--(3.5,0)); draw((0,-3.5)--(0,3.5)); draw(arc((0,0),2*sqrt(2),0,225),red,Arrow(6)); draw((0,0)--(-2,-2)); dot((-2,-2), red); label("$(-2,-2)$", (-2,-2), SE, UnFill); dot((2*sqrt(2),0), red); [/asy] Therefore, the polar coordinates are $\boxed{\left( 2 \sqrt{2}, \frac{5 \pi}{4} \right)}.$
The perpendicular bisectors of the sides of triangle $ABC$ meet its circumcircle at points $A',$ $B',$ and $C',$ as shown. If the perimeter of triangle $ABC$ is 35 and the radius of the circumcircle is 8, then find the area of hexagon $AB'CA'BC'.$ [asy] unitsize(2 cm); pair A, B, C, Ap, Bp, Cp, O; O = (0,0); A = dir(210); B = dir(60); C = dir(330); Ap = dir(15); Bp = dir(270); Cp = dir(135); draw(Circle(O,1)); draw(A--B--C--cycle); draw((B + C)/2--Ap); draw((A + C)/2--Bp); draw((A + B)/2--Cp); label("$A$", A, A); label("$B$", B, B); label("$C$", C, C); label("$A'$", Ap, Ap); label("$B'$", Bp, Bp); label("$C'$", Cp, Cp); [/asy]
Level 5
Precalculus
Note that the perpendicular bisectors meet at $O,$ the circumcenter of triangle $ABC.$ [asy] unitsize(2 cm); pair A, B, C, Ap, Bp, Cp, O; O = (0,0); A = dir(210); B = dir(60); C = dir(330); Ap = dir(15); Bp = dir(270); Cp = dir(135); draw(Circle(O,1)); draw(A--B--C--cycle); draw(O--Ap); draw(O--Bp); draw(O--Cp); draw(A--Bp--C--Ap--B--Cp--A--cycle); draw(A--O); draw(B--O); draw(C--O); label("$A$", A, A); label("$B$", B, B); label("$C$", C, C); label("$A'$", Ap, Ap); label("$B'$", Bp, Bp); label("$C'$", Cp, Cp); label("$O$", O, N, UnFill); [/asy] As usual, let $a = BC,$ $b = AC,$ and $c = AB.$ In triangle $OAB',$ taking $\overline{OB'}$ as the base, the height is $\frac{b}{2},$ so \[[OAB'] = \frac{1}{2} \cdot R \cdot \frac{b}{2} = \frac{bR}{4}.\]Similarly, $[OCB'] = \frac{bR}{4},$ so $[OAB'C] = \frac{bR}{2}.$ Similarly, $[OCA'B] = \frac{aR}{2}$ and $[OBC'A] = \frac{cR}{2},$ so \[[AB'CA'BC'] = [OCA'B] + [OAB'C] + [OBC'A] = \frac{aR}{2} + \frac{bR}{2} + \frac{cR}{2} = \frac{(a + b + c)R}{2} = \frac{35 \cdot 8}{2} = \boxed{140}.\]
Solve \[\arccos 2x - \arccos x = \frac{\pi}{3}.\]Enter all the solutions, separated by commas.
Level 3
Precalculus
From the given equation, \[\arccos 2x = \arccos x + \frac{\pi}{3}.\]Then \[\cos (\arccos 2x) = \cos \left( \arccos x + \frac{\pi}{3} \right).\]Hence, from the angle addition formula, \begin{align*} 2x &= \cos (\arccos x) \cos \frac{\pi}{3} - \sin (\arccos x) \sin \frac{\pi}{3} \\ &= \frac{x}{2} - \frac{\sqrt{3}}{2} \sqrt{1 - x^2}, \end{align*}so \[-3x = \sqrt{3} \cdot \sqrt{1 - x^2}.\]Squaring both sides, we get $9x^2 = 3 - 3x^2.$ Then $12x^2 = 3,$ so $x^2 = \frac{1}{4},$ and $x = \pm \frac{1}{2}.$ Checking, we find only $x = \boxed{-\frac{1}{2}}$ works.
Compute \[\frac{\tan^2 20^\circ - \sin^2 20^\circ}{\tan^2 20^\circ \sin^2 20^\circ}.\]
Level 1
Precalculus
We have that \begin{align*} \frac{\tan^2 20^\circ - \sin^2 20^\circ}{\tan^2 20^\circ \sin^2 20^\circ} &= \frac{\frac{\sin^2 20^\circ}{\cos^2 20^\circ} - \sin^2 20^\circ}{\frac{\sin^2 20^\circ}{\cos^2 20^\circ} \cdot \sin^2 20^\circ} \\ &= \frac{\sin^2 20^\circ - \cos^2 20^\circ \sin^2 20^\circ}{\sin^4 20^\circ} \\ &= \frac{1 - \cos^2 20^\circ}{\sin^2 20^\circ} = \boxed{1}. \end{align*}
Let $x$ be an angle such that $\tan x = \frac{a}{b}$ and $\tan 2x = \frac{b}{a + b}.$ Then the least positive value of $x$ equals $\tan^{-1} k.$ Compute $k.$
Level 4
Precalculus
We have that \[\tan 2x = \frac{b}{a + b} = \frac{1}{\frac{a}{b} + 1} = \frac{1}{\tan x + 1},\]so $(\tan x + 1) \tan 2x = 1.$ Then from the double angle formula, \[(\tan x + 1) \cdot \frac{2 \tan x}{1 - \tan^2 x} = 1,\]so $2 \tan x (\tan x + 1) = 1 - \tan^2 x,$ or \[2 \tan x (\tan x + 1) + \tan^2 x - 1 = 0.\]We can factor as \[2 \tan x (\tan x + 1) + (\tan x + 1)(\tan x - 1) = (\tan x + 1)(3 \tan x - 1) = 0.\]Thus, $\tan x = -1$ or $\tan x = \frac{1}{3}.$ The smallest positive solution is then $\tan^{-1} \frac{1}{3},$ so $k = \boxed{\frac{1}{3}}.$
Find the length of the parametric curve described by \[(x,y) = (2 \sin t, 2 \cos t)\]from $t = 0$ to $t = \pi.$
Level 2
Precalculus
The curve describes a semicircle with radius 2. Therefore, the length of the curve is \[\frac{1}{2} \cdot 2 \pi \cdot 2 = \boxed{2 \pi}.\][asy] unitsize(1 cm); pair moo (real t) { return (2*sin(t),2*cos(t)); } real t; path foo = moo(0); for (t = 0; t <= pi; t = t + 0.01) { foo = foo--moo(t); } draw((-2.5,0)--(2.5,0)); draw((0,-2.5)--(0,2.5)); draw(foo,red); label("$2$", (1,0), S); dot("$t = 0$", moo(0), W); dot("$t = \pi$", moo(pi), W); [/asy]
Let $\mathbf{a},$ $\mathbf{b},$ $\mathbf{c}$ be vectors such that $\|\mathbf{a}\| = \|\mathbf{b}\| = 1,$ $\|\mathbf{c}\| = 2,$ and \[\mathbf{a} \times (\mathbf{a} \times \mathbf{c}) + \mathbf{b} = \mathbf{0}.\]Find the smallest possible angle between $\mathbf{a}$ and $\mathbf{c},$ in degrees.
Level 2
Precalculus
By the vector triple product, for any vectors $\mathbf{u},$ $\mathbf{v},$ and $\mathbf{w},$ \[\mathbf{u} \times (\mathbf{v} \times \mathbf{w}) = (\mathbf{u} \cdot \mathbf{w}) \mathbf{v} - (\mathbf{u} \cdot \mathbf{v}) \mathbf{w}.\]Thus, \[(\mathbf{a} \cdot \mathbf{c}) \mathbf{a} - (\mathbf{a} \cdot \mathbf{a}) \mathbf{c} + \mathbf{b} = 0.\]Since $\|\mathbf{a}\| = 1,$ \[(\mathbf{a} \cdot \mathbf{c}) \mathbf{a} - \mathbf{c} + \mathbf{b} = 0,\]so $(\mathbf{a} \cdot \mathbf{c}) \mathbf{a} - \mathbf{c} = -\mathbf{b}.$ Then \[\|(\mathbf{a} \cdot \mathbf{c}) \mathbf{a} - \mathbf{c}\| = \|-\mathbf{b}\| = 1.\]We can then say $\|(\mathbf{a} \cdot \mathbf{c}) \mathbf{a} - \mathbf{c}\|^2 = 1,$ which expands as \[(\mathbf{a} \cdot \mathbf{c})^2 \|\mathbf{a}\|^2 - 2 (\mathbf{a} \cdot \mathbf{c})^2 + \|\mathbf{c}\|^2 = 1.\]We can simplify this to \[-(\mathbf{a} \cdot \mathbf{c})^2 + 4 = 1,\]so $(\mathbf{a} \cdot \mathbf{c})^2 = 3.$ Hence, $\mathbf{a} \cdot \mathbf{c} = \pm \sqrt{3}.$ If $\theta$ is the angle between $\mathbf{a}$ and $\mathbf{c},$ then \[\cos \theta = \frac{\mathbf{a} \cdot \mathbf{c}}{\|\mathbf{a}\| \|\mathbf{c}\|} = \pm \frac{\sqrt{3}}{2}.\]The smallest possible angle $\theta$ satisfying this equation is $30^\circ.$ We can achieve $\boxed{30^\circ}$ by taking $\mathbf{a} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix},$ $\mathbf{b} = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix},$ and $\mathbf{c} = \begin{pmatrix} \sqrt{3} \\ 1 \\ 0 \end{pmatrix},$ so this is the smallest possible angle.
On the complex plane, the parallelogram formed by the points 0, $z,$ $\frac{1}{z},$ and $z + \frac{1}{z}$ has area $\frac{35}{37}.$ If the real part of $z$ is positive, let $d$ be the smallest possible value of $\left| z + \frac{1}{z} \right|.$ Compute $d^2.$
Level 5
Precalculus
Let $z = r (\cos \theta + i \sin \theta).$ Then \[\frac{1}{z} = \frac{1}{r (\cos \theta + i \sin \theta)} = \frac{1}{r} (\cos (-\theta) + i \sin (-\theta)) = \frac{1}{r} (\cos \theta - i \sin \theta).\]By the shoelace formula, the area of the triangle formed by 0, $z = r \cos \theta + ir \sin \theta$ and $\frac{1}{z} = \frac{1}{r} \cos \theta - \frac{i}{r} \sin \theta$ is \[\frac{1}{2} \left| (r \cos \theta) \left( -\frac{1}{r} \sin \theta \right) - (r \sin \theta) \left( \frac{1}{r} \cos \theta \right) \right| = |\sin \theta \cos \theta|,\]so the area of the parallelogram is \[2 |\sin \theta \cos \theta| = |\sin 2 \theta|.\]Thus, $|\sin 2 \theta| = \frac{35}{37}.$ We want to find the smallest possible value of \begin{align*} \left| z + \frac{1}{z} \right| &= \left| r \cos \theta + ir \sin \theta + \frac{1}{r} \cos \theta - \frac{i}{r} \sin \theta \right| \\ &= \left| r \cos \theta + \frac{1}{r} \cos \theta + i \left( r \sin \theta - \frac{1}{r} \sin \theta \right) \right|. \end{align*}The square of this magnitude is \begin{align*} \left( r \cos \theta + \frac{1}{r} \cos \theta \right)^2 + \left( r \sin \theta - \frac{1}{r} \sin \theta \right)^2 &= r^2 \cos^2 \theta + 2 \cos^2 \theta + \frac{1}{r} \cos^2 \theta + r^2 \sin^2 \theta - 2 \sin^2 \theta + \frac{1}{r^2} \sin^2 \theta \\ &= r^2 + \frac{1}{r^2} + 2 (\cos^2 \theta - \sin^2 \theta) \\ &= r^2 + \frac{1}{r^2} + 2 \cos 2 \theta. \end{align*}By AM-GM, $r^2 + \frac{1}{r^2} \ge 2.$ Also, \[\cos^2 2 \theta = 1 - \sin^2 2 \theta = 1 - \left( \frac{35}{37} \right)^2 = \frac{144}{1369},\]so $\cos 2 \theta = \pm \frac{12}{37}.$ To minimize the expression above, we take $\cos 2 \theta = -\frac{12}{37},$ so \[d^2 = 2 - 2 \cdot \frac{12}{37} = \boxed{\frac{50}{37}}.\]
Let $G$ be the centroid of triangle $ABC.$ If $GA^2 + GB^2 + GC^2 = 58,$ then find $AB^2 + AC^2 + BC^2.$
Level 3
Precalculus
Let $\mathbf{a}$ denote $\overrightarrow{A},$ etc. Then \[\mathbf{g} = \frac{\mathbf{a} + \mathbf{b} + \mathbf{c}}{3},\]so \begin{align*} GA^2 &= \|\mathbf{g} - \mathbf{a}\|^2 \\ &= \left\| \frac{\mathbf{a} + \mathbf{b} + \mathbf{c}}{3} - \mathbf{a} \right\|^2 \\ &= \frac{1}{9} \|\mathbf{b} + \mathbf{c} - 2 \mathbf{a}\|^2 \\ &= \frac{1}{9} (\mathbf{b} + \mathbf{c} - 2 \mathbf{a}) \cdot (\mathbf{b} + \mathbf{c} - 2 \mathbf{a}) \\ &= \frac{1}{9} (4 \mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} + \mathbf{c} \cdot \mathbf{c} - 4 \mathbf{a} \cdot \mathbf{b} - 4 \mathbf{a} \cdot \mathbf{c} + 2 \mathbf{b} \cdot \mathbf{c}). \end{align*}Hence, \[GA^2 + GB^2 + GC^2 = \frac{1}{9} (6 \mathbf{a} \cdot \mathbf{a} + 6 \mathbf{b} \cdot \mathbf{b} + 6 \mathbf{c} \cdot \mathbf{c} - 6 \mathbf{a} \cdot \mathbf{b} - 6 \mathbf{a} \cdot \mathbf{c} - 6 \mathbf{b} \cdot \mathbf{c}) = 58,\]so \[\mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} + \mathbf{c} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{b} - \mathbf{a} \cdot \mathbf{c} - \mathbf{b} \cdot \mathbf{c} = 87.\]Then \begin{align*} AB^2 + AC^2 + BC^2 &= \|\mathbf{a} - \mathbf{b}\|^2 + \|\mathbf{a} - \mathbf{c}\|^2 + \|\mathbf{b} - \mathbf{c}\|^2 \\ &= (\mathbf{a} \cdot \mathbf{a} - 2 \mathbf{a} \cdot \mathbf{b} + \mathbf{b} + \mathbf{b}) \\ &\quad + (\mathbf{a} \cdot \mathbf{a} - 2 \mathbf{a} \cdot \mathbf{c} + \mathbf{c} + \mathbf{c}) \\ &\quad + (\mathbf{b} \cdot \mathbf{b} - 2 \mathbf{b} \cdot \mathbf{c} + \mathbf{c} + \mathbf{c}) \\ &= 2 (\mathbf{a} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} + \mathbf{c} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{b} - \mathbf{a} \cdot \mathbf{c} - \mathbf{b} \cdot \mathbf{c}) \\ &= \boxed{174}. \end{align*}
For real numbers $t,$ the point \[(x,y) = \left( e^t + e^{-t}, 3 (e^t - e^{-t}) \right)\]is plotted. All the plotted points lie on what kind of curve? (A) Line (B) Circle (C) Parabola (D) Ellipse (E) Hyperbola Enter the letter of the correct option. Note: $e$ is a mathematical constant that is approximately $2.71828.$
Level 2
Precalculus
We have that \[x^2 = (e^t + e^{-t})^2 = e^{2t} + 2 + e^{-2t},\]and \begin{align*} \frac{y^2}{9} &= (e^t - e^{-t})^2 \\ &= e^{2t} - 2 + e^{-2t}. \end{align*}Then \[x^2 - \frac{y^2}{9} = 4,\]so \[\frac{x^2}{4} - \frac{y^2}{36} = 1.\]Thus, all plotted points lie on a hyperbola. The answer is $\boxed{\text{(E)}}.$
Let $ABCD$ be a tetrahedron such that edges $AB$, $AC$, and $AD$ are mutually perpendicular. Let the areas of triangles $ABC$, $ACD$, and $ADB$ be denoted by $x$, $y$, and $z$, respectively. In terms of $x$, $y$, and $z$, find the area of triangle $BCD$.
Level 5
Precalculus
Place $A$, $B$, $C$, and $D$ at $(0,0,0)$, $(b,0,0)$, $(0,c,0)$, and $(0,0,d)$ in Cartesian coordinate space, with $b$, $c$, and $d$ positive. Then the plane through $B$, $C$, and $D$ is given by the equation $\frac{x}{b}+\frac{y}{c}+\frac{z}{d}=1$. [asy] import three; size(250); currentprojection = perspective(6,3,2); triple A, B, C, D; A = (0,0,0); B = (1,0,0); C = (0,2,0); D = (0,0,3); draw(A--(4,0,0)); draw(A--(0,4,0)); draw(A--(0,0,4)); draw(B--C--D--cycle); label("$A$", A, NE); label("$B$", B, S); label("$C$", C, S); label("$D$", D, NE); [/asy] From the formula for the distance between a point and a plane, the distance from the origin to plane $BCD$ is $$\frac{|\frac{0}{a} + \frac{0}{b} + \frac{0}{c} - 1|}{\sqrt{\frac{1}{b^2}+\frac{1}{c^2}+\frac{1}{d^2}}} = \frac{1}{\sqrt{\frac{1}{b^2} + \frac{1}{c^2} + \frac{1}{d^2}}} = \frac{bcd}{\sqrt{b^2c^2+c^2d^2+d^2b^2}}.$$Since $x$ is the area of triangle $ABC,$ $x = \frac{1}{2} bc,$ so $bc = 2x.$ Similarly, $cd = 2y,$ and $bd = 2z,$ so the distance can be expressed as \[\frac{bcd}{\sqrt{4x^2 + 4y^2 + 4z^2}} = \frac{bcd}{2 \sqrt{x^2 + y^2 + z^2}}.\]Let $K$ be the area of triangle $BCD.$ Using triangle $ABC$ as a base, the volume of the tetrahedron is $\frac{bcd}{6}.$ Using triangle $BCD$ as a base, the volume of the tetrahedron is $\frac{bcdK}{6\sqrt{x^2+y^2+z^2}},$ so $$\frac{bcd}{6}=\frac{bcdK}{6\sqrt{x^2+y^2+z^2}},$$implying $K=\boxed{\sqrt{x^2+y^2+z^2}}$. Alternatively, the area of $BCD$ is also half the length of the cross product of the vectors $\overrightarrow{BC}= \begin{pmatrix} 0 \\ -c \\ d \end{pmatrix}$ and $\overrightarrow{BD} = \begin{pmatrix} -b \\ 0 \\ d \end{pmatrix}.$ This cross product is $\begin{pmatrix} -cd \\ -bd \\ -bc \end{pmatrix} = -2 \begin{pmatrix} y \\ z \\ x \end{pmatrix}$, which has length $2\sqrt{x^2+y^2+z^2}$. Thus the area of $BCD$ is $\boxed{\sqrt{x^2+y^2+z^2}}$.
Let $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ be three mutually orthogonal unit vectors, such that \[\mathbf{a} = p (\mathbf{a} \times \mathbf{b}) + q (\mathbf{b} \times \mathbf{c}) + r (\mathbf{c} \times \mathbf{a})\]for some scalars $p,$ $q,$ and $r,$ and $\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = 1.$ Find $p + q + r.$
Level 3
Precalculus
Taking the dot product of the given equation with $\mathbf{a},$ we get \[\mathbf{a} \cdot \mathbf{a} = p (\mathbf{a} \cdot (\mathbf{a} \times \mathbf{b})) + q (\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})) + r (\mathbf{a} \cdot (\mathbf{c} \times \mathbf{a})).\]Since $\mathbf{a}$ is orthogonal to both $\mathbf{a} \times \mathbf{c}$ and $\mathbf{c} \times \mathbf{a},$ we are left with \[\mathbf{a} \cdot \mathbf{a} = q (\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})) = q.\]Then $q = \mathbf{a} \cdot \mathbf{a} = 1.$ Similarly, if we take the dot product of the given equation with $\mathbf{b},$ we get \[\mathbf{b} \cdot \mathbf{a} = p (\mathbf{b} \cdot (\mathbf{a} \times \mathbf{b})) + q (\mathbf{b} \cdot (\mathbf{b} \times \mathbf{c})) + r (\mathbf{b} \cdot (\mathbf{c} \times \mathbf{a})).\]Since $\mathbf{a}$ and $\mathbf{b}$ are orthogonal, we are left with \[0 = r (\mathbf{b} \cdot (\mathbf{c} \times \mathbf{a})).\]By the scalar triple product, $\mathbf{b} \cdot (\mathbf{c} \times \mathbf{a})) = \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = 1,$ so $r = 0.$ Similarly, by taking the dot product of both sides with $\mathbf{c},$ we are left with $p = 0.$ Therefore, $p + q + r = \boxed{1}.$
The set of points with spherical coordinates of the form \[(\rho, \theta, \phi) = \left( 1, \theta, \frac{\pi}{6} \right)\]forms a circle. Find the radius of this circle.
Level 4
Precalculus
If $P = \left( 1, \theta, \frac{\pi}{6} \right),$ and $P$ has rectangular coordinates $(x,y,z),$ then \[\sqrt{x^2 + y^2} = \sqrt{\rho^2 \sin^2 \phi \cos^2 \theta + \rho^2 \sin^2 \phi \sin^2 \theta} = |\rho \sin \phi| = \frac{1}{2}.\]Hence, the radius of the circle is $\boxed{\frac{1}{2}}.$ [asy] import three; size(180); currentprojection = perspective(6,3,2); triple sphericaltorectangular (real rho, real theta, real phi) { return ((rho*Sin(phi)*Cos(theta),rho*Sin(phi)*Sin(theta),rho*Cos(phi))); } real t; triple O, P; path3 circ; O = (0,0,0); P = sphericaltorectangular(1,60,30); circ = sphericaltorectangular(1,0,30); for (t = 0; t <= 360; t = t + 5) { circ = circ--sphericaltorectangular(1,t,30); } draw(circ,red); draw((0,0,0)--(1,0,0),Arrow3(6)); draw((0,0,0)--(0,1,0),Arrow3(6)); draw((0,0,0)--(0,0,1),Arrow3(6)); draw(surface(O--P--(P.x,P.y,0)--cycle),gray(0.7),nolight); draw(O--P--(P.x,P.y,0)--cycle); draw((0,0,0.5)..sphericaltorectangular(0.5,60,15)..sphericaltorectangular(0.5,60,30),Arrow3(6)); draw((0.4,0,0)..sphericaltorectangular(0.4,30,90)..sphericaltorectangular(0.4,60,90),Arrow3(6)); label("$x$", (1.1,0,0)); label("$y$", (0,1.1,0)); label("$z$", (0,0,1.1)); label("$\phi$", (0.2,0.2,0.6)); label("$\theta$", (0.6,0.3,0)); label("$P$", P, N); [/asy]
If $x + \frac{1}{x} = \sqrt{3}$, then find $x^{18}$.
Level 2
Precalculus
Solution 1: We can rewrite the given equation as $x^2 - \sqrt{3} x + 1 = 0$, so by the quadratic formula, \[x = \frac{\sqrt{3} \pm \sqrt{3 - 4}}{2} = \frac{\sqrt{3} \pm i}{2},\]which means $x = e^{\pi i/6}$ or $x = e^{11 \pi i/6}$. If $x = e^{\pi i/6}$, then \[x^{18} = e^{3 \pi i} = -1,\]and if $x = e^{11 \pi i/6}$, then \[x^{18} = e^{33 \pi i} = -1.\]In either case, $x^{18} = \boxed{-1}$. Solution 2: Squaring the given equation, we get \[x^2 + 2 + \frac{1}{x^2} = 3,\]which simplifies to $x^4 - x^2 + 1 = 0$. Then $(x^2 + 1)(x^4 - x^2 + 1) = 0$, which expands as $x^6 + 1 = 0$. Therefore, $x^6 = -1$, so $x^{18} = (x^6)^3 = (-1)^3 = \boxed{-1}$.
Let $\mathbf{A} = \begin{pmatrix} 2 & 3 \\ 0 & 1 \end{pmatrix}.$ Find $\mathbf{A}^{20} - 2 \mathbf{A}^{19}.$
Level 3
Precalculus
First, we can write $\mathbf{A}^{20} - 2 \mathbf{A}^{19} = \mathbf{A}^{19} (\mathbf{A} - 2 \mathbf{I}).$ We can compute that \[\mathbf{A} - 2 \mathbf{I} = \begin{pmatrix} 2 & 3 \\ 0 & 1 \end{pmatrix} - 2 \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 0 & 3 \\ 0 & -1 \end{pmatrix} .\]Then \[\mathbf{A} (\mathbf{A} - 2 \mathbf{I}) = \begin{pmatrix} 2 & 3 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 0 & 3 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 0 & 3 \\ 0 & -1 \end{pmatrix} = \mathbf{A} - 2 \mathbf{I}.\]Then for any positive integer $n \ge 2,$ \begin{align*} \mathbf{A}^n (\mathbf{A} - 2 \mathbf{I}) &= \mathbf{A}^{n - 1} \cdot \mathbf{A} (\mathbf{A} - 2 \mathbf{I}) \\ &= \mathbf{A}^{n - 1} (\mathbf{A} - 2 \mathbf{I}) \\ \end{align*}Hence, \begin{align*} \mathbf{A}^{20} (\mathbf{A} - 2 \mathbf{I}) &= \mathbf{A}^{19} (\mathbf{A} - 2 \mathbf{I}) \\ &= \mathbf{A}^{18} (\mathbf{A} - 2 \mathbf{I}) \\ &= \dotsb \\ &= \mathbf{A}^2 (\mathbf{A} - 2 \mathbf{I}) \\ &= \mathbf{A} (\mathbf{A} - 2 \mathbf{I}) \\ &= \mathbf{A} - 2 \mathbf{I} \\ &= \boxed{ \begin{pmatrix} 0 & 3 \\ 0 & -1 \end{pmatrix} }. \end{align*}
Convert the point $(6,2 \sqrt{3})$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\theta),$ where $r > 0$ and $0 \le \theta < 2 \pi.$
Level 2
Precalculus
We have that $r = \sqrt{6^2 + (2 \sqrt{3})^2} = 4 \sqrt{3}.$ Also, if we draw the line connecting the origin and $(6,2 \sqrt{3}),$ this line makes an angle of $\frac{\pi}{6}$ with the positive $x$-axis. [asy] unitsize(0.6 cm); draw((-1,0)--(8,0)); draw((0,-1)--(0,4)); draw(arc((0,0),4*sqrt(3),0,30),red,Arrow(6)); draw((0,0)--(6,2*sqrt(3))); dot((6,2*sqrt(3)), red); label("$(6,2 \sqrt{3})$", (6, 2*sqrt(3)), N); dot((4*sqrt(3),0), red); [/asy] Therefore, the polar coordinates are $\boxed{\left( 4 \sqrt{3}, \frac{\pi}{6} \right)}.$
Let point $O$ be the origin of a three-dimensional coordinate system, and let points $A,$ $B,$ and $C$ be located on the positive $x,$ $y,$ and $z$ axes, respectively. If $OA = \sqrt[4]{75}$ and $\angle BAC = 30^\circ,$ then compute the area of triangle $ABC.$
Level 5
Precalculus
Let $b = OB$ and $c = OC.$ [asy] import three; size(250); currentprojection = perspective(6,3,2); triple A, B, C, O; A = (3,0,0); B = (0,4,0); C = (0,0,2); O = (0,0,0); draw(O--(5,0,0)); draw(O--(0,5,0)); draw(O--(0,0,3)); draw(A--B--C--cycle); label("$A$", A, S); label("$B$", B, S); label("$C$", C, NW); label("$O$", O, S); label("$b$", (O + B)/2, N); label("$c$", (O + C)/2, E); [/asy] By the Law of Cosines on triangle $ABC,$ \begin{align*} BC^2 &= AB^2 + AC^2 - 2 \cdot AC \cdot AB \cos \angle BAC \\ &= AC^2 + AB^2 - AB \cdot AC \sqrt{3}. \end{align*}From Pythagoras, \[b^2 + c^2 = c^2 + \sqrt{75} + b^2 + \sqrt{75} - AB \cdot AC \sqrt{3},\]which gives us $AB \cdot AC = 10.$ Then the area of triangle $ABC$ is \[\frac{1}{2} \cdot AB \cdot AC \sin \angle BAC = \frac{1}{2} \cdot 10 \cdot \frac{1}{2} = \boxed{\frac{5}{2}}.\]
Compute $\arccos (\cos 7).$ All functions are in radians.
Level 3
Precalculus
Since $\cos (7 - 2 \pi) = \cos 7$ and $0 \le 7 - 2 \pi \le \pi,$ $\arccos (\cos 7) = \boxed{7 - 2 \pi}.$
Find the $2 \times 2$ matrix $\mathbf{M}$ such that $\mathbf{M} \begin{pmatrix} 3 \\ 0 \end{pmatrix} = \begin{pmatrix} 6 \\ 21 \end{pmatrix}$ and $\mathbf{M} \begin{pmatrix} -1 \\ 5 \end{pmatrix} = \begin{pmatrix} 3 \\ -17 \end{pmatrix}.$
Level 2
Precalculus
Dividing both sides of $\mathbf{M} \begin{pmatrix} 3 \\ 0 \end{pmatrix} = \begin{pmatrix} 6 \\ 21 \end{pmatrix}$ by 3, we get \[\mathbf{M} \begin{pmatrix} 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 2 \\ 7 \end{pmatrix}.\]This tells us that the first column of $\mathbf{M}$ is $\begin{pmatrix} 2 \\ 7 \end{pmatrix}.$ Since $\begin{pmatrix} -1 \\ 5 \end{pmatrix} + \begin{pmatrix} 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 0 \\ 5 \end{pmatrix},$ \[\mathbf{M} \begin{pmatrix} 0 \\ 5 \end{pmatrix} = \begin{pmatrix} 3 \\ -17 \end{pmatrix} + \begin{pmatrix} 2 \\ 7 \end{pmatrix} = \begin{pmatrix} 5 \\ -10 \end{pmatrix}.\]Dividing both sides by 5, we get \[\mathbf{M} \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}.\]This tells us that the second column of $\mathbf{M}$ is $\begin{pmatrix} 1 \\ -2 \end{pmatrix}.$ Therefore, \[\mathbf{M} = \boxed{\begin{pmatrix} 2 & 1 \\ 7 & -2 \end{pmatrix}}.\]
If $\mathbf{a}$ and $\mathbf{b}$ are two unit vectors, with an angle of $\frac{\pi}{3}$ between them, then compute the volume of the parallelepiped generated by $\mathbf{a},$ $\mathbf{b} + \mathbf{b} \times \mathbf{a},$ and $\mathbf{b}.$
Level 5
Precalculus
The volume of the parallelepiped generated by $\mathbf{a},$ $\mathbf{b} + \mathbf{b} \times \mathbf{a},$ and $\mathbf{b}$ is given by \[|\mathbf{a} \cdot ((\mathbf{b} + \mathbf{b} \times \mathbf{a}) \times \mathbf{b})|.\]In general, $\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}) = \mathbf{v} \cdot (\mathbf{w} \times \mathbf{u}),$ so \[|\mathbf{a} \cdot ((\mathbf{b} + \mathbf{b} \times \mathbf{a}) \times \mathbf{b})| = |(\mathbf{b} + \mathbf{b} \times \mathbf{a}) \cdot (\mathbf{b} \times \mathbf{a})|.\]The dot product $(\mathbf{b} + \mathbf{b} \times \mathbf{a}) \cdot (\mathbf{b} \times \mathbf{a})$ expands as \[\mathbf{b} \cdot (\mathbf{b} \times \mathbf{a}) + (\mathbf{b} \times \mathbf{a}) \cdot (\mathbf{b} \times \mathbf{a}).\]Since $\mathbf{b}$ and $\mathbf{b} \times \mathbf{a}$ are orthogonal, their dot product is 0. Also, \[(\mathbf{b} \times \mathbf{a}) \cdot (\mathbf{b} \times \mathbf{a}) = \|\mathbf{b} \times \mathbf{a}\|^2.\]Since \[\|\mathbf{b} \times \mathbf{a}\| = \|\mathbf{a}\| \|\mathbf{b}\| \sin \frac{\pi}{3} = \frac{\sqrt{3}}{2},\]the volume of the parallelepiped is $\boxed{\frac{3}{4}}.$
A line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} + t \begin{pmatrix} -1 \\ 5 \end{pmatrix}.\]A second line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 7 \end{pmatrix} + u \begin{pmatrix} -1 \\ 4 \end{pmatrix}.\]Find the point where the lines intersect.
Level 2
Precalculus
For the first line, \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} + t \begin{pmatrix} -1 \\ 5 \end{pmatrix} = \begin{pmatrix} 2 - t \\ 3 + 5t \end{pmatrix}.\]For the second line, \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 7 \end{pmatrix} + u \begin{pmatrix} -1 \\ 4 \end{pmatrix} = \begin{pmatrix} -u \\ 7 + 4u \end{pmatrix}.\]Hence, $2 - t = -u$ and $3 + 5t = 7 + 4u.$ Solving, we find $t = -4$ and $u = -6,$ so \[\begin{pmatrix} x \\ y \end{pmatrix} = \boxed{\begin{pmatrix} 6 \\ -17 \end{pmatrix}}.\]
The quantity $\tan 7.5^\circ$ can be expressed in the form \[\tan 7.5^\circ = \sqrt{a} - \sqrt{b} + \sqrt{c} - d,\]where $a \ge b \ge c \ge d$ are positive integers. Find $a + b + c + d.$
Level 4
Precalculus
From the half-angle formula, \[\tan 7.5^\circ = \tan \frac{15^\circ}{2} = \frac{1 - \cos 15^\circ}{\sin 15^\circ}.\]Since $\cos 15^\circ = \frac{\sqrt{2} + \sqrt{6}}{4}$ and $\sin 15^\circ = \frac{\sqrt{6} - \sqrt{2}}{4},$ \begin{align*} \tan 7.5^\circ &= \frac{1 - \frac{\sqrt{2} + \sqrt{6}}{4}}{\frac{\sqrt{6} - \sqrt{2}}{4}} \\ &= \frac{4 - \sqrt{2} - \sqrt{6}}{\sqrt{6} - \sqrt{2}} \\ &= \frac{(4 - \sqrt{2} - \sqrt{6})(\sqrt{6} + \sqrt{2})}{(\sqrt{6} - \sqrt{2})(\sqrt{6} + \sqrt{2})} \\ &= \frac{4 \sqrt{6} + 4 \sqrt{2} - 2 \sqrt{3} - 2 - 6 - 2 \sqrt{3}}{4} \\ &= \frac{4 \sqrt{6} - 4 \sqrt{3} + 4 \sqrt{2} - 8}{4} \\ &= \sqrt{6} - \sqrt{3} + \sqrt{2} - 2. \end{align*}Thus, $a + b + c + d = 6 + 3 + 2 + 2 = \boxed{13}.$
Find all values of $x$ so that $\arccos x > \arcsin x.$
Level 4
Precalculus
We know that $\arccos x$ is a decreasing function, and $\arcsin x$ is an increasing function. Furthermore, they are equal at $x = \frac{1}{\sqrt{2}},$ when $\arccos \frac{1}{\sqrt{2}} = \arcsin \frac{1}{\sqrt{2}} = \frac{\pi}{4}.$ Therefore, the solution to $\arccos x > \arcsin x$ is $x \in \boxed{\left[ -1, \frac{1}{\sqrt{2}} \right)}.$
Let triangle $ABC$ be a right triangle with right angle at $C.$ Let $D$ and $E$ be points on $\overline{AB}$ with $D$ between $A$ and $E$ such that $\overline{CD}$ and $\overline{CE}$ trisect $\angle C.$ If $\frac{DE}{BE} = \frac{8}{15},$ then find $\tan B.$
Level 3
Precalculus
Without loss of generality, set $CB = 1$. Then, by the Angle Bisector Theorem on triangle $DCB$, we have $CD = \frac{8}{15}$. [asy] unitsize(0.5 cm); pair A, B, C, D, E; A = (0,4*sqrt(3)); B = (11,0); C = (0,0); D = extension(C, C + dir(60), A, B); E = extension(C, C + dir(30), A, B); draw(A--B--C--cycle); draw(C--D); draw(C--E); label("$A$", A, NW); label("$B$", B, SE); label("$C$", C, SW); label("$D$", D, NE); label("$E$", E, NE); label("$1$", (B + C)/2, S); label("$\frac{8}{15}$", (C + D)/2, NW); [/asy] We apply the Law of Cosines to triangle $DCB$ to get \[BD^2 = 1 + \frac{64}{225} - \frac{8}{15},\]which we can simplify to get $BD = \frac{13}{15}$. Now, we have \[\cos B = \frac{1 + \frac{169}{225} - \frac{64}{225}}{\frac{26}{15}} = \frac{11}{13},\]by another application of the Law of Cosines to triangle $DCB$. In addition, since $B$ is acute, $\sin B = \sqrt{1 - \frac{121}{169}} = \frac{4\sqrt{3}}{13}$, so \[\tan B = \frac{\sin B}{\cos B} = \boxed{\frac{4 \sqrt{3}}{11}}.\]
Evaluate \[\log_{10}(\tan 1^{\circ})+\log_{10}(\tan 2^{\circ})+\log_{10}(\tan 3^{\circ})+\cdots+\log_{10}(\tan 88^{\circ})+\log_{10}(\tan 89^{\circ}).\]
Level 2
Precalculus
We have that \[\tan (90^\circ - x) = \frac{\sin (90^\circ - x)}{\cos (90^\circ - x)} = \frac{\cos x}{\sin x} = \frac{1}{\tan x}.\]Then \[\log_{10} \tan x + \log_{10} \tan (90^\circ - x) = \log_{10} (\tan x \tan (90^\circ - x)) = \log_{10} 1 = 0.\]Summing over $x = 1^\circ,$ $2^\circ,$ $\dots,$ $44^\circ,$ the sum reduces to $\log_{10} \tan 45^\circ = \boxed{0}.$
If $\|\mathbf{v}\| = 4,$ then find $\mathbf{v} \cdot \mathbf{v}.$
Level 1
Precalculus
We have that $\mathbf{v} \cdot \mathbf{v} = \|\mathbf{v}\|^2 = \boxed{16}.$
Find the sum of the solutions to \[\frac{1}{\sin x} + \frac{1}{\cos x} = 2 \sqrt{2}\]in the interval $0 \le x \le 2 \pi.$
Level 5
Precalculus
Let $a = \cos x$ and $b = \sin x,$ so \[\frac{1}{a} + \frac{1}{b} = 2 \sqrt{2}.\]Then \[a + b = 2ab \sqrt{2}.\]Squaring both sides, we get \[a^2 + 2ab + b^2 = 8a^2 b^2.\]Since $a^2 + b^2 = \cos^2 x + \sin^2 x = 1,$ $2ab + 1 = 8a^2 b^2,$ or \[8a^2 b^2 - 2ab - 1 = 0.\]This factors as $(2ab - 1)(4ab + 1) = 0,$ so $ab = \frac{1}{2}$ or $ab = -\frac{1}{4}.$ If $ab = \frac{1}{2},$ then $a + b = \sqrt{2}.$ Then $a$ and $b$ are the roots of \[t^2 - t \sqrt{2} + \frac{1}{2} = 0.\]We can factor this as $\left( t - \frac{1}{\sqrt{2}} \right)^2 = 0,$ so $t = \frac{1}{\sqrt{2}}.$ Therefore, $a = b = \frac{1}{\sqrt{2}},$ or \[\cos x = \sin x = \frac{1}{\sqrt{2}}.\]The only solution is $x = \frac{\pi}{4}.$ If $ab = -\frac{1}{4},$ then $a + b = -\frac{1}{\sqrt{2}}.$ Then $a$ and $b$ are the roots of \[t^2 + \frac{1}{\sqrt{2}} t - \frac{1}{4} = 0.\]By the quadratic formula, \[t = \frac{-\sqrt{2} \pm \sqrt{6}}{4}.\]If $\cos x = \frac{-\sqrt{2} + \sqrt{6}}{4}$ and $\sin x = \frac{-\sqrt{2} - \sqrt{6}}{4},$ then $x = \frac{19 \pi}{12}.$ (To compute this angle, we can use the fact that $\cos \frac{\pi}{12} = \frac{\sqrt{2} + \sqrt{6}}{4}$ and $\cos \frac{5 \pi}{12} = \frac{\sqrt{6} - \sqrt{2}}{4}.$) If $\cos x = \frac{-\sqrt{2} - \sqrt{6}}{4}$ and $\sin x = \frac{-\sqrt{2} + \sqrt{6}}{4},$ then $x = \frac{11 \pi}{12}.$ Hence, the sum of all solutions is $\frac{\pi}{4} + \frac{19 \pi}{12} + \frac{11 \pi}{12} = \boxed{\frac{11 \pi}{4}}.$
Determine the number of solutions to \[2\sin^3 x - 5 \sin^2 x + 2 \sin x = 0\]in the range $0 \le x \le 2 \pi.$
Level 3
Precalculus
The given equation factors as \[\sin x (2 \sin x - 1)(\sin x - 2) = 0,\]so $\sin x = 0,$ $\sin x = \frac{1}{2},$ or $\sin x = 2.$ The solutions to $\sin x = 0$ are $x = 0,$ $x = \pi,$ and $x = 2 \pi.$ The solutions to $\sin x = \frac{1}{2}$ are $x = \frac{\pi}{6}$ and $x = \frac{5 \pi}{6}.$ The equation $\sin x = 2$ has no solutions. Thus, the solutions are $0,$ $\pi,$ $2 \pi,$ $\frac{\pi}{6},$ and $\frac{5 \pi}{6},$ for a total of $\boxed{5}$ solutions.
In triangle $ABC,$ $\angle C = \frac{\pi}{2}.$ Find \[\arctan \left( \frac{a}{b + c} \right) + \arctan \left( \frac{b}{a + c} \right).\]
Level 5
Precalculus
From the addition formula for tangent, \begin{align*} \tan \left( \arctan \left( \frac{a}{b + c} \right) + \arctan \left( \frac{b}{a + c} \right) \right) &= \frac{\frac{a}{b + c} + \frac{b}{a + c}}{1 - \frac{a}{b + c} \cdot \frac{b}{a + c}} \\ &= \frac{a(a + c) + b(b + c)}{(a + c)(b + c) - ab} \\ &= \frac{a^2 + ac + b^2 + bc}{ab + ac + bc + c^2 - ab} \\ &= \frac{a^2 + b^2 + ac + bc}{ac + bc + c^2}. \end{align*}Since $a^2 + b^2 = c^2,$ this tangent is 1. Furthermore, \[0 < \arctan \left( \frac{a}{b + c} \right) + \arctan \left( \frac{b}{a + c} \right) < \pi,\]so \[\arctan \left( \frac{a}{b + c} \right) + \arctan \left( \frac{b}{a + c} \right) = \boxed{\frac{\pi}{4}}.\]
Given $\|\mathbf{v}\| = 4,$ find $\|-3 \mathbf{v}\|.$
Level 1
Precalculus
Let $\mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix},$ so \[\left\| \begin{pmatrix} x \\ y \end{pmatrix} \right\| = 4.\]Then $x^2 + y^2 = 16.$ Hence, \[\|-3 \mathbf{v} \| = \left\| -3 \begin{pmatrix} x \\ y \end{pmatrix} \right\| = \left\| \begin{pmatrix} -3x \\ -3y \end{pmatrix} \right\| = \sqrt{(-3x)^2 + (-3y)^2} = 3 \sqrt{x^2 + y^2} = \boxed{12}.\]In general, $\|k \mathbf{v}\| = |k| \|\mathbf{v}\|.$
If $\sum_{n = 0}^{\infty}\cos^{2n}\theta = 5$, what is the value of $\cos{2\theta}$?
Level 4
Precalculus
From the formula for an infinite geometric series, \[\sum_{n = 0}^\infty \cos^{2n} \theta = 1 + \cos^2 \theta + \cos^4 \theta + \dotsb = \frac{1}{1 - \cos^2 \theta} = 5.\]Hence, $\cos^2 \theta = \frac{4}{5}.$ Then \[\cos 2 \theta = 2 \cos^2 \theta - 1 = \boxed{\frac{3}{5}}.\]
In parallelogram $ABCD$, let $O$ be the intersection of diagonals $\overline{AC}$ and $\overline{BD}$. Angles $CAB$ and $DBC$ are each twice as large as angle $DBA$, and angle $ACB$ is $r$ times as large as angle $AOB$. Find $r.$
Level 4
Precalculus
Let $\theta = \angle DBA.$ Then $\angle CAB = \angle DBC = 2 \theta.$ [asy] unitsize(3 cm); pair A, B, C, D, O; D = (0,0); A = (1,0); B = extension(D, D + dir(30), A, A + dir(45)); O = (B + D)/2; C = 2*O - A; draw(A--B--C--D--cycle); draw(A--C); draw(B--D); label("$A$", A, S); label("$B$", B, NE); label("$C$", C, N); label("$D$", D, SW); label("$O$", O, NW); label("$\theta$", B + (-0.5,-0.4)); label("$2 \theta$", B + (-0.4,-0.1)); label("$2 \theta$", A + (0.25,0.4)); [/asy] Note that $\angle COB = \angle OAB + \angle OBA = 3 \theta,$ so by the Law of Sines on triangle $BCO,$ \[\frac{OC}{BC} = \frac{\sin 2 \theta}{\sin 3 \theta}.\]Also, by the Law of Sines on triangle $ABC,$ \[\frac{AC}{BC} = \frac{\sin 3 \theta}{\sin 2 \theta}.\]Since $AC = 2OC,$ \[\frac{\sin 3 \theta}{\sin 2 \theta} = \frac{2 \sin 2 \theta}{\sin 3 \theta},\]so $\sin^2 3 \theta = 2 \sin^2 2 \theta.$ Then \[(3 \sin \theta - 4 \sin^3 \theta)^2 = 2 (2 \sin \theta \cos \theta)^2.\]Since $\theta$ is acute, $\sin \theta \neq 0.$ Thus, we can divide both sides by $\sin^2 \theta,$ to get \[(3 - 4 \sin^2 \theta)^2 = 8 \cos^2 \theta.\]We can write this as \[(4 \cos^2 \theta - 1)^2 = 8 \cos^2 \theta.\]Using the identity $\cos 2 \theta = 2 \cos^2 \theta - 1,$ we can also write this as \[(2 \cos 2 \theta + 1)^2 = 4 + 4 \cos 2 \theta.\]This simplifies to \[\cos^2 2 \theta = \frac{3}{4},\]so $\cos 2 \theta = \pm \frac{\sqrt{3}}{2}.$ If $\cos 2 \theta = -\frac{\sqrt{3}}{2},$ then $2 \theta = 150^\circ,$ and $\theta = 75^\circ,$ which is clearly too large. So $\cos 2 \theta = \frac{\sqrt{3}}{2},$ which means $2 \theta = 30^\circ,$ and $\theta = 15^\circ.$ Then $\angle ACB = 180^\circ - 2 \theta - 3 \theta = 105^\circ$ and $\angle AOB = 180^\circ - 3 \theta = 135^\circ,$ so $r = \frac{105}{135} = \boxed{\frac{7}{9}}.$
Let $O$ be the origin. There exists a scalar $k$ so that for any points $A,$ $B,$ $C,$ and $D$ such that \[3 \overrightarrow{OA} - 2 \overrightarrow{OB} + 5 \overrightarrow{OC} + k \overrightarrow{OD} = \mathbf{0},\]the four points $A,$ $B,$ $C,$ and $D$ are coplanar. Find $k.$
Level 5
Precalculus
From the given equation, \[3 \overrightarrow{OA} - 2 \overrightarrow{OB} = -5 \overrightarrow{OC} - k \overrightarrow{OD}.\]Let $P$ be the point such that \[\overrightarrow{OP} = 3 \overrightarrow{OA} - 2 \overrightarrow{OB} = -5 \overrightarrow{OC} - k \overrightarrow{OD}.\]Since $3 + (-2) = 1,$ $P$ lies on line $AB.$ If $-5 - k = 1,$ then $P$ would also lie on line $CD,$ which forces $A,$ $B,$ $C,$ and $D$ to be coplanar. Solving $-5 - k = 1,$ we find $k = \boxed{-6}.$
Compute \[\begin{vmatrix} 1 & \cos (a - b) & \cos a \\ \cos(a - b) & 1 & \cos b \\ \cos a & \cos b & 1 \end{vmatrix}.\]
Level 2
Precalculus
We can expand the determinant as follows: \begin{align*} \begin{vmatrix} 1 & \cos (a - b) & \cos a \\ \cos(a - b) & 1 & \cos b \\ \cos a & \cos b & 1 \end{vmatrix} &= \begin{vmatrix} 1 & \cos b \\ \cos b & 1 \end{vmatrix} - \cos (a - b) \begin{vmatrix} \cos (a - b) & \cos b \\ \cos a & 1 \end{vmatrix} + \cos a \begin{vmatrix} \cos (a - b) & 1 \\ \cos a & \cos b \end{vmatrix} \\ &= (1 - \cos^2 b) - \cos (a - b)(\cos (a - b) - \cos a \cos b) + \cos a (\cos (a - b) \cos b - \cos a) \\ &= 1 - \cos^2 b - \cos^2 (a - b) + \cos a \cos b \cos(a - b) + \cos a \cos b \cos (a - b) - \cos^2 a \\ &= 1 - \cos^2 a - \cos^2 b - \cos^2 (a - b) + 2 \cos a \cos b \cos(a - b). \end{align*}We can write \begin{align*} 2 \cos a \cos b \cos (a - b) - \cos^2 (a - b) &= \cos (a - b) (2 \cos a \cos b - \cos (a - b)) \\ &= \cos (a - b) (\cos a \cos b - \sin a \sin b) \\ &= \cos (a - b) \cos (a + b) \\ &= \frac{1}{2} (\cos 2a + \cos 2b) \\ &= \cos^2 a - \frac{1}{2} + \cos^2 b - \frac{1}{2} \\ &= \cos^2 a + \cos^2 b - 1. \end{align*}Therefore, the determinant is equal to $\boxed{0}.$
The side of a triangle are 2, 2, and $\sqrt{6} - \sqrt{2}.$ Enter the angles of the triangle in degrees, separated by commas.
Level 2
Precalculus
By the Law of Cosines, the cosine of one of the angles is \[\frac{2^2 + 2^2 - (\sqrt{6} - \sqrt{2})^2}{2 \cdot 2 \cdot 2} = \frac{4 \sqrt{3}}{8} = \frac{\sqrt{3}}{2},\]so this angle is $\boxed{30^\circ}.$ The other two angles must be equal, so they are $\boxed{75^\circ, 75^\circ}.$
Let $S$ be the set of complex numbers of the form $x + yi,$ where $x$ and $y$ are real numbers, such that \[\frac{\sqrt{2}}{2} \le x \le \frac{\sqrt{3}}{2}.\]Find the smallest positive integer $m$ such that for all positive integers $n \ge m,$ there exists a complex number $z \in S$ such that $z^n = 1.$
Level 5
Precalculus
Note that for $0^\circ \le \theta \le 360^\circ,$ the real part of $\operatorname{cis} \theta$ lies between $\frac{\sqrt{2}}{2}$ and $\frac{\sqrt{3}}{2}$ if and only if $30^\circ \le \theta \le 45^\circ$ or $315^\circ \le \theta \le 330^\circ.$ The 15th roots of unity are of the form $\operatorname{cis} (24^\circ k),$ where $0 \le k \le 14.$ We can check that none of these values lie in $S,$ so $m$ must be at least 16. [asy] unitsize (2 cm); int k; draw((-1.2,0)--(1.2,0)); draw((0,-1.2)--(0,1.2)); draw(Circle((0,0),1)); for (k = 0; k <= 14; ++k) { dot(dir(360/15*k)); } draw((sqrt(2)/2,-1)--(sqrt(2)/2,1),red); draw((sqrt(3)/2,-1)--(sqrt(3)/2,1),red); [/asy] We claim that for each $n \ge 16,$ there exists a complex number $z \in S$ such that $z^n = 1.$ For a positive integer, the $n$th roots of unity are of the form \[\operatorname{cis} \frac{360^\circ k}{n}\]for $0 \le k \le n - 1.$ For $16 \le n \le 24,$ \[30^\circ \le \frac{360^\circ \cdot 2}{n} \le 45^\circ,\]so for $16 \le n \le 24,$ we can find an $n$th root of unity in $S.$ Furthermore, for $n \ge 24,$ the difference in the arguments between consecutive $n$th roots of unity is $\frac{360^\circ}{n} \le 15^\circ,$ so there must be an $n$th root of unity whose argument $\theta$ lies in the interval $15^\circ \le \theta \le 30^\circ.$ We conclude that the smallest such $m$ is $\boxed{16}.$
Let \[\mathbf{M} = \begin{pmatrix} 1 & 2 & 2 \\ 2 & 1 & -2 \\ a & 2 & b \end{pmatrix}.\]If $\mathbf{M} \mathbf{M}^T = 9 \mathbf{I},$ then enter the ordered pair $(a,b).$ Note: For a matrix $\mathbf{A},$ $\mathbf{A}^T$ is the transpose of $\mathbf{A},$ which is generated by reflecting the matrix $\mathbf{A}$ over the main diagonal, going from the upper-left to the lower-right. So here, \[\mathbf{M}^T = \begin{pmatrix} 1 & 2 & a \\ 2 & 1 & 2 \\ 2 & -2 & b \end{pmatrix}.\]
Level 3
Precalculus
We have that \[\mathbf{M} \mathbf{M}^T = \mathbf{M} = \begin{pmatrix} 1 & 2 & 2 \\ 2 & 1 & -2 \\ a & 2 & b \end{pmatrix} \begin{pmatrix} 1 & 2 & a \\ 2 & 1 & 2 \\ 2 & -2 & b \end{pmatrix} = \begin{pmatrix} 9 & 0 & a + 2b + 4 \\ 0 & 9 & 2a - 2b + 2 \\ a + 2b + 4 & 2a - 2b + 2 & a^2 + b^2 + 4 \end{pmatrix}.\]We want this to equal $9 \mathbf{I},$ so $a + 2b + 4 = 0,$ $2a - 2b + 2 = 0,$ and $a^2 + b^2 + 4 = 9.$ Solving, we find $(a,b) = \boxed{(-2,-1)}.$
The domain of the function $f(x) = \arcsin(\log_{m}(nx))$ is a closed interval of length $\frac{1}{2013}$ , where $m$ and $n$ are positive integers and $m>1$. Find the the smallest possible value of $m+n.$
Level 4
Precalculus
The function $f(x) = \arcsin (\log_m (nx))$ is defined when \[-1 \le \log_m (nx) \le 1.\]This is equivalent to \[\frac{1}{m} \le nx \le m,\]or \[\frac{1}{mn} \le x \le \frac{m}{n}.\]Thus, the length of the interval is $\frac{m}{n} - \frac{1}{mn} = \frac{m^2 - 1}{mn},$ giving us the equation \[\frac{m^2 - 1}{mn} = \frac{1}{2013}.\]Hence \[n = \frac{2013 (m^2 - 1)}{m} = \frac{2013m^2 - 2013}{m}.\]We want to minimize $n + m = \frac{2014m^2 - 2013}{m}.$ It is not hard to prove that this is an increasing function for $m \ge 1;$ thus, we want to find the smallest possible value of $m.$ Because $m$ and $m^2 - 1$ are relatively prime, $m$ must divide 2013. The prime factorization of 2013 is $3 \cdot 11 \cdot 61.$ The smallest possible value for $m$ is then 3. For $m = 3,$ \[n = \frac{2013 (3^2 - 1)}{3} = 5368,\]and the smallest possible value of $m + n$ is $\boxed{5371}.$
The following line is parameterized, so that its direction vector is of the form $\begin{pmatrix} a \\ -1 \end{pmatrix}.$ Find $a.$ [asy] unitsize(0.4 cm); pair A, B, L, R; int i, n; for (i = -8; i <= 8; ++i) { draw((i,-8)--(i,8),gray(0.7)); draw((-8,i)--(8,i),gray(0.7)); } draw((-8,0)--(8,0),Arrows(6)); draw((0,-8)--(0,8),Arrows(6)); A = (-2,5); B = (1,0); L = extension(A, B, (0,8), (1,8)); R = extension(A, B, (0,-8), (1,-8)); draw(L--R, red); label("$x$", (8,0), E); label("$y$", (0,8), N); [/asy]
Level 3
Precalculus
The line passes through $\begin{pmatrix} -2 \\ 5 \end{pmatrix}$ and $\begin{pmatrix} 1 \\ 0 \end{pmatrix},$ so its direction vector is proportional to \[\begin{pmatrix} 1 \\ 0 \end{pmatrix} - \begin{pmatrix} -2 \\ 5 \end{pmatrix} = \begin{pmatrix} 3 \\ -5 \end{pmatrix}.\]To get a $y$-coordinate of $-1,$ we can multiply this vector by the scalar $\frac{1}{5}.$ This gives us \[\frac{1}{5} \begin{pmatrix} 3 \\ -5 \end{pmatrix} = \begin{pmatrix} 3/5 \\ -1 \end{pmatrix}.\]Therefore, $a = \boxed{\frac{3}{5}}.$
The matrix \[\begin{pmatrix} a & 3 \\ -8 & d \end{pmatrix}\]is its own inverse, for some real numbers $a$ and $d.$ Find the number of possible pairs $(a,d).$
Level 3
Precalculus
Since $\begin{pmatrix} a & 3 \\ -8 & d \end{pmatrix}$ is its own inverse, \[\begin{pmatrix} a & 3 \\ -8 & d \end{pmatrix}^2 = \begin{pmatrix} a & 3 \\ -8 & d \end{pmatrix} \begin{pmatrix} a & 3 \\ -8 & d \end{pmatrix} = \mathbf{I}.\]This gives us \[\begin{pmatrix} a^2 - 24 & 3a + 3d \\ -8a - 8d & d^2 - 24 \end{pmatrix} = \mathbf{I}.\]Then $a^2 - 24 = 1,$ $3a + 3d = 0,$ $-8a - 8d = 0,$ and $d^2 - 24 = 1.$ Hence, $a + d = 0,$ $a^2 = 25,$ and $d^2 = 25.$ The possible pairs $(a,d)$ are then $(5,-5)$ and $(-5,5),$ giving us $\boxed{2}$ solutions.
Suppose that $wz = 12-8i$, and $|w| = \sqrt{13}$. What is $|z|$?
Level 2
Precalculus
Since $wz = 12-8i$, we have \[|wz| = |12-8i| = |4(3-2i)| = 4|3-2i| = 4\sqrt{3^2 + (-2)^2} = 4\sqrt{13}.\]Since $|wz| = |w|\cdot |z|$, we have $|w|\cdot |z| = 4\sqrt{13}$. Finally, since we are given that $|w| = \sqrt{13}$, we have $|z| = \boxed{4}$.
Let $\mathbf{A}$ be a matrix such that \[\mathbf{A} \begin{pmatrix} 5 \\ -2 \end{pmatrix} = \begin{pmatrix} -15 \\ 6 \end{pmatrix}.\]Find $\mathbf{A}^5 \begin{pmatrix} 5 \\ -2 \end{pmatrix}.$
Level 4
Precalculus
Note that \[\mathbf{A} \begin{pmatrix} 5 \\ -2 \end{pmatrix} = \begin{pmatrix} -15 \\ 6 \end{pmatrix} = -3 \begin{pmatrix} 5 \\ -2 \end{pmatrix}.\]Then \begin{align*} \mathbf{A}^2 \begin{pmatrix} 5 \\ -2 \end{pmatrix} &= \mathbf{A} \mathbf{A} \begin{pmatrix} 5 \\ -2 \end{pmatrix} \\ &= \mathbf{A} \left( -3 \begin{pmatrix} 5 \\ -2 \end{pmatrix} \right) \\ &= -3 \mathbf{A} \begin{pmatrix} 5 \\ -2 \end{pmatrix} \\ &= -3 \left( -3 \begin{pmatrix} 5 \\ -2 \end{pmatrix} \right) \\ &= (-3)^2 \begin{pmatrix} 5 \\ -2 \end{pmatrix}. \end{align*}In the same way, we can compute that \begin{align*} \mathbf{A}^3 \begin{pmatrix} 5 \\ -2 \end{pmatrix} &= (-3)^3 \begin{pmatrix} 5 \\ -2 \end{pmatrix}, \\ \mathbf{A}^4 \begin{pmatrix} 5 \\ -2 \end{pmatrix} &= (-3)^4 \begin{pmatrix} 5 \\ -2 \end{pmatrix}, \\ \mathbf{A}^5 \begin{pmatrix} 5 \\ -2 \end{pmatrix} &= (-3)^5 \begin{pmatrix} 5 \\ -2 \end{pmatrix} = \boxed{\begin{pmatrix} -1215 \\ 486 \end{pmatrix}}. \end{align*}
In triangle $ABC,$ $\sin A = \frac{3}{5}$ and $\cos B = \frac{5}{13}.$ Find $\cos C.$
Level 4
Precalculus
We have that \[\cos^2 A = 1 - \sin^2 A = \frac{16}{25},\]so $\cos A = \pm \frac{4}{5}.$ Also, \[\sin^2 B = 1 - \cos^2 B = \frac{144}{169}.\]Since $\sin B$ is positive, $\sin B = \frac{12}{13}.$ Then \begin{align*} \sin C &= \sin (180^\circ - A - B) \\ &= \sin (A + B) \\ &= \sin A \cos B + \cos A \sin B \\ &= \frac{3}{5} \cdot \frac{5}{13} \pm \frac{4}{5} \cdot \frac{12}{13}. \end{align*}Since $\sin C$ must be positive, $\cos A = \frac{4}{5}.$ Then \begin{align*} \cos C &= \cos (180^\circ - A - B) \\ &= -\cos (A + B) \\ &= -(\cos A \cos B - \sin A \sin B) \\ &= -\left( \frac{4}{5} \cdot \frac{5}{13} - \frac{3}{5} \cdot \frac{12}{13} \right) \\ &= \boxed{\frac{16}{65}}. \end{align*}
Let $\mathbf{A}$ be a $2 \times 2$ matrix, with real entries, such that $\mathbf{A}^3 = \mathbf{0}.$ Find the number of different possible matrices that $\mathbf{A}^2$ can be. If you think the answer is infinite, then enter "infinite".
Level 5
Precalculus
Let $\mathbf{A} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}.$ Then \begin{align*} \mathbf{A}^3 &= \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} \\ &= \begin{pmatrix} a^2 + bc & ab + bd \\ ac + cd & bc + d^2 \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} \\ &= \begin{pmatrix} a^3 + 2abc + bcd & a^2 b + abd + bd^2 + bcd \\ a^2 c + acd + c^2 + bcd & abc + 2bcd + d^3 \end{pmatrix}. \end{align*}Thus, comparing entries, we get \begin{align*} a^3 + 2abc + bcd &= 0, \\ b(a^2 + ad + d^2 + bc) &= 0, \\ c(a^2 + ad + d^2 + bc) &= 0, \\ abc + 2bcd + d^3 &= 0. \end{align*}Also, we know $(\det \mathbf{A})^3 = \det (\mathbf{A}^3) = 0,$ so $ad - bc = \det \mathbf{A} = 0,$ or $bc = ad.$ Replacing $bc$ with $ad$ in the equations above, we get \begin{align*} a(a^2 + 2ad + d^2) &= 0, \\ b(a^2 + 2ad + d^2) &= 0, \\ c(a^2 + 2ad + d^2) &= 0, \\ d(a^2 + 2ad + d^2) &= 0. \end{align*}If $a^2 + 2ad + d^2 \neq 0,$ then we must have $a = b = c = d = 0.$ But then $a^2 + 2ad + d^2 = 0,$ contradiction, so we must have \[a^2 + 2ad + d^2 = 0\]Then $(a + d)^2 = 0,$ so $a + d = 0,$ or $d = -a.$ Then \[\mathbf{A}^2 = \begin{pmatrix} a & b \\ c & -a \end{pmatrix} \begin{pmatrix} a & b \\ c & -a \end{pmatrix} = \begin{pmatrix} a^2 + bc & 0 \\ 0 & a^2 + bc \end{pmatrix}.\]Since $ad - bc = 0$ and $d = -a,$ $-a^2 - bc = 0,$ so $a^2 + bc = 0,$ which means $\mathbf{A}^2$ must be the zero matrix. Thus, there is only $\boxed{1}$ possibility for $\mathbf{A}^2.$
The area of the parallelogram generated by the vectors $\mathbf{a}$ and $\mathbf{b}$ is 8. Find the area of the parallelogram generated by the vectors $2 \mathbf{a} + 3 \mathbf{b}$ and $\mathbf{a} - 5 \mathbf{b}.$
Level 4
Precalculus
Since the area of the parallelogram generated by the vectors $\mathbf{a}$ and $\mathbf{b}$ is 8, \[\|\mathbf{a} \times \mathbf{b}\| = 8.\]Then the area of the parallelogram generated by the vectors $2 \mathbf{a} + 3 \mathbf{b}$ and $\mathbf{a} - 5 \mathbf{b}$ is \[\|(2 \mathbf{a} + 3 \mathbf{b}) \times (\mathbf{a} - 5 \mathbf{b})\|.\]Expanding the cross product, we get \begin{align*} (2 \mathbf{a} + 3 \mathbf{b}) \times (\mathbf{a} - 5 \mathbf{b}) &= 2 \mathbf{a} \times \mathbf{a} - 10 \mathbf{a} \times \mathbf{b} + 3 \mathbf{b} \times \mathbf{a} - 15 \mathbf{b} \times \mathbf{b} \\ &= \mathbf{0} - 10 \mathbf{a} \times \mathbf{b} - 3 \mathbf{a} \times \mathbf{b} - \mathbf{0} \\ &= -13 \mathbf{a} \times \mathbf{b}. \end{align*}Thus, $\|(2 \mathbf{a} + 3 \mathbf{b}) \times (\mathbf{a} - 5 \mathbf{b})\| = 13 \|\mathbf{a} \times \mathbf{b}\| = \boxed{104}.$
If $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ are vectors such that $\mathbf{a} \cdot \mathbf{b} = -3,$ $\mathbf{a} \cdot \mathbf{c} = 4,$ and $\mathbf{b} \cdot \mathbf{c} = 6,$ then find \[\mathbf{b} \cdot (7 \mathbf{c} - 2 \mathbf{a}).\]
Level 2
Precalculus
Expanding the dot product, we get \begin{align*} \mathbf{b} \cdot (7 \mathbf{c} - 2 \mathbf{a}) &= 7 \mathbf{b} \cdot \mathbf{c} - 2 \mathbf{a} \cdot \mathbf{b} \\ &= 7 \cdot 6 - 2 \cdot (-3) = \boxed{48}. \end{align*}
Find the number of complex numbers $z$ satisfying $|z| = 1$ and \[\left| \frac{z}{\overline{z}} + \frac{\overline{z}}{z} \right| = 1.\]
Level 5
Precalculus
Since $|z| = 1,$ $z = e^{i \theta}$ for some angle $\theta.$ Then \begin{align*} \left| \frac{z}{\overline{z}} + \frac{\overline{z}}{z} \right| &= \left| \frac{e^{i \theta}}{e^{-i \theta}} + \frac{e^{-i \theta}}{e^{i \theta}} \right| \\ &= |e^{2i \theta} + e^{-2i \theta}| \\ &= |\cos 2 \theta + i \sin 2 \theta + \cos 2 \theta - i \sin 2 \theta| \\ &= 2 |\cos 2 \theta|. \end{align*}Thus, $\cos 2 \theta = \pm \frac{1}{2}.$ For $\cos 2 \theta = \frac{1}{2},$ there are four solutions between 0 and $2 \pi,$ namely $\frac{\pi}{6},$ $\frac{5 \pi}{6},$ $\frac{7 \pi}{6},$ and $\frac{11 \pi}{6}.$ For $\cos 2 \theta = -\frac{1}{2},$ there are four solutions between 0 and $2 \pi,$ namely $\frac{\pi}{3},$ $\frac{2 \pi}{3},$ $\frac{4 \pi}{3},$ and $\frac{5 \pi}{3}.$ Therefore, there are $\boxed{8}$ solutions in $z.$
Compute the smallest positive value of $x,$ in degrees, for which the function \[f(x) = \sin \frac{x}{3} + \sin \frac{x}{11}\]achieves its maximum value.
Level 5
Precalculus
The function $f(x) = \sin \frac{x}{3} + \sin \frac{x}{11}$ achieves its maximum value when $\sin \frac{x}{3} = \sin \frac{x}{11} = 1,$ which means $\frac{x}{3} = 360^\circ a + 90^\circ$ and $\frac{x}{11} = 360^\circ b + 90^\circ$ for some integers $a$ and $b.$ Then \[x = 1080^\circ a + 270^\circ = 3960^\circ b + 990^\circ.\]This simplifies to \[3a = 11b + 2.\]The smallest nonnegative integer $b$ that makes $11b + 2$ a multiple of 3 is $b = 2,$ which makes $x = \boxed{8910^\circ}.$
Line segment $\overline{AB}$ is extended past $B$ to $P$ such that $AP:PB = 10:3.$ Then \[\overrightarrow{P} = t \overrightarrow{A} + u \overrightarrow{B}\]for some constants $t$ and $u.$ Enter the ordered pair $(t,u).$ [asy] unitsize(1 cm); pair A, B, P; A = (0,0); B = (5,1); P = interp(A,B,10/7); draw(A--P); dot("$A$", A, S); dot("$B$", B, S); dot("$P$", P, S); [/asy]
Level 4
Precalculus
Since $AP:PB = 10:3,$ we can write \[\frac{\overrightarrow{P} - \overrightarrow{A}}{10} = \frac{\overrightarrow{P} - \overrightarrow{B}}{7}.\]Isolating $\overrightarrow{P},$ we find \[\overrightarrow{P} = -\frac{3}{7} \overrightarrow{A} + \frac{10}{7} \overrightarrow{B}.\]Thus, $(t,u) = \boxed{\left( -\frac{3}{7}, \frac{10}{7} \right)}.$
There exists a scalar $k$ such that for any vectors $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}$ such that $\mathbf{a} + \mathbf{b} + \mathbf{c} = \mathbf{0},$ the equation \[k (\mathbf{b} \times \mathbf{a}) + \mathbf{b} \times \mathbf{c} + \mathbf{c} \times \mathbf{a} = \mathbf{0}\]holds. Find $k.$
Level 4
Precalculus
Since $\mathbf{a} + \mathbf{b} + \mathbf{c} = \mathbf{0},$ $\mathbf{c} = -\mathbf{a} - \mathbf{b}.$ Substituting, we get \[k (\mathbf{b} \times \mathbf{a}) + \mathbf{b} \times (-\mathbf{a} - \mathbf{b}) + (-\mathbf{a} - \mathbf{b}) \times \mathbf{a} = \mathbf{0}.\]Expanding, we get \[k (\mathbf{b} \times \mathbf{a}) - \mathbf{b} \times \mathbf{a} - \mathbf{b} \times \mathbf{b} - \mathbf{a} \times \mathbf{a} - \mathbf{b} \times \mathbf{a} = \mathbf{0}.\]Since $\mathbf{a} \times \mathbf{a} = \mathbf{b} \times \mathbf{b} = \mathbf{0},$ this reduces to \[(k - 2) (\mathbf{b} \times \mathbf{a}) = \mathbf{0}.\]We must have $k = \boxed{2}.$
A reflection takes $\begin{pmatrix} -1 \\ 7 \end{pmatrix}$ to $\begin{pmatrix} 5 \\ -5 \end{pmatrix}.$ Which vector does the reflection take $\begin{pmatrix} -4 \\ 3 \end{pmatrix}$ to?
Level 4
Precalculus
The midpoint of $(-1,7)$ and $(5,-5)$ is \[\left( \frac{-1 + 5}{2}, \frac{7 - 2}{2} \right) = (2,1).\]This tells us that the vector being reflected over is a scalar multiple of $\begin{pmatrix} 2 \\ 1 \end{pmatrix}.$ We can then assume that the vector being reflected over is $\begin{pmatrix} 2 \\ 1 \end{pmatrix}.$ [asy] usepackage("amsmath"); unitsize(0.5 cm); pair A, B, M, O, R, S; O = (0,0); A = (-1,7); R = (5,-5); B = (-4,3); S = (0,-5); M = (A + R)/2; draw((-4,-2)--(4,2),red + dashed); draw(O--M,red,Arrow(6)); draw((-5,0)--(5,0)); draw((0,-6)--(0,8)); draw(O--A,Arrow(6)); draw(O--R,Arrow(6)); draw(A--R,dashed,Arrow(6)); draw(O--B,Arrow(6)); draw(O--S,Arrow(6)); draw(B--S,dashed,Arrow(6)); label("$\begin{pmatrix} -1 \\ 7 \end{pmatrix}$", A, NW); label("$\begin{pmatrix} 5 \\ -5 \end{pmatrix}$", R, SE); label("$\begin{pmatrix} -4 \\ 3 \end{pmatrix}$", B, NW); label("$\begin{pmatrix} 2 \\ 1 \end{pmatrix}$", M, N); [/asy] The projection of $\begin{pmatrix} -4 \\ 3 \end{pmatrix}$ onto $\begin{pmatrix} 2 \\ 1 \end{pmatrix}$ is \[\operatorname{proj}_{\begin{pmatrix} 2 \\ 1 \end{pmatrix}} \begin{pmatrix} -4 \\ 3 \end{pmatrix} = \frac{\begin{pmatrix} -4 \\ 3 \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 1 \end{pmatrix}}{\begin{pmatrix} 2 \\ 1 \end{pmatrix} \cdot \begin{pmatrix} 2 \\ 1 \end{pmatrix}} \begin{pmatrix} 2 \\ 1 \end{pmatrix} = \frac{-5}{5} \begin{pmatrix} 2 \\ 1 \end{pmatrix} = \begin{pmatrix} -2 \\ -1 \end{pmatrix}.\]Hence, the reflection of $\begin{pmatrix} -4 \\ 3 \end{pmatrix}$ is $2 \begin{pmatrix} -2 \\ -1 \end{pmatrix} - \begin{pmatrix} -4 \\ 3 \end{pmatrix} = \boxed{\begin{pmatrix} 0 \\ -5 \end{pmatrix}}.$
In triangle $ABC,$ $D$ lies on $\overline{BC}$ extended past $C$ such that $BD:DC = 3:1,$ and $E$ lies on $\overline{AC}$ such that $AE:EC = 5:3.$ Let $P$ be the intersection of lines $BE$ and $AD.$ [asy] unitsize(0.8 cm); pair A, B, C, D, E, F, P; A = (1,4); B = (0,0); C = (6,0); D = interp(B,C,3/2); E = interp(A,C,5/8); P = extension(A,D,B,E); draw(A--B--C--cycle); draw(A--D--C); draw(B--P); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, S); label("$D$", D, SE); label("$E$", E, S); label("$P$", P, NE); [/asy] Then \[\overrightarrow{P} = x \overrightarrow{A} + y \overrightarrow{B} + z \overrightarrow{C},\]where $x,$ $y,$ and $z$ are constants such that $x + y + z = 1.$ Enter the ordered triple $(x,y,z).$
Level 4
Precalculus
From the given information, \[\frac{\overrightarrow{D} - \overrightarrow{B}}{3} = \overrightarrow{D} - \overrightarrow{C}.\]Isolating $\overrightarrow{D},$ we get \[\overrightarrow{D} = \frac{3}{2} \overrightarrow{C} - \frac{1}{2} \overrightarrow{B}.\]Also, \[\overrightarrow{E} = \frac{3}{8} \overrightarrow{A} + \frac{5}{8} \overrightarrow{C}.\]Isolating $\overrightarrow{C}$ in each equation, we obtain \[\overrightarrow{C} = \frac{2 \overrightarrow{D} + \overrightarrow{B}}{3} = \frac{8 \overrightarrow{E} - 3 \overrightarrow{A}}{5}.\]Then $10 \overrightarrow{D} + 5 \overrightarrow{B} = 24 \overrightarrow{E} - 9 \overrightarrow{A},$ so $10 \overrightarrow{D} + 9 \overrightarrow{A} = 24 \overrightarrow{E} - 5 \overrightarrow{B},$ or \[\frac{10}{19} \overrightarrow{D} + \frac{9}{19} \overrightarrow{A} = \frac{24}{19} \overrightarrow{E} - \frac{5}{19} \overrightarrow{B}.\]Since the coefficients on both sides of the equation add up to 1, the vector on the left side lies on line $AD,$ and the vector on the right side lies on line $BE.$ Therefore, this common vector is $\overrightarrow{P}.$ Then \begin{align*} \overrightarrow{P} &= \frac{10}{19} \overrightarrow{D} + \frac{9}{19} \overrightarrow{A} \\ &= \frac{10}{19} \left( \frac{3}{2} \overrightarrow{C} - \frac{1}{2} \overrightarrow{B} \right) + \frac{9}{19} \overrightarrow{A} \\ &= \frac{9}{19} \overrightarrow{A} - \frac{5}{19} \overrightarrow{B} + \frac{15}{19} \overrightarrow{C}. \end{align*}Thus, $(x,y,z) = \boxed{\left( \frac{9}{19}, -\frac{5}{19}, \frac{15}{19} \right)}.$
Compute $\cos \left( \arcsin \frac{5}{13} \right).$
Level 1
Precalculus
Consider a right triangle where the opposite side is 5 and the hypotenuse is 13. [asy] unitsize (0.3 cm); draw((0,0)--(12,0)--(12,5)--cycle); label("$12$", (6,0), S); label("$13$", (6,5/2), NW); label("$5$", (12,5/2), E); label("$\theta$", (5,1)); [/asy] Then $\sin \theta = \frac{5}{13},$ so $\theta = \arcsin \frac{5}{13}.$ By Pythagoras, the adjacent side is 12, so $\cos \theta = \boxed{\frac{12}{13}}.$
A curve is described parametrically by \[(x,y) = (2 \cos t - \sin t, 4 \sin t).\]The graph of the curve can be expressed in the form \[ax^2 + bxy + cy^2 = 1.\]Enter the ordered triple $(a,b,c).$
Level 4
Precalculus
Since $x = 2 \cos t - \sin t$ and $y = 4 \sin t,$ \begin{align*} ax^2 + bxy + cy^2 &= a (2 \cos t - \sin t)^2 + b (2 \cos t - \sin t)(4 \sin t) + c (4 \sin t)^2 \\ &= a (4 \cos^2 t - 4 \cos t \sin t + \sin^2 t) + b (8 \cos t \sin t - 4 \sin^2 t) + c (16 \sin^2 t) \\ &= 4a \cos^2 t + (-4a + 8b) \cos t \sin t + (a - 4b + 16c) \sin^2 t. \end{align*}To make this simplify to 1, we set \begin{align*} 4a &= 1, \\ -4a + 8b &= 0, \\ a - 4b + 16c &= 1. \end{align*}Solving this system, we find $(a,b,c) = \boxed{\left( \frac{1}{4}, \frac{1}{8}, \frac{5}{64} \right)}.$
If $\cos \theta = \frac{2}{3},$ then find $\cos 2 \theta.$
Level 2
Precalculus
From the double angle formula, \[\cos 2 \theta = 2 \cos^2 \theta - 1 = 2 \left( \frac{2}{3} \right)^2 - 1 = \boxed{-\frac{1}{9}}.\]
Complex numbers $a,$ $b,$ $c$ form an equilateral triangle with side length 18 in the complex plane. If $|a + b + c| = 36,$ find $|ab + ac + bc|.$
Level 4
Precalculus
Note that given complex numbers $a$ and $b$ in the plane, there are two complex numbers $c$ such that $a,$ $b,$ and $c$ form an equilateral triangle. They are shown as $c_1$ and $c_2$ below. [asy] unitsize(1 cm); pair A, B; pair[] C; A = (2,-1); B = (0,0); C[1] = rotate(60,B)*(A); C[2] = rotate(60,A)*(B); draw(C[1]--A--C[2]--B--cycle); draw(A--B); label("$a$", A, SE); label("$b$", B, NW); label("$c_1$", C[1], NE); label("$c_2$", C[2], SW); [/asy] Then for either position of $c,$ \[\frac{c - a}{b - a}\]is equal to $e^{\pm \pi i/6}.$ Note that both $z = e^{\pm \pi i/6}$ satisfy $z^2 - z + 1 = 0.$ Thus, \[\left( \frac{c - a}{b - a} \right)^2 - \frac{c - a}{b - a} + 1 = 0.\]This simplifies to \[a^2 + b^2 + c^2 = ab + ac + bc.\]Then \[(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2ac + 2bc = 3(ab + ac + bc).\]Hence, \[|ab + ac + bc| = \frac{|a + b + c|^2}{3} = \frac{36^2}{3} = \boxed{432}.\]
Compute $\tan \left (\operatorname{arccot} \frac{4}{7} \right).$
Level 1
Precalculus
Consider a right triangle where the adjacent side is 4 and the opposite side is 7. [asy] unitsize (0.5 cm); draw((0,0)--(4,0)--(4,7)--cycle); label("$4$", (2,0), S); label("$7$", (4,7/2), E); label("$\theta$", (0.8,0.5)); [/asy] Then $\cot \theta = \frac{4}{7},$ so $\theta = \operatorname{arccot} \frac{4}{7}.$ Hence, $\tan \theta = \frac{1}{\cot \theta} = \boxed{\frac{7}{4}}.$
Triangles $ABC$ and $AEF$ are such that $B$ is the midpoint of $\overline{EF}.$ Also, $AB = EF = 1,$ $BC = 6,$ $CA = \sqrt{33},$ and \[\overrightarrow{AB} \cdot \overrightarrow{AE} + \overrightarrow{AC} \cdot \overrightarrow{AF} = 2.\]Find the cosine of the angle between vectors $\overrightarrow{EF}$ and $\overrightarrow{BC}.$
Level 5
Precalculus
We can write \begin{align*} 2 &= \overrightarrow{AB} \cdot \overrightarrow{AE} + \overrightarrow{AC} \cdot \overrightarrow{AF} \\ &= \overrightarrow{AB} \cdot (\overrightarrow{AB} + \overrightarrow{BE}) + \overrightarrow{AC} \cdot (\overrightarrow{AB} + \overrightarrow{BF}) \\ &= \overrightarrow{AB} \cdot \overrightarrow{AB} + \overrightarrow{AB} \cdot \overrightarrow{BE} + \overrightarrow{AC} \cdot \overrightarrow{AB} + \overrightarrow{AC} \cdot \overrightarrow{BF}. \end{align*}Since $AB = 1,$ \[\overrightarrow{AB} \cdot \overrightarrow{AB} = \|\overrightarrow{AB}\|^2 = 1.\]By the Law of Cosines, \begin{align*} \overrightarrow{AC} \cdot \overrightarrow{AB} &= AC \cdot AB \cdot \cos \angle BAC \\ &= \sqrt{33} \cdot 1 \cdot \frac{1^2 + (\sqrt{33})^2 - 6^2}{2 \cdot 1 \cdot \sqrt{33}} \\ &= -1. \end{align*}Let $\theta$ be the angle between vectors $\overrightarrow{EF}$ and $\overrightarrow{BC}.$ Since $B$ is the midpoint of $\overline{EF},$ $\overrightarrow{BE} = -\overrightarrow{BF},$ so \begin{align*} \overrightarrow{AB} \cdot \overrightarrow{BE} + \overrightarrow{AC} \cdot \overrightarrow{BF} &= -\overrightarrow{AB} \cdot \overrightarrow{BF} + \overrightarrow{AC} \cdot \overrightarrow{BF} \\ &= (\overrightarrow{AC} - \overrightarrow{AB}) \cdot \overrightarrow{BF} \\ &= \overrightarrow{BC} \cdot \overrightarrow{BF} \\ &= BC \cdot BF \cdot \cos \theta \\ &= 3 \cos \theta. \end{align*}Putting everything together, we get \[1 - 1 + 3 \cos \theta = 2,\]so $\cos \theta = \boxed{\frac{2}{3}}.$
Simplify \[\frac{\tan 30^\circ + \tan 40^\circ + \tan 50^\circ + \tan 60^\circ}{\cos 20^\circ}.\]
Level 4
Precalculus
In general, from the angle addition formula, \begin{align*} \tan x + \tan y &= \frac{\sin x}{\cos x} + \frac{\sin y}{\cos y} \\ &= \frac{\sin x \cos y + \sin y \cos x}{\cos x \cos y} \\ &= \frac{\sin (x + y)}{\cos x \cos y}. \end{align*}Thus, \begin{align*} \frac{\tan 30^\circ + \tan 40^\circ + \tan 50^\circ + \tan 60^\circ}{\cos 20^\circ} &= \frac{\frac{\sin 70^\circ}{\cos 30^\circ \cos 40^\circ} + \frac{\sin 110^\circ}{\cos 50^\circ \cos 60^\circ}}{\cos 20^\circ} \\ &= \frac{1}{\cos 30^\circ \cos 40^\circ} + \frac{1}{\cos 50^\circ \cos 60^\circ} \\ &= \frac{2}{\sqrt{3} \cos 40^\circ} + \frac{2}{\cos 50^\circ} \\ &= 2 \cdot \frac{\cos 50^\circ + \sqrt{3} \cos 40^\circ}{\sqrt{3} \cos 40^\circ \cos 50^\circ} \\ &= 4 \cdot \frac{\frac{1}{2} \cos 50^\circ + \frac{\sqrt{3}}{2} \cos 40^\circ}{\sqrt{3} \cos 40^\circ \cos 50^\circ} \\ &= 4 \cdot \frac{\cos 60^\circ \sin 40^\circ + \sin 60^\circ \cos 40^\circ}{\sqrt{3} \cos 40^\circ \cos 50^\circ}. \end{align*}From the angle addition formula and product-to-sum formula, \begin{align*} 4 \cdot \frac{\cos 60^\circ \sin 40^\circ + \sin 60^\circ \cos 40^\circ}{\sqrt{3} \cos 40^\circ \cos 50^\circ} &= 4 \cdot \frac{\sin (60^\circ + 40^\circ)}{\sqrt{3} \cdot \frac{1}{2} (\cos 90^\circ + \cos 10^\circ)} \\ &= \frac{8 \sin 100^\circ}{\sqrt{3} \cos 10^\circ} \\ &= \frac{8 \cos 10^\circ}{\sqrt{3} \cos 10^\circ} \\ &= \boxed{\frac{8 \sqrt{3}}{3}}. \end{align*}
Let $\mathbf{u}$ and $\mathbf{v}$ be unit vectors, and let $\mathbf{w}$ be a vector such that $\mathbf{u} \times \mathbf{v} + \mathbf{u} = \mathbf{w}$ and $\mathbf{w} \times \mathbf{u} = \mathbf{v}.$ Compute $\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}).$
Level 2
Precalculus
From $\mathbf{u} \times \mathbf{v} + \mathbf{u} = \mathbf{w}$ and $\mathbf{w} \times \mathbf{u} = \mathbf{v},$ \[(\mathbf{u} \times \mathbf{v} + \mathbf{u}) \times \mathbf{u} = \mathbf{v}.\]Expanding, we get \[(\mathbf{u} \times \mathbf{v}) \times \mathbf{u} + \mathbf{u} \times \mathbf{u} = \mathbf{v}.\]We know that $\mathbf{u} \times \mathbf{u} = \mathbf{0}.$ By the vector triple product, for any vectors $\mathbf{p},$ $\mathbf{q},$ and $\mathbf{r},$ \[\mathbf{p} \times (\mathbf{q} \times \mathbf{r}) = (\mathbf{p} \cdot \mathbf{r}) \mathbf{q} - (\mathbf{p} \cdot \mathbf{q}) \mathbf{r}.\]Hence, \[(\mathbf{u} \cdot \mathbf{u}) \mathbf{v} - (\mathbf{u} \cdot \mathbf{v}) \mathbf{u} = \mathbf{v}.\]Since $\|\mathbf{u}\| = 1,$ $\mathbf{v} - (\mathbf{u} \cdot \mathbf{v}) \mathbf{u} = \mathbf{v}.$ Then \[(\mathbf{u} \cdot \mathbf{v}) \mathbf{u} = \mathbf{0}.\]Again, since $\|\mathbf{u}\| = 1,$ we must have $\mathbf{u} \cdot \mathbf{v} = 0.$ Now, \begin{align*} \mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}) &= \mathbf{u} \cdot (\mathbf{v} \times (\mathbf{u} \times \mathbf{v} + \mathbf{u})) \\ &= \mathbf{u} \cdot (\mathbf{v} \times (\mathbf{u} \times \mathbf{v}) + \mathbf{v} \times \mathbf{u}) \\ &= \mathbf{u} \cdot (\mathbf{v} \times (\mathbf{u} \times \mathbf{v})) + \mathbf{u} \cdot (\mathbf{v} \times \mathbf{u}). \end{align*}By the vector triple product, \[\mathbf{v} \times (\mathbf{u} \times \mathbf{v}) = (\mathbf{v} \cdot \mathbf{v}) \mathbf{u} - (\mathbf{v} \cdot \mathbf{u}) \mathbf{u}.\]Since $\|\mathbf{v}\| = 1$ and $\mathbf{u} \cdot \mathbf{v} = 0,$ this simplifies to $\mathbf{u}.$ Also, $\mathbf{u}$ is orthogonal to $\mathbf{v} \times \mathbf{u},$ so \[\mathbf{u} \cdot (\mathbf{v} \times \mathbf{w}) = \mathbf{u} \cdot \mathbf{u} = \boxed{1}.\]
Find all angles $\theta,$ $0 \le \theta \le 2 \pi,$ with the following property: For all real numbers $x,$ $0 \le x \le 1,$ \[x^2 \cos \theta - x(1 - x) + (1 - x)^2 \sin \theta > 0.\]
Level 5
Precalculus
Taking $x = 0,$ we get $\sin \theta > 0.$ Taking $x = 1,$ we get $\cos \theta > 0.$ Hence, $0 < \theta < \frac{\pi}{2}.$ Then we can write \begin{align*} &x^2 \cos \theta - x(1 - x) + (1 - x)^2 \sin \theta \\ &= x^2 \cos \theta - 2x (1 - x) \sqrt{\cos \theta \sin \theta} + (1 - x)^2 \sin \theta + 2x (1 - x) \sqrt{\cos \theta \sin \theta} - x(1 - x) \\ &= (x \sqrt{\cos \theta} - (1 - x) \sqrt{\sin \theta})^2 + x(1 - x) (2 \sqrt{\cos \theta \sin \theta} - 1). \end{align*}Solving $x \sqrt{\cos \theta} = (1 - x) \sqrt{\sin \theta},$ we find \[x = \frac{\sqrt{\sin \theta}}{\sqrt{\cos \theta} + \sqrt{\sin \theta}},\]which does lie in the interval $[0,1].$ For this value of $x,$ the expression becomes \[x(1 - x) (2 \sqrt{\cos \theta \sin \theta} - 1),\]which forces $2 \sqrt{\cos \theta \sin \theta} - 1 > 0,$ or $4 \cos \theta \sin \theta > 1.$ Equivalently, $\sin 2 \theta > \frac{1}{2}.$ Since $0 < \theta < \frac{\pi}{2},$ $0 < 2 \theta < \pi,$ and the solution is $\frac{\pi}{6} < 2 \theta < \frac{5 \pi}{6},$ or \[\frac{\pi}{12} < \theta < \frac{5 \pi}{12}.\]Conversely, if $\frac{\pi}{12} < \theta < \frac{5 \pi}{12},$ then $\cos \theta > 0,$ $\sin \theta > 0,$ and $\sin 2 \theta > \frac{1}{2},$ so \begin{align*} &x^2 \cos \theta - x(1 - x) + (1 - x)^2 \sin \theta \\ &= x^2 \cos \theta - 2x (1 - x) \sqrt{\cos \theta \sin \theta} + (1 - x)^2 \sin \theta + 2x (1 - x) \sqrt{\cos \theta \sin \theta} - x(1 - x) \\ &= (x \sqrt{\cos \theta} - (1 - x) \sqrt{\sin \theta})^2 + x(1 - x) (2 \sqrt{\cos \theta \sin \theta} - 1) > 0. \end{align*}Thus, the solutions $\theta$ are $\theta \in \boxed{\left( \frac{\pi}{12}, \frac{5 \pi}{12} \right)}.$
What is the period of $y = \tan x + \cot x$?
Level 1
Precalculus
The graphs of both $\tan x$ and $\cot x$ have period $\pi.$ This means that the graph of $y = \tan x + \cot x$ repeats after an interval of $\pi,$ but this does not necessarily show that the period is $\pi.$ We can write \[y = \tan x + \cot x = \frac{\sin x}{\cos x} + \frac{\cos x}{\sin x} = \frac{\sin^2 x + \cos^2 x}{\sin x \cos x} = \frac{1}{\sin x \cos x}.\]If $0 < x < \frac{\pi}{2},$ then $\sin x > 0$ and $\cos x > 0,$ so $\frac{1}{\sin x \cos x} > 0.$ If $\frac{\pi}{2} < x < \pi,$ then $\sin x > 0$ and $\cos x < 0,$ so $\frac{1}{\sin x \cos x} < 0.$ If $\pi < x < \frac{3 \pi}{2},$ then $\sin x < 0$ and $\cos x < 0,$ so $\frac{1}{\sin x \cos x} > 0.$ Therefore, the graph of $y = \tan x + \cot x$ also has period $\boxed{\pi}.$ The graph of $y = \tan x + \cot x$ is shown below: [asy]import TrigMacros; size(400); real g(real x) { return tan(x) + cot(x); } draw(graph(g,-3*pi + 0.01,-5/2*pi - 0.01),red); draw(graph(g,-5/2*pi + 0.01,-2*pi - 0.01),red); draw(graph(g,-2*pi + 0.01,-3/2*pi - 0.01),red); draw(graph(g,-3/2*pi + 0.01,-pi - 0.01),red); draw(graph(g,-pi + 0.01,-1/2*pi - 0.01),red); draw(graph(g,-1/2*pi + 0.01,-0.01),red); draw(graph(g,0.01,pi/2 - 0.01),red); draw(graph(g,pi/2 + 0.01,pi - 0.01),red); draw(graph(g,pi + 0.01,3/2*pi - 0.01),red); draw(graph(g,3*pi/2 + 0.01,2*pi - 0.01),red); draw(graph(g,2*pi + 0.01,5/2*pi - 0.01),red); draw(graph(g,5*pi/2 + 0.01,3*pi - 0.01),red); limits((-3*pi,-5),(3*pi,5),Crop); trig_axes(-3*pi,3*pi,-5,5,pi/2,1); layer(); rm_trig_labels(-5, 5, 2); [/asy]
Let $A = (-4,0,6),$ $B = (-5,-1,2),$ and $C = (-6,-1,3).$ Compute $\angle ABC,$ in degrees.
Level 3
Precalculus
From the distance formula, we compute that $AB = 3 \sqrt{2},$ $AC = \sqrt{14},$ and $BC = \sqrt{2}.$ Then from the Law of Cosines, \[\cos \angle ABC = \frac{(3 \sqrt{2})^2 + (\sqrt{2})^2 - (\sqrt{14})^2}{2 \cdot 3 \sqrt{2} \cdot \sqrt{2}} = \frac{1}{2}.\]Therefore, $\angle ABC = \boxed{60^\circ}.$
Simplify \[\tan x + 2 \tan 2x + 4 \tan 4x + 8 \cot 8x.\]The answer will be a trigonometric function of some simple function of $x,$ like "$\cos 2x$" or "$\sin (x^3)$".
Level 3
Precalculus
Note that \begin{align*} \cot \theta - 2 \cot 2 \theta &= \frac{\cos \theta}{\sin \theta} - \frac{2 \cos 2 \theta}{\sin 2 \theta} \\ &= \frac{2 \cos^2 \theta}{2 \sin \theta \cos \theta} - \frac{2 (\cos^2 \theta - \sin^2 \theta)}{2 \sin \theta \cos \theta} \\ &= \frac{2 \sin^2 \theta}{2 \sin \theta \cos \theta} \\ &= \frac{\sin \theta}{\cos \theta} \\ &= \tan \theta. \end{align*}Taking $\theta = x,$ $2x,$ and $4x,$ we get \begin{align*} \cot x - 2 \cot 2x &= \tan x, \\ \cot 2x - 2 \cot 4x &= \tan 2x, \\ \cot 4x - 2 \cot 8x &= \tan 4x. \end{align*}Therefore, \begin{align*} \tan x + 2 \tan 2x + 4 \tan 4x + 8 \cot 8x &= \cot x - 2 \cot 2x + 2 (\cot 2x - 2 \cot 4x) + 4 (\cot 4x - 2 \cot 8x) + 8 \cot 8x \\ &= \boxed{\cot x}. \end{align*}
Let \[\mathbf{A} = \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix}.\]Compute $\mathbf{A}^{100}.$
Level 3
Precalculus
Note that \begin{align*} \mathbf{A}^2 &= \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix} \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix} \\ &= \begin{pmatrix} 7 & 2 \\ -18 & -5 \end{pmatrix} \\ &= 2 \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \\ &= 2 \mathbf{A} - \mathbf{I}. \end{align*}Then $\mathbf{A}^2 - 2 \mathbf{A} + \mathbf{I} = 0,$ so \[(\mathbf{A} - \mathbf{I})^2 = \mathbf{A}^2 - 2 \mathbf{A} + \mathbf{I} = \mathbf{0}.\]Thus, let \[\mathbf{B} = \mathbf{A} - \mathbf{I} = \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix} - \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 1 \\ -9 & -3 \end{pmatrix}.\]Then $\mathbf{B}^2 = \mathbf{0},$ and $\mathbf{A} = \mathbf{B} + \mathbf{I},$ so by the Binomial Theorem, \begin{align*} \mathbf{A}^{100} &= (\mathbf{B} + \mathbf{I})^{100} \\ &= \mathbf{B}^{100} + \binom{100}{1} \mathbf{B}^{99} + \binom{100}{2} \mathbf{B}^{98} + \dots + \binom{100}{98} \mathbf{B}^2 + \binom{100}{99} \mathbf{B} + \mathbf{I} \\ &= 100 \mathbf{B} + \mathbf{I} \\ &= 100 \begin{pmatrix} 3 & 1 \\ -9 & -3 \end{pmatrix} + \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \\ &= \boxed{\begin{pmatrix} 301 & 100 \\ -900 & -299 \end{pmatrix}}. \end{align*}Note: We can expand $(\mathbf{B} + \mathbf{I})^{100}$ using the Binomial Theorem because the matrices $\mathbf{B}$ and $\mathbf{I}$ commute, i.e. $\mathbf{B} \mathbf{I} = \mathbf{I} \mathbf{B}.$ In general, expanding a power of $\mathbf{A} + \mathbf{B}$ is difficult. For example, \[(\mathbf{A} + \mathbf{B})^2 = \mathbf{A}^2 + \mathbf{A} \mathbf{B} + \mathbf{B} \mathbf{A} + \mathbf{B}^2,\]and without knowing more about $\mathbf{A}$ and $\mathbf{B},$ this cannot be simplified.
Simplify \[(1 + \cot A - \csc A)(1 + \tan A + \sec A).\]
Level 3
Precalculus
We can write \begin{align*} (1 + \cot A - \csc A)(1 + \tan A + \sec A) &= \left( 1 + \frac{\cos A}{\sin A} - \frac{1}{\sin A} \right) \left( 1 + \frac{\sin A}{\cos A} + \frac{1}{\cos A} \right) \\ &= \frac{(\sin A + \cos A - 1)(\cos A + \sin A + 1)}{\sin A \cos A} \\ &= \frac{(\sin A + \cos A)^2 - 1}{\sin A \cos A} \\ &= \frac{\sin^2 A + 2 \sin A \cos A + \cos^2 A - 1}{\sin A \cos A} \\ &= \frac{2 \sin A \cos A}{\sin A \cos A} = \boxed{2}. \end{align*}
Compute $\arctan ( \tan 65^\circ - 2 \tan 40^\circ )$. (Express your answer in degrees as an angle between $0^\circ$ and $180^\circ$.)
Level 3
Precalculus
From the identity $\tan (90^\circ - x) = \frac{1}{\tan x},$ we have that \[\tan 65^\circ - 2 \tan 40^\circ = \frac{1}{\tan 25^\circ} - \frac{2}{\tan 50^\circ}.\]By the double-angle formula, \[\frac{1}{\tan 25^\circ} - \frac{2}{\tan 50^\circ} = \frac{1}{\tan 25^\circ} - \frac{1 - \tan^2 25^\circ}{\tan 25^\circ} = \tan 25^\circ,\]so $\arctan (\tan 65^\circ - 2 \tan 40^\circ) = \boxed{25^\circ}.$