Problem 102 from Wernick's corpus: A, Ta, I


Problem

Given a point A, a point Ta and a point I, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point Ta and the point I, construct a line sa (rule W02);

    % DET: points Ta and I are not the same

  2. Choose freely a point A on the line sa (rule WOnline1)

  3. Using the point A and the point I, construct a line m(AI) (rule W14);

    % DET: points A and I are not the same

  4. Choose freely a point B (rule free)

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

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

    % DET: points B and A are not the same

  7. Using the point B and the point Ta, construct a line a (rule W02);

    % DET: points B and Ta are not the same

  8. Using the point Mc and the line c, construct a line mc (rule W10b);

  9. Using the line mc and the line m(AI), construct a point Nc (rule W03);

    % NDG: lines mc and m(AI) are not parallel

    % DET: lines mc and m(AI) are not the same

  10. Using the point Nc and the point I, construct a line sc (rule W02);

    % DET: points Nc and I are not the same

  11. Using the line a and the line sc, construct a point C (rule W03);

    % NDG: lines a and sc are not parallel

    % DET: lines a and sc are not the same

animation
Construction in GCLC language

Back to the list of problems