Forgot password?
 Create new account
Search
Author: 乌贼

[几何] 三角形之内切圆

[Copy link]

3151

Threads

8383

Posts

610K

Credits

Credits
65393
QQ

Show all posts

hbghlyj Post time 2023-3-3 01:17
可以建立一个淘专辑

Comments

你有空也建几个专辑呗😌  Post time 2023-3-3 03:54

3151

Threads

8383

Posts

610K

Credits

Credits
65393
QQ

Show all posts

hbghlyj Post time 2023-4-17 23:51
AOPS
Geometry Unbound Problems for Section 11.5
import geometry;
unitsize(2cm);
pair A,B,C,I,K,L,M,R,pS,t;
A=(0,0);
C=(4,0);
B=(-1,3);
triangle tri=triangle(A,B,C);
draw(tri);
circle o=incircle(tri);
draw(o);
I=o.C;
triangle tr=intouch(tri);
draw(tr);
K=tr.A;
L=tr.B;
M=tr.C;
draw(I--K);
draw(I--L);
draw(I--M);
label("$A$",A,S);
label("$B$",B,NW);
label("$C$",C,S);
label("$I$",I,NW);
label("$K$",K,NE);
label("$L$",L,S);
label("$M$",M,W);
line t=parallel(B,line(K,L));
R=intersectionpoint(line(M,K),t);
pS=intersectionpoint(line(M,L),t);
label("$R$",R,pS);
label("$S$",pS,W);
draw(t);
draw(pS--M);
draw(M--R);

Let $I$ be the incenter of triangle $ABC$. Let $K,L$ and $M$ be the points of tangency of the incircle of $ABC$ with $AB,BC$ and $CA$, respectively. The line $t$ passes through $B$ and is parallel to $KL$. The lines $MK$ and $ML$ intersect $t$ at the points $R$ and $S$. Prove that $\angle RIS$ is acute.
Evan Chen, §2.2 IMO 1998/5

First simple proof (grobber)
The problem is equivalent to showing $BI^2 > BR \cdot BS$.
But from
\[ \triangle BRK \sim \triangle MKL \sim \triangle BLS \]
we conclude
\[ BR = t \cdot \frac{MK}{ML},
  \qquad BS = t \cdot \frac{ML}{MK} \]
where $t = BK  = BL$ is the length of the tangent from $B$.
Hence $BR \cdot BS = t^2$.
Since $BI > t$ is clear, we are done.

Second projective proof
Let $N$ be the midpoint of $\overline{KL}$, and let ray $MN$ meet the incircle again at $P$.

Note that line $\overline{RBS}$ is the polar of $N$.
By Brokard's theorem, lines $MK$ and $PL$ should thus meet the polar of $N$, so we conclude $R = \overline{MK} \cap \overline{PL}$.
Analogously, $S = \overline{ML} \cap \overline{PK}$.

Again by Brokard's theorem, $\triangle NRS$ is self-polar, so $N$ is the orthocenter of $\triangle RIS$.
Since $N$ lies between $I$ and $B$ we are done.

3151

Threads

8383

Posts

610K

Credits

Credits
65393
QQ

Show all posts

hbghlyj Post time 2023-5-3 19:32


Gergonne line
Proof:
$A'B'$ is the polar of $C,$ $AB$ is the polar of $C',$ by La Hire's theorem, $C''$ is the pole of $CC'.$ Similarly, $A''$ is the pole of $AA',$ $B''$ is the pole of $BB'.$
Since their polars $AA', BB',$ and $CC'$ are concurrent (in the Gergonne point $\rm Ge$), the poles $A'', B'',$ and $C''$ are collinear to a line (the Gergonne line, naturally.)
GergonneLine[2].jpg

66

Threads

975

Posts

110K

Credits

Credits
10116

Show all posts

 Author| 乌贼 Post time 2023-8-5 22:04

66

Threads

975

Posts

110K

Credits

Credits
10116

Show all posts

 Author| 乌贼 Post time 2023-8-13 00:21
本帖最后由 乌贼 于 2023-8-13 01:32 编辑 题简洁搬过来
kuing.cjhb.site/forum.php?mod=viewthread&tid=11334&extra=page%3D1

66

Threads

975

Posts

110K

Credits

Credits
10116

Show all posts

 Author| 乌贼 Post time 2023-8-14 01:45

66

Threads

975

Posts

110K

Credits

Credits
10116

Show all posts

 Author| 乌贼 Post time 2023-8-15 00:07

66

Threads

975

Posts

110K

Credits

Credits
10116

Show all posts

 Author| 乌贼 Post time 2023-11-11 11:37
题目: 34.png
   如图,直径$ AB $与弦$ CD $交于圆外一点$ P $,$ C,C_1 $关于$ AB $对称,$ E $为$ AB $与$ C_1D $交点。求证:$ \dfrac{OE}{OA}=\dfrac{BE}{PB} $
证明: 35.png
连接$ OC $,有\[ \angle CDE=\angle COE \]即$ CDOE $四点共园,由圆的割线定理得\[ PB\cdot PA=PC\cdot PD=PE\cdot PO \]展开\[ PB\cdot (PB+BE+OE+OA)=(PB+BE)\cdot (PB+BE+OE) \]整理后有\[  \dfrac{OE}{OA}=\dfrac{BE}{PB}  \]

手机版|悠闲数学娱乐论坛(第3版)

2025-3-6 17:10 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list