Construct a triangle given an angle and two medians

649 Views Asked by At

Construct, with ruler and compass, a triangle $ABC$ knowing the angle $\widehat{A}$ and $m_a$ and $m_b$, where $m_a$ and $m_b$ are the medians relative to the vertices $A$ and $B$, respectively.

2

There are 2 best solutions below

0
On

If we set $m_a=3x,m_b=3y$ and consider the following construction: enter image description here

We have that: $$GU = 2x\sin\varphi,\quad GV=x\sin\varphi,\quad UV=M_BW=3x\sin\varphi,$$ $$M_B V^2 = y^2-x^2\sin^2\varphi,\quad AU=2x\cos\varphi,\quad AW=AU-M_BV, $$ hence: $$\cot A = \frac{AW}{M_B W}=\frac{2x\cos\varphi-\sqrt{y^2-x^2\sin^2\varphi}}{3x\sin\varphi}$$ and we have: $$3\cot A = 2\cot\varphi-\sqrt{-1+\frac{y^2}{x^2}(1+\cot^2\varphi)},\tag{1}$$ so it is possible to get the value of $\cot\varphi$ (then build the triangle $GAB$ and the triangle $ABC$) by solving the quadratic equation: $$\left(4-\frac{y^2}{x^2}\right)\cot^2\varphi - 12\cot A\cot\varphi +\left(9\cot^2 A+1-\frac{y^2}{x^2}\right)=0.\tag{2}$$

0
On

There is a method by finding the loci. The procedure is the following:

Let the length of median from B be k and from A be m.

  1. Draw BE equal to k.
  2. Trisect BE and locate G. It will be at a distance of 2k/3 from B.
  3. Draw Arc BE such that it subtends an angle of A at any point on it.
  4. Taking G as center, construct a circle having center G and radius 2m/3. Let it intersect Arc BE at A.
  5. Extend AE to an equal amount and locate C.
  6. Complete triangle ABC as desired.