Found problems: 3349
1989 IMO Longlists, 5
The sequences $ a_0, a_1, \ldots$ and $ b_0, b_1, \ldots$ are defined for $ n \equal{} 0, 1, 2, \ldots$ by the equalities
\[ a_0 \equal{} \frac {\sqrt {2}}{2}, \quad a_{n \plus{} 1} \equal{} \frac {\sqrt {2}}{2} \cdot \sqrt {1 \minus{} \sqrt {1 \minus{} a^2_n}}
\]
and
\[ b_0 \equal{} 1, \quad b_{n \plus{} 1} \equal{} \frac {\sqrt {1 \plus{} b^2_n} \minus{} 1}{b_n}
\]
Prove the inequalities for every $ n \equal{} 0, 1, 2, \ldots$
\[ 2^{n \plus{} 2} a_n < \pi < 2^{n \plus{} 2} b_n.
\]
2009 Ukraine Team Selection Test, 10
Let $ ABCD$ be a convex quadrilateral and let $ P$ and $ Q$ be points in $ ABCD$ such that $ PQDA$ and $ QPBC$ are cyclic quadrilaterals. Suppose that there exists a point $ E$ on the line segment $ PQ$ such that $ \angle PAE \equal{} \angle QDE$ and $ \angle PBE \equal{} \angle QCE$. Show that the quadrilateral $ ABCD$ is cyclic.
[i]Proposed by John Cuya, Peru[/i]
2022 Romania EGMO TST, P3
Let be given a parallelogram $ ABCD$ and two points $ A_1$, $ C_1$ on its sides $ AB$, $ BC$, respectively. Lines $ AC_1$ and $ CA_1$ meet at $ P$. Assume that the circumcircles of triangles $ AA_1P$ and $ CC_1P$ intersect at the second point $ Q$ inside triangle $ ACD$. Prove that $ \angle PDA \equal{} \angle QBA$.
2008 National Olympiad First Round, 27
The angles $\alpha, \beta, \gamma$ of a triangle are in arithmetic progression. If $\sin 20\alpha$, $\sin 20\beta$, and $\sin 20\gamma$ are in arithmetic progression, how many different values can $\alpha$ take?
$
\textbf{(A)}\ 1
\qquad\textbf{(B)}\ 2
\qquad\textbf{(C)}\ 3
\qquad\textbf{(D)}\ 4
\qquad\textbf{(E)}\ \text{None of the above}
$
1994 Tuymaada Olympiad, 5
Find the smallest natural number $n$ for which $sin \Big(\frac{1}{n+1934}\Big)<\frac{1}{1994}$ .
2012 Today's Calculation Of Integral, 857
Let $f(x)=\lim_{n\to\infty} (\cos ^ n x+\sin ^ n x)^{\frac{1}{n}}$ for $0\leq x\leq \frac{\pi}{2}.$
(1) Find $f(x).$
(2) Find the volume of the solid generated by a rotation of the figure bounded by the curve $y=f(x)$ and the line $y=1$ around the $y$-axis.
2013 Stanford Mathematics Tournament, 6
Compute $\sum_{k=0}^{\infty}\int_{0}^{\frac{\pi}{3}}\sin^{2k} x \, dx$.
2014 China National Olympiad, 1
Let $ABC$ be a triangle with $AB>AC$. Let $D$ be the foot of the internal angle bisector of $A$. Points $F$ and $E$ are on $AC,AB$ respectively such that $B,C,F,E$ are concyclic. Prove that the circumcentre of $DEF$ is the incentre of $ABC$ if and only if $BE+CF=BC$.
Today's calculation of integrals, 881
Evaluate $\int_{-\pi}^{\pi} \left(\sum_{k=1}^{2013} \sin kx\right)^2dx$.
2009 Today's Calculation Of Integral, 514
Prove the following inequalities:
(1) $ x\minus{}\sin x\leq \tan x\minus{}x\ \ \left(0\leq x<\frac{\pi}{2}\right)$
(2) $ \int_0^x \cos (\tan t\minus{}t)\ dt\leq \sin (\sin x)\plus{}\frac 12 \left(x\minus{}\frac{\sin 2x}{2}\right)\ \left(0\leq x\leq \frac{\pi}{3}\right)$
1970 Poland - Second Round, 1
Prove that $$ |\cos n\beta - \cos n\alpha| \leq n^2 |\cos \beta - \cos\alpha|,$$ where $n$ is a natural number . Check for what values of $ n $, $ \alpha $, $ \beta $ equality holds.
1969 IMO Shortlist, 10
$(BUL 4)$ Let $M$ be the point inside the right-angled triangle $ABC (\angle C = 90^{\circ})$ such that $\angle MAB = \angle MBC = \angle MCA =\phi.$ Let $\Psi$ be the acute angle between the medians of $AC$ and $BC.$ Prove that $\frac{\sin(\phi+\Psi)}{\sin(\phi-\Psi)}= 5.$
2007 Junior Balkan MO, 2
Let $ABCD$ be a convex quadrilateral with $\angle{DAC}= \angle{BDC}= 36^\circ$ , $\angle{CBD}= 18^\circ$ and $\angle{BAC}= 72^\circ$. The diagonals and intersect at point $P$ . Determine the measure of $\angle{APD}$.
2000 Putnam, 4
Show that the improper integral \[ \lim_{B \rightarrow \infty} \displaystyle\int_{0}^{B} \sin (x) \sin (x^2) dx \] converges.
2008 AIME Problems, 15
A square piece of paper has sides of length $ 100$. From each corner a wedge is cut in the following manner: at each corner, the two cuts for the wedge each start at distance $ \sqrt {17}$ from the corner, and they meet on the diagonal at an angle of $ 60^\circ$ (see the figure below). The paper is then folded up along the lines joining the vertices of adjacent cuts. When the two edges of a cut meet, they are taped together. The result is a paper tray whose sides are not at right angles to the base. The height of the tray, that is, the perpendicular distance between the plane of the base and the plane formed by the upper edges, can be written in the form $ \sqrt [n]{m}$, where $ m$ and $ n$ are positive integers, $ m < 1000$, and $ m$ is not divisible by the $ n$th power of any prime. Find $ m \plus{} n$.
[asy]import math;
unitsize(5mm);
defaultpen(fontsize(9pt)+Helvetica()+linewidth(0.7));
pair O=(0,0);
pair A=(0,sqrt(17));
pair B=(sqrt(17),0);
pair C=shift(sqrt(17),0)*(sqrt(34)*dir(75));
pair D=(xpart(C),8);
pair E=(8,ypart(C));
draw(O--(0,8));
draw(O--(8,0));
draw(O--C);
draw(A--C--B);
draw(D--C--E);
label("$\sqrt{17}$",(0,2),W);
label("$\sqrt{17}$",(2,0),S);
label("cut",midpoint(A--C),NNW);
label("cut",midpoint(B--C),ESE);
label("fold",midpoint(C--D),W);
label("fold",midpoint(C--E),S);
label("$30^\circ$",shift(-0.6,-0.6)*C,WSW);
label("$30^\circ$",shift(-1.2,-1.2)*C,SSE);[/asy]
1964 Polish MO Finals, 1
Prove that the inequality $$ \frac{1}{3} \leq \frac{\tan 3\alpha}{\tan \alpha} \leq 3 $$ is not true for any value of $ \alpha $.
1988 Irish Math Olympiad, 12
Prove that if $n$ is a positive integer ,then \[cos^4\frac{\pi}{2n+1}+cos^4\frac{2\pi}{2n+1}+\cdots+cos^4\frac{n\pi}{2n+1}=\frac{6n-5}{16}.\]
2007 Harvard-MIT Mathematics Tournament, 23
In triangle $ABC$, $\angle ABC$ is obtuse. Point $D$ lies on side $AC$ such that $\angle ABD$ is right, and point $E$ lies on side $AC$ between $A$ and $D$ such that $BD$ bisects $\angle EBC$. Find $CE$ given that $AC=35$, $BC=7$, and $BE=5$.
2007 Today's Calculation Of Integral, 168
Prove that $\sum_{n=1}^{\infty}\int_{\frac{1}{n+1}}^{\frac{1}{n}}{\left|\frac{1}{x}\sin \frac{\pi}{x}\right| dx}$ diverge for $x>0.$
2002 Junior Balkan MO, 1
The triangle $ABC$ has $CA = CB$. $P$ is a point on the circumcircle between $A$ and $B$ (and on the opposite side of the line $AB$ to $C$). $D$ is the foot of the perpendicular from $C$ to $PB$. Show that $PA + PB = 2 \cdot PD$.
2007 ISI B.Stat Entrance Exam, 2
Use calculus to find the behaviour of the function
\[y=e^x\sin{x} \ \ \ \ \ \ \ -\infty <x< +\infty\]
and sketch the graph of the function for $-2\pi \le x \le 2\pi$. Show clearly the locations of the maxima, minima and points of inflection in your graph.
2019 Jozsef Wildt International Math Competition, W. 66
If $0 < a \leq b$ then$$\frac{2}{\sqrt{3}}\tan^{-1}\left(\frac{2(b^2 - a^2)}{(a^2+2)(b^2+2)}\right)\leq \int \limits_a^b \frac{(x^2+1)(x^2+x+1)}{(x^3 + x^2 + 1) (x^3 + x + 1)}dx\leq \frac{4}{\sqrt{3}}\tan^{-1}\left(\frac{(b-a)\sqrt{3}}{a+b+2(1+ab)}\right)$$
2009 AMC 8, 7
The triangular plot of ACD lies between Aspen Road, Brown Road and a railroad. Main Street runs east and west, and the railroad runs north and south. The numbers in the diagram indicate distances in miles. The width of the railroad track can be ignored. How many square miles are in the plot of land ACD?
[asy]
size(250);
defaultpen(linewidth(0.55));
pair A=(-6,0), B=origin, C=(0,6), D=(0,12);
pair ac=C+2.828*dir(45),
ca=A+2.828*dir(225),
ad=D+2.828*dir(A--D),
da=A+2.828*dir(D--A),
ab=(2.828,0),
ba=(-6-2.828, 0);
fill(A--C--D--cycle, gray);
draw(ba--ab);
draw(ac--ca);
draw(ad--da);
draw((0,-1)--(0,15));
draw((1/3, -1)--(1/3, 15));
int i;
for(i=1; i<15; i=i+1) {
draw((-1/10, i)--(13/30, i));
}
label("$A$", A, SE);
label("$B$", B, SE);
label("$C$", C, SE);
label("$D$", D, SE);
label("$3$", (1/3,3), E);
label("$3$", (1/3,9), E);
label("$3$", (-3,0), S);
label("Main", (-3,0), N);
label(rotate(45)*"Aspen", A--C, SE);
label(rotate(63.43494882)*"Brown", A--D, NW);
[/asy]
$\textbf{(A)}\ 2\qquad
\textbf{(B)}\ 3 \qquad
\textbf{(C)}\ 4.5 \qquad
\textbf{(D)}\ 6 \qquad
\textbf{(E)}\ 9$
2010 AMC 12/AHSME, 20
A geometric sequence $ (a_n)$ has $ a_1\equal{}\sin{x}, a_2\equal{}\cos{x},$ and $ a_3\equal{}\tan{x}$ for some real number $ x$. For what value of $ n$ does $ a_n\equal{}1\plus{}\cos{x}$?
$ \textbf{(A)}\ 4 \qquad \textbf{(B)}\ 5 \qquad \textbf{(C)}\ 6 \qquad \textbf{(D)}\ 7 \qquad \textbf{(E)}\ 8$
2006 Moldova National Olympiad, 10.6
Let a triangle $ABC$ satisfy $AC = BC$; in other words, let $ABC$ be an isosceles triangle with base $AB$. Let $P$ be a point inside the triangle $ABC$ such that $\angle PAB = \angle PBC$. Denote by $M$ the midpoint of the segment $AB$. Show that $\angle APM + \angle BPC = 180^{\circ}$.