Dataset Viewer
Auto-converted to Parquet
problem
stringlengths
22
1.61k
level
stringclasses
5 values
solution
stringlengths
44
6.77k
type
stringclasses
3 values
Let $\mathbf{P}$ be the matrix for projecting onto the vector $\begin{pmatrix} -3 \\ -2 \end{pmatrix}.$ Find $\mathbf{P}^{-1}.$ If the inverse does not exist, then enter the zero matrix.
Level 2
A projection matrix is always of the form \[\begin{pmatrix} \cos^2 \theta & \cos \theta \sin \theta \\ \cos \theta \sin \theta & \sin^2 \theta \end{pmatrix},\]where the vector being projected onto has direction vector $\begin{pmatrix} \cos \theta \\ \sin \theta \end{pmatrix}.$ The determinant of this matrix is then \[\cos^2 \theta \sin^2 \theta - (\cos \theta \sin \theta)^2 = 0,\]so the inverse does not exist, and the answer is the zero matrix $\boxed{\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}}.$
Precalculus
The vertices of a cube have coordinates $(0,0,0),$ $(0,0,4),$ $(0,4,0),$ $(0,4,4),$ $(4,0,0),$ $(4,0,4),$ $(4,4,0),$ and $(4,4,4).$ A plane cuts the edges of this cube at the points $P = (0,2,0),$ $Q = (1,0,0),$ $R = (1,4,4),$ and two other points. Find the distance between these two points.
Level 4
Let $\mathbf{p} = \begin{pmatrix} 0 \\ 2 \\ 0 \end{pmatrix},$ $\mathbf{q} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix},$ and $\mathbf{r} = \begin{pmatrix} 1 \\ 4 \\ 4 \end{pmatrix}.$ Then the normal vector to the plane passing through $P,$ $Q,$ and $R$ is \[(\mathbf{p} - \mathbf{q}) \times (\mathbf{p} - \mathbf{r}) = \begin{pmatrix} -1 \\ 2 \\ 0 \end{pmatrix} \times \begin{pmatrix} -1 \\ -2 \\ -4 \end{pmatrix} = \begin{pmatrix} -8 \\ -4 \\ 4 \end{pmatrix}.\]We can scale this vector, and take $\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix}$ as the normal vector. Thus, the equation of the plane is of the form $2x + y - z = d.$ Substituting any of the points, we find the equation of this plane is \[2x + y - z = 2.\]Plotting this plane, we find it intersects the edge joining $(0,0,4)$ and $(4,0,4),$ say at $S,$ and the edge joining $(0,4,0)$ and $(0,4,4),$ say at $T.$ [asy] import three; // calculate intersection of line and plane // p = point on line // d = direction of line // q = point in plane // n = normal to plane triple lineintersectplan(triple p, triple d, triple q, triple n) { return (p + dot(n,q - p)/dot(n,d)*d); } size(250); currentprojection = perspective(6,3,3); triple A = (0,0,0), B = (0,0,4), C = (0,4,0), D = (0,4,4), E = (4,0,0), F = (4,0,4), G = (4,4,0), H = (4,4,4); triple P = (0,2,0), Q = (1,0,0), R = (1,4,4), S = lineintersectplan(B, F - B, P, cross(P - Q, P - R)), T = lineintersectplan(C, D - C, P, cross(P - Q, P - R)); draw(C--G--E--F--B--D--cycle); draw(F--H); draw(D--H); draw(G--H); draw(A--B,dashed); draw(A--C,dashed); draw(A--E,dashed); draw(T--P--Q--S,dashed); draw(S--R--T); label("$(0,0,0)$", A, NE); label("$(0,0,4)$", B, N); label("$(0,4,0)$", C, dir(0)); label("$(0,4,4)$", D, NE); label("$(4,0,0)$", E, W); label("$(4,0,4)$", F, W); label("$(4,4,0)$", G, dir(270)); label("$(4,4,4)$", H, SW); dot("$P$", P, dir(270)); dot("$Q$", Q, dir(270)); dot("$R$", R, N); dot("$S$", S, NW); dot("$T$", T, dir(0)); [/asy] The equation of the edge passing through $(0,0,4)$ and $(4,0,4)$ is given by $y = 0$ and $z = 4.$ Substituting into $2x + y - z = 2,$ we get \[2x - 4 = 2,\]so $x = 3.$ Hence, $S = (3,0,4).$ The equation of the edge passing through $(0,0,4)$ and $(4,0,4)$ is given by $x = 0$ and $y = 4.$ Substituting into $2x + y - z = 2,$ we get \[4 - z = 2,\]so $z = 2.$ Hence, $T = (0,4,2).$ Then $ST = \sqrt{3^2 + 4^2 + 2^2} = \boxed{\sqrt{29}}.$
Precalculus
The graph of \[r = -2 \cos \theta + 6 \sin \theta\]is a circle. Find the area of the circle.
Level 3
From the equation $r = -2 \cos \theta + 6 \sin \theta,$ \[r^2 = -2r \cos \theta + 6r \sin \theta.\]Then $x^2 + y^2 = -2x + 6y.$ Completing the square in $x$ and $y,$ we get \[(x + 1)^2 + (y - 3)^2 = 10.\]Thus, the graph is the circle centered at $(-1,3)$ with radius $\sqrt{10}.$ Its area is $\boxed{10 \pi}.$ [asy] unitsize(0.5 cm); pair moo (real t) { real r =-2*cos(t) + 6*sin(t); return (r*cos(t), r*sin(t)); } path foo = moo(0); real t; for (t = 0; t <= pi + 0.1; t = t + 0.1) { foo = foo--moo(t); } draw(foo,red); draw((-5,0)--(3,0)); draw((0,-1)--(0,7)); label("$r = -2 \cos \theta + 6 \sin \theta$", (6,5), red); [/asy]
Precalculus
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
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}}.\]
Precalculus
Find all values of $x$ with $0 \le x < 2 \pi$ that satisfy $\sin x + \cos x = \sqrt{2}.$ Enter all the solutions, separated by commas.
Level 2
Squaring both sides, we get \[\sin^2 x + 2 \sin x \cos x + \cos x^2 = 2.\]Then $2 \sin x \cos x = 1,$ so $\sin 2x = 1.$ Since $0 \le x < 2 \pi,$ $2x = \frac{\pi}{2}$ or $2x = \frac{5 \pi}{2},$ so $x = \frac{\pi}{4}$ or $x = \frac{5 \pi}{4}.$ We check that only $\boxed{\frac{\pi}{4}}$ works.
Precalculus
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
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}.$
Precalculus
Express $\sin (a + b) - \sin (a - b)$ as the product of trigonometric functions.
Level 2
By sum-to-product, \[\sin (a + b) - \sin (a - b) = \boxed{2 \sin b \cos a}.\]
Precalculus
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
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}}.$
Precalculus
Find the equation of the plane containing the points $(-3,4,-2),$ $(1,4,0),$ and $(3,2,-1).$ 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 4
Let $\mathbf{a} = \begin{pmatrix} -3 \\ 4 \\ -2 \end{pmatrix},$ $\mathbf{b} = \begin{pmatrix} 1 \\ 4 \\ 0 \end{pmatrix},$ and $\mathbf{c} = \begin{pmatrix} 3 \\ 2 \\ -1 \end{pmatrix}.$ Then the normal vector of the plane is orthogonal to both \[\mathbf{b} - \mathbf{a} = \begin{pmatrix} 4 \\ 0 \\ 2 \end{pmatrix}\]and \[\mathbf{c} - \mathbf{a} = \begin{pmatrix} 6 \\ -2 \\ 1 \end{pmatrix}.\]So to compute the normal vector, we take the cross product of these vectors: \[\begin{pmatrix} 4 \\ 0 \\ 2 \end{pmatrix} \times \begin{pmatrix} 6 \\ -2 \\ 1 \end{pmatrix} = \begin{pmatrix} 4 \\ 8 \\ -8 \end{pmatrix}.\]We can scale this vector, and take $\begin{pmatrix} 1 \\ 2 \\ -2 \end{pmatrix}$ as the normal vector. Then the equation of the plane is of the form \[x + 2y - 2z + D = 0.\]Substituting the coordinates of any of the points, we find that the equation of the plane is $\boxed{x + 2y - 2z - 9 = 0}.$
Precalculus
The matrix \[\begin{pmatrix} \frac{4}{29} & -\frac{10}{29} \\ -\frac{10}{29} & \frac{25}{29} \end{pmatrix}\]corresponds to projecting onto a certain vector $\begin{pmatrix} x \\ y \end{pmatrix}.$ Find $\frac{y}{x}.$
Level 4
Note that the projecting the vector $\begin{pmatrix} x \\ y \end{pmatrix}$ onto itself results in itself, so \[\begin{pmatrix} \frac{4}{29} & -\frac{10}{29} \\ -\frac{10}{29} & \frac{25}{29} \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} x \\ y \end{pmatrix}.\]Then $\frac{4}{29} x - \frac{10}{29} y = x$ and $-\frac{10}{29} x + \frac{25}{29} y = y.$ Both equations lead to $\frac{y}{x} = \boxed{-\frac{5}{2}}.$
Precalculus
Let $a,$ $b,$ $c$ be the roots of $x^3 + px + q = 0.$ Compute the determinant \[\begin{vmatrix} a & b & c \\ b & c & a \\ c & a & b \end{vmatrix}.\]
Level 2
We can expand the determinant as follows: \begin{align*} \begin{vmatrix} a & b & c \\ b & c & a \\ c & a & b \end{vmatrix} &= a \begin{vmatrix} c & a \\ a & b \end{vmatrix} - b \begin{vmatrix} b & a \\ c & b \end{vmatrix} + c \begin{vmatrix} b & c \\ c & a \end{vmatrix} \\ &= a(bc - a^2) - b(b^2 - ac) + c(ab - c^2) \\ &= 3abc - (a^3 + b^3 + c^3). \end{align*}We can factor $a^3 + b^3 + c^3 - 3abc$ as \[a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - ac - bc).\]By Vieta's formulas, $a + b + c = 0,$ so the determinant is equal to $\boxed{0}.$
Precalculus
Compute the number of degrees in the smallest positive angle $x$ such that \[8 \sin x \cos^5 x - 8 \sin^5 x \cos x = 1.\]
Level 3
Using the double angle formula, we can write \begin{align*} 8 \sin x \cos^5 x - 8 \sin^5 x \cos x &= 8 \sin x \cos x (\cos^4 x - \sin^4 x) \\ &= 8 \sin x \cos x (\cos^2 x + \sin^2 x)(\cos^2 x - \sin^2 x) \\ &= 4 \sin 2x \cos 2x \\ &= 2 \sin 4x, \end{align*}so $\sin 4x = \frac{1}{2}.$ Since $\sin 30^\circ = \frac{1}{2},$ the smallest such $x$ is $\boxed{7.5^\circ}.$
Precalculus
A line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} + t \begin{pmatrix} 2 \\ -3 \end{pmatrix}.\]A second line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ -9 \end{pmatrix} + u \begin{pmatrix} 4 \\ 2 \end{pmatrix}.\]Find the point where the lines intersect.
Level 2
For the first line, \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} + t \begin{pmatrix} 2 \\ -3 \end{pmatrix} = \begin{pmatrix} 1 + 2t \\ 1 - 3t \end{pmatrix}.\]For the second line, \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ -9 \end{pmatrix} + u \begin{pmatrix} 4 \\ 2 \end{pmatrix} = \begin{pmatrix} 5 + 4u \\ -9 + 2u \end{pmatrix}.\]Hence, $1 + 2t = 5 + 4u$ and $1 - 3t = -9 + 2u.$ Solving, we find $t = 3$ and $u = \frac{1}{2},$ so \[\begin{pmatrix} x \\ y \end{pmatrix} = \boxed{\begin{pmatrix} 7 \\ -8 \end{pmatrix}}.\]
Precalculus
In coordinate space, a particle starts at the point $(2,3,4)$ and ends at the point $(-1,-3,-3),$ along the line connecting the two points. Along the way, the particle intersects the unit sphere centered at the origin at two points. Then the distance between these two points can be expressed in the form $\frac{a}{\sqrt{b}},$ where $a$ and $b$ are positive integers, and $b$ is not divisible by the square of a prime. Find $a + b.$
Level 5
The line can be parameterized by \[\begin{pmatrix} 2 \\ 3 \\ 4 \end{pmatrix} + t \left( \begin{pmatrix} -1 \\ -3 \\ -3 \end{pmatrix} - \begin{pmatrix} 2 \\ 3 \\ 4 \end{pmatrix} \right) = \begin{pmatrix} 2 - 3t \\ 3 - 6t \\ 4 - 7t \end{pmatrix}.\]Then the particle intersects the sphere when \[(2 - 3t)^2 + (3 - 6t)^2 + (4 - 7t)^2 = 1.\]This simplifies to $94t^2 - 104t + 28 = 0.$ Let $t_1$ and $t_2$ be the roots, so by Vieta's formulas, $t_1 + t_2 = \frac{104}{94} = \frac{52}{47}$ and $t_1 t_2 = \frac{28}{94} = \frac{14}{47}.$ Then \[(t_1 - t_2)^2 = (t_1 + t_2)^2 - 4t_1 t_2 = \frac{72}{2209},\]so $|t_1 - t_2| = \sqrt{\frac{72}{2209}} = \frac{6 \sqrt{2}}{47}.$ The two points of intersection are then $(2 - 3t_1, 3 - 6t_1, 4 - 7t_1)$ and $(2 - 3t_2, 3 - 6t_2, 4 - 7t_2),$ so the distance between them is \[\sqrt{3^2 (t_1 - t_2)^2 + 6^2 (t_1 - t_2)^2 + 7^2 (t_1 - t_2)^2} = \sqrt{94} \cdot \frac{6 \sqrt{2}}{47} = \frac{12}{\sqrt{47}}.\]Thus, $a + b = 12 + 47 = \boxed{59}.$
Precalculus
Find the $3 \times 3$ matrix $\mathbf{M}$ such that \[\mathbf{M} \mathbf{v} = -4 \mathbf{v}\]for all three-dimensional vectors $\mathbf{v}.$
Level 2
Taking $\mathbf{v} = \mathbf{i},$ we get that the first column of $\mathbf{M}$ is \[\mathbf{M} \mathbf{i} = -4 \mathbf{i} = \begin{pmatrix} -4 \\ 0 \\ 0 \end{pmatrix}.\]Similarly, the second column of $\mathbf{M}$ is $-4 \mathbf{j},$ and the third column of $\mathbf{M}$ is $-4 \mathbf{k}.$ Therefore, \[\mathbf{M} = \boxed{\begin{pmatrix} -4 & 0 & 0 \\ 0 & -4 & 0 \\ 0 & 0 & -4 \end{pmatrix}}.\]
Precalculus
A cube with side length 10 is suspended above a plane. The vertex closest to the plane is labeled $A$. The three vertices adjacent to vertex $A$ are at heights 10, 11, and 12 above the plane. The distance from vertex $A$ to the plane can be expressed as $ \frac{r-\sqrt{s}}{t}$, where $r$, $s$, and $t$ are positive integers, and $r+s+t<{1000}$. Find $r+s+t.$
Level 3
Place the cube in space so that $A$ is at the origin, and the three vertices adjacent to $A$ are $(10,0,0),$ $(0,10,0),$ and $(0,0,10).$ Let the equation of the plane be \[ax + by + cz + d = 0,\]where $a^2 + b^2 + c^2 = 1.$ Then, the (directed) distance from any point $(x,y,z)$ to the plane is $ax+by+cz+d.$ [asy] import three; // calculate intersection of line and plane // p = point on line // d = direction of line // q = point in plane // n = normal to plane triple lineintersectplan(triple p, triple d, triple q, triple n) { return (p + dot(n,q - p)/dot(n,d)*d); } // projection of point A onto plane BCD triple projectionofpointontoplane(triple A, triple B, triple C, triple D) { return lineintersectplan(A, cross(B - D, C - D), B, cross(B - D, C - D)); } size(250); currentprojection = perspective(6,3,2); triple A, B, C, D, X, Y, Z, P, Q, R, T; triple[] S; real a, b, c, d; A = (0,0,0); B = (10,0,0); C = (0,10,0); D = (0,0,10); a = 0.471548; b = 0.571548; c = 0.671548; d = 5.28452; X = (-d/a,0,0); Y = (0,-d/b,0); Z = (0,0,-d/c); P = projectionofpointontoplane(B, X, Y, Z); Q = projectionofpointontoplane(C, X, Y, Z); R = projectionofpointontoplane(D, X, Y, Z); T = projectionofpointontoplane(A, X, Y, Z); S[1] = -0.5*X + 2*Y - 0.5*Z; S[2] = 2*X - 0.5*Y - 0.5*Z; S[3] = S[2] + 0.5*cross((a,b,c),S[1] - S[2]); S[4] = S[1] + S[3] - S[2]; draw(surface(S[1]--S[2]--S[3]--S[4]--cycle),paleyellow,nolight); draw(S[1]--S[2]--S[3]--S[4]--cycle); draw(A--B); draw(A--C); draw(A--D); draw(B--P,dashed); draw(C--Q,dashed); draw(D--R,dashed); draw(A--T,dashed); dot("$(0,0,0)$", A, NE); dot("$(10,0,0)$", B, NW); dot("$(0,10,0)$", C, NE); dot("$(0,0,10)$", D, N); dot(P); dot(Q); dot(R); dot(T); [/asy] So, by looking at the three vertices, we have $10a+d=10,$ $10b+d=11,$ and $10c+d=12.$ Then $10a = 10 - d,$ $10b = 11 - d,$ and $10c = 12 - d,$ so \[(10-d)^2+(11-d)^2+(12-d)^2= 100\cdot(a^2+b^2+c^2)=100.\]Solving for $d,$ we find \[d = 11 \pm 7 \sqrt{\frac{2}{3}}.\]Note that the distance from the origin to the plane is $d,$ which must be less than 10, so \[d = 11 - 7 \sqrt{\frac{2}{3}} = \frac{33 - \sqrt{294}}{3}.\]The final answer is $33+294+3=\boxed{330}$.
Precalculus
Compute \[ \begin{vmatrix} \cos 1 & \cos 2 & \cos 3 \\ \cos 4 & \cos 5 & \cos 6 \\ \cos 7 & \cos 8 & \cos 9 \end{vmatrix} .\]All the angles are in radians.
Level 2
The entries in each row are $\cos n,$ $\cos (n + 1),$ and $\cos (n + 2)$ for some integer $n.$ From the angle addition formula, \[\cos n + \cos (n + 2) = 2 \cos (n + 1) \cos 1.\]Then \[\cos (n + 2) = 2 \cos 1 \cos (n + 1) - \cos n.\]Thus, we can obtain the third column of the matrix by multiplying the second column by $2 \cos 1,$ and subtracting the first column. In other words, the third column is a linear combination of the first two columns. Therefore, the determinant is $\boxed{0}.$
Precalculus
For all values of $x$ for which it is defined, $f(x) = \cot \frac{x}{4} - \cot x$ can be written as \[f(x) = \frac{\sin kx}{\sin \frac{x}{4} \sin x}.\]Find the value of $k.$
Level 3
We can write \[\cot \frac{x}{4} - \cot x = \frac{\cos \frac{x}{4}}{\sin \frac{x}{4}} - \frac{\cos x}{\sin x} = \frac{\cos \frac{x}{4} \sin x - \sin \frac{x}{4} \cos x}{\sin \frac{x}{4} \sin x}.\]From the angle subtraction formula, \begin{align*} \frac{\cos \frac{x}{4} \sin x - \sin \frac{x}{4} \cos x}{\sin \frac{x}{4} \sin x} &= \frac{\sin (x - \frac{x}{4})}{\sin \frac{x}{4} \sin x} \\ &= \frac{\sin \frac{3x}{4}}{\sin \frac{x}{4} \sin x}, \end{align*}so $k = \boxed{\frac{3}{4}}.$
Precalculus
The solid $S$ consists of the set of all points $(x,y,z)$ such that $|x| + |y| \le 1,$ $|x| + |z| \le 1,$ and $|y| + |z| \le 1.$ Find the volume of $S.$
Level 5
By symmetry, we can focus on the octant where $x,$ $y,$ $z$ are all positive. In this octant, the condition $|x| + |y| = 1$ becomes $x + y = 1,$ which is the equation of a plane. Hence, the set of points in this octant such that $|x| + |y| \le 1$ is the set of points bound by the plane $x + y = 1,$ $x = 0,$ and $y = 0.$ [asy] import three; size(180); currentprojection = perspective(6,3,2); draw(surface((1,0,0)--(0,1,0)--(0,1,1)--(1,0,1)--cycle),paleyellow,nolight); draw(surface((0,0,0)--(1,0,0)--(1,0,1)--(0,0,1)--cycle),paleyellow,nolight); draw(surface((0,0,0)--(0,1,0)--(0,1,1)--(0,0,1)--cycle),paleyellow,nolight); draw((1,0,0)--(1,0,1)); draw((0,1,0)--(0,1,1)); draw((1,0,0)--(0,1,0)); draw((0,0,1)--(1,0,1)--(0,1,1)--cycle); draw((0,0,0)--(1,0,0),dashed); draw((0,0,0)--(0,1,0),dashed); draw((0,0,0)--(0,0,1),dashed); draw((1,0,0)--(1.2,0,0),Arrow3(6)); draw((0,1,0)--(0,1.2,0),Arrow3(6)); draw((0,0,1)--(0,0,1.2),Arrow3(6)); label("$x$", (1.3,0,0)); label("$y$", (0,1.3,0)); label("$z$", (0,0,1.3)); [/asy] The conditions $|x| + |z| \le 1$ and $|y| + |z| \le 1$ lead to similar regions. Taking their intersection, we obtain the following solid. [asy] import three; size(180); currentprojection = perspective(6,3,2); draw(surface((1,0,0)--(0,1,0)--(1/2,1/2,1/2)--cycle),gray(0.5),nolight); draw(surface((1,0,0)--(0,0,1)--(1/2,1/2,1/2)--cycle),gray(0.9),nolight); draw(surface((0,1,0)--(0,0,1)--(1/2,1/2,1/2)--cycle),gray(0.7),nolight); draw((1,0,0)--(0,1,0)--(0,0,1)--cycle); draw((1,0,0)--(1/2,1/2,1/2)); draw((0,1,0)--(1/2,1/2,1/2)); draw((0,0,1)--(1/2,1/2,1/2)); draw((0,0,0)--(1,0,0),dashed); draw((0,0,0)--(0,1,0),dashed); draw((0,0,0)--(0,0,1),dashed); draw((1,0,0)--(1.2,0,0),Arrow3(6)); draw((0,1,0)--(0,1.2,0),Arrow3(6)); draw((0,0,1)--(0,0,1.2),Arrow3(6)); label("$x$", (1.3,0,0)); label("$y$", (0,1.3,0)); label("$z$", (0,0,1.3)); [/asy] This solid is bound by the planes $x = 0,$ $y = 0,$ $z = 0,$ $x + y = 1,$ $x + z = 1,$ and $y + z = 1.$ The planes $x + y = 1,$ $x + z = 1,$ and $y + z = 1$ intersect at $\left( \frac{1}{2}, \frac{1}{2}, \frac{1}{2} \right).$ Thus, we can compute the volume of this solid by dissecting it into three congruent pyramids. One pyramid has vertices $(0,0,0),$ $(1,0,0),$ $(0,1,0),$ and $\left( \frac{1}{2}, \frac{1}{2}, \frac{1}{2} \right).$ The volume of this pyramid is \[\frac{1}{3} \cdot \frac{1}{2} \cdot \frac{1}{2} = \frac{1}{12}.\][asy] import three; size(180); currentprojection = perspective(6,3,2); draw(surface((1,0,0)--(0,1,0)--(1/2,1/2,1/2)--cycle),gray(0.7),nolight); draw((1,0,0)--(0,1,0)--(0,0,1)--cycle); draw((1,0,0)--(1/2,1/2,1/2)); draw((0,1,0)--(1/2,1/2,1/2)); draw((0,0,1)--(1/2,1/2,1/2)); draw((0,0,0)--(1,0,0),dashed); draw((0,0,0)--(0,1,0),dashed); draw((0,0,0)--(0,0,1),dashed); draw((0,0,0)--(1/2,1/2,1/2),dashed); draw((1,0,0)--(1.2,0,0),Arrow3(6)); draw((0,1,0)--(0,1.2,0),Arrow3(6)); draw((0,0,1)--(0,0,1.2),Arrow3(6)); label("$x$", (1.3,0,0)); label("$y$", (0,1.3,0)); label("$z$", (0,0,1.3)); [/asy] Hence, the volume of this solid is $\frac{3}{12} = \frac{1}{4}.$ This is the portion of the solid only in one octant, so the volume of the whole solid $S$ is $\frac{8}{4} = \boxed{2}.$ [asy] import three; size(200); currentprojection = perspective(6,3,2); draw(surface((1,0,0)--(1/2,1/2,1/2)--(0,1,0)--(1/2,1/2,-1/2)--cycle),gray(0.5),nolight); draw(surface((1,0,0)--(1/2,1/2,1/2)--(0,0,1)--(1/2,-1/2,1/2)--cycle),gray(0.9),nolight); draw(surface((0,1,0)--(1/2,1/2,1/2)--(0,0,1)--(-1/2,1/2,1/2)--cycle),gray(0.7),nolight); draw(surface((1,0,0)--(1/2,1/2,-1/2)--(0,0,-1)--(1/2,-1/2,-1/2)--cycle),gray(0.3),nolight); draw(surface((1,0,0)--(1/2,-1/2,1/2)--(0,-1,0)--(1/2,-1/2,-1/2)--cycle),gray(0.4),nolight); draw(surface((1,0,0)--(1/2,-1/2,1/2)--(0,-1,0)--(1/2,-1/2,-1/2)--cycle),gray(0.5),nolight); draw(surface((0,1,0)--(1/2,1/2,-1/2)--(0,0,-1)--(-1/2,1/2,-1/2)--cycle),gray(0.4),nolight); draw((1,0,0)--(1/2,1/2,1/2)--(0,1,0)); draw((1,0,0)--(1/2,1/2,-1/2)--(0,1,0)); draw((1,0,0)--(1/2,-1/2,1/2)--(0,-1,0)); draw((1,0,0)--(1/2,-1/2,-1/2)--(0,-1,0)); draw((0,0,1)--(1/2,1/2,1/2)); draw((0,0,1)--(1/2,-1/2,1/2)); draw((0,0,1)--(-1/2,1/2,1/2)--(0,1,0)); draw((1/2,-1/2,-1/2)--(0,0,-1)--(1/2,1/2,-1/2)); draw((1,0,0)--(1.4,0,0),Arrow3(6)); draw((0,1,0)--(0,1.2,0),Arrow3(6)); draw((0,0,1)--(0,0,1.2),Arrow3(6)); label("$x$", (1.5,0,0)); label("$y$", (0,1.3,0)); label("$z$", (0,0,1.3)); [/asy]
Precalculus
Let \[\mathbf{A} = \begin{pmatrix} 4 & 1 \\ -9 & -2 \end{pmatrix}.\]Compute $\mathbf{A}^{100}.$
Level 3
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.
Precalculus
Compute $\arcsin 1.$ Express your answer in radians.
Level 1
Since $\sin \frac{\pi}{2} = 1,$ $\arcsin 1 = \boxed{\frac{\pi}{2}}.$
Precalculus
If \[\frac{\cos^4 \alpha}{\cos^2 \beta} + \frac{\sin^4 \alpha}{\sin^2 \beta} = 1,\]then find the sum of all possible values of \[\frac{\sin^4 \beta}{\sin^2 \alpha} + \frac{\cos^4 \beta}{\cos^2 \alpha}.\]
Level 2
We can write the first equation as \[\frac{\cos^4 \alpha}{\cos^2 \beta} + \frac{\sin^4 \alpha}{\sin^2 \beta} = \cos^2 \alpha + \sin^2 \alpha.\]Then \[\cos^4 \alpha \sin^2 \beta + \sin^4 \alpha \cos^2 \beta = \cos^2 \alpha \cos^2 \beta \sin^2 \beta + \sin^2 \alpha \cos^2 \beta \sin^2 \beta,\]so \[\cos^4 \alpha \sin^2 \beta + \sin^4 \alpha \cos^2 \beta - \cos^2 \alpha \cos^2 \beta \sin^2 \beta - \sin^2 \alpha \cos^2 \beta \sin^2 \beta = 0.\]We can write this as \[\cos^2 \alpha \sin^2 \beta (\cos^2 \alpha - \cos^2 \beta) + \sin^2 \alpha \cos^2 \beta (\sin^2 \alpha - \sin^2 \beta) = 0.\]Note that \[\sin^2 \alpha - \sin^2 \beta = (1 - \cos^2 \alpha) - (1 - \cos^2 \beta) = \cos^2 \beta - \cos^2 \alpha,\]so \[\cos^2 \alpha \sin^2 \beta (\cos^2 \alpha - \cos^2 \beta) - \sin^2 \alpha \cos^2 \beta (\cos^2 \alpha - \cos^2 \beta) = 0.\]Hence, \[(\cos^2 \alpha - \cos^2 \beta)(\cos^2 \alpha \sin^2 \beta - \sin^2 \alpha \cos^2 \beta) = 0.\]Therefore, either $\cos^2 \alpha = \cos^2 \beta$ or $\cos^2 \alpha \sin^2 \beta = \sin^2 \alpha \cos^2 \beta.$ If $\cos^2 \alpha \sin^2 \beta = \sin^2 \alpha \cos^2 \beta,$ then \[\cos^2 \alpha (1 - \cos^2 \beta) = (1 - \cos^2 \alpha) \cos^2 \beta,\]which simplifies to $\cos^2 \alpha = \cos^2 \beta.$ So in either case, $\cos^2 \alpha = \cos^2 \beta.$ Then $\sin^2 \alpha = \sin^2 \beta,$ so \[\frac{\sin^4 \beta}{\sin^2 \alpha} + \frac{\cos^4 \beta}{\cos^2 \alpha} = \frac{\sin^4 \beta}{\sin^2 \beta} + \frac{\cos^4 \beta}{\cos^2 \beta} = \sin^2 \beta + \cos^2 \beta = \boxed{1}.\]
Precalculus
Rational numbers $a$ and $b$ are chosen at random among all rational numbers in the interval $[0,2)$ that can be written as fractions $\frac{n}{d}$ where $n$ and $d$ are integers with $1 \le d \le 5$. What is the probability that \[(\text{cos}(a\pi)+i\text{sin}(b\pi))^4\]is a real number?
Level 4
There are 20 possible values of $a$ and $b,$ namely \[S = \left\{ 0, 1, \frac{1}{2}, \frac{3}{2}, \frac{1}{3}, \frac{2}{3}, \frac{4}{3}, \frac{5}{3}, \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4}, \frac{1}{5}, \frac{2}{5}, \frac{3}{5}, \frac{4}{5}, \frac{6}{5}, \frac{7}{5}, \frac{8}{5}, \frac{9}{5} \right\}.\]Let $x = \cos a \pi$ and $y = \sin b \pi.$ We want to see when \[(x + yi)^4 = x^4 + 4ix^3 y - 6x^2 y^2 - 4ixy^3 + y^4\]is real. This occurs exactly when $4x^3 y - 4xy^3 = 4xy(x^2 - y^2) = 0,$ so either $x = 0,$ $y = 0,$ $x = y,$ or $x = -y.$ In other words, $\cos a \pi = 0,$ $\sin b \pi = 0,$ $\cos a \pi = \sin b \pi,$ or $\cos a \pi = -\sin b \pi.$ If $\cos a \pi = 0,$ then $a = \frac{1}{2}$ or $a = \frac{3}{2},$ and $b$ can be any value in $S.$ This gives us 40 pairs $(a,b).$ If $\sin b \pi = 0,$ then $b = 0$ or $b = 1,$ and $a$ can be any value in $S.$ This gives us 40 pairs $(a,b),$ but the four pairs $\left( \frac{1}{2}, 0 \right),$ $\left( \frac{1}{2}, 1 \right),$ $\left( \frac{3}{2}, 0 \right),$ and $\left( \frac{3}{2}, 1 \right)$ have already been counted, so it gives us only 36 additional pairs. If $\cos a \pi = \sin b \pi,$ then \[\cos a \pi = \cos \left( \frac{\pi}{2} - b \pi \right),\]which implies $a \pi - \left( \frac{\pi}{2} - b \pi \right) = 2 \pi k$ for some integer $k,$ or $a \pi + \left( \frac{\pi}{2} - b \pi \right) = 2 \pi k'$ for some integer $k'.$ These lead to $a + b - \frac{1}{2} = 2k$ or $a - b + \frac{1}{2} = 2k'.$ We have already counted the pairs where $b = 0$ or $b = 1,$ so we exclude these values. We can check that if the denominator of $b$ is 3 or 5, then there are no possible values of $a.$ If $b = \frac{1}{2},$ then $a = 0$ for either equation. If $b = \frac{3}{2},$ then $a = 1$ for either equation. Finally, we can check that if $b \in \left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\},$ then there is exactly one solution for $a$ for the equation $a + b - \frac{1}{2} = 2k$ (which lies in $\left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\}$), and one solution for $a$ for the equation $a - b + \frac{1}{2} = 2k'$ (which lies in $\left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\}$). Furthermore, if $a + b - \frac{1}{2} = 2k$ and $a - b + \frac{1}{2} = 2k',$ then subtracting these equations, we get \[2b - 1 = 2k - 2k',\]so $b = k - k' + \frac{1}{2}.$ Thus, $b = \frac{1}{2}$ or $b = \frac{3}{2},$ and we count these values just once. This gives us $2 + 8 = 10$ pairs $(a,b).$ Similarly, if $\cos a \pi = -\sin b \pi,$ then \[\cos a \pi = -\sin b \pi = \sin (-b \pi) = \cos \left( \frac{\pi}{2} + b \pi \right),\]which implies $a \pi - \left( \frac{\pi}{2} + b \pi \right) = 2 \pi k$ for some integer $k,$ or $a \pi + \left( \frac{\pi}{2} + b \pi \right) = 2 \pi k'$ for some integer $k'.$ These lead to $a - b - \frac{1}{2} = 2k$ or $a + b + \frac{1}{2} = 2k'.$ We have already counted the pairs where $b = 0$ or $b = 1,$ so we exclude these values. We can check that if the denominator of $b$ is 3 or 5, then there are no possible values of $a.$ If $b = \frac{1}{2},$ then $a = 1$ for either equation. If $b = \frac{3}{2},$ then $a = 0$ for either equation. Finally, we can check that if $b \in \left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\},$ then there is exactly one solution for $a$ for the equation $a - b - \frac{1}{2} = 2k$ (which lies in $\left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\}$), and one solution for $a$ for the equation $a + b + \frac{1}{2} = 2k'$ (which lies in $\left\{ \frac{1}{4}, \frac{3}{4}, \frac{5}{4}, \frac{7}{4} \right\}$). Furthermore, if $a - b - \frac{1}{2} = 2k$ and $a + b + \frac{1}{2} = 2k',$ then subtracting these equations, we get \[2b + 1 = 2k' - 2k,\]so $b = k' - k - \frac{1}{2}.$ Thus, $b = \frac{1}{2}$ or $b = \frac{3}{2},$ and we count these values just once. We can also confirm that all of the pairs in this case are different from the pairs in the previous case. This gives us $2 + 8 = 10$ pairs $(a,b).$ Thus, there are a total of $40 + 36 + 10 + 10 = 96$ possible pairs $(a,b).$ There are $20^2 = 400$ ways to choose the pair $(a,b),$ which gives us a probability of $\frac{96}{400} = \boxed{\frac{6}{25}}.$
Precalculus
Find the domain of the function $f(x) = \tan(\arccos(x^2)).$
Level 4
For $\arccos (x^2)$ to be defined, we must have $-1 \le x^2 \le 1,$ which is satisfied only for $-1 \le x \le 1.$ Then $\arccos (x^2)$ will always return an angle between 0 and $\frac{\pi}{2}.$ Then $\tan (\arccos(x^2))$ is defined, unless $\arccos(x^2) = \frac{\pi}{2}.$ This occurs only when $x = 0.$ Therefore, the domain of $f(x)$ is $\boxed{[-1,0) \cup (0,1]}.$
Precalculus
For real numbers $t \neq 0,$ the point \[(x,y) = \left( \frac{t + 1}{t}, \frac{t - 1}{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.
Level 2
For $x = \frac{t + 1}{t}$ and $y = \frac{t - 1}{t},$ \[x + y = \frac{t + 1}{t} + \frac{t - 1}{t} = \frac{2t}{t} = 2.\]Thus, all the plotted points lie on a line. The answer is $\boxed{\text{(A)}}.$
Precalculus
Let $\mathbf{v}_0$ be a vector. The vector $\mathbf{v}_0$ is projected onto $\begin{pmatrix} 3 \\ 1 \end{pmatrix},$ resulting in the vector $\mathbf{v}_1.$ The vector $\mathbf{v}_1$ is then projected onto $\begin{pmatrix} 1 \\ 1 \end{pmatrix},$ resulting in the vector $\mathbf{v}_2.$ Find the matrix that takes $\mathbf{v}_0$ to $\mathbf{v}_2.$
Level 5
The matrix that projects onto $\begin{pmatrix} 3 \\ 1 \end{pmatrix}$ is \[\begin{pmatrix} \frac{9}{10} & \frac{3}{10} \\ \frac{3}{10} & \frac{1}{10} \end{pmatrix},\]and the matrix that projects onto $\begin{pmatrix} 1 \\ 1 \end{pmatrix}$ is \[\begin{pmatrix} \frac{1}{2} & \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \end{pmatrix},\]so the matrix that takes $\mathbf{v}_0$ to $\mathbf{v}_2$ is \[\begin{pmatrix} \frac{1}{2} & \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \end{pmatrix} \begin{pmatrix} \frac{9}{10} & \frac{3}{10} \\ \frac{3}{10} & \frac{1}{10} \end{pmatrix} = \boxed{\begin{pmatrix} \frac{3}{5} & \frac{1}{5} \\ \frac{3}{5} & \frac{1}{5} \end{pmatrix}}.\]
Precalculus
Let \[\mathbf{A} = \begin{pmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{pmatrix}.\]Compute $\mathbf{A}^{100}.$
Level 2
We compute the first few powers of $\mathbf{A}$: \begin{align*} \mathbf{A}^2 &= \begin{pmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{pmatrix} \begin{pmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{pmatrix} = \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{pmatrix}, \\ \mathbf{A}^3 &= \mathbf{A} \mathbf{A}^2 = \begin{pmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{pmatrix} \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{pmatrix} = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \mathbf{I}. \end{align*}Then \[\mathbf{A}^{100} = (\mathbf{A}^3)^{33} \mathbf{A} = \mathbf{A} = \boxed{\begin{pmatrix} 0 & 0 & 1 \\ 1 & 0 & 0 \\ 0 & 1 & 0 \end{pmatrix}}.\]
Precalculus
Find the projection of the vector $\begin{pmatrix} 4 \\ -4 \\ -1 \end{pmatrix}$ onto the line \[2x = -3y = z.\]
Level 5
We can write the equation of the line as \[\frac{x}{3} = \frac{y}{-2} = \frac{z}{6}.\]Thus, the direction vector of the line is $\begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix}.$ The projection of $\begin{pmatrix} 4 \\ -4 \\ -1 \end{pmatrix}$ onto the line is then \[\frac{\begin{pmatrix} 4 \\ -4 \\ -1 \end{pmatrix} \cdot \begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix}}{\begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix} \cdot \begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix}} \begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix} = \frac{14}{49} \begin{pmatrix} 3 \\ -2 \\ 6 \end{pmatrix} = \boxed{\begin{pmatrix} 6/7 \\ -4/7 \\ 12/7 \end{pmatrix}}.\]
Precalculus
Let $D$ be the determinant of the matrix whose column vectors are $\mathbf{a},$ $\mathbf{b},$ and $\mathbf{c}.$ Find the determinant of the matrix whose column vectors are $\mathbf{a} + \mathbf{b},$ $\mathbf{b} + \mathbf{c},$ and $\mathbf{c} + \mathbf{a},$ in terms of $D.$
Level 3
The determinant $D$ is given by $\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}).$ Then the determinant of the matrix whose column vectors are $\mathbf{a} + \mathbf{b},$ $\mathbf{b} + \mathbf{c},$ and $\mathbf{c} + \mathbf{a}$ is given by \[(\mathbf{a} + \mathbf{b}) \cdot ((\mathbf{b} + \mathbf{c}) \times (\mathbf{c} + \mathbf{a})).\]We can first expand the cross product: \begin{align*} (\mathbf{b} + \mathbf{c}) \times (\mathbf{c} + \mathbf{a}) &= \mathbf{b} \times \mathbf{c} + \mathbf{b} \times \mathbf{a} + \mathbf{c} \times \mathbf{c} + \mathbf{c} \times \mathbf{a} \\ &= \mathbf{b} \times \mathbf{a} + \mathbf{c} \times \mathbf{a} + \mathbf{b} \times \mathbf{c}. \end{align*}Then \begin{align*} (\mathbf{a} + \mathbf{b}) \cdot ((\mathbf{b} + \mathbf{c}) \times (\mathbf{c} + \mathbf{a})) &= (\mathbf{a} + \mathbf{b}) \cdot (\mathbf{b} \times \mathbf{a} + \mathbf{c} \times \mathbf{a} + \mathbf{b} \times \mathbf{c}) \\ &= \mathbf{a} \cdot (\mathbf{b} \times \mathbf{a}) + \mathbf{a} \cdot (\mathbf{c} \times \mathbf{a}) + \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) \\ &\quad + \mathbf{b} \cdot (\mathbf{b} \times \mathbf{a}) + \mathbf{b} \cdot (\mathbf{c} \times \mathbf{a}) + \mathbf{b} \cdot (\mathbf{b} \times \mathbf{c}). \end{align*}Since $\mathbf{a}$ and $\mathbf{b} \times \mathbf{a}$ are orthogonal, their dot product is 0. Similarly, most of these dot products vanish, and we are left with \[\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) + \mathbf{b} \cdot (\mathbf{c} \times \mathbf{a}).\]By the scalar triple product, $\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = \mathbf{b} \cdot (\mathbf{c} \times \mathbf{a}) = D,$ so the determinant of the matrix whose column vectors are $\mathbf{a} + \mathbf{b},$ $\mathbf{b} + \mathbf{c},$ and $\mathbf{c} + \mathbf{a}$ is $\boxed{2D}.$
Precalculus
Find $x.$ [asy] unitsize(0.7 cm); pair A, B, C, D, O; O = (0,0); A = 4*dir(160); B = 5*dir(160 + 180); C = 8*dir(20); D = 4*dir(20 + 180); draw(A--B); draw(C--D); draw(A--C); draw(B--D); label("$4$", (A + O)/2, SW); label("$10$", (C + O)/2, SE); label("$4$", (D + O)/2, NW); label("$5$", (B + O)/2, NE); label("$8$", (B + D)/2, S); label("$x$", (A + C)/2, N); label("$A$", A, W); label("$B$", B, E); label("$C$", C, E); label("$D$", D, W); label("$O$", O, N); [/asy]
Level 4
Let $\theta = \angle AOC = \angle BOD.$ Then by the Law of Cosines on triangle $BOD,$ \[\cos \theta = \frac{4^2 + 5^2 - 8^2}{2 \cdot 4 \cdot 5} = -\frac{23}{40}.\]Then by the Law of Cosines on triangle $AOC,$ \begin{align*} x^2 &= 4^2 + 10^2 - 2 \cdot 4 \cdot 10 \cos \theta \\ &= 4^2 + 10^2 - 2 \cdot 4 \cdot 10 \cdot \left( -\frac{23}{40} \right) \\ &= 162, \end{align*}so $x = \sqrt{162} = \boxed{9 \sqrt{2}}.$
Precalculus
Let $\mathbf{a} = \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix}$ and $\mathbf{b} = \begin{pmatrix} 2 \\ 0 \\ -1 \end{pmatrix}.$ Find the vector $\mathbf{v}$ that satisfies $\mathbf{v} \times \mathbf{a} = \mathbf{b} \times \mathbf{a}$ and $\mathbf{v} \times \mathbf{b} = \mathbf{a} \times \mathbf{b}.$
Level 3
From the first equation, $\mathbf{v} \times \mathbf{a} - \mathbf{b} \times \mathbf{a} = \mathbf{0},$ so \[(\mathbf{v} - \mathbf{b}) \times \mathbf{a} = \mathbf{0}.\]This tells us that the vectors $\mathbf{v} - \mathbf{b}$ and $\mathbf{a}$ are parallel, so $\mathbf{v} - \mathbf{b}$ is of the form $t \mathbf{a}.$ Thus, $\mathbf{v} = t \mathbf{a} + \mathbf{b}.$ From the second equation, $\mathbf{v} \times \mathbf{b} - \mathbf{a} \times \mathbf{b} = \mathbf{0},$ so \[(\mathbf{v} - \mathbf{a}) \times \mathbf{b} = \mathbf{0}.\]This tells us that the vectors $\mathbf{v} - \mathbf{a}$ and $\mathbf{b}$ are parallel, so $\mathbf{v} - \mathbf{a}$ is of the form $s \mathbf{b}.$ Thus, $\mathbf{v} = \mathbf{a} + s \mathbf{b}.$ Therefore, $\mathbf{v} = \mathbf{a} + \mathbf{b} = \boxed{\begin{pmatrix} 3 \\ 1 \\ -1 \end{pmatrix}}.$
Precalculus
Rational Man and Irrational Man both buy new cars, and they decide to drive around two racetracks from time $t = 0$ to $t = \infty.$ Rational Man drives along the path parameterized by \begin{align*} x &= \cos t, \\ y &= \sin t, \end{align*}and Irrational Man drives along the path parameterized by \begin{align*} x &= 1 + 4 \cos \frac{t}{\sqrt{2}}, \\ y &= 2 \sin \frac{t}{\sqrt{2}}. \end{align*}If $A$ is a point on Rational Man's racetrack, and $B$ is a point on Irrational Man's racetrack, then find the smallest possible distance $AB.$
Level 5
Rational Man's racetrack is parameterized by $x = \cos t$ and $y = \sin t.$ We can eliminate $t$ by writing \[x^2 + y^2 = \cos^2 t + \sin^2 t = 1.\]Thus, Rational Man's racetrack is the circle centered at $(0,0)$ with radius 1. Irrational Man's racetrack is parameterized by $x = 1 + 4 \cos \frac{t}{\sqrt{2}}$ and $y = 2 \sin \frac{t}{\sqrt{2}}.$ Similarly, \[\frac{(x - 1)^2}{16} + \frac{y^2}{4} = \cos^2 \frac{t}{\sqrt{2}} + \sin^2 \frac{t}{\sqrt{2}} = 1.\]Thus, Irrational Man's race track is the ellipse centered at $(1,0)$ with semi-major axis 4 and semi-minor axis 2. Let $O = (0,0),$ the center of the circle. [asy] unitsize(1 cm); pair A, B, O; path rm = Circle((0,0),1); path im = shift((1,0))*yscale(2)*xscale(4)*rm; O = (0,0); A = dir(120); B = (1 + 4*Cos(100), 2*Sin(100)); draw(rm,red); draw(im,blue); draw(A--B--O--cycle); dot("$A$", A, NW); dot("$B$", B, N); dot("$O$", O, S); [/asy] By the Triangle Inequality, $OA + AB \ge OB,$ so \[AB \ge OB - OA = OB - 1.\]If $B = (x,y),$ then \[\frac{(x - 1)^2}{16} + \frac{y^2}{4} = 1,\]so $y^2 = -\frac{x^2}{4} + \frac{x}{2} + \frac{15}{4}.$ Then \[OB^2 = x^2 + y^2 = \frac{3x^2}{4} + \frac{x}{2} + \frac{15}{4} = \frac{3}{4} \left( x + \frac{1}{3} \right)^2 + \frac{11}{3}.\]This is minimized when $x = -\frac{1}{3},$ in which case $OB = \sqrt{\frac{11}{3}} = \frac{\sqrt{33}}{3}.$ If we take $A$ as the intersection of $\overline{OB}$ with the circle, then \[AB = OB - 1 = \boxed{\frac{\sqrt{33} - 3}{3}}.\]
Precalculus
In triangle $ABC,$ $\angle B = 30^\circ,$ $AB = 150,$ and $AC = 50 \sqrt{3}.$ Find the sum of all possible values of $BC.$
Level 3
By the Law of Sines, \[\frac{AB}{\sin C} = \frac{AC}{\sin B},\]so \[\sin C = \frac{AB \sin B}{AC} = \frac{150 \sin 30^\circ}{50 \sqrt{3}} = \frac{\sqrt{3}}{2}.\]Hence, $C = 60^\circ$ or $C = 120^\circ.$ If $C = 60^\circ,$ then $A = 180^\circ - 30^\circ - 60^\circ = 90^\circ.$ Then by Pythagoras, \[BC = \sqrt{150^2 + (50 \sqrt{3})^2} = 100 \sqrt{3}.\]if $C = 120^\circ,$ then $A = 180^\circ - 30^\circ - 120^\circ = 30^\circ.$ Then by the Law of Cosines, \[BC = \sqrt{150^2 + (50 \sqrt{3})^2 - 2 \cdot 150 \cdot 50 \sqrt{3} \cdot \cos 30^\circ} = 50 \sqrt{3}.\]Thus, the sum of all possible values of $BC$ is $\boxed{150 \sqrt{3}}.$
Precalculus
If $\tan \theta = 4,$ then find $\tan 3 \theta.$
Level 2
From the triple angle formula, \[\tan 3 \theta = \frac{3 \tan \theta - \tan^3 \theta}{1 - 3 \tan^2 \theta} = \frac{3 \cdot 4 - 4^3}{1 - 3 \cdot 4^2} = \boxed{\frac{52}{47}}.\]
Precalculus
If $\tan \alpha = 8$ and $\tan \beta = 7,$ then find $\tan (\alpha - \beta).$
Level 2
From the angle subtraction formula, \[\tan (\alpha - \beta) = \frac{\tan \alpha - \tan \beta}{1 + \tan \alpha \tan \beta} = \frac{8 - 7}{1 + 8 \cdot 7} = \boxed{\frac{1}{57}}.\]
Precalculus
Let $a$ and $b$ be acute angles such that \begin{align*} 3 \sin^2 a + 2 \sin^2 b &= 1, \\ 3 \sin 2a - 2 \sin 2b &= 0. \end{align*}Find $a + 2b,$ as measured in radians.
Level 4
From the first equation, using the double angle formula, \[3 \sin^2 a = 1 - 2 \sin^2 b = \cos 2b.\]From the second equation, again using the double angle formula, \[\sin 2b = \frac{3}{2} \sin 2a = 3 \cos a \sin a.\]Since $\cos^2 2b + \sin^2 2b = 1,$ \[9 \sin^4 a + 9 \cos^2 a \sin^2 a = 1.\]Then $9 \sin^2 a (\sin^2 a + \cos^2 a) = 1,$ so $\sin^2 a = \frac{1}{9}.$ Since $a$ is acute, $\sin a = \frac{1}{3}.$ Then \begin{align*} \sin (a + 2b) &= \sin a \cos 2b + \cos a \sin 2b \\ &= (\sin a)(3 \sin^2 a) + (\cos a)(3 \cos a \sin a) \\ &= 3 \sin^3 a + 3 \cos^2 a \sin a \\ &= 3 \sin a (\sin^2 a + \cos^2 a) \\ &= 1. \end{align*}Since $a$ and $b$ are acute, $0 < a + 2b < \frac{3 \pi}{2}.$ Therefore, $a + 2b = \boxed{\frac{\pi}{2}}.$
Precalculus
Find the area of the triangle with vertices $(0,7,10),$ $(-1,6,6),$ and $(-4,9,6).$
Level 2
Let $A = (0,7,10),$ $B = (-1,6,6),$ and $C = (-4,9,6).$ Then from the distance formula, $AB = 3 \sqrt{2},$ $AC = 6,$ and $BC = 3 \sqrt{2}.$ Note that \[AB^2 + BC^2 = 18 + 18 = 36 = AC,\]so triangle $ABC$ is a right triangle, with a right angle at vertex $B.$ Hence, the area of the triangle is \[\frac{1}{2} \cdot AB \cdot BC = \frac{1}{2} \cdot 3 \sqrt{2} \cdot 3 \sqrt{2} = \boxed{9}.\]
Precalculus
Let $x$ and $y$ be real numbers such that $\frac{\sin x}{\sin y} = 3$ and $\frac{\cos x}{\cos y} = \frac12$. Find the value of \[\frac{\sin 2x}{\sin 2y} + \frac{\cos 2x}{\cos 2y}.\]
Level 4
We will examine the first term in the expression we want to evaluate, $\frac{\sin 2x}{\sin 2y}$, separately from the second term, $\frac{\cos 2x}{\cos 2y}$. Using the identity $\sin 2\theta = 2\sin\theta\cos\theta$, we have $$\frac{2\sin x \cos x}{2\sin y \cos y} = \frac{\sin x \cos x}{\sin y \cos y} = \frac{\sin x}{\sin y}\cdot\frac{\cos x}{\cos y}=3\cdot\frac{1}{2} = \frac{3}{2}.$$Let the equation $\frac{\sin x}{\sin y} = 3$ be equation 1, and let the equation $\frac{\cos x}{\cos y} = \frac12$ be equation 2. To use the identity $\sin^2\theta + \cos^2\theta = 1$, we will cross multiply equation 1 by $\sin y$ and multiply equation 2 by $\cos y$. Equation 1 then becomes $\sin x = 3\sin y$. Equation 2 then becomes $\cos x = \frac{1}{2} \cos y.$ We can square both of the resulting equations and match up the resulting LHS with the resulting RHS and get $$1 = 9\sin^2 y + \frac{1}{4} \cos^2 y.$$Applying the identity $\cos^2 y = 1 - \sin^2 y$, we can change $1 = 9\sin^2 y + \frac{1}{4} \cos^2 y$ into $$1 = 9\sin^2 y + \frac{1}{4} - \frac{1}{4} \sin^2 y.$$Rearranging, we get $\frac{3}{4} = \frac{35}{4} \sin^2 y $. Therefore, $\sin^2 y = \frac{3}{35}$. Squaring Equation 1 (leading to $\sin^2 x = 9\sin^2 y$), we can solve for $\sin^2 x$ as follows: $$\sin^2 x = 9\left(\frac{3}{35}\right) = \frac{27}{35}.$$Using the identity $\cos 2\theta = 1 - 2\sin^2\theta$, we can solve for $\frac{\cos 2x}{\cos 2y}$: \begin{align*} \cos 2x &= 1 - 2\sin^2 x = 1 - 2\cdot\frac{27}{35} = 1 - \frac{54}{35} = -\frac{19}{35}, \\ \cos 2y &= 1 - 2\sin^2 y = 1 - 2\cdot\frac{3}{35} = 1 - \frac{6}{35} = \frac{29}{35}. \end{align*}Hence, $\frac{\cos 2x}{\cos 2y} = \frac{-19/35}{29/35} = -\frac{19}{29}$. Finally, \[\frac{\sin 2x}{\sin 2y} + \frac{\cos 2x}{\cos 2y} = \frac32 + \left(-\frac{19}{29} \right) = \boxed{\frac{49}{58}}.\]
Precalculus
Let $x = \cos \frac{2 \pi}{7} + i \sin \frac{2 \pi}{7}.$ Compute the value of \[(2x + x^2)(2x^2 + x^4)(2x^3 + x^6)(2x^4 + x^8)(2x^5 + x^{10})(2x^6 + x^{12}).\]
Level 5
Note that $x^7 = \cos 2 \pi + i \sin 2 \pi = 1,$ so $x^7 - 1 = 0,$ which factors as \[(x - 1)(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1) = 0.\]Since $x \neq 1,$ \[x^6 + x^5 + x^4 + x^3 + x^2 + x + 1 = 0.\]Then \begin{align*} (2x + x^2)(2x^6 + x^{12}) &= 4x^7 + 2x^8 + 2x^{13} + x^{14} = 4 + 2x + 2x^6 + 1 = 5 + 2x + 2x^6, \\ (2x^2 + x^4)(2x^5 + x^{10}) &= 4x^7 + 2x^9 + 2x^{12} + x^{14} = 4 + 2x^2 + 2x^5 + 1 = 5 + 2x^2 + 2x^5, \\ (2x^3 + x^6)(2x^4 + x^8) &= 4x^7 + 2x^{10} + 2x^{11} + x^{14} = 4 + 2x^3 + 2x^4 + 1 = 5 + 2x^3 + 2x^4. \end{align*}Let $\alpha = x + x^6,$ $\beta = x^2 + x^5,$ and $\gamma = x^3 + x^4,$ so we want to compute \[(5 + 2 \alpha)(5 + 2 \beta)(5 + 2 \gamma).\]Then \[\alpha + \beta + \gamma = x + x^6 + x^2 + x^5 + x^3 + x^4 = -1.\]Also, \begin{align*} \alpha \beta + \alpha \gamma + \beta \gamma &= (x + x^6)(x^2 + x^5) + (x + x^6)(x^3 + x^4) + (x^2 + x^5)(x^3 + x^4) \\ &= x^3 + x^6 + x^8 + x^{11} + x^4 + x^5 + x^9 + x^{10} + x^5 + x^6 + x^8 + x^9 \\ &= x^3 + x^6 + x + x^4 + x^4 + x^5 + x^2 + x^3 + x^5 + x^6 + x + x^2 \\ &= 2x + 2x^2 + 2x^3 + 2x^4 + 2x^5 + 2x^6 \\ &= -2 \end{align*}and \begin{align*} \alpha \beta \gamma &= (x + x^6)(x^2 + x^5)(x^3 + x^4) \\ &= (x^3 + x^6 + x^8 + x^{11})(x^3 + x^4) \\ &= (x^3 + x^6 + x + x^4)(x^3 + x^4) \\ &= x^6 + x^9 + x^4 + x^7 + x^7 + x^{10} + x^5 + x^8 \\ &= x^6 + x^2 + x^4 + 1 + 1 + x^3 + x^5 + x \\ &= 1. \end{align*}Therefore, \begin{align*} (5 + 2 \alpha)(5 + 2 \beta)(5 + 2 \gamma) &= 125 + 50 (\alpha + \beta + \gamma) + 20 (\alpha \beta + \alpha \gamma + \beta \gamma) + 8 \alpha \beta \gamma \\ &= 125 + 50(-1) + 20(-2) + 8(1) \\ &= \boxed{43}. \end{align*}
Precalculus
Compute \[\left( 1 - \frac{1}{\cos 23^\circ} \right) \left( 1 + \frac{1}{\sin 67^\circ} \right) \left( 1 - \frac{1}{\sin 23^\circ} \right) \left( 1 + \frac{1}{\cos 67^\circ} \right).\]
Level 1
We can write \begin{align*} &\left( 1 - \frac{1}{\cos 23^\circ} \right) \left( 1 + \frac{1}{\sin 67^\circ} \right) \left( 1 - \frac{1}{\sin 23^\circ} \right) \left( 1 + \frac{1}{\cos 67^\circ} \right) \\ &= \frac{\cos 23^\circ - 1}{\cos 23^\circ} \cdot \frac{\sin 67^\circ + 1}{\sin 67^\circ} \cdot \frac{\sin 23^\circ - 1}{\sin 23^\circ} \cdot \frac{\cos 67^\circ + 1}{\cos 67^\circ} \\ &= \frac{1 - \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 + \sin 67^\circ}{\sin 67^\circ} \cdot \frac{1 - \sin 23^\circ}{\sin 23^\circ} \cdot \frac{1 + \cos 67^\circ}{\cos 67^\circ} \\ &= \frac{1 - \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 + \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 - \sin 23^\circ}{\sin 23^\circ} \cdot \frac{1 + \sin 23^\circ}{\sin 23^\circ} \\ &= \frac{(1 - \cos^2 23^\circ)(1 - \sin^2 23^\circ)}{\cos^2 23^\circ \sin^2 23^\circ} \\ &= \frac{\sin^2 23^\circ \cos^2 23^\circ}{\cos^2 23^\circ \sin^2 23^\circ} \\ &= \boxed{1}. \end{align*}
Precalculus
Find the number of solutions to \[\cos 4x + \cos^2 3x + \cos^3 2x + \cos^4 x = 0\]for $-\pi \le x \le \pi.$
Level 5
We can express all the terms in terms of $\cos 2x$: \begin{align*} \cos 4x &= 2 \cos^2 2x - 1, \\ \cos^2 3x &= \frac{\cos 6x + 1}{2} = \frac{4 \cos^3 2x - 3 \cos 2x + 1}{2}, \\ \cos^3 2x &= \cos^3 2x, \\ \cos^4 x &= (\cos^2 x)^2 = \left( \frac{\cos 2x + 1}{2} \right)^2 = \frac{\cos^2 2x + 2 \cos 2x + 1}{4}. \end{align*}Thus, \[2 \cos^2 2x - 1 + \frac{4 \cos^3 2x - 3 \cos 2x + 1}{2} + \cos^3 2x + \frac{\cos^2 2x + 2 \cos 2x + 1}{4} = 0.\]This simplifies to \[12 \cos^3 2x + 9 \cos^2 2x - 4 \cos 2x - 1 = 0.\]We can factor this as \[(\cos 2x + 1)(12 \cos^2 2x - 3 \cos 2x - 1) = 0.\]If $\cos 2x + 1 = 0,$ then $\cos 2x = -1.$ There are 2 solutions, namely $\pm \frac{\pi}{2}.$ Otherwise, \[12 \cos^2 2x - 3 \cos 2x - 1 = 0.\]By the quadratic formula, \[\cos 2x = \frac{3 \pm \sqrt{57}}{12}.\]Both values lie between $-1$ and $1,$ so for each value, there are 4 solutions. This gives us a total of $2 + 4 + 4 = \boxed{10}$ solutions.
Precalculus
If $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 5,$ then find \[\begin{vmatrix} a - c & b - d \\ c & d \end{vmatrix}.\]
Level 2
Since $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 5,$ $ad - bc = 5.$ Then \[\begin{vmatrix} a - c & b - d \\ c & d \end{vmatrix} = (a - c)d - (b - d)c = ad - bc = \boxed{5}.\](Why does this make sense geometrically?)
Precalculus
In the diagram below, $AB = AC = 115,$ $AD = 38,$ and $CF = 77.$ Compute $\frac{[CEF]}{[DBE]}.$ [asy] unitsize(0.025 cm); pair A, B, C, D, E, F; B = (0,0); C = (80,0); A = intersectionpoint(arc(B,115,0,180),arc(C,115,0,180)); D = interp(A,B,38/115); F = interp(A,C,(115 + 77)/115); E = extension(B,C,D,F); draw(C--B--A--F--D); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, NE); label("$D$", D, W); label("$E$", E, SW); label("$F$", F, SE); [/asy]
Level 4
Since $AB = 115$ and $AD = 38,$ $BD = 115 - 38 = 77.$ [asy] unitsize(0.025 cm); pair A, B, C, D, E, F; B = (0,0); C = (80,0); A = intersectionpoint(arc(B,115,0,180),arc(C,115,0,180)); D = interp(A,B,38/115); F = interp(A,C,(115 + 77)/115); E = extension(B,C,D,F); draw(C--B--A--F--D); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, NE); label("$D$", D, W); label("$E$", E, SW); label("$F$", F, SE); label("$38$", (A + D)/2, NW, red); label("$77$", (B + D)/2, NW, red); label("$115$", (A + C)/2, NE, red); label("$77$", (C + F)/2, NE, red); [/asy] Let $\mathbf{a}$ denote $\overrightarrow{A},$ etc. Since $AD = 38$ and $BD = 77,$ \[\mathbf{d} = \frac{77}{115} \mathbf{a} + \frac{38}{115} \mathbf{b}.\]Since $AC = 115$ and $CF = 77,$ \[\mathbf{c} = \frac{77}{192} \mathbf{a} + \frac{115}{192} \mathbf{f}.\]Isolating $\mathbf{a}$ in each equation, we obtain \[\mathbf{a} = \frac{115 \mathbf{d} - 38 \mathbf{b}}{77} = \frac{192 \mathbf{c} - 115 \mathbf{f}}{77}.\]Then $115 \mathbf{d} - 38 \mathbf{b} = 192 \mathbf{c} - 115 \mathbf{f},$ so $115 \mathbf{d} + 115 \mathbf{f} = 38 \mathbf{b} + 192 \mathbf{c},$ or \[\frac{115}{230} \mathbf{d} + \frac{115}{230} \mathbf{f} = \frac{38}{230} \mathbf{b} + \frac{192}{230} \mathbf{c}.\]Since the coefficients on both sides of the equation add up to 1, the vector on the left side lies on line $DF,$ and the vector on the right side lies on line $BC.$ Therefore, this common vector is $\mathbf{e}.$ Furthermore, $\frac{EF}{DE} = \frac{115}{115} = 1$ and $\frac{CE}{BE} = \frac{192}{38} = \frac{96}{19},$ so \begin{align*} \frac{[CEF]}{[DBE]} &= \frac{\frac{1}{2} \cdot EF \cdot CE \cdot \sin \angle CEF}{\frac{1}{2} \cdot DE \cdot BE \cdot \sin \angle BED} \\ &= \frac{EF}{DE} \cdot \frac{CE}{BE} \cdot \frac{\sin \angle CEF}{\sin \angle BED} \\ &= \boxed{\frac{19}{96}}. \end{align*}
Precalculus
A unit cube has vertices $P_1,P_2,P_3,P_4,P_1',P_2',P_3',$ and $P_4'$. Vertices $P_2$, $P_3$, and $P_4$ are adjacent to $P_1$, and for $1\le i\le 4,$ vertices $P_i$ and $P_i'$ are opposite to each other. A regular octahedron has one vertex in each of the segments $\overline{P_1P_2}$, $\overline{P_1P_3}$, $\overline{P_1P_4}$, $\overline{P_1'P_2'}$, $\overline{P_1'P_3'}$, and $\overline{P_1'P_4'}$. Find the side length of the octahedron. [asy] import three; size(5cm); triple eye = (-4, -8, 3); currentprojection = perspective(eye); triple[] P = {(1, -1, -1), (-1, -1, -1), (-1, 1, -1), (-1, -1, 1), (1, -1, -1)}; // P[0] = P[4] for convenience triple[] Pp = {-P[0], -P[1], -P[2], -P[3], -P[4]}; // draw octahedron triple pt(int k){ return (3*P[k] + P[1])/4; } triple ptp(int k){ return (3*Pp[k] + Pp[1])/4; } draw(pt(2)--pt(3)--pt(4)--cycle, gray(0.6)); draw(ptp(2)--pt(3)--ptp(4)--cycle, gray(0.6)); draw(ptp(2)--pt(4), gray(0.6)); draw(pt(2)--ptp(4), gray(0.6)); draw(pt(4)--ptp(3)--pt(2), gray(0.6) + linetype("4 4")); draw(ptp(4)--ptp(3)--ptp(2), gray(0.6) + linetype("4 4")); // draw cube for(int i = 0; i < 4; ++i){ draw(P[1]--P[i]); draw(Pp[1]--Pp[i]); for(int j = 0; j < 4; ++j){ if(i == 1 || j == 1 || i == j) continue; draw(P[i]--Pp[j]); draw(Pp[i]--P[j]); } dot(P[i]); dot(Pp[i]); dot(pt(i)); dot(ptp(i)); } label("$P_1$", P[1], dir(P[1])); label("$P_2$", P[2], dir(P[2])); label("$P_3$", P[3], dir(-45)); label("$P_4$", P[4], dir(P[4])); label("$P'_1$", Pp[1], dir(Pp[1])); label("$P'_2$", Pp[2], dir(Pp[2])); label("$P'_3$", Pp[3], dir(-100)); label("$P'_4$", Pp[4], dir(Pp[4])); [/asy]
Level 4
Place the cube in coordinate space so that $P_1 = (0,0,0)$ and $P_1' = (1,1,1),$ and the edges of the cube are parallel to the axes. Since all the side lengths of the octahedron are equal, the vertices on $\overline{P_1 P_2},$ $\overline{P_1 P_3},$ and $\overline{P_1 P_4}$ must be equidistant from $P_1.$ Let this distance be $x,$ so one vertex is at $(x,0,0).$ Also, this makes the side length of the octahedron $x \sqrt{2}.$ Similarly, the other three vertices have a distance of $x$ from $P_1',$ so one of them is at $(1,1 - x,1).$ [asy] size(7.5cm); import three; currentprojection=orthographic(0.3,-1,0.3); dot((3/4,0,0)); dot((0,0,3/4)); dot((0,3/4,0)); dot((1,1,1/4)); dot((1,1/4,1)); dot((1/4,1,1)); draw((3/4,0,0)--(0,3/4,0)--(1/4,1,1)--(1,1/4,1)--cycle,red); draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle); draw((0,0,0)--(0,0,1)); draw((0,1,0)--(0,1,1)); draw((1,1,0)--(1,1,1)); draw((1,0,0)--(1,0,1)); draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle); label("$(0,0,0)$",(0,0,0),SW,fontsize(10pt)); label("$(1,1,1)$",(1,1,1),NE,fontsize(10pt)); label("$(x,0,0)$",(3/4,0,0),S,fontsize(9pt)); label("$(1,0,0)$",(1,0,0),ESE,fontsize(10pt)); label("$(0,0,1)$",(0,0,1),W,fontsize(10pt)); label("$(0,1,1)$",(0,1,1),N,fontsize(10pt)); label("$(1,1,0)$",(1,1,0),E,fontsize(10pt)); label("$(0,1,0)$",(0,1,0),NE,fontsize(10pt)); label("$(1,1 - x,1)$", (1,1/4,1),SE,fontsize(10pt)); [/asy] Hence, \[(1 - x)^2 + (1 - x)^2 + 1 = 2x^2.\]Solving, we find $x = \frac{3}{4}.$ Therefore, the side length of the octahedron is $\boxed{\frac{3 \sqrt{2}}{4}}.$
Precalculus
Determine the number of angles between 0 and $2 \pi,$ other than integer multiples of $\frac{\pi}{2},$ such that $\sin \theta,$ $\cos \theta$, and $\tan \theta$ form a geometric sequence in some order.
Level 4
We divide into cases. Case 1: $\sin \theta \tan \theta = \cos^2 \theta.$ The equation becomes $\sin^2 \theta = \cos^3 \theta,$ which we can write as $1 - \cos^2 \theta = \cos^3 \theta.$ Letting $x = \cos \theta,$ we get \[x^3 + x^2 - 1 = 0.\]Let $f(x) = x^3 + x^2 - 1.$ Clearly $x = -1$ is not a root. If $-1 < x \le 0,$ then $x^2 + x^3 \le x^2 < 1$, so \[f(x) = x^3 + x^2 - 1 < 0.\]The function $f(x)$ is increasing for $0 \le x \le 1.$ Also, $f(0) = -1$ and $f(1) = 1,$ so $f(x)$ has exactly one root in the interval $[0,1].$ Then the equation $\cos \theta = x$ has two solutions for $0 \le \theta \le 2 \pi.$ Case 2: $\sin \theta \cos \theta = \tan^2 \theta.$ The equation becomes $\cos^3 \theta = \sin \theta.$ In the interval $0 \le \theta \le \frac{\pi}{2},$ $\sin \theta$ increases from 0 to 1 while $\cos^3 \theta$ decreases from 1 to 0, so there is one solution in this interval. Similarly, in the interval $\pi \le \theta \le \frac{3 \pi}{2},$ $\sin \theta$ decreases from 0 to $-1$ while $\cos^3 \theta$ increases from $-1$ to $0,$ so there is one solution in this interval. On the intervals $\frac{\pi}{2} < \theta < \pi$ and $\frac{3 \pi}{2} < \theta < 2 \pi,$ one of $\sin \theta$ and $\cos^3 \theta$ is positive while the other is negative, so there are no additional solutions. Case 3: $\cos \theta \tan \theta = \sin^2 \theta.$ The equation becomes $\sin \theta^2 = \sin \theta$, so $\sin \theta$ is 0 or 1. The only solutions are integer multiples of $\frac{\pi}{2},$ so there are no solutions in this case. Therefore, there are a total of $\boxed{4}$ solutions.
Precalculus
There exist constants $a$ and $b$ so that \[\cos^3 \theta = a \cos 3 \theta + b \cos \theta\]for all angles $\theta.$ Enter the ordered pair $(a,b).$
Level 3
From the triple angle formulas, $\cos 3 \theta = 4 \cos^3 \theta - 3 \cos \theta.$ Hence, \[\cos^3 \theta = \frac{1}{4} \cos 3 \theta + \frac{3}{4} \cos \theta,\]so $(a,b) = \boxed{\left( \frac{1}{4}, \frac{3}{4} \right)}.$
Precalculus
Given that $x+\sin y=2008$ and $x+2008 \cos y=2007$, where $0 \leq y \leq \frac{\pi}{2}$, find the value of $x+y$.
Level 3
Subtracting the two equations gives $\sin y - 2008 \cos y = 1$. But since $0 \leq y \leq \frac{\pi}{2}$, the maximum of $\sin y$ is 1 and the minimum of $\cos y$ is 0, so we must have $\sin y = 1$, so $y = \frac{\pi}{2}$ and $x = 2007,$ so $x+y = \boxed{2007 + \frac\pi 2}$.
Precalculus
Find the point on the line defined by \[\begin{pmatrix} 4 \\ 0 \\ 1 \end{pmatrix} + t \begin{pmatrix} -2 \\ 6 \\ -3 \end{pmatrix}\]that is closest to the point $(2,3,4).$
Level 5
A point on the line is given by \[\begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 4 \\ 0 \\ 1 \end{pmatrix} + t \begin{pmatrix} -2 \\ 6 \\ -3 \end{pmatrix} = \begin{pmatrix} 4 - 2t \\ 6t \\ 1 - 3t \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)); dot("$(2,3,4)$", A, N); dot("$(4 - 2t, 6t, 1 - 3t)$", D, S); [/asy] The vector pointing from $(2,3,4)$ to $(4 - 2t, 6t, 1 - 3t)$ is then \[\begin{pmatrix} 2 - 2t \\ -3 + 6t \\ -3 - 3t \end{pmatrix}.\]For the point on the line that is closest to $(2,3,4),$ this vector will be orthogonal to the direction vector of the second line, which is $\begin{pmatrix} -2 \\ 6 \\ -3 \end{pmatrix}.$ Thus, \[\begin{pmatrix} 2 - 2t \\ -3 + 6t \\ -3 - 3t \end{pmatrix} \cdot \begin{pmatrix} -2 \\ 6 \\ -3 \end{pmatrix} = 0.\]This gives us $(2 - 2t)(-2) + (-3 + 6t)(6) + (-3 - 3t)(-3) = 0.$ Solving, we find $t = \frac{13}{49}.$ For this value of $t,$ the point is $\boxed{\left( \frac{170}{49}, \frac{78}{49}, \frac{10}{49} \right)}.$
Precalculus
Given that $\sin A+\sin B=1$ and $\cos A+\cos B= \frac{3}{2}$, what is the value of $\cos(A-B)$?
Level 3
Squaring both equations, we get $\sin^2 A + 2 \sin A \sin B + \sin^2 B = 1$ and $\cos^2 A + 2 \cos A \cos B + \cos^2 B = \frac{9}{4},$ so \[\sin^2 A + 2 \sin A \sin B + \sin^2 B + \cos^2 A + 2 \cos A \cos B + \cos^2 B = \frac{13}{4}.\]Then $2 \sin A \sin B + 2 \cos A \cos B = \frac{13}{4} - 2 = \frac{5}{4},$ so from the angle subtraction formula, \[\cos (A - B) = \cos A \cos B + \sin A \sin B = \boxed{\frac{5}{8}}.\]
Precalculus
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
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}}.\]
Precalculus
Compute $\arcsin (-1).$ Express your answer in radians.
Level 1
Since $\sin \left( -\frac{\pi}{2} \right) = -1,$ $\arcsin (-1) = \boxed{-\frac{\pi}{2}}.$
Precalculus
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
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}.$
Precalculus
What is the volume of the region in three-dimensional space defined by the inequalities $|x|+|y|+|z|\le1$ and $|x|+|y|+|z-1|\le1$?
Level 4
In the octant where $x \ge 0,$ $y \ge 0,$ and $z \ge 0,$ the inequality $|x| + |y| + |z| \le 1$ becomes \[x + y + z \le 1.\]Thus, the region in this octant is the tetrahedron with vertices $(0,0,0),$ $(1,0,0),$ $(0,1,0),$ and $(1,0,0).$ By symmetry, the region defined by $|x| + |y| + |z| \le 1$ is the octahedron with vertices $(\pm 1,0,0),$ $(0,\pm 1,0),$ and $(0,0,\pm 1).$ Let the base of the upper-half of the octahedron be $ABCD,$ and let $E = (0,0,1).$ Similarly, the region defined by $|x| + |y| + |z - 1| \le 1$ is also an octahedron, centered at $(0,0,1).$ Let the base of the lower-half of the octahedron be $A'B'C'D',$ and let $E' = (0,0,0).$ [asy] import three; size(250); currentprojection = perspective(6,3,2); triple A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, M, N, P, Q; A = (1,0,0); B = (0,1,0); C = (-1,0,0); D = (0,-1,0); E = (0,0,1); Ap = (1,0,1); Bp = (0,1,1); Cp = (-1,0,1); Dp = (0,-1,1); Ep = (0,0,0); M = (A + E)/2; N = (B + E)/2; P = (C + E)/2; Q = (D + E)/2; draw(D--A--B); draw(D--C--B,dashed); draw(C--E,dashed); draw(A--M); draw(M--E,dashed); draw(B--N); draw(N--E,dashed); draw(D--Q); draw(Q--E,dashed); draw(Ap--Bp--Cp--Dp--cycle); draw(Ap--M); draw(M--Ep,dashed); draw(Bp--N); draw(N--Ep,dashed); draw(Cp--Ep,dashed); draw(Dp--Q); draw(Q--Ep,dashed); draw(Q--M--N); draw(Q--P--N,dashed); label("$A$", A, SW); label("$B$", B, dir(0)); label("$C$", C, S); label("$D$", D, W); label("$E$", E, dir(90)); label("$A'$", Ap, dir(90)); label("$B'$", Bp, dir(0)); label("$C'$", Cp, dir(90)); label("$D'$", Dp, W); label("$E'$", Ep, S); label("$M$", M, SW); label("$N$", N, dir(0)); label("$P$", P, NE); label("$Q$", Q, W); [/asy] Faces $ABE$ and $A'B'E'$ intersect in line segment $\overline{MN},$ where $M$ is the midpoint of $\overline{AE},$ and $N$ is the midpoint of $\overline{BE}.$ Thus, the intersection of the two octahedra is another octahedra, consisting of the upper-half of pyramid $ABCDE,$ and the lower-half of pyramid $A'B'C'D'E'.$ The volume of pyramid $ABCDE$ is \[\frac{1}{3} \cdot (\sqrt{2})^2 \cdot 1 = \frac{2}{3},\]so the volume of its upper half is $\left( \frac{1}{2} \right)^3 \cdot \frac{2}{3} = \frac{1}{12}.$ Then the volume of the smaller octahedron is $\frac{2}{12} = \boxed{\frac{1}{6}}.$
Precalculus
Let $\mathbf{A} = \begin{pmatrix} 2 & 3 \\ 0 & 1 \end{pmatrix}.$ Find $\mathbf{A}^{20} - 2 \mathbf{A}^{19}.$
Level 3
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*}
Precalculus
A line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ -2 \end{pmatrix} + t \begin{pmatrix} 3 \\ 4 \end{pmatrix}.\]A second line is parameterized by \[\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -8 \\ 12 \end{pmatrix} + u \begin{pmatrix} 1 \\ 3 \end{pmatrix}.\]If $\theta$ is the acute angle formed by the two lines, then find $\cos \theta.$
Level 3
The direction vectors of the lines are $\begin{pmatrix} 3 \\ 4 \end{pmatrix}$ and $\begin{pmatrix} 1 \\ 3 \end{pmatrix}.$ The cosine of the angle between these direction vectors is \[\frac{\begin{pmatrix} 3 \\ 4 \end{pmatrix} \cdot \begin{pmatrix} 1 \\ 3 \end{pmatrix}}{\left\| \begin{pmatrix} 3 \\ 4 \end{pmatrix} \right\| \left\| \begin{pmatrix} 1 \\ 3 \end{pmatrix} \right\|} = \frac{15}{\sqrt{25} \sqrt{10}} = \frac{3}{\sqrt{10}}.\]Hence, $\cos \theta = \boxed{\frac{3}{\sqrt{10}}}.$
Precalculus
The line $y = 2x + 7$ is to be parameterized using vectors. Which of the following options are valid parameterizations? (A) $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 7 \end{pmatrix} + t \begin{pmatrix} 2 \\ 1 \end{pmatrix}$ (B) $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -7/2 \\ 0 \end{pmatrix} + t \begin{pmatrix} -1 \\ -2 \end{pmatrix}$ (C) $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 1 \\ 9 \end{pmatrix} + t \begin{pmatrix} 6 \\ 3 \end{pmatrix}$ (D) $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2 \\ -1 \end{pmatrix} + t \begin{pmatrix} 1/2 \\ 1 \end{pmatrix}$ (E) $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} -7 \\ -7 \end{pmatrix} + t \begin{pmatrix} 1/10 \\ 1/5 \end{pmatrix}$ Enter the letters of the correct options, separated by commas.
Level 3
Note that $\begin{pmatrix} 0 \\ 7 \end{pmatrix}$ and $\begin{pmatrix} 1 \\ 9 \end{pmatrix}$ are two points on this line, so a possible direction vector is \[\begin{pmatrix} 1 \\ 9 \end{pmatrix} - \begin{pmatrix} 0 \\ 7 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}.\]Then any nonzero scalar multiple of $\begin{pmatrix} 1 \\ 2 \end{pmatrix}$ can also be a direction vector. The form \[\begin{pmatrix} x \\ y \end{pmatrix} = \mathbf{v} + t \mathbf{d}\]parameterizes a line if and only if $\mathbf{v}$ lies on the line, and $\mathbf{d}$ is a possible direction vector for the line. Checking, we find that the possible parameterizations are $\boxed{\text{B,E}}.$
Precalculus
Compute $\cos \left( \arcsin \frac{5}{13} \right).$
Level 1
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}}.$
Precalculus
Simplify $\cos 36^\circ - \cos 72^\circ.$
Level 2
Let $a = \cos 36^\circ$ and $b = \cos 72^\circ.$ Then \[b = \cos 72^\circ = 2 \cos^2 36^\circ - 1 = 2a^2 - 1.\]Also, \[a = \cos 36^\circ = 1 - 2 \sin^2 18^\circ = 1 - 2 \cos^2 72^\circ = 1 - 2b^2.\]Adding these equations, we get \[a + b = 2a^2 - 2b^2 = 2(a + b)(a - b).\]Since $a$ and $b$ are positive, $a + b \neq 0.$ We can then divide both sides by $2(a + b),$ to get \[a - b = \boxed{\frac{1}{2}}.\]
Precalculus
Lines $l_1^{}$ and $l_2^{}$ both pass through the origin and make first-quadrant angles of $\frac{\pi}{70}$ and $\frac{\pi}{54}$ radians, respectively, with the positive $x$-axis. For any line $l$, the transformation $R(l)$ produces another line as follows: $l$ is reflected in $l_1$, and the resulting line is reflected in $l_2$. Let $R^{(1)}(l)=R(l)$ and $R^{(n)}(l)=R\left(R^{(n-1)}(l)\right)$. Given that $l$ is the line $y=\frac{19}{92}x$, find the smallest positive integer $m$ for which $R^{(m)}(l)=l$.
Level 3
More generally, suppose we have a line $l$ that is reflect across line $l_1$ to obtain line $l'.$ [asy] unitsize(3 cm); draw(-0.2*dir(35)--dir(35)); draw(-0.2*dir(60)--dir(60)); draw(-0.2*dir(10)--dir(10)); draw((-0.2,0)--(1,0)); draw((0,-0.2)--(0,1)); label("$l$", dir(60), NE); label("$l_1$", dir(35), NE); label("$l'$", dir(10), E); [/asy] Also, suppose line $l$ makes angle $\theta$ with the $x$-axis, and line $l_1$ makes angle $\alpha$ with the $x$-axis. Then line $l'$ makes angle $2 \alpha - \theta$ with the $x$-axis. (This should make sense, because line $l_1$ is "half-way" between lines $l$ and $l',$ so the angle of line $l_1$ is the average of the angles of line $l$ and $l'$.) So, if $l$ makes an angle of $\theta$ with the $x$-axis, then its reflection $l'$ across line $l_1$ makes an angle of \[2 \cdot \frac{\pi}{70} - \theta = \frac{\pi}{35} - \theta\]with the $x$-axis. Then the reflection of $l'$ across line $l_2$ makes an angle of \[2 \cdot \frac{\pi}{54} - \left( \frac{\pi}{35} - \theta \right) = \theta + \frac{8 \pi}{945}\]with the $x$-axis. Therefore, the line $R^{(n)}(l)$ makes an angle of \[\theta + \frac{8 \pi}{945} \cdot n\]with the $x$-axis. For this line to coincide with the original line $l,$ \[\frac{8 \pi}{945} \cdot n\]must be an integer multiple of $2 \pi.$ The smallest such positive integer for which this happens is $n = \boxed{945}.$
Precalculus
Simplify \[\frac{1 + \sin x - \cos x}{1 + \sin x + \cos x}.\]The answer will be a trigonometric function of some simple function of $x,$ like "$\cos 2x$" or "$\sin (x^3)$".
Level 4
From the double angle formulas, $\sin x = 2 \sin \frac{x}{2} \cos \frac{x}{2}$ and $\cos x = 2 \cos^2 \frac{x}{2} - 1 = 1 - 2 \sin^2 \frac{x}{2},$ so \begin{align*} \frac{1 + \sin x - \cos x}{1 + \sin x + \cos x} &= \frac{1 + 2 \sin \frac{x}{2} \cos \frac{x}{2} - 1 + 2 \sin^2 \frac{x}{2}}{1 + 2 \sin \frac{x}{2} \cos \frac{x}{2} + 2 \cos^2 \frac{x}{2} - 1} \\ &= \frac{2 \sin \frac{x}{2} \cos \frac{x}{2} + 2 \sin^2 \frac{x}{2}}{2 \sin \frac{x}{2} \cos \frac{x}{2} + 2 \cos^2 \frac{x}{2}} \\ &= \frac{2 \sin \frac{x}{2} (\cos \frac{x}{2} + \sin \frac{x}{2})}{2 \cos \frac{x}{2} (\sin \frac{x}{2} + \cos \frac{x}{2})} \\ &= \frac{\sin \frac{x}{2}}{\cos \frac{x}{2}} \\ &= \boxed{\tan \frac{x}{2}}. \end{align*}
Precalculus
The projection of $\begin{pmatrix} 0 \\ 3 \\ z \end{pmatrix}$ onto $\begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix}$ is \[\frac{12}{35} \begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix}.\]Find $z.$
Level 2
The projection of $\begin{pmatrix} 0 \\ 3 \\ z \end{pmatrix}$ onto $\begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix}$ is \[\frac{\begin{pmatrix} 0 \\ 3 \\ z \end{pmatrix} \cdot \begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix}}{\begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix} \cdot \begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix}} \begin{pmatrix} -3 \\ 5 \\ -1 \end{pmatrix} = \frac{-z + 15}{35} \begin{pmatrix} 1 \\ -2 \\ 1 \end{pmatrix}.\]Then $-z + 15 = 12,$ so $z = \boxed{3}.$
Precalculus
Given that $\sin A+\sin B=1$ and $\cos A+\cos B= \frac{3}{2}$, what is the value of $\cos(A-B)$?
Level 3
Squaring both equations, we get $\sin^2 A + 2 \sin A \sin B + \sin^2 B = 1$ and $\cos^2 A + 2 \cos A \cos B + \cos^2 B = \frac{9}{4},$ so \[\sin^2 A + 2 \sin A \sin B + \sin^2 B + \cos^2 A + 2 \cos A \cos B + \cos^2 B = \frac{13}{4}.\]Then $2 \sin A \sin B + 2 \cos A \cos B = \frac{13}{4} - 2 = \frac{5}{4},$ so from the angle subtraction formula, \[\cos (A - B) = \cos A \cos B + \sin A \sin B = \boxed{\frac{5}{8}}.\]
Precalculus
The graph of $r = \cos \theta$ is a circle. Find the smallest value of $t$ so that when $r = \cos \theta$ is plotted for $0 \le \theta \le t,$ the resulting graph is the entire circle.
Level 3
Let $f(\theta) = \cos \theta.$ When $\theta = 0,$ $r = 1,$ so in rectangular coordinates, \[(x,y) = (1 \cos \theta, 1 \sin \theta) = (1,0).\]Furthermore, the function $f(\theta) = \cos \theta$ is periodic, so we must find the next angle for which $(x,y) = (1,0).$ This occurs if and only if either of the following conditions is met: (1) $\theta$ is of the form $2 \pi k,$ where $k$ is an integer, and $r = 1,$ or (2) $\theta$ is of the form $2 \pi k + \pi,$ where $k$ is an integer, and $r = -1.$ If $\theta = 2 \pi k,$ then \[r = \cos \theta = \cos 2 \pi k = 1,\]so any angle of the form $\theta = 2 \pi k$ works. If $\theta = 2 \pi k + \pi,$ then \[r = \cos \theta = \cos (2 \pi k + \pi) = -1,\]so any of the form $\theta = 2 \pi k + \pi$ also works. Also, if $r = f(\theta) = \cos \theta,$ then \[f(\theta + \pi) = \cos (\theta + \pi) = -\cos \theta = -r.\]In polar coordinates, the points $(r, \theta)$ and $(-r, \theta + \pi)$ coincide, so the graph repeats after an interval of $\pi.$ Therefore, the smallest possible value of $t$ is $\boxed{\pi}.$ [asy] unitsize(3 cm); pair moo (real t) { real r = cos(t); return (r*cos(t), r*sin(t)); } path foo = moo(0); real t; for (t = 0; t <= pi + 0.1; t = t + 0.1) { foo = foo--moo(t); } draw(foo,red); draw((-0.5,0)--(1.5,0)); draw((0,-0.5)--(0,0.5)); label("$r = \cos \theta$", (1.3,0.4), red); [/asy]
Precalculus
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
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}.$
Precalculus
The volume of the parallelepiped generated by $\begin{pmatrix} 2 \\ 3 \\ 4 \end{pmatrix},$ $\begin{pmatrix} 1 \\ k \\ 2 \end{pmatrix},$ and $\begin{pmatrix} 1 \\ 2 \\ k \end{pmatrix}$ is 15. Find $k,$ where $k > 0.$
Level 4
The volume of the parallelepiped generated by $\begin{pmatrix} 2 \\ 3 \\ 4 \end{pmatrix},$ $\begin{pmatrix} 1 \\ k \\ 2 \end{pmatrix},$ and $\begin{pmatrix} 1 \\ 2 \\ k \end{pmatrix}$ is given by the absolute value of the determinant \[\begin{vmatrix} 2 & 1 & 1 \\ 3 & k & 2 \\ 4 & 2 & k \end{vmatrix}.\]We can expand the determinant as follows: \begin{align*} \begin{vmatrix} 2 & 1 & 1 \\ 3 & k & 2 \\ 4 & 2 & k \end{vmatrix} &= 2 \begin{vmatrix} k & 2 \\ 2 & k \end{vmatrix} - \begin{vmatrix} 3 & 2 \\ 4 & k \end{vmatrix} + \begin{vmatrix} 3 & k \\ 4 & 2 \end{vmatrix} \\ &= 2(k^2 - 4) - (3k - 8) + (6 - 4k) \\ &= 2k^2 - 7k + 6. \end{align*}Thus, the volume of the parallelepiped is $|2k^2 - 7k + 6| = 15.$ The solutions to $2k^2 - 7k + 6 = 15$ are $k = -1$ and $k = \frac{9}{2}.$ The equation $2k^2 - 7k + 6 = -15$ has no real solutions. Since $k > 0,$ $k = \boxed{\frac{9}{2}}.$
Precalculus
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
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}.$
Precalculus
If $A$ is an angle such that $\tan A + \sec A = 2,$ enter all possible values of $\cos A,$ separated by commas.
Level 4
We can write the equation as \[\frac{\sin A}{\cos A} + \frac{1}{\cos A} = 2,\]so $\sin A + 1 = 2 \cos A.$ Then $\sin A = 2 \cos A - 1.$ Squaring both sides, we get \[\sin^2 A = 4 \cos^2 A - 4 \cos A + 1.\]Since $\cos^2 A + \sin^2 A = 1,$ \[1 - \cos^2 A = 4 \cos^2 A - 4 \cos A + 1,\]which simplifies to $5 \cos^2 A - 4 \cos A = \cos A (5 \cos A - 4) = 0.$ Hence, $\cos A = 0$ or $\cos A = \frac{4}{5}.$ If $\cos A = 0,$ then $\sec A = \frac{1}{\cos A}$ is not defined. On the other hand, if $A$ is the acute angle such that $\cos A = \frac{4}{5},$ then $\sin A = \frac{3}{5},$ so \[\tan A + \sec A = \frac{\sin A + 1}{\cos A} = \frac{3/5 + 1}{4/5} = 2.\]Therefore, $\cos A = \boxed{\frac{4}{5}}.$
Precalculus
Compute \[\begin{vmatrix} 2 & 0 & -1 \\ 7 & 4 & -3 \\ 2 & 2 & 5 \end{vmatrix}.\]
Level 3
We can expand the determinant as follows: \begin{align*} \begin{vmatrix} 2 & 0 & -1 \\ 7 & 4 & -3 \\ 2 & 2 & 5 \end{vmatrix} &= 2 \begin{vmatrix} 4 & -3 \\ 2 & 5 \end{vmatrix} + (-1) \begin{vmatrix} 7 & 4 \\ 2 & 2 \end{vmatrix} \\ &= 2((4)(5) - (-3)(2)) - ((7)(2) - (4)(2)) \\ &= \boxed{46}. \end{align*}
Precalculus
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
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}}.\]
Precalculus
Find the matrix $\mathbf{M}$ that swaps the columns of a matrix. In other words, \[\mathbf{M} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} b & a \\ d & c \end{pmatrix}.\]If no such matrix $\mathbf{M}$ exists, then enter the zero matrix.
Level 2
Let $\mathbf{M} = \begin{pmatrix} p & q \\ r & s \end{pmatrix}.$ Then \[\mathbf{M} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} p & q \\ r & s \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} pa + qc & pb + qd \\ ra + sc & rb + sd \end{pmatrix}.\]We want this to be equal to $\begin{pmatrix} b & a \\ d & c \end{pmatrix}.$ There are no constants $p,$ $q,$ $r,$ $s$ that will make this work, so the answer is the zero matrix $\boxed{\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}}.$
Precalculus
Let $\mathbf{a} = \begin{pmatrix} 3 \\ p \\ -1 \end{pmatrix}$ and $\mathbf{b} = \begin{pmatrix} 2 \\ 1 \\ q \end{pmatrix}$ be vectors that are equal in magnitude, and orthogonal. Enter the ordered pair $(p,q).$
Level 3
Since the vectors are orthogonal, their dot product is 0, which gives us \[(3)(2) + (p)(1) + (-1)(q) = 0.\]Then $p - q = -6.$ Since the vectors have equal magnitudes, \[3^2 + p^2 + (-1)^2 = 2^2 + 1^2 + q^2.\]Then $p^2 - q^2 = -5.$ This factors as $(p + q)(p - q) = -5,$ so \[p + q = \frac{5}{6}.\]We can then solve the system, to obtain $(p,q) = \boxed{\left( -\frac{31}{12}, \frac{41}{12} \right)}.$
Precalculus
When $1 - i \sqrt{3}$ is converted to the exponential form $re^{i \theta}$, what is $\theta$?
Level 2
We see that \[1 - i \sqrt{3} = 2 \left( \frac{1}{2} - \frac{\sqrt{3}}{2} i \right) = 2e^{5 \pi i/3},\]so $\theta = \boxed{\frac{5\pi}{3}}$.
Precalculus
Given $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 5,$ find $\begin{vmatrix} 2a & 2b \\ 2c & 2d \end{vmatrix}.$
Level 1
From $\begin{vmatrix} a & b \\ c & d \end{vmatrix} = 5,$ $ad - bc = 5.$ Then \[\begin{vmatrix} 2a & 2b \\ 2c & 2d \end{vmatrix} = (2a)(2d) - (2b)(2c) = 4(ad - bc) = \boxed{20}.\]
Precalculus
Find $k$ if \[(\sin \alpha + \csc \alpha)^2 + (\cos \alpha + \sec \alpha)^2 = k + \tan^2 \alpha + \cot^2 \alpha.\]
Level 3
We have that \begin{align*} k &= (\sin \alpha + \csc \alpha)^2 + (\cos \alpha + \sec \alpha)^2 - \tan^2 \alpha - \cot^2 \alpha \\ &= \left( \sin \alpha + \frac{1}{\sin \alpha} \right)^2 + \left( \cos \alpha + \frac{1}{\cos \alpha} \right)^2 - \frac{\sin^2 \alpha}{\cos^2 \alpha} - \frac{\cos^2 \alpha}{\sin^2 \alpha} \\ &= \sin^2 \alpha + 2 + \frac{1}{\sin^2 \alpha} + \cos^2 \alpha + 2 + \frac{1}{\cos^2 \alpha} - \frac{\sin^2 \alpha}{\cos^2 \alpha} - \frac{\cos^2 \alpha}{\sin^2 \alpha} \\ &= 5 + \frac{1 - \sin^2 \alpha}{\cos^2 \alpha} + \frac{1 - \cos^2 \alpha}{\sin^2 \alpha} \\ &= 5 + \frac{\cos^2 \alpha}{\cos^2 \alpha} + \frac{\sin^2 \alpha}{\sin^2 \alpha} \\ &= \boxed{7}. \end{align*}
Precalculus
A projection takes $\begin{pmatrix} 1 \\ -2 \end{pmatrix}$ to $\begin{pmatrix} \frac{3}{2} \\ -\frac{3}{2} \end{pmatrix}.$ Which vector does the projection take $\begin{pmatrix} -4 \\ 1 \end{pmatrix}$ to?
Level 4
Since the projection of $\begin{pmatrix} 1 \\ -2 \end{pmatrix}$ is $\begin{pmatrix} \frac{3}{2} \\ -\frac{3}{2} \end{pmatrix},$ the vector being projected onto is a scalar multiple of $\begin{pmatrix} \frac{3}{2} \\ -\frac{3}{2} \end{pmatrix}.$ Thus, we can assume that the vector being projected onto is $\begin{pmatrix} 1 \\ -1 \end{pmatrix}.$ [asy] usepackage("amsmath"); unitsize(1 cm); pair A, B, O, P, Q; O = (0,0); A = (1,-2); P = (3/2,-3/2); B = (-4,1); Q = (-5/2,5/2); draw((-4,0)--(2,0)); draw((0,-2)--(0,3)); draw(O--A,Arrow(6)); draw(O--P,Arrow(6)); draw(A--P,dashed,Arrow(6)); draw(O--B,Arrow(6)); draw(O--Q,Arrow(6)); draw(B--Q,dashed,Arrow(6)); label("$\begin{pmatrix} 1 \\ -2 \end{pmatrix}$", A, S); label("$\begin{pmatrix} \frac{3}{2} \\ -\frac{3}{2} \end{pmatrix}$", P, SE); label("$\begin{pmatrix} -4 \\ 1 \end{pmatrix}$", B, W); [/asy] Thus, the projection of $\begin{pmatrix} -4 \\ 1 \end{pmatrix}$ is \[\operatorname{proj}_{\begin{pmatrix} 1 \\ -1 \end{pmatrix}} \begin{pmatrix} -4 \\ 1 \end{pmatrix} = \frac{\begin{pmatrix} -4 \\ 1 \end{pmatrix} \cdot \begin{pmatrix} 1 \\ -1 \end{pmatrix}}{\begin{pmatrix} 1 \\ -1 \end{pmatrix} \cdot \begin{pmatrix} 1 \\ -1 \end{pmatrix}} \begin{pmatrix} 1 \\ -1 \end{pmatrix} = \frac{-5}{2} \begin{pmatrix} 1 \\ -1 \end{pmatrix} = \boxed{\begin{pmatrix} -5/2 \\ 5/2 \end{pmatrix}}.\]
Precalculus
Solve \[\arcsin (\sin x) = \frac{x}{2}.\]Enter all the solutions, separated by commas.
Level 4
Since $\frac{x}{2} = \arcsin (\sin x),$ we must have $-\frac{\pi}{2} \le \frac{x}{2} \le \frac{\pi}{2},$ or \[-\pi \le x \le \pi.\]Taking the sine of both sides of the given equation, we get \[\sin (\arcsin (\sin x)) = \sin \frac{x}{2},\]which simplifies to \[\sin x = \sin \frac{x}{2}.\]Then from the double angle formula, \[2 \sin \frac{x}{2} \cos \frac{x}{2} = \sin \frac{x}{2},\]so $2 \sin \frac{x}{2} \cos \frac{x}{2} - \sin \frac{x}{2} = 0.$ This factors as \[\sin \frac{x}{2} \left( 2 \cos \frac{x}{2} - 1 \right) = 0,\]so $\sin \frac{x}{2} = 0$ or $\cos \frac{x}{2} = \frac{1}{2}.$ If $\sin \frac{x}{2} = 0,$ then $x = 0.$ If $\cos \frac{x}{2} = \frac{1}{2},$ then $x = \pm \frac{2 \pi}{3}.$ We check that all these values work, so the solutions are $\boxed{-\frac{2 \pi}{3}, 0, \frac{2 \pi}{3}}.$
Precalculus
If $\cos \theta + \sin \theta = \frac{5}{4},$ then find $\sin 2 \theta.$
Level 2
Squaring the equation, we get \[\cos^2 \theta + 2 \cos \theta \sin \theta + \sin^2 \theta = \frac{25}{16}.\]Then $\sin 2 \theta + 1 = \frac{25}{16},$ so $\sin 2 \theta = \boxed{\frac{9}{16}}.$
Precalculus
Compute $\arcsin (-1).$ Express your answer in radians.
Level 1
Since $\sin \left( -\frac{\pi}{2} \right) = -1,$ $\arcsin (-1) = \boxed{-\frac{\pi}{2}}.$
Precalculus
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
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*}
Precalculus
Evaluate \[\begin{vmatrix} 0 & \sin \alpha & -\cos \alpha \\ -\sin \alpha & 0 & \sin \beta \\ \cos \alpha & -\sin \beta & 0 \end{vmatrix}.\]
Level 1
We can expand the determinant as follows: \begin{align*} \begin{vmatrix} 0 & \sin \alpha & -\cos \alpha \\ -\sin \alpha & 0 & \sin \beta \\ \cos \alpha & -\sin \beta & 0 \end{vmatrix} &= -\sin \alpha \begin{vmatrix} -\sin \alpha & \sin \beta \\ \cos \alpha & 0 \end{vmatrix} - \cos \alpha \begin{vmatrix} -\sin \alpha & 0 \\ \cos \alpha & -\sin \beta \end{vmatrix} \\ &= -\sin \alpha (-\sin \beta \cos \alpha) - \cos \alpha (\sin \alpha \sin \beta) \\ &= \boxed{0}. \end{align*}
Precalculus
In triangle $ABC,$ $\angle B = 30^\circ,$ $AB = 150,$ and $AC = 50 \sqrt{3}.$ Find the sum of all possible values of $BC.$
Level 3
By the Law of Sines, \[\frac{AB}{\sin C} = \frac{AC}{\sin B},\]so \[\sin C = \frac{AB \sin B}{AC} = \frac{150 \sin 30^\circ}{50 \sqrt{3}} = \frac{\sqrt{3}}{2}.\]Hence, $C = 60^\circ$ or $C = 120^\circ.$ If $C = 60^\circ,$ then $A = 180^\circ - 30^\circ - 60^\circ = 90^\circ.$ Then by Pythagoras, \[BC = \sqrt{150^2 + (50 \sqrt{3})^2} = 100 \sqrt{3}.\]if $C = 120^\circ,$ then $A = 180^\circ - 30^\circ - 120^\circ = 30^\circ.$ Then by the Law of Cosines, \[BC = \sqrt{150^2 + (50 \sqrt{3})^2 - 2 \cdot 150 \cdot 50 \sqrt{3} \cdot \cos 30^\circ} = 50 \sqrt{3}.\]Thus, the sum of all possible values of $BC$ is $\boxed{150 \sqrt{3}}.$
Precalculus
What is the largest possible distance between two points, one on the sphere of radius 19 with center $(-2,-10,5),$ and the other on the sphere of radius 87 with center $(12,8,-16)$?
Level 2
Let $O$ be center of the first sphere, and let $P$ be the center of the second sphere. Then \[OP = \sqrt{(-2 - 12)^2 + (-10 - 8)^2 + (5 - (-16))^2} = 31.\][asy] unitsize(1 cm); pair A, B, O, P; O = (0,0); P = 8*dir(15); A = dir(195); B = P + 2*dir(15); draw(Circle(O,1)); draw(Circle(P,2)); draw(A--B); label("$A$", A, W); label("$B$", B, E); dot("$O$", O, S); dot("$P$", P, S); [/asy] Let $A$ be a point on the first sphere, and let $B$ be a point on the second sphere. Then by the Triangle Inequality, \[AB \le AO + OP + PB = 19 + 31 + 87 = 137.\]We can achieve this by taking $A$ and $B$ to be the intersections of line $OP$ with the spheres, as shown above. Hence, the largest possible distance is $\boxed{137}.$
Precalculus
Simplify \[\frac{\sin 10^\circ + \sin 20^\circ + \sin 30^\circ + \sin 40^\circ + \sin 50^\circ + \sin 60^\circ + \sin 70^\circ + \sin 80^\circ}{\cos 5^\circ \cos 10^\circ \cos 20^\circ}.\]
Level 3
By sum-to-product, \begin{align*} \sin 10^\circ + \sin 80^\circ &= 2 \sin 45^\circ \cos 35^\circ, \\ \sin 20^\circ + \sin 70^\circ &= 2 \sin 45^\circ \cos 25^\circ, \\ \sin 30^\circ + \sin 60^\circ &= 2 \sin 45^\circ \cos 15^\circ, \\ \sin 40^\circ + \sin 50^\circ &= 2 \sin 45^\circ \cos 5^\circ, \end{align*}so the given expression becomes \[\frac{2 \sin 45^\circ (\cos 35^\circ + \cos 25^\circ + \cos 15^\circ + \cos 5^\circ)}{\cos 5^\circ \cos 10^\circ \cos 20^\circ}.\]Similarly, \begin{align*} \cos 35^\circ + \cos 5^\circ &= 2 \cos 20^\circ \cos 15^\circ, \\ \cos 25^\circ + \cos 15^\circ &= 2 \cos 20^\circ \cos 5^\circ, \end{align*}so the expression becomes \[\frac{4 \sin 45^\circ \cos 20^\circ (\cos 5^\circ + \cos 15^\circ)}{\cos 5^\circ \cos 10^\circ \cos 20^\circ} = \frac{4 \sin 45^\circ (\cos 5^\circ + \cos 15^\circ)}{\cos 5^\circ \cos 10^\circ}.\]Finally, $\cos 5^\circ + \cos 15^\circ = 2 \cos 10^\circ \cos 5^\circ,$ so \[\frac{4 \sin 45^\circ (\cos 5^\circ + \cos 15^\circ)}{\cos 5^\circ \cos 10^\circ} = 8 \sin 45^\circ = \boxed{4 \sqrt{2}}.\]
Precalculus
Given that $\sum_{k=1}^{35}\sin 5k=\tan \frac mn,$ where angles are measured in degrees, and $m$ and $n$ are relatively prime positive integers that satisfy $\frac mn<90,$ find $m+n.$
Level 5
Let $s = \sum_{k=1}^{35}\sin 5k = \sin 5 + \sin 10 + \ldots + \sin 175$. We could try to manipulate this sum by wrapping the terms around (since the first half is equal to the second half), but it quickly becomes apparent that this way is difficult to pull off. Instead, we look to telescope the sum. Using the identity $\sin a \sin b = \frac 12(\cos (a-b) - \cos (a+b))$, we can rewrite $s$ as \begin{align*} s \cdot \sin 5 = \sum_{k=1}^{35} \sin 5k \sin 5 &= \sum_{k=1}^{35} \frac{1}{2}(\cos (5k - 5)- \cos (5k + 5))\\ &= \frac{0.5(\cos 0 - \cos 10 + \cos 5 - \cos 15 + \cos 10 \ldots + \cos 165 - \cos 175+ \cos 170 - \cos 180)}{\sin 5}\end{align*} This telescopes to\[s = \frac{\cos 0 + \cos 5 - \cos 175 - \cos 180}{2 \sin 5} = \frac{1 + \cos 5}{\sin 5}.\]Manipulating this to use the identity $\tan x = \frac{1 - \cos 2x}{\sin 2x}$, we get\[s = \frac{1 - \cos 175}{\sin 175} \Longrightarrow s = \tan \frac{175}{2},\]and our answer is $\boxed{177}$.
Precalculus
Right triangle $ABC$ (hypotenuse $\overline{AB}$) is inscribed in equilateral triangle $PQR,$ as shown. If $PC = 3$ and $BP = CQ = 2,$ compute $AQ.$ [asy] unitsize(0.8 cm); pair A, B, C, P, Q, R; P = (0,0); Q = (5,0); R = 5*dir(60); A = Q + 8/5*dir(120); B = 2*dir(60); C = (3,0); draw(A--B--C--cycle); draw(P--Q--R--cycle); draw(rightanglemark(A,C,B,10)); label("$A$", A, NE); label("$B$", B, NW); label("$C$", C, S); label("$P$", P, SW); label("$Q$", Q, SE); label("$R$", R, N); label("$2$", (C + Q)/2, S); label("$3$", (C + P)/2, S); label("$2$", (B + P)/2, NW); [/asy]
Level 3
We see that the side length of equilateral triangle $PQR$ is 5. Let $x = AQ.$ By the Law of Cosines on triangle $BCP,$ \[BC^2 = 2^2 + 3^2 - 2 \cdot 2 \cdot 3 \cdot \cos 60^\circ = 7.\]Then by the Law of Cosines on triangle $ACQ,$ \[AC^2 = x^2 + 2^2 - 2 \cdot x \cdot 2 \cdot \cos 60^\circ = x^2 - 2x + 4.\]Also, $AB = 3$ and $AR = 5 - x,$ so by the Law of Cosines on triangle $ABR,$ \[AB^2 = 3^2 + (5 - x)^2 - 2 \cdot 3 \cdot (5 - x) \cdot 60^\circ = x^2 - 7x + 19.\]Finally, by Pythagoras on right triangle $ABC,$ $BC^2 + AC^2 = AB^2,$ so \[7 + x^2 - 2x + 4 = x^2 - 7x + 19.\]Solving, we find $x = \boxed{\frac{8}{5}}.$
Precalculus
Let $\mathbf{R}$ be the matrix for reflecting over the vector $\begin{pmatrix} 3 \\ 1 \end{pmatrix}.$ Find $\mathbf{R}^2.$
Level 4
Let $\mathbf{v}$ be an arbitrary vector, and let $\mathbf{r}$ be the reflection of $\mathbf{v}$ over $\begin{pmatrix} 3 \\ 1 \end{pmatrix},$ so $\mathbf{r} = \mathbf{R} \mathbf{v}.$ [asy] unitsize(1 cm); pair D, P, R, V; D = (3,1); V = (1.5,2); R = reflect((0,0),D)*(V); P = (V + R)/2; draw((-1,0)--(4,0)); draw((0,-1)--(0,3)); draw((0,0)--D,Arrow(6)); draw((0,0)--V,red,Arrow(6)); draw((0,0)--R,blue,Arrow(6)); draw(V--R,dashed); label("$\mathbf{v}$", V, NE); label("$\mathbf{r}$", R, SE); [/asy] Then the reflection of $\mathbf{r}$ is $\mathbf{v},$ so $\mathbf{R} \mathbf{r} = \mathbf{v}.$ Thus, \[\mathbf{v} = \mathbf{R} \mathbf{r} = \mathbf{R}^2 \mathbf{v}.\]Since this holds for all vectors $\mathbf{v},$ $\mathbf{R}^2 = \mathbf{I} = \boxed{\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}}.$
Precalculus
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
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}}$.
Precalculus
If $\mathbf{a} \times \mathbf{b} = \begin{pmatrix} 5 \\ 4 \\ -7 \end{pmatrix},$ then compute $\mathbf{a} \times (3 \mathbf{b}).$
Level 1
Since the cross product is distributive, \[\mathbf{a} \times (3 \mathbf{b}) = 3 (\mathbf{a} \times \mathbf{b}) = \boxed{\begin{pmatrix} 15 \\ 12 \\ -21 \end{pmatrix}}.\]
Precalculus
For real numbers $t,$ the point \[(x,y) = (\cos^2 t, \sin^2 t)\]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.
Level 2
Since $\cos^2 t + \sin^2 t = 1,$ all the plotted points lie on the line $x + y = 1.$ The answer is $\boxed{\text{(A)}}.$
Precalculus
Find $\cos \frac{5 \pi}{4}.$
Level 1
Converting to degrees, \[\frac{5 \pi}{4} = \frac{180^\circ}{\pi} \cdot \frac{5 \pi}{4} = 225^\circ.\]Then $\cos 225^\circ = -\cos (225^\circ - 180^\circ) = -\cos 45^\circ = \boxed{-\frac{1}{\sqrt{2}}}.$
Precalculus
Compute \[\left( 1 - \frac{1}{\cos 23^\circ} \right) \left( 1 + \frac{1}{\sin 67^\circ} \right) \left( 1 - \frac{1}{\sin 23^\circ} \right) \left( 1 + \frac{1}{\cos 67^\circ} \right).\]
Level 1
We can write \begin{align*} &\left( 1 - \frac{1}{\cos 23^\circ} \right) \left( 1 + \frac{1}{\sin 67^\circ} \right) \left( 1 - \frac{1}{\sin 23^\circ} \right) \left( 1 + \frac{1}{\cos 67^\circ} \right) \\ &= \frac{\cos 23^\circ - 1}{\cos 23^\circ} \cdot \frac{\sin 67^\circ + 1}{\sin 67^\circ} \cdot \frac{\sin 23^\circ - 1}{\sin 23^\circ} \cdot \frac{\cos 67^\circ + 1}{\cos 67^\circ} \\ &= \frac{1 - \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 + \sin 67^\circ}{\sin 67^\circ} \cdot \frac{1 - \sin 23^\circ}{\sin 23^\circ} \cdot \frac{1 + \cos 67^\circ}{\cos 67^\circ} \\ &= \frac{1 - \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 + \cos 23^\circ}{\cos 23^\circ} \cdot \frac{1 - \sin 23^\circ}{\sin 23^\circ} \cdot \frac{1 + \sin 23^\circ}{\sin 23^\circ} \\ &= \frac{(1 - \cos^2 23^\circ)(1 - \sin^2 23^\circ)}{\cos^2 23^\circ \sin^2 23^\circ} \\ &= \frac{\sin^2 23^\circ \cos^2 23^\circ}{\cos^2 23^\circ \sin^2 23^\circ} \\ &= \boxed{1}. \end{align*}
Precalculus
The roots of \[z^7 = -\frac{1}{\sqrt{2}} - \frac{i}{\sqrt{2}}\]are $\text{cis } \theta_1$, $\text{cis } \theta_2$, $\dots$, $\text{cis } \theta_7$, where $0^\circ \le \theta_k < 360^\circ$ for all $1 \le k \le 7$. Find $\theta_1 + \theta_2 + \dots + \theta_7$. Give your answer in degrees.
Level 4
Let $z = \text{cis } \theta$. Then \[z^7 = \text{cis } 7 \theta.\]Using cis notation, \[-\frac{1}{\sqrt{2}} - \frac{i}{\sqrt{2}} = \text{cis } 225^\circ,\]so we want \[\text{cis } 7 \theta = \text{cis } 225^\circ.\]This equation holds if and only if \[7 \theta = 225^\circ + 360^\circ k\]for some integer $k$, or \[\theta = \frac{225^\circ + 360^\circ k}{7}.\][asy] unitsize(2 cm); draw((-1.2,0)--(1.2,0)); draw((0,-1.2)--(0,1.2)); draw(Circle((0,0),1)); dot("cis $\frac{225^\circ}{7}$", dir(225/7), dir(225/7)); for(int i = 1; i <= 6; ++i) { dot(dir(225/7 + 360*i/7)); } label("Re", (1.2,0), NE); label("Im", (0,1.2), NE); [/asy] The angles of this form that are between $0^\circ$ and $360^\circ$ are \[\frac{225^\circ}{7}, \quad \frac{225^\circ + 360^\circ}{7}, \quad \frac{225^\circ + 2 \cdot 360^\circ}{7}, \quad \dots, \quad \frac{225^\circ + 6 \cdot 360^\circ}{7}.\]By the formula for an arithmetic series, the sum of these angles is \[\frac{1}{2} \cdot \left( \frac{225^\circ}{7} + \frac{225^\circ + 6 \cdot 360^\circ}{7} \right) \cdot 7 = \boxed{1305^\circ}.\]
Precalculus
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
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)}.$
Precalculus
For all real numbers $x$ except $x=0$ and $x=1$ the function $f(x)$ is defined by \[f \left( \frac{x}{x - 1} \right) = \frac{1}{x}.\]Suppose $0\leq t\leq \frac{\pi}{2}$. What is the value of $f(\sec^2t)$?
Level 5
First, we must solve \[\frac{x}{x - 1} = \sec^2 t.\]Solving for $x,$ we find $x = \frac{\sec^2 t}{\sec^2 t - 1}.$ Then \[f(\sec^2 t) = \frac{1}{x} = \frac{\sec^2 t - 1}{\sec^2 t} = 1 - \cos^2 t = \boxed{\sin^2 t}.\]
Precalculus
Let $A = (-1,1,2),$ $B = (1,2,3),$ and $C = (t,1,1),$ where $t$ is a real number. Find the smallest possible area of triangle $ABC.$
Level 5
Let $\mathbf{a} = \begin{pmatrix} -1 \\ 1 \\ 2 \end{pmatrix},$ $\mathbf{b} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix},$ and $\mathbf{c} = \begin{pmatrix} t \\ 1 \\ 1 \end{pmatrix}.$ Then the area of triangle $ABC$ is given by \begin{align*} \frac{1}{2} \|(\mathbf{b} - \mathbf{a}) \times (\mathbf{c} - \mathbf{a})\| &= \frac{1}{2} \left\| \begin{pmatrix} 2 \\ 1 \\ 1 \end{pmatrix} \times \begin{pmatrix} t + 1 \\ 0 \\ -1 \end{pmatrix} \right\| \\ &= \frac{1}{2} \left\| \begin{pmatrix} -1 \\ 3 + t \\ -1 - t \end{pmatrix} \right\| \\ &= \frac{1}{2} \sqrt{(-1)^2 + (3 + t)^2 + (-1 - t)^2} \\ &= \frac{1}{2} \sqrt{2t^2 + 8t + 11}. \end{align*}Completing the square on $2t^2 + 8t + 11,$ we get \[2(t + 2)^2 + 3.\]Thus, the smallest possible area of the triangle is $\boxed{\frac{\sqrt{3}}{2}}.$
Precalculus
In triangle $ABC,$ we have $\angle C = 3\angle A,$ $a = 27,$ and $c = 48.$ What is $b$? Note: $a$ is the side length opposite $\angle A,$ etc.
Level 4
By the Law of Sines, \[\frac{27}{\sin A} = \frac{48}{\sin 3A}.\]Then $\frac{\sin 3A}{\sin A} = \frac{48}{27},$ or \[3 - 4 \sin^2 A = \frac{16}{9}.\]Hence, $\sin^2 A = \frac{11}{36},$ so $\sin A = \frac{\sqrt{11}}{6}.$ Also, \[\cos^2 A = 1 - \frac{11}{36} = \frac{25}{36}.\]Since $A = \frac{C}{3} < 60^\circ,$ $\cos A = \frac{5}{6}.$ Then again by the Law of Sines, \[\frac{b}{\sin B} = \frac{a}{\sin A},\]so \begin{align*} b &= \frac{a \sin B}{\sin A} \\ &= \frac{27 \sin (180^\circ - 4A)}{\sin A} \\ &= \frac{27 \sin 4A}{\sin A} \\ &= \frac{27 \cdot 2 \sin 2A \cos 2A}{\sin A} \\ &= \frac{27 \cdot 2 \cdot 2 \sin A \cos A \cdot (2 \cos^2 A - 1)}{\sin A} \\ &= 27 \cdot 2 \cdot 2 \cos A \cdot (2 \cos^2 A - 1) \\ &= \boxed{35}. \end{align*}
Precalculus
Consider two lines: line $l$ parametrized as \begin{align*} x &= 1 + 4t,\\ y &= 4 + 3t \end{align*}and the line $m$ parametrized as \begin{align*} x &=-5 + 4s\\ y &= 6 + 3s. \end{align*}Let $A$ be a point on line $l$, $B$ be a point on line $m$, and let $P$ be the foot of the perpendicular from $A$ to line $m$. Then $\overrightarrow{PA}$ is the projection of $\overrightarrow{BA}$ onto some vector $\begin{pmatrix} v_1\\v_2\end{pmatrix}$ such that $v_1+v_2 = 2$. Find $\begin{pmatrix}v_1 \\ v_2 \end{pmatrix}$.
Level 5
As usual, we start by graphing these lines. An easy way to go about it is to plot some points. Let's plug in $t =0$ and $t = 1$ for line $l$, getting the points $(1, 4)$ and $(5, 7)$. Here's our line: [asy] size(200); import TrigMacros; import olympiad; //Gives the maximum line that fits in the box. path maxLine(pair A, pair B, real xmin, real xmax, real ymin, real ymax) { path[] endpoints; endpoints = intersectionpoints(A+10(B-A) -- A-10(B-A), (xmin, ymin)--(xmin, ymax)--(xmax, ymax)--(xmax, ymin)--cycle); return endpoints[1]--endpoints[0]; } pair A= (1,4); pair B = (-5, 6); //Direction vector of the parallel lines pair dir = (4,3); //Foot of the perpendicular from A to the other line pair P = foot(A, B-dir, B+dir); rr_cartesian_axes(-8,8,-5,12,complexplane=false,usegrid=true); draw(maxLine(A,A+dir, -8,8,-5,12)); label("$l$", A-1.8dir, SE); dot("$t = 0$", A, SE); dot("$t = 1$", A + dir, SE); [/asy] Similarly, we plug in $s = 0$ and $s = 1$ for line $m$, getting the points $(-5, 6)$ and $(-1, 9)$: [asy] size(200); import TrigMacros; import olympiad; //Gives the maximum line that fits in the box. path maxLine(pair A, pair B, real xmin, real xmax, real ymin, real ymax) { path[] endpoints; endpoints = intersectionpoints(A+10(B-A) -- A-10(B-A), (xmin, ymin)--(xmin, ymax)--(xmax, ymax)--(xmax, ymin)--cycle); return endpoints[1]--endpoints[0]; } pair A = (1,4); pair B = (-5, 6); //Direction vector of the parallel lines pair dir = (4,3); //Foot of the perpendicular from A to the other line pair P = foot(A, B-dir, B+dir); rr_cartesian_axes(-8,8,-5,12,complexplane=false,usegrid=true); draw(maxLine(A,A+dir, -8,8,-5,12)); draw(maxLine(B,B+dir, -8,8,-5,12)); label("$l$", A+dir, SE); label("$m$",P+dir, NW); dot("$s = 0$", B, NW); dot("$s = 1$", B + dir,NW); [/asy] Now we label some points $A$ and $B$, as well as point $P$, and we draw in our vectors: [asy] size(200); import TrigMacros; import olympiad; //Gives the maximum line that fits in the box. path maxLine(pair A, pair B, real xmin, real xmax, real ymin, real ymax) { path[] endpoints; endpoints = intersectionpoints(A+10(B-A) -- A-10(B-A), (xmin, ymin)--(xmin, ymax)--(xmax, ymax)--(xmax, ymin)--cycle); return endpoints[1]--endpoints[0]; } pair A = (1,4); pair B= (-5, 6); //Direction vector of the parallel lines pair dir = (4,3); //Foot of the perpendicular from A to the other line pair P = foot(A, B-dir, B+dir); rr_cartesian_axes(-8,8,-5,12,complexplane=false,usegrid=true); draw(maxLine(A,A+dir, -8,8,-5,12)); draw(maxLine(B,B+dir, -8,8,-5,12)); draw(P--A, red, Arrow(size = 0.3cm)); draw(B--A, blue, Arrow(size = 0.3cm)); draw(rightanglemark(A, P, P + (P-B), 15)); label("$l$", A+dir, SE); label("$m$", P+dir, NW); dot("$A$", A, SE); dot("$P$", P, NW); dot("$B$", B, NW); [/asy] Recall that when we project $\mathbf{v}$ onto $\mathbf{u}$, we place the tail of $\mathbf{v}$ onto a line with direction $\mathbf{u}$, then we drop a perpendicular and draw the vector from the tail of $\mathbf{v}$ to the foot of the perpendicular. This picture actually doesn't look like our usual projection picture! The vector we're projecting and the projection aren't tail to tail, which makes things harder to visualize. Let's shift the vector over and see if it helps, choosing $Q$ such that \[\overrightarrow{BQ} = \overrightarrow{PA}.\]Here's the picture: [asy] size(200); import TrigMacros; import olympiad; //Gives the maximum line that fits in the box. path maxLine(pair A, pair B, real xmin, real xmax, real ymin, real ymax) { path[] endpoints; endpoints = intersectionpoints(A+10(B-A) -- A-10(B-A), (xmin, ymin)--(xmin, ymax)--(xmax, ymax)--(xmax, ymin)--cycle); return endpoints[1]--endpoints[0]; } pair A = (1,4); pair B= (-5, 6); //Direction vector of the parallel lines pair dir = (4,3); //Foot of the perpendicular from A to the other line pair P = foot(A, B-dir, B+dir); //End of the shifted vector PA: pair Q = B+A-P; rr_cartesian_axes(-8,8,-5,12,complexplane=false,usegrid=true); draw(maxLine(A,A+dir, -8,8,-5,12)); draw(maxLine(B,B+dir, -8,8,-5,12)); draw(P--A, red, Arrow(size = 0.3cm)); draw(B--A, blue, Arrow(size = 0.3cm)); draw(rightanglemark(A, P, P + (P-B), 15)); draw(B--Q, red, Arrow(size = 0.3cm)); draw(rightanglemark(B,Q, A-2*dir, 15)); label("$l$", A+dir, SE); label("$m$", P+dir, NW); dot("$A$", A, SE); dot("$P$", P, NW); dot("$Q$",Q, SE); dot("$B$", B, NW); [/asy] That looks better! Our shifted vector $\overrightarrow{BQ}$ is tail to tail with the vector being projected. In fact, since this vector is perpendicular to lines $l$ and $m$, we know that it lies along a line with direction \[\mathbf{u} = \begin{pmatrix} 3 \\-4 \end{pmatrix}.\]Here's the picture with the line added in: [asy] size(200); import TrigMacros; import olympiad; //Gives the maximum line that fits in the box. path maxLine(pair A, pair B, real xmin, real xmax, real ymin, real ymax) { path[] endpoints; endpoints = intersectionpoints(A+10(B-A) -- A-10(B-A), (xmin, ymin)--(xmin, ymax)--(xmax, ymax)--(xmax, ymin)--cycle); return endpoints[1]--endpoints[0]; } pair A = (1,4); pair B= (-5, 6); //Direction vector of the parallel lines pair dir = (4,3); //Foot of the perpendicular from A to the other line pair P = foot(A, B-dir, B+dir); //End of the shifted vector PA: pair Q = B+A-P; rr_cartesian_axes(-8,8,-5,12,complexplane=false,usegrid=true); draw(maxLine(A,A+dir, -8,8,-5,12)); draw(maxLine(B,B+dir, -8,8,-5,12)); draw(maxLine(B,Q, -8,8,-5,12)); draw(P--A, red, Arrow(size = 0.3cm)); draw(B--A, blue, Arrow(size = 0.3cm)); draw(rightanglemark(A, P, P + (P-B), 15)); draw(B--Q, red, Arrow(size = 0.3cm)); draw(rightanglemark(B,Q, A-2*dir, 15)); label("$l$", A+dir, SE); label("$m$", P+dir, NW); dot("$A$", A, SE); dot("$P$", P, NW); dot("$Q$",Q, 2*S); dot("$B$", B, 2*S); [/asy] If you want to make sure you're visualizing this correctly, imagine the picture above with lines $l$ and $m$ removed: it should become clear that \[\overrightarrow{BQ} = \text{The projection of $\overrightarrow{BA}$ onto } \begin{pmatrix} 3 \\-4 \end{pmatrix}.\]Of course, since $\overrightarrow{PA}$ is equal to $\overrightarrow{BQ}$, we see that \[\overrightarrow{PA} = \text{The projection of $\overrightarrow{BA}$ onto } \begin{pmatrix} 3 \\-4 \end{pmatrix}.\]Now, we need to be projecting onto a vector whose components add to $2$. We know that we're in fact projecting onto any non-zero scalar multiple of our vector, so we use \[-2\mathbf{u} = \begin{pmatrix} -6 \\ 8 \end{pmatrix}\]instead. Therefore, $\overrightarrow{PA}$ is the projection of $\overrightarrow{BA}$ onto $\boxed{\begin{pmatrix}-6 \\ 8 \end{pmatrix}}.$
Precalculus
Find the number of positive solutions to \[\sin (\arccos( \tan (\arcsin x) ) ) ) = x.\]
Level 2
Let $\theta = \arcsin x,$ so $0 < \theta < \frac{\pi}{2}$ and $\sin \theta = x.$ Then \[\cos \theta = \sqrt{1 - x^2},\]so \[\tan \theta = \frac{\sin \theta}{\cos \theta} = \frac{x}{\sqrt{1 - x^2}}.\]Thus, \[\sin (\arccos (\tan (\arcsin x) ) ) ) = \sin \left( \arccos \frac{x}{\sqrt{1 - x^2}} \right).\]Let $\psi = \arccos \frac{x}{\sqrt{1 - x^2}},$ so $0 < \psi < \frac{\pi}{2}$ and $\cos \psi = \frac{x}{\sqrt{1 - x^2}}.$ Then \[\sin \psi = \sqrt{1 - \cos^2 \psi} = \sqrt{1 - \frac{x^2}{1 - x^2}} = \sqrt{\frac{1 - 2x^2}{1 - x^2}} = x.\]Squaring both sides, we get \[\frac{1 - 2x^2}{1 - x^2} = x^2.\]Then $1 - 2x^2 = x^2 - x^4,$ so $x^4 - 3x^2 + 1 = 0.$ By the quadratic formula, \[x^2 = \frac{3 \pm \sqrt{5}}{2}.\]The positive solutions are then $\sqrt{\frac{3 + \sqrt{5}}{2}}$ and $\sqrt{\frac{3 - \sqrt{5}}{2}}.$ However, $\arcsin x$ is defined only for $-1 \le x \le 1,$ so there is only $\boxed{1}$ positive solution, namely \[x = \sqrt{\frac{3 - \sqrt{5}}{2}}.\]
Precalculus
Let $O$ be the origin. A variable plane has a distance of 1 from the origin, 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 centroid of triangle $ABC.$ Find \[\frac{1}{p^2} + \frac{1}{q^2} + \frac{1}{r^2}.\]
Level 3
Let $A = (\alpha,0,0),$ $B = (0,\beta,0),$ and $C = (0,0,\gamma).$ Then the equation of plane $ABC$ is given by \[\frac{x}{\alpha} + \frac{y}{\beta} + \frac{z}{\gamma} = 1.\]Since the distance between the origin and plane is 1, \[\frac{1}{\sqrt{\frac{1}{\alpha^2} + \frac{1}{\beta^2} + \frac{1}{\gamma^2}}} = 1.\]Then \[\frac{1}{\alpha^2} + \frac{1}{\beta^2} + \frac{1}{\gamma^2} = 1.\]The centroid of triangle $ABC$ is \[(p,q,r) = \left( \frac{\alpha}{3}, \frac{\beta}{3}, \frac{\gamma}{3} \right).\]Then $p = \frac{\alpha}{3},$ $q = \frac{\beta}{3},$ and $r = \frac{\gamma}{3},$ so \[\frac{1}{p^2} + \frac{1}{q^2} + \frac{1}{r^2} = \frac{9}{\alpha^2} + \frac{9}{\beta^2} + \frac{9}{\gamma^2} = \boxed{9}.\]
Precalculus
Compute \[\sin^2 4^\circ + \sin^2 8^\circ + \sin^2 12^\circ + \dots + \sin^2 176^\circ.\]
Level 5
From the double-angle formula, \[\sin^2 x = \frac{1 - \cos 2x}{2}.\]Then the sum becomes \begin{align*} &\frac{1 - \cos 8^\circ}{2} + \frac{1 - \cos 16^\circ}{2} + \frac{1 - \cos 24^\circ}{2} + \dots + \frac{1 - \cos 352^\circ}{2} \\ &= 22 - \frac{1}{2} (\cos 8^\circ + \cos 16^\circ + \cos 24^\circ + \dots + \cos 352^\circ). \end{align*}Consider the sum $x = \cos 0^\circ + \cos 8^\circ + \cos 16^\circ + \dots + \cos 352^\circ.$ This is the real part of \[z = \operatorname{cis} 0^\circ + \operatorname{cis} 8^\circ + \operatorname{cis} 16^\circ + \dots + \operatorname{cis} 352^\circ.\]Then \begin{align*} z \operatorname{cis} 8^\circ &= \operatorname{cis} 8^\circ + \operatorname{cis} 16^\circ + \operatorname{cis} 24^\circ + \dots + \operatorname{cis} 360^\circ \\ &= \operatorname{cis} 8^\circ + \operatorname{cis} 16^\circ + \operatorname{cis} 24^\circ + \dots + \operatorname{cis} 0^\circ \\ &= z, \end{align*}so $z (\operatorname{cis} 8^\circ - 1) = 0.$ Hence, $z = 0,$ which means $x = 0.$ Therefore, \[\cos 8^\circ + \cos 16^\circ + \cos 24^\circ + \dots + \cos 352^\circ = -\cos 0 = -1,\]so \[22 - \frac{1}{2} (\cos 8^\circ + \cos 16^\circ + \cos 24^\circ + \dots + \cos 352^\circ) = 22 + \frac{1}{2} = \boxed{\frac{45}{2}}.\]
Precalculus
README.md exists but content is empty.
Downloads last month
29