ASATriangle
ASATriangle[α,c,β]
returns a filled triangle with angles α and β and side length c, and c is adjacent to both angles.
Details and Options
- ASATriangle is also known as angle-side-angle triangle.
- ASATriangle can be used as a primitive in 2D graphics and as a geometric region in 2D.
- The given (blue) and computed (red) parameters for an ASATriangle:
- ASATriangle returns a Triangle with at the origin, on the positive axis, and in the half-plane .
- ASATriangle allows the length c to be any positive number and the angles α and β to be positive and such that α+β<π.
Background & Context
- ASATriangle constructs an angle-side-angle triangle. In particular, ASATriangle[α,c,β] represents the Triangle in with vertices , and located at the origin, on the positive axis and in the upper half-plane, respectively, with α∠BAC, β∠ABC and c the length of the side opposite . By the ASA theorem, the triangle so specified is unique (up to geometric congruence). ASATriangle allows the length c to be any positive number and the angles α and β to be positive values satisfying α+β<π. The arguments of ASATriangle may be exact or approximate numeric expressions.
- The Triangle objects returned by ASATriangle can be used as 2D graphics primitives or geometric regions.
- ASATriangle is related to a number of other symbols. AASTriangle, SASTriangle and SSSTriangle return two-dimensional triangles constructed using different angle and/or side specifications. ASATriangle is a special case of Triangle, in the sense that ASATriangle[α,c,β] is equivalent to Triangle[{{0,0},{c,0},{c x,c y}}] for xCos[α] Csc[α+β] Sin[β] and yCsc[α+β] Sin[α] Sin[β].
Examples
open allclose allBasic Examples (4)
An ASATriangle:
Different styles applied to ASATriangle:
Scope (14)
Graphics (4)
Specification (2)
ASATriangle evaluates to Triangle with one point at the origin and one edge on the axis:
Regions (10)
Embedding dimension is the dimension of the space in which the triangle lives:
Geometric dimension is the dimension of the triangle itself:
Get conditions for membership:
Distance from a point to an ASATriangle:
Integrate over an ASATriangle:
Solve equations over an ASATriangle:
Applications (2)
A triangle with two equal angles is an isosceles triangle:
The circumcircle of an ASATriangle can be found using Circumsphere:
The circumcircle passes through the three corner points:
Find the midpoints for each edge of the triangle:
The perpendicular bisectors are lines from the circumcenter to the midpoints:
Properties & Relations (2)
Text
Wolfram Research (2014), ASATriangle, Wolfram Language function, https://reference.wolfram.com/language/ref/ASATriangle.html.
CMS
Wolfram Language. 2014. "ASATriangle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ASATriangle.html.
APA
Wolfram Language. (2014). ASATriangle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ASATriangle.html