Written by Dave Martin
  • 8/8/2022
  • Read Time : 3 mins

Mathcad Community Challenge July 2022: Area of a Spherical Triangle

spherical triangle in creo parametric

The July 2022 Mathcad Community Challenge on the PTC Community site was another geometry problem:

Given the following three points on a circle of radius 10 units, calculate the area of the spherical triangle:
(5.339, 6.948, 4.819)
(-4.018, -3.703, 8.375)
(6.455, -6.679, -3.705)
(Note that the point coordinates are rounded to three decimal places.)
Optional

  • Can you write a program or function that calculates the area for any three points on the surface?
  • Is there a symbolic evaluation for three generic points (a,b,c), (d,e,f), and (g,h,k)?

I generated the points using a part model of a sphere in Creo Parametric. With some construction geometry, I was able to trim to the spherical triangle. The area measurement function in Creo came up with a value of 246.72 square millimeters.

Let’s take a look at the qualifying submissions.

Ppal

Username “ppal” was the first to respond, noting that the numbers in the original post indicated a circle not located at the model origin. Yikes! I had written down the coordinates of the second point incorrectly.

Ppal submitted a couple worksheets. Referencing Folke Eriksson’s “On the Measure of Solid Angles,” they created vectors for the three points and solved quickly and easily for the area. Nice research! I also like the documentation, use of an image, and color applied to text regions.

A second submitted worksheet defined a function that calculates the spherical triangle using inputs of three point vectors and the circle radius. The use of vectors makes the function elegant.
Mathcad Prime The Area of Spherical triangle for Spheres of radius R Centered at (0,0,0) can be shown as follows.

Terry Hendicott

As usual, Terry Hendicott was the first to submit a worksheet. Actually, he submitted multiple worksheets, solving for both the incorrect initial numbers as well as the corrected coordinates!

If you have not checked out Terry’s worksheets from previous challenges, I recommend you check those out as well as this month’s. His worksheets are always beautiful, making great use of text, images, color, and highlighting.

mathcad prime girard's theorem area spherical segment given three angles terry hendicott

One worksheet used Girard’s Theorem, which calculates the angles of the great circles between the three points, and using the “excess” (the sum of those angles minus pi radians) to calculate the area. He also solved the first optional problem of writing a program that calculated the area as well.

Another worksheet used L’Hillier’s Theorem, which is a really long formula. Even in landscape mode, you have to view the worksheet in Draft mode. Since much of the formula appears under a square root, I don’t think you can use one of the Equation Break operators introduced in Mathcad Prime 4.

One of Terry’s earlier worksheets used an even longer version of L’Hillier’s Theorem to account for the incorrect coordinates I initially gave. It used symbolic evaluation with the solve keyword to calculate the origin of the sphere.

Terry also built on ppal’s work by using ppal’s formula to solve for the area via symbolic evaluation, which was the second optional challenge. Excellent teamwork! That’s what we like to see in these challenges: people using the power of community to build upon each other’s work.

Johan Eppinga

First-time challenger Johan Eppinga used a Solve Block to determine the center of the sphere and verified it was at the origin. (I love the use of Solve Blocks in this worksheet. Solve Blocks are my favorite construct in Mathcad.)

Then he calculated the distance and angles between points. With the three angles, you can determine the Spherical Excess, which can be used in a formula to determine the area.

For some reason, the area calculation was incorrect. I encourage a user to check their work to determine the error. (The calculation of the angles appears to be incorrect.) Nice worksheet, though.

Summary

Once again, we had multiple submissions that took different approaches to the solution. Do you want to level up your Mathcad skills? I don’t think you’ll find a faster approach than looking at how some Mathcad experts tackle these challenges.

Stay tuned for the September challenge, which will be an electrical engineering problem! Subscribe to the PTC Mathcad Community Challenge Index and Guidelines thread on the PTC Community for when that challenge will be up, as well as links to the other challenges and their blog articles.



Sign up for the Mathcad Minute

You'll know whenever there is a new Mathcad Community Challenge, plus other Mathcad tips, tricks, and more!

Tags:

About the Author

Dave Martin is a Creo, Windchill, and PTC Mathcad instructor and consultant. He is the author of the books “Top Down Design in Creo Parametric,” “Design Intent in Creo Parametric,” and “Configuring Creo Parametric,” all available at amazon.com. He can be reached at dmartin@creowindchill.com.

Dave currently works as the configuration manager for Elroy Air, which develops autonomous aerial vehicles for middle-mile delivery. Previous employers include Blue Origin, Amazon Prime Air, Amazon Lab126, and PTC. He holds a degree in Mechanical Engineering from MIT and is a former armor officer in the United States Army Reserves.

Mathcad Community Challenge July 2022: Area of a Spherical Triangle
Learn from your fellow Mathcad users' approaches to solving the area of a spherical triangle in the Mathcad Community Challenge July 2022.