Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the Brocard inellipse of a 2D triangle
ResourceFunction["BrocardInellipse"][{p1,p2,p3}] returns an Ellipsoid representing the Brocard inellipse of the triangle defined by vertices p1,p2, and p3. | |
ResourceFunction["BrocardInellipse"][{p1,p2,p3},property] gives the value of the specified property. |
| "Ellipsoid" | Ellipsoid representing the inellipse |
| "Parametric" | parametric equation for the inellipse as a pure function |
| "Implicit" | implicit Cartesian equation for the inellipse as a pure function |
Show a triangle together with its Brocard inellipse:
| In[1]:= | ![]() |
| Out[1]= | ![]() |
A triangle:
| In[2]:= |
| Out[2]= | ![]() |
Generate the parametric equation of the triangle's Brocard inellipse:
| In[3]:= |
| Out[3]= |
Plot the parametric equation along with the triangle:
| In[4]:= |
| Out[4]= | ![]() |
Generate the implicit equation of the triangle's Brocard inellipse:
| In[5]:= |
| Out[5]= |
Plot the implicit equation along with the triangle:
| In[6]:= |
| Out[6]= | ![]() |
Use the resource function EllipseProperties to generate properties of the inellipse:
| In[7]:= |
| Out[7]= | ![]() |
The foci of the inellipse are the Brocard points of the triangle:
| In[8]:= |
| Out[8]= |
Show that the angles formed by the Brocard points and the triangle's vertices are all equal to the Brocard angle:
| In[9]:= |
| Out[9]= |
| In[10]:= |
| Out[10]= |
| In[11]:= |
| Out[11]= |
The area of the Brocard inellipse can be expressed in terms of the area of the original triangle and the lengths of its sides:
| In[12]:= |
| Out[12]= |
| In[13]:= | ![]() |
| Out[13]= |
This work is licensed under a Creative Commons Attribution 4.0 International License