Back to the list of problems

Problem 266 from Connelly's corpus: Ea, Hc, N


Problem

Given a point Ea, a point Hc and a point N, 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 N, construct a circle k(N,Ma) (rule W06);

    % NDG: points Hc and N are not the same

  2. Choose freely a point Ea on the circle k(N,Ma) (rule WOncircle)

  3. Using the point Ea and the point N, construct a line m(HbHc) (rule W02);

    % DET: points Ea and N are not the same

  4. Using the circle k(N,Ma), the line m(HbHc), the point N and the point Ea, construct a point Ma (rule W05a);

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

    % DET: points Ea and Ma must be different

  5. Using the point Hc and the point Ea, construct a circle k(Ea,A) (rule W06);

    % NDG: points Hc and Ea are not the same

  6. Using the circle k(N,Ma), the circle k(Ea,A), the point Hc, the point N and the point Ea, construct a point Hb (rule W08);

    % NDG: circles k(N,Ma) and k(Ea,A) intersect

    % DET: circles k(N,Ma) and k(Ea,A) are not the same points Hc and Hb must be different

  7. Choose freely a point A on the circle k(Ea,A) (rule WOncircle)

  8. Using the point A and the point Ea, construct a point H (rule W01);

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

    % DET: points A and Hc are not the same

  10. Using the point Hb and the point H, construct a line hb (rule W02);

    % DET: points Hb and H are not the same

  11. Using the line c and the line hb, construct a point B (rule W03);

    % NDG: lines c and hb are not parallel

    % DET: lines c and hb are not the same

  12. Using the point Ma and the point B, construct a point C (rule W01);

animation
Construction in GCLC language

Back to the list of problems