⎩ ⎪ ⎨ ⎪ ⎧ A n + 1 = α A n + ( 1 − α ) B n B n + 1 = α B n + ( 1 − α ) C n C n + 1 = α C n + ( 1 − α ) A n
Let
A
1
,
B
1
,
C
1
be three distinct non-collinear points on the coordinate plane.
Also
A
n
,
B
n
,
C
n
satisfy the recurrence relation above (
0
<
α
<
1
).
Then n → ∞ lim A n is the __________ of the triangle A 1 B 1 C 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Of course, we have to show that the limit exists ...
Log in to reply
It can be shown by considering the sequence:
{
a
n
}
=
A
n
B
n
which is a GS with
0
<
r
<
1
...
OMG I forgot to specify
0
<
α
<
1
... edited, thanks!
Cool solution!
is there a way to prove that the average of the coordinates give you the centroid?
I do not nos how to actually prove it matematically but as an bn and cn Grow the sabe way as n Grows, it only could be the centroid. AM I wrong?
Writing in matrix form:
⎣
⎡
A
n
+
1
B
n
+
1
C
n
+
1
⎦
⎤
=
⎣
⎡
α
0
1
−
α
1
−
α
α
0
0
1
−
α
α
⎦
⎤
⎣
⎡
A
n
B
n
C
n
⎦
⎤
or
⎣
⎡
A
n
+
1
B
n
+
1
C
n
+
1
⎦
⎤
=
⎣
⎡
α
0
1
−
α
1
−
α
α
0
0
1
−
α
α
⎦
⎤
n
⎣
⎡
A
1
B
1
C
1
⎦
⎤
Now consider the
3
by
3
matrix as a matrix of Markov Chain.
By symmetry,
n
→
∞
lim
⎣
⎡
α
0
1
−
α
1
−
α
α
0
0
1
−
α
α
⎦
⎤
n
=
⎣
⎡
3
1
3
1
3
1
3
1
3
1
3
1
3
1
3
1
3
1
⎦
⎤
So
A
∞
=
B
∞
=
C
∞
=
3
1
(
A
1
+
B
1
+
C
1
)
=
centroid of triangle
A
1
B
1
C
1
.
Problem Loading...
Note Loading...
Set Loading...
Expanding the equations given, we get :
A n + 1 + B n + 1 + C n + 1 = A n + B n + C n
i.e. sum of coordinates are always the same regardless of n .
⟹ centroid are the same.(which is the centre of mass)