Area
Area[reg]
gives the area of the two-dimensional region reg.
Area[{x1,…,xn},{s,smin,smax},{t,tmin,tmax}]
gives the area of the parametrized surface whose Cartesian coordinates xi are functions of s and t.
Area[{x1,…,xn},{s,smin,smax},{t,tmin,tmax},chart]
interprets the xi as coordinates in the specified coordinate chart.
Details and Options
- Area is also known as surface area.
- A two-dimensional region can be embedded in any dimension greater than or equal to two.
- In Area[x,{s,smin,smax},{t,tmin,tmax}], if x is a scalar, Area returns the area of the parametric surface {s,t,x}.
- Coordinate charts in the fourth argument of Area can be specified as triples {coordsys,metric,dim} in the same way as in the first argument of CoordinateChartData. The short form in which dim is omitted may be used.
- The following options can be given:
-
AccuracyGoal Infinity digits of absolute accurary sought Assumptions $Assumptions assumptions to make about parameters GenerateConditions Automatic whether to generate conditions on parameters PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PrecisionGoal Automatic digits of precision sought WorkingPrecision Automatic the precision used in internal computations - Symbolic limits of integration are assumed to be real and ordered. Symbolic coordinate chart parameters are assumed to be in range given by the "ParameterRangeAssumptions" property of CoordinateChartData.
- Area can be used with symbolic regions in GeometricScene.
Examples
open allclose allBasic Examples (4)
Scope (21)
Special Regions (5)
Formula Regions (2)
The area of a disk represented as an ImplicitRegion:
The area of a disk represented as a ParametricRegion:
Mesh Regions (2)
Derived Regions (3)
The area of a RegionIntersection:
The measure of a TransformedRegion:
The surface area of a RegionBoundary:
Parametric Formulas (6)
The area of an ellipse with semimajor axes 2 and 1:
The area of a half-cone at in spherical coordinates:
The surface area of a torus of major radius 5 and minor radius 2:
The area of a "flat torus" embedded in four-dimensional space:
The area of the paraboloid over the rectangle :
The area of a surface in a three-sphere using stereographic coordinates:
Geographic Regions (3)
The area of a polygon with GeoPosition:
The area of a polygon with GeoGridPosition:
Area works on polygons with geographic entities:
Options (3)
Assumptions (1)
Applications (4)
The area of a function surface :
Find the average density of a region with density given by :
Compute the surface area of a polyhedron:
PolyhedronData gives a surface, not a solid, so Area can be used:
Properties & Relations (5)
Area is a non-negative quantity:
Area[r] is the same as RegionMeasure[r] for 2D regions:
Area[x,s,t,c] is equivalent to RegionMeasure[x,{s,t},c]:
For a 2D region, Area is the integral of 1 over the region:
To get the surface area of a 3D region, use RegionBoundary:
Text
Wolfram Research (2014), Area, Wolfram Language function, https://reference.wolfram.com/language/ref/Area.html (updated 2019).
CMS
Wolfram Language. 2014. "Area." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/Area.html.
APA
Wolfram Language. (2014). Area. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Area.html