This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 1389

2020 China Second Round Olympiad, 1

Tags: geometry , incenter
In triangle $ABC,$ $AB=BC,$ and let $I$ be the incentre of $\triangle ABC.$ $M$ is the midpoint of segment $BI.$ $P$ lies on segment $AC,$ such that $AP=3PC.$ $H$ lies on line $PI,$ such that $MH\perp PH.$ $Q$ is the midpoint of the arc $AB$ of the circumcircle of $\triangle ABC$. Prove that $BH\perp QH.$

2012 Online Math Open Problems, 50

In tetrahedron $SABC$, the circumcircles of faces $SAB$, $SBC$, and $SCA$ each have radius $108$. The inscribed sphere of $SABC$, centered at $I$, has radius $35.$ Additionally, $SI = 125$. Let $R$ be the largest possible value of the circumradius of face $ABC$. Given that $R$ can be expressed in the form $\sqrt{\frac{m}{n}}$, where $m$ and $n$ are relatively prime positive integers, find $m+n$. [i]Author: Alex Zhu[/i]

2009 Germany Team Selection Test, 2

Let triangle $ABC$ be perpendicular at $A.$ Let $M$ be the midpoint of segment $\overline{BC}.$ Point $D$ lies on side $\overline{AC}$ and satisfies $|AD|=|AM|.$ Let $P \neq C$ be the intersection of the circumcircle of triangles $AMC$ and $BDC.$ Prove that $CP$ bisects the angle at $C$ of triangle $ABC.$

2004 All-Russian Olympiad, 2

Let $ I(A)$ and $ I(B)$ be the centers of the excircles of a triangle $ ABC,$ which touches the sides $ BC$ and $ CA$ in its interior. Furthermore let $ P$ a point on the circumcircle $ \omega$ of the triangle $ ABC.$ Show that the center of the segment which connects the circumcenters of the triangles $ I(A)CP$ and $ I(B)CP$ coincides with the center of the circle $ \omega.$

2012 CentroAmerican, 3

Let $ABC$ be a triangle with $AB < BC$, and let $E$ and $F$ be points in $AC$ and $AB$ such that $BF = BC = CE$, both on the same halfplane as $A$ with respect to $BC$. Let $G$ be the intersection of $BE$ and $CF$. Let $H$ be a point in the parallel through $G$ to $AC$ such that $HG = AF$ (with $H$ and $C$ in opposite halfplanes with respect to $BG$). Show that $\angle EHG = \frac{\angle BAC}{2}$.

2010 Contests, 3

Let $ I $ be the incenter of triangle $ ABC $. The incircle touches $ BC, CA, AB$ at points $ P, Q, R $. A circle passing through $ B , C $ is tangent to the circle $I$ at point $ X $, a circle passing through $ C , A $ is tangent to the circle $I$ at point $ Y $, and a circle passing through $ A , B $ is tangent to the circle $I$ at point $ Z $, respectively. Prove that three lines $ PX, QY, RZ $ are concurrent.

2010 IMO Shortlist, 7

Three circular arcs $\gamma_1, \gamma_2,$ and $\gamma_3$ connect the points $A$ and $C.$ These arcs lie in the same half-plane defined by line $AC$ in such a way that arc $\gamma_2$ lies between the arcs $\gamma_1$ and $\gamma_3.$ Point $B$ lies on the segment $AC.$ Let $h_1, h_2$, and $h_3$ be three rays starting at $B,$ lying in the same half-plane, $h_2$ being between $h_1$ and $h_3.$ For $i, j = 1, 2, 3,$ denote by $V_{ij}$ the point of intersection of $h_i$ and $\gamma_j$ (see the Figure below). Denote by $\widehat{V_{ij}V_{kj}}\widehat{V_{kl}V_{il}}$ the curved quadrilateral, whose sides are the segments $V_{ij}V_{il},$ $V_{kj}V_{kl}$ and arcs $V_{ij}V_{kj}$ and $V_{il}V_{kl}.$ We say that this quadrilateral is $circumscribed$ if there exists a circle touching these two segments and two arcs. Prove that if the curved quadrilaterals $\widehat{V_{11}V_{21}}\widehat{V_{22}V_{12}}, \widehat{V_{12}V_{22}}\widehat{V_{23}V_{13}},\widehat{V_{21}V_{31}}\widehat{V_{32}V_{22}}$ are circumscribed, then the curved quadrilateral $\widehat{V_{22}V_{32}}\widehat{V_{33}V_{23}}$ is circumscribed, too. [i]Proposed by Géza Kós, Hungary[/i] [asy] pathpen=black; size(400); pair A=(0,0), B=(4,0), C=(10,0); draw(L(A,C,0.3)); MP("A",A); MP("B",B); MP("C",C); pair X=(5,-7); path G1=D(arc(X,C,A)); pair Y=(5,7), Z=(9,6); draw(Z--B--Y); struct T {pair C;real r;}; T f(pair X, pair B, pair Y, pair Z) { pair S=unit(Y-B)+unit(Z-B); real s=abs(sin(angle((Y-B)/(Z-B))/2)); real t=10, r=abs(X-A); pair Q; for(int k=0;k<30;++k) { Q=B+t*S; t-=(abs(X-Q)-r)/abs(S)-s*t; } T T=new T; T.C=Q; T.r=s*t*abs(S); return T; } void g(pair Q, real r) { real t=0; for(int k=0;k<30;++k) { X=(5,t); t+=(abs(X-Q)+r-abs(X-A)); } } pair Z1=(1.07,6); draw(B--Z1); T T=f(X,B,Y,Z1); draw(CR(T.C,T.r)); T T=f(X,B,Y,Z); draw(CR(T.C,T.r)); g(T.C,T.r); path G2=D(arc(X,C,A)); T T=f(X,B,Y,Z1); draw(CR(T.C,T.r)); T=f(X,B,Y,Z); draw(CR(T.C,T.r)); g(T.C,T.r); path G3=D(arc(X,C,A)); pen p=black+fontsize(8); MC("\gamma_1",G1,0.85,p); MC("\gamma_2",G2,0.85,NNW,p); MC("\gamma_3",G3,0.85,WNW,p); MC("h_1",B--Z1,0.95,E,p); MC("h_2",B--Y,0.95,E,p); MC("h_3",B--Z,0.95,E,p); path[] G={G1,G2,G3}; path[] H={B--Z1,B--Y,B--Z}; pair[][] al={{S+SSW,S+SSW,3*S},{SE,NE,NW},{2*SSE,2*SSE,2*E}}; for(int i=0;i<3;++i) for(int j=0;j<3;++j) MP("V_{"+string(i+1)+string(j+1)+"}",IP(H[i],G[j]),al[i][j],fontsize(8));[/asy]

2014 Iran Team Selection Test, 2

Point $D$ is an arbitary point on side $BC$ of triangle $ABC$. $I$,$I_1$ and$I_2$ are the incenters of triangles $ABC$,$ABD$ and $ACD$ respectively. $M\not=A$ and $N\not=A$ are the intersections of circumcircle of triangle $ABC$ and circumcircles of triangles $IAI_1$ and $IAI_2$ respectively. Prove that regardless of point $D$, line $MN$ goes through a fixed point.

2021-IMOC, G4

Let $D$ be a point on the side $AC$ of a triangle $ABC$. Suppose that the incircle of triangle $BCD$ intersects $BD$ and $CD$ at $X$, $Y$, respectively. Show that $XY$ passes through a fixed point when $D$ is moving on the side $AC$.

2023 Princeton University Math Competition, 13

Tags: geometry , incenter
13. Let $\triangle T B D$ be a triangle with $T B=6, B D=8$, and $D T=7$. Let $I$ be the incenter of $\triangle T B D$, and let $T I$ intersect the circumcircle of $\triangle T B D$ at $M \neq T$. Let lines $T B$ and $M D$ intersect at $Y$, and let lines $T D$ and $M B$ intersect at $X$. Let the circumcircles of $\triangle Y B M$ and $\triangle X D M$ intersect at $Z \neq M$. If the area of $\triangle Y B Z$ is $x$ and the area of $\triangle X D Z$ is $y$, then the ratio $\frac{x}{y}$ can be expressed as $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.

1996 Baltic Way, 5

Let $ABCD$ be a cyclic convex quadrilateral and let $r_a,r_b,r_c,r_d$ be the radii of the circles inscribed in the triangles $BCD, ACD, ABD, ABC$, respectively. Prove that $r_a+r_c=r_b+r_d$.

2019 BMT Spring, 13

Triangle $\vartriangle ABC$ has $AB = 13$, $BC = 14$, and $CA = 15$. $\vartriangle ABC$ has incircle $\gamma$ and circumcircle $\omega$. $\gamma$ has center at $I$. Line $AI$ is extended to hit $\omega$ at $P$. What is the area of quadrilateral $ABPC$?

2016 Korea National Olympiad, 5

A non-isosceles triangle $\triangle ABC$ has incenter $I$ and the incircle hits $BC, CA, AB$ at $D, E, F$. Let $EF$ hit the circumcircle of $CEI$ at $P \not= E$. Prove that $\triangle ABC = 2 \triangle ABP$.

2021 SAFEST Olympiad, 3

Let $ABC$ be a triangle with $AB < AC$, incenter $I$, and $A$ excenter $I_{A}$. The incircle meets $BC$ at $D$. Define $E = AD\cap BI_{A}$, $F = AD\cap CI_{A}$. Show that the circumcircle of $\triangle AID$ and $\triangle I_{A}EF$ are tangent to each other

2011 Polish MO Finals, 2

The incircle of triangle $ABC$ is tangent to $BC,CA,AB$ at $D,E,F$ respectively. Consider the triangle formed by the line joining the midpoints of $AE,AF$, the line joining the midpoints of $BF,BD$, and the line joining the midpoints of $CD,CE$. Prove that the circumcenter of this triangle coincides with the circumcenter of triangle $ABC$.

2021 Peru IMO TST, P2

Tags: geometry , incenter
In an acute triangle $ABC$, its inscribed circle touches the sides $AB,BC$ at the points $C_1,A_1$ respectively. Let $M$ be the midpoint of the side $AC$, $N$ be the midpoint of the arc $ABC$ on the circumcircle of triangle $ABC$, and $P$ be the projection of $M$ on the segment $A_1C_1$. Prove that the points $P,N$ and the incenter $I$ of the triangle $ABC$ lie on the same line.

2011 Saudi Arabia IMO TST, 1

Tags: incenter , geometry
Let $I$ be the incenter of a triangle $ABC$ and let $A', B', C'$ be midpoints of sides $BC$, $CA$, $AB$, respectively. If $IA'= IB'= IC'$ , then prove that triangle $ABC$ is equilateral.

2021 Romanian Master of Mathematics Shortlist, G2

Let $ABC$ be a triangle with incenter $I$. The line through $I$, perpendicular to $AI$, intersects the circumcircle of $ABC$ at points $P$ and $Q$. It turns out there exists a point $T$ on the side $BC$ such that $AB + BT = AC + CT$ and $AT^2 = AB \cdot AC$. Determine all possible values of the ratio $IP/IQ$.

2008 Sharygin Geometry Olympiad, 17

(A.Myakishev, 9--11) Given triangle $ ABC$ and a ruler with two marked intervals equal to $ AC$ and $ BC$. By this ruler only, find the incenter of the triangle formed by medial lines of triangle $ ABC$.

2010 Iran Team Selection Test, 6

Let $M$ be an arbitrary point on side $BC$ of triangle $ABC$. $W$ is a circle which is tangent to $AB$ and $BM$ at $T$ and $K$ and is tangent to circumcircle of $AMC$ at $P$. Prove that if $TK||AM$, circumcircles of $APT$ and $KPC$ are tangent together.

2004 All-Russian Olympiad, 2

Let $ABCD$ be a circumscribed quadrilateral (i. e. a quadrilateral which has an incircle). The exterior angle bisectors of the angles $DAB$ and $ABC$ intersect each other at $K$; the exterior angle bisectors of the angles $ABC$ and $BCD$ intersect each other at $L$; the exterior angle bisectors of the angles $BCD$ and $CDA$ intersect each other at $M$; the exterior angle bisectors of the angles $CDA$ and $DAB$ intersect each other at $N$. Let $K_{1}$, $L_{1}$, $M_{1}$ and $N_{1}$ be the orthocenters of the triangles $ABK$, $BCL$, $CDM$ and $DAN$, respectively. Show that the quadrilateral $K_{1}L_{1}M_{1}N_{1}$ is a parallelogram.

2007 All-Russian Olympiad Regional Round, 9.6

Given a triangle. A variable poin $ D$ is chosen on side $ BC$. Points $ K$ and $ L$ are the incenters of triangles $ ABD$ and $ ACD$, respectively. Prove that the second intersection point of the circumcircles of triangles $ BKD$ and $ CLD$ moves along on a fixed circle (while $ D$ moves along segment $ BC$).

1985 Vietnam Team Selection Test, 2

Let $ ABC$ be a triangle with $ AB \equal{} AC$. A ray $ Ax$ is constructed in space such that the three planar angles of the trihedral angle $ ABCx$ at its vertex $ A$ are equal. If a point $ S$ moves on $ Ax$, find the locus of the incenter of triangle $ SBC$.

2016 South East Mathematical Olympiad, 7

Tags: incenter , geometry
$I$ is incenter of $\triangle{ABC}$. The incircle touches $BC,CA,AB$ at $D,E,F$, respectively . Let $M,N,K=BI,CI,DI \cap EF$ respectively and $BN\cap CM=P,AK\cap BC=G$. Point $Q$ is intersection of the perpendicular line to $PG$ through $I$ and the perpendicular line to $PB$ through $P$. Prove that $BI$ bisect segment $PQ$.

2005 India IMO Training Camp, 1

Let $ABC$ be a triangle with all angles $\leq 120^{\circ}$. Let $F$ be the Fermat point of triangle $ABC$, that is, the interior point of $ABC$ such that $\angle AFB = \angle BFC = \angle CFA = 120^\circ$. For each one of the three triangles $BFC$, $CFA$ and $AFB$, draw its Euler line - that is, the line connecting its circumcenter and its centroid. Prove that these three Euler lines pass through one common point. [i]Remark.[/i] The Fermat point $F$ is also known as the [b]first Fermat point[/b] or the [b]first Toricelli point[/b] of triangle $ABC$. [i]Floor van Lamoen[/i]