General Contents

Detailed Contents

Index

Programmed tutorial: Type of a 3D Triangle: Equilateral Triangle

If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor
If you want to see all of the following steps at once, click the "All Steps" button. Otherwise, use the "Next" button.



Here are three points in 3D space:

P(-1,1,3);  Q(3,-1,1);  R(1,3,-1 )

They define a triangle. 

We want to determine if it is a right triangle, an equilateral triangle, an isosceles triangle, or a more general triangle.

First, let’s plot the points on the usual axes (the x-axis slanting out of the plane of the diagram).  Draw those axes on paper, and then click “Next” to check your diagram.




















































































































































General Contents

Detailed Contents

Index