Back to the list of problems

Problem 466 from Connelly's corpus: Ec, Hc, Tc


Problem

Given a point Ec, a point Hc and a point Tc, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point Hc and the point Tc, construct a line c (rule W02);

    % DET: points Hc and Tc are not the same

  2. Using the point Hc and the line c, construct a line hc (rule W10b);

  3. Choose freely a point Ec on the line hc (rule WOnline2)

  4. Using the point Ec and the point Hc, construct a line m(EcHc) (rule W14);

    % DET: points Ec and Hc are not the same

  5. Choose freely a point A on the line c (rule WOnline1)

  6. Using the point A and the point Hc, construct a line m(AHc) (rule W14);

    % DET: points A and Hc are not the same

  7. Choose freely a point B on the line c (rule WOnline1)

  8. Using the point B and the point A, construct a point Mc (rule W01);

  9. Using the point Ec and the point Mc, construct a line m(HbHa) (rule W02);

    % DET: points Ec and Mc are not the same

  10. Using the line m(EcHc) and the line m(HbHa), construct a point N (rule W03);

    % NDG: lines m(EcHc) and m(HbHa) are not parallel

    % DET: lines m(EcHc) and m(HbHa) are not the same

  11. Using the point Ec and the point N, construct a circle k(N,Ma) (rule W06);

    % NDG: points Ec and N are not the same

  12. Using the circle k(N,Ma) and the line m(AHc), construct a point Mb and a point Ea (rule W04);

    % NDG: line m(AHc) and circle k(N,Ma) intersect

  13. Using the point A and the point Mb, construct a point C (rule W01);

animation
Construction in GCLC language

Back to the list of problems