Found problems: 3349
1999 India National Olympiad, 4
Let $\Gamma$ and $\Gamma'$ be two concentric circles. Let $ABC$ and $A'B'C'$ be any two equilateral triangles inscribed in $\Gamma$ and $\Gamma'$ respectively. If $P$ and $P'$ are any two points on $\Gamma$ and $\Gamma'$ respectively, show that \[ P'A^2 + P'B^2 + P'C^2 = A'P^2 + B'P^2 + C'P^2. \]
2012 Today's Calculation Of Integral, 835
Evaluate the following definite integrals.
(a) $\int_1^2 \frac{x-1}{x^2-2x+2}\ dx$
(b) $\int_0^1 \frac{e^{4x}}{e^{2x}+2}\ dx$
(c) $\int_1^e x\ln \sqrt{x}\ dx$
(d) $\int_0^{\frac{\pi}{3}} \left(\cos ^ 2 x\sin 3x-\frac 14\sin 5x\right)\ dx$
2002 AMC 12/AHSME, 24
A convex quadrilateral $ ABCD$ with area $ 2002$ contains a point $ P$ in its interior such that $ PA \equal{} 24$, $ PB \equal{} 32$, $ PC \equal{} 28$, and $ PD \equal{} 45$. FInd the perimeter of $ ABCD$.
$ \textbf{(A)}\ 4\sqrt {2002}\qquad \textbf{(B)}\ 2\sqrt {8465}\qquad \textbf{(C)}\ 2\left(48 \plus{} \sqrt {2002}\right)$
$ \textbf{(D)}\ 2\sqrt {8633}\qquad \textbf{(E)}\ 4\left(36 \plus{} \sqrt {113}\right)$
2013 AIME Problems, 8
A hexagon that is inscribed in a circle has side lengths $22$, $22$, $20$, $22$, $22$, and $20$ in that order. The radius of the circle can be written as $p+\sqrt{q}$, where $p$ and $q$ are positive integers. Find $p+q$.
2007 Canada National Olympiad, 4
For two real numbers $ a$, $ b$, with $ ab\neq 1$, define the $ \ast$ operation by
\[ a\ast b=\frac{a+b-2ab}{1-ab}.\] Start with a list of $ n\geq 2$ real numbers whose entries $ x$ all satisfy $ 0<x<1$. Select any two numbers $ a$ and $ b$ in the list; remove them and put the number $ a\ast b$ at the end of the list, thereby reducing its length by one. Repeat this procedure until a single number remains.
$ a.$ Prove that this single number is the same regardless of the choice of pair at each stage.
$ b.$ Suppose that the condition on the numbers $ x$ is weakened to $ 0<x\leq 1$. What happens if the list contains exactly one $ 1$?
1985 IMO Longlists, 27
Let $O$ be a point on the oriented Euclidean plane and $(\mathbf i, \mathbf j)$ a directly oriented orthonormal basis. Let $C$ be the circle of radius $1$, centered at $O$. For every real number $t$ and non-negative integer$ n$ let $M_n$ be the point on $C$ for which $\langle \mathbf i , \overrightarrow{OM_n} \rangle = \cos 2^n t.$ (or $\overrightarrow{OM_n} =\cos 2^n t \mathbf i +\sin 2^n t \mathbf j$).
Let $k \geq 2$ be an integer. Find all real numbers $t \in [0, 2\pi)$ that satisfy
[b](i)[/b] $M_0 = M_k$, and
[b](ii)[/b] if one starts from $M0$ and goes once around $C$ in the positive direction, one meets successively the points $M_0,M_1, \dots,M_{k-2},M_{k-1}$, in this order.
1963 Vietnam National Olympiad, 3
Solve the equation $ \sin^3x \cos 3x \plus{} \cos^3x \sin 3x \equal{} \frac{3}{8}$.
2014 Iran Team Selection Test, 6
$I$ is the incenter of triangle $ABC$. perpendicular from $I$ to $AI$ meet $AB$ and $AC$ at ${B}'$ and ${C}'$ respectively .
Suppose that ${B}''$ and ${C}''$ are points on half-line $BC$ and $CB$ such that $B{B}''=BA$ and $C{C}''=CA$.
Suppose that the second intersection of circumcircles of $A{B}'{B}''$ and $A{C}'{C}''$ is $T$.
Prove that the circumcenter of $AIT$ is on the $BC$.
2005 Today's Calculation Of Integral, 22
Evaluate
\[\int_0^1 (1-x^2)^n dx\ (n=0,1,2,\cdots)\]
2014 Contests, 4
A circle passes through the points $A,C$ of triangle $ABC$ intersects with the sides $AB,BC$ at points $D,E$ respectively. Let $ \frac{BD}{CE}=\frac{3}{2}$, $BE=4$, $AD=5$ and $AC=2\sqrt{7} $.
Find the angle $ \angle BDC$.
2012 All-Russian Olympiad, 4
The point $E$ is the midpoint of the segment connecting the orthocentre of the scalene triangle $ABC$ and the point $A$. The incircle of triangle $ABC$ incircle is tangent to $AB$ and $AC$ at points $C'$ and $B'$ respectively. Prove that point $F$, the point symmetric to point $E$ with respect to line $B'C'$, lies on the line that passes through both the circumcentre and the incentre of triangle $ABC$.
2003 AMC 10, 19
Three semicircles of radius $ 1$ are constructed on diameter $ AB$ of a semicircle of radius $ 2$. The centers of the small semicircles divide $ \overline{AB}$ into four line segments of equal length, as shown. What is the area of the shaded region that lies within the large semicircle but outside the smaller semicircles?
[asy]import graph;
unitsize(14mm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
dashed=linetype("4 4");
dotfactor=3;
pair A=(-2,0), B=(2,0);
fill(Arc((0,0),2,0,180)--cycle,mediumgray);
fill(Arc((-1,0),1,0,180)--cycle,white);
fill(Arc((0,0),1,0,180)--cycle,white);
fill(Arc((1,0),1,0,180)--cycle,white);
draw(Arc((-1,0),1,60,180));
draw(Arc((0,0),1,0,60),dashed);
draw(Arc((0,0),1,60,120));
draw(Arc((0,0),1,120,180),dashed);
draw(Arc((1,0),1,0,120));
draw(Arc((0,0),2,0,180)--cycle);
dot((0,0));
dot((-1,0));
dot((1,0));
draw((-2,-0.1)--(-2,-0.3),gray);
draw((-1,-0.1)--(-1,-0.3),gray);
draw((1,-0.1)--(1,-0.3),gray);
draw((2,-0.1)--(2,-0.3),gray);
label("$A$",A,W);
label("$B$",B,E);
label("1",(-1.5,-0.1),S);
label("2",(0,-0.1),S);
label("1",(1.5,-0.1),S);[/asy]$ \textbf{(A)}\ \pi\minus{}\sqrt3 \qquad
\textbf{(B)}\ \pi\minus{}\sqrt2 \qquad
\textbf{(C)}\ \frac{\pi\plus{}\sqrt2}{2} \qquad
\textbf{(D)}\ \frac{\pi\plus{}\sqrt3}{2}$
$ \textbf{(E)}\ \frac{7}{6}\pi\minus{}\frac{\sqrt3}{2}$
2010 Today's Calculation Of Integral, 586
Evaluate $ \int_0^1 \frac{x^{14}}{x^2\plus{}1}\ dx$.
2011 Olympic Revenge, 1
Let $p, q, r, s, t \in \mathbb{R}^{*}_{+}$ satisfying:
i) $p^2 + pq + q^2 = s^2$
ii) $q^2 + qr + r^2 = t^2$
iii) $r^2 + rp + p^2 = s^2 - st + t^2$
Prove that
\[\frac{s^2 - st + t^2}{s^2t^2} = \frac{r^2}{q^2t^2} + \frac{p^2}{q^2s^2} - \frac{pr}{q^2ts}\]
1988 Bundeswettbewerb Mathematik, 3
Consider an octagon with equal angles and with rational sides. Prove that it has a center of symmetry.
1992 IMO Longlists, 21
Prove that if $x,y,z >1$ and $\frac 1x +\frac 1y +\frac 1z = 2$, then
\[\sqrt{x+y+z} \geq \sqrt{x-1}+\sqrt{y-1}+\sqrt{z-1}.\]
2003 France Team Selection Test, 3
$M$ is an arbitrary point inside $\triangle ABC$. $AM$ intersects the circumcircle of the triangle again at $A_1$. Find the points $M$ that minimise $\frac{MB\cdot MC}{MA_1}$.
2000 Baltic Way, 20
For every positive integer $n$, let
\[x_n=\frac{(2n+1)(2n+3)\cdots (4n-1)(4n+1)}{(2n)(2n+2)\cdots (4n-2)(4n)}\]
Prove that $\frac{1}{4n}<x_n-\sqrt{2}<\frac{2}{n}$.
2010 Moldova Team Selection Test, 2
Let $ x_1, x_2, \ldots, x_n$ be positive real numbers with sum $ 1$. Find the integer part of:
$ E\equal{}x_1\plus{}\dfrac{x_2}{\sqrt{1\minus{}x_1^2}}\plus{}\dfrac{x_3}{\sqrt{1\minus{}(x_1\plus{}x_2)^2}}\plus{}\cdots\plus{}\dfrac{x_n}{\sqrt{1\minus{}(x_1\plus{}x_2\plus{}\cdots\plus{}x_{n\minus{}1})^2}}$
1998 Baltic Way, 9
Let the numbers $\alpha ,\beta $ satisfy $0<\alpha <\beta <\frac{\pi}{2}$ and let $\gamma $ and $\delta $ be the numbers defined by the conditions:
$(\text{i})\ 0<\gamma<\frac{\pi}{2}$, and $\tan\gamma$ is the arithmetic mean of $\tan\alpha$ and $\tan\beta$;
$(\text{ii})\ 0<\delta<\frac{\pi}{2}$, and $\frac{1}{\cos\delta}$ is the arithmetic mean of $\frac{1}{\cos\alpha}$ and $\frac{1}{\cos\beta}$.
Prove that $\gamma <\delta $.
1962 IMO Shortlist, 4
Solve the equation $\cos^2{x}+\cos^2{2x}+\cos^2{3x}=1$
1970 Canada National Olympiad, 2
Given a triangle $ABC$ with angle $A$ obtuse and with altitudes of length $h$ and $k$ as shown in the diagram, prove that $a+h\ge b+k$. Find under what conditions $a+h=b+k$.
[asy]
size(6cm);
pair A = dir(105), C = dir(170), B = dir(10), D = foot(B, A, C), E = foot(A, B, C);
draw(A--B--C--cycle);
draw(B--D--A--E);
dot(A); dot(B); dot(C); dot(D); dot(E);
label("$A$", A, dir(110));
label("$B$", B, B);
label("$C$", C, C);
label("$D$", D, D);
label("$E$", E, dir(45));
label("$h$", A--E, dir(0));
label("$k$", B--D, dir(45));
[/asy]
2011 India Regional Mathematical Olympiad, 1
Let $ABC$ be an acute angled scalene triangle with circumcentre $O$ and orthocentre $H.$ If $M$ is the midpoint of $BC,$ then show that $AO$ and $HM$ intersect on the circumcircle of $ABC.$
2010 Today's Calculation Of Integral, 588
Evaluate $ \int_0^{\frac{\pi}{2}} e^{xe^x}\{(x\plus{}1)e^x(\cos x\plus{}\sin x)\plus{}\cos x\minus{}\sin x\}dx$.
2014 USA TSTST, 2
Consider a convex pentagon circumscribed about a circle. We name the lines that connect vertices of the pentagon with the opposite points of tangency with the circle [i]gergonnians[/i].
(a) Prove that if four gergonnians are conncurrent, the all five of them are concurrent.
(b) Prove that if there is a triple of gergonnians that are concurrent, then there is another triple of gergonnians that are concurrent.