TheRealCStover/Trigonometry

(1.0.7) current version: 2.2.0 »

A collection of lesser-known circular and hyperbolic trig functions and their inverses

Contributed By: Christopher Stover

In a standard trigonometry course, we typically learn about six functions (and their inverses): sin(x), cos(x), tan(x), csc(x), sec(x), and tan(x); this may or may not be extended later to cover the six hyperbolic trig functions (e.g. sinh(x)) and/or their inverses (e.g. sin-1(x), sinh-1(x)).

A less-known fact is that trigonometry actually consists of over two dozen other circular and hyperbolic functions, each of which has a well-defined inverse. These mysterious trig functions are closely related to the more well-known relatives that we all know and love today, and though they're rarely used, these functions were ubiquitous a few centuries back, being employed both in academia and in various applications (e.g. mapmaking, ocean exploration, etc.).

Mathematica has a couple of these little-used trig functions built in (namely Haversine and InverseHaversine), but the rest remain unrepresented; this absence is the underlying motivation for Trigonometry. All of the 50+ functions in Trigonometry work naturally with the entire Wolfram Language framework, and their immediate availability allows a better understanding of the relationships and history of both trigonometry and mathematics as a whole. These functions provide both a learning opportunity and a teaching tool, thus contributing to the enrichment of mathematics as a whole.

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["TheRealCStover/Trigonometry"]

Details

Trigonometry consists of a number of "circular" trigonometric functions, as well as their hyperbolic analogues and the inverses of all of them.
Because of how they're defined, the functions in Trigonometry fit perfectly into all the common Wolfram Language functionality including D, Integrate, Series, Plot, etc.

Paclet Guide

Examples

Basic Examples (2) 

Evaluate numerically:

In[1]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/f5599365-b686-420d-bc66-19d461645120"]
Out[1]=

An argument given in radians:

In[2]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/00390dd9-9cba-413c-b22d-fc6fc38844cf"]
Out[2]=

Use Degree to specify an argument in degrees:

In[3]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/6b54b898-5652-46bf-a71d-8ae779e4a235"]
Out[3]=

Scope (1) 

Plot over a subset of the reals:

In[4]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/4ae01c45-7947-4c33-a77f-42c5d999fd9e"]
Out[4]=

Publisher

therealcstover

Compatibility

Wolfram Language Version 13

Version History

  • 2.2.0 – 17 September 2022
  • 2.1.0 – 17 September 2022
  • 2.0.0 – 09 September 2022
  • 1.2.0 – 08 September 2022
  • 1.1.0 – 04 September 2022
  • 1.0.8 – 26 August 2022
  • 1.0.7 – 21 August 2022
  • 1.0.6 – 21 August 2022
  • 1.0.5 – 18 August 2022
  • 1.0.4 – 18 August 2022
  • 1.0.3 – 12 August 2022
  • 1.0.2 – 06 August 2022
  • 1.0.1 – 05 August 2022
  • 1.0.0 – 05 August 2022

License Information

MIT License

Paclet Source

Source Metadata