Found problems: 3349
2012 Brazil Team Selection Test, 1
Let $ABC$ be an acute triangle. Let $\omega$ be a circle whose centre $L$ lies on the side $BC$. Suppose that $\omega$ is tangent to $AB$ at $B'$ and $AC$ at $C'$. Suppose also that the circumcentre $O$ of triangle $ABC$ lies on the shorter arc $B'C'$ of $\omega$. Prove that the circumcircle of $ABC$ and $\omega$ meet at two points.
[i]Proposed by Härmel Nestra, Estonia[/i]
2004 AMC 10, 23
Circles $A$, $B$, and $C$ are externally tangent to each other and internally tangent to circle $D$. Circles $B$ and $C$ are congruent. Circle $A$ has radius 1 and passes through the center of $D$. What is the radius of circle $B$?
[asy]
size(200);
defaultpen(linewidth(0.8));defaultpen(fontsize(8));
draw(Circle(origin, 2));
draw(Circle((-1,0), 1));
draw(Circle((6/9, 8/9), 8/9));
draw(Circle((6/9, -8/9), 8/9));
label("$A$", (-1.2, -0.2), NE);
label("$B$", (6/9, 7/9), N);
label("$C$", (6/9, -7/9), S);
label("$D$", 2*dir(110), dir(110));[/asy]
$ \textbf{(A)}\; \frac23\qquad
\textbf{(B)}\; \frac{\sqrt{3}}2\qquad
\textbf{(C)}\; \frac78\qquad
\textbf{(D)}\; \frac89\qquad
\textbf{(E)}\; \frac{1+\sqrt3}3 $
1999 National Olympiad First Round, 4
If inequality $ \frac {\sin ^{3} x}{\cos x} \plus{} \frac {\cos ^{3} x}{\sin x} \ge k$ is hold for every $ x\in \left(0,\frac {\pi }{2} \right)$, what is the largest possible value of $ k$?
$\textbf{(A)}\ \frac {1}{2} \qquad\textbf{(B)}\ \frac {3}{4} \qquad\textbf{(C)}\ 1 \qquad\textbf{(D)}\ \frac {3}{2} \qquad\textbf{(E)}\ \text{None}$
2013 AIME Problems, 12
Let $S$ be the set of all polynomials of the form $z^3+az^2+bz+c$, where $a$, $b$, and $c$ are integers. Find the number of polynomials in $S$ such that each of its roots $z$ satisfies either $\left\lvert z \right\rvert = 20$ or $\left\lvert z \right\rvert = 13$.
2005 Junior Balkan Team Selection Tests - Romania, 16
Let $AB$ and $BC$ be two consecutive sides of a regular polygon with 9 vertices inscribed in a circle of center $O$. Let $M$ be the midpoint of $AB$ and $N$ be the midpoint of the radius perpendicular to $BC$. Find the measure of the angle $\angle OMN$.
2011 Today's Calculation Of Integral, 751
Find $\lim_{n\to\infty}\left(\frac{1}{n}\int_0^n (\sin ^ 2 \pi x)\ln (x+n)dx-\frac 12\ln n\right).$
2014 Contests, 1
Let $({{x}_{n}}),({{y}_{n}})$ be two positive sequences defined by ${{x}_{1}}=1,{{y}_{1}}=\sqrt{3}$ and
\[ \begin{cases} {{x}_{n+1}}{{y}_{n+1}}-{{x}_{n}}=0 \\ x_{n+1}^{2}+{{y}_{n}}=2 \end{cases} \] for all $n=1,2,3,\ldots$.
Prove that they are converges and find their limits.
1976 Vietnam National Olympiad, 2
Find all triangles $ABC$ such that $\frac{a cos A + b cos B + c cos C}{a sin A + b sin B + c sin C} =\frac{a + b + c}{9R}$, where, as usual, $a, b, c$ are the lengths of sides $BC, CA, AB$ and $R$ is the circumradius.
PEN G Problems, 12
An integer-sided triangle has angles $ p\theta$ and $ q\theta$, where $ p$ and $ q$ are relatively prime integers. Prove that $ \cos\theta$ is irrational.
1994 All-Russian Olympiad Regional Round, 11.1
Prove that for all $x \in \left( 0, \frac{\pi}{3} \right)$ inequality $sin2x+cosx>1$ holds.
2013 All-Russian Olympiad, 2
Acute-angled triangle $ABC$ is inscribed into circle $\Omega$. Lines tangent to $\Omega$ at $B$ and $C$ intersect at $P$. Points $D$ and $E$ are on $AB$ and $AC$ such that $PD$ and $PE$ are perpendicular to $AB$ and $AC$ respectively. Prove that the orthocentre of triangle $ADE$ is the midpoint of $BC$.
2013 North Korea Team Selection Test, 1
The incircle of a non-isosceles triangle $ABC$ with the center $I$ touches the sides $ BC, CA, AB$ at $ A_1 , B_1 , C_1 $ respectively. The line $AI$ meets the circumcircle of $ABC$ at $A_2 $. The line $B_1 C_1 $ meets the line $BC$ at $A_3 $ and the line $A_2 A_3 $ meets the circumcircle of $ABC$ at $A_4 (\ne A_2 ) $. Define $B_4 , C_4 $ similarly. Prove that the lines $ AA_4 , BB_4 , CC_4 $ are concurrent.
2001 Estonia National Olympiad, 1
Solve the system of equations $$\begin{cases} \sin x = y \\ \sin y = x \end{cases}$$
2007 Today's Calculation Of Integral, 248
Evaluate $ \int_{\frac {\pi}{4}}^{\frac {3}{4}\pi } \cos \frac {1}{\sin \left(\frac {1}{\sin x}\right)}\cdot \cos \left(\frac {1}{\sin x}\right)\cdot \frac {\cos x}{\sin ^ 2 x\cdot \sin ^ 2 \left(\frac {1}{\sin x }\right)}\ dx$
Last Edited, Sorry
kunny
1998 USAMTS Problems, 5
In the figure on the right, $O$ is the center of the circle, $OK$ and $OA$ are perpendicular to one another, $M$ is the midpoint of $OK$, $BN$ is parallel to $OK$, and $\angle AMN=\angle NMO$. Determine the measure of $\angle A B N$ in degrees.
[asy]
defaultpen(linewidth(0.7)+fontsize(10));
pair O=origin, A=dir(90), K=dir(180), M=0.5*dir(180), N=2/5*dir(90), B=dir(degrees((2/5, sqrt(21/25)))+90);
draw(K--O--A--M--N--B--A^^Circle(origin,1));
label("$A$", A, dir(O--A));
label("$K$", K, dir(O--K));
label("$B$", B, dir(O--B));
label("$N$", N, E);
label("$M$", M, S);
label("$O$", O, SE);[/asy]
2010 Indonesia TST, 1
Is there a triangle with angles in ratio of $ 1: 2: 4$ and the length of its sides are integers with at least one of them is a prime number?
[i]Nanang Susyanto, Jogjakarta[/i]
2006 China Second Round Olympiad, 7
Let $f(x)=\sin^4x-\sin x\cos x+cos^4 x$. Find the range of $f(x)$.
1989 IMO Longlists, 70
Given that \[ \frac{\cos(x) \plus{} \cos(y) \plus{} \cos(z)}{\cos(x\plus{}y\plus{}z)} \equal{} \frac{\sin(x)\plus{} \sin(y) \plus{} \sin(z)}{\sin(x \plus{} y \plus{} z)} \equal{} a,\] show that \[ \cos(y\plus{}z) \plus{} \cos(z\plus{}x) \plus{} \cos(x\plus{}y) \equal{} a.\]
2010 Today's Calculation Of Integral, 642
Evaluate
\[\int_0^{\frac{\pi}{6}} \frac{(\tan ^ 2 2x)\sqrt{\cos 2x}+2}{(\cos ^ 2 x)\sqrt{\cos 2x}}dx.\]
Own
2022 JHMT HS, 10
The maximum value of
\[ 2\sum_{n=1}^{\infty} \frac{\sin(n\theta)}{44^n} \]
over all real numbers $\theta$ can be expressed as a common fraction $\tfrac{p}{q}$. Compute $p + q$.
2007 ISI B.Stat Entrance Exam, 1
Suppose $a$ is a complex number such that
\[a^2+a+\frac{1}{a}+\frac{1}{a^2}+1=0\]
If $m$ is a positive integer, find the value of
\[a^{2m}+a^m+\frac{1}{a^m}+\frac{1}{a^{2m}}\]
2003 AIME Problems, 14
Let $A=(0,0)$ and $B=(b,2)$ be points on the coordinate plane. Let $ABCDEF$ be a convex equilateral hexagon such that $\angle FAB=120^\circ,$ $\overline{AB}\parallel \overline{DE},$ $\overline{BC}\parallel \overline{EF,}$ $\overline{CD}\parallel \overline{FA},$ and the y-coordinates of its vertices are distinct elements of the set $\{0,2,4,6,8,10\}.$ The area of the hexagon can be written in the form $m\sqrt{n},$ where $m$ and $n$ are positive integers and n is not divisible by the square of any prime. Find $m+n.$
2025 Sharygin Geometry Olympiad, 15
A point $C$ lies on the bisector of an acute angle with vertex $S$. Let $P$, $Q$ be the projections of $C$ to the sidelines of the angle. The circle centered at $C$ with radius $PQ$ meets the sidelines at points $A$ and $B$ such that $SA\ne SB$. Prove that the circle with center $A$ touching $SB$ and the circle with center $B$ touching $SA$ are tangent.
Proposed by: A.Zaslavsky
2011 Saudi Arabia Pre-TST, 3.1
Prove that $$\frac{\sin^3 a}{\sin b} +\frac{\cos^3 a}{\cos b} \ge \frac{1}{\cos(a - b)}$$ for all $a$ and $b$ in the interval $(0, \pi/2)$ .
2009 Harvard-MIT Mathematics Tournament, 3
If $\tan x + \tan y = 4$ and $\cot x + \cot y = 5$, compute $\tan(x + y)$.