practice problems

 Q1. ABC is a triangle and D and E are interior points of the sides AB and BC respectively such that:

AD/DB = 1/3
CE/EB = 3

If AE and CD intersect at F, find CF/FD.

S1.



Approach 1: Using mass points:
AD/DB = 1/3
=> A has higher mass since it's closer to D.
Let mA = 3 mB = 1
=> mC = 1/3
=> mE = 4/3

Now mF = 3 + 4/3 = 13/3 and it matches 4 + 1/3 = 13/3
So we have assigned masses correctly.

=> CF/FD = 4/(1/3) = 12

Approach 2: Menelaus theorem
Typically you would notice that if we have a solution using mass points, we can also solve it using Ceva's theorem or Menelaus' theorem.

Here, in triangle BDC, AFE is the traversal intersecting all sides.
BE/EC * CF/FD * DA/AB = 1

=> 1/3 * CF/FD * 1/4 = 1

=> CF/FD = 12 = Answer

Q2. L and M are the mid-points of the diagonals BD and AC respectively of the quadrilateral ABCD. Through D, draw DE equal and parallel to AB. Show that

EC || LM
EC = 2LM


S2.
It's straightforward with co-ordinate geometry.
A (0,0)
B(x1,0)
C(x3,y3)
D(x2,y2)


Since DE || AB and DE = AB
=> E = (x2 + x1,y2)

Now compute L,M co-ordinates and slope of LM.
You will see that slope is same as EC.

Also compute their lengths, you will see that EC = 2LM.
H.P.

Q3. In a parallelogram (ABCD), (AB = 2BC). (AD) is produced both ways so that

AM = AD = DN.
Show that BN is perpendicular to CM.

S3.
It's easier with vectors.
Assume A as origin, so AB, AD, AC, AN, AM are all position vectors.
N = 2D
M = -D
BN = N - B = 2D - B
CM = M - C = -D -C = -D -B -D = -B -2D

If we can show dot product of BN and CM = 0, we are done.
Since we need to show it as 0, we can ignore minus sign of -B -2D.

(2D - B). (B + 2D) = 2D.B + 2D.2D - B.B - 2B.D = 4D.D - B.B = 4|D|^2 - |B|^2

Now as given in the question |B| = 2|D|, plugging the value above gives 0. H.P.






Comments

Popular posts from this blog

IOQM 2024 Paper solutions (Done 1-21, 29)

Simon's factoring trick(complete the rectangle)

IOQM 2023 solutions