If we are given a simple closed curve with length $L$ in the plane, and we have a fixed number $r$ such that for each point $x$ on the curve there is a related disc $D(x,r)$ with radius $r$, how can we estimate the area of the region formed by all such discs from above?
2026-03-25 19:05:17.1774465517
The area of a region around a curve
176 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in PLANE-CURVES
- Finding a quartic with some prescribed multiplicities
- How to use homogeneous coordinates and the projective plane to study the intersection of two lines
- Suggest parametric equations for a given curve
- Interpolation method that gives the least arc lenght of the curve.
- Tangent plane when gradient is zero
- Show this curve is a closed set in $R^2$ by using the definition
- Let $F(X,Y,Z)=5X^2+3Y^2+8Z^2+6(YZ+ZX+XY)$. Find $(a,b,c) \in \mathbb{Z}^3$ not all divisible by $13$, such that $F(a,b,c)\equiv 0 \pmod{13^2}$.
- Find the equation of the plane which bisects the pair of planes $2x-3y+6z+2=0$ and $2x+y-2z=4$ at acute angles.
- Could anyone suggest me some good references on interpolation that include other mathematical structures than just single variable functions?
- Question on the span of a tangent plane
Related Questions in AREA
- I cannot solve this simple looking trigonometric question
- Integrand of a double integral
- Area of Triangle, Sine
- Probability of area in a region being less than S
- Calculating an area.
- Proving formula to find area of triangle in coordinate geometry.
- Find the Side length of the shaded isosceles triangle
- Finding area bound by polar graph
- Why are there only two answers for this co-ordinate geometry question?
- Moment of inertia of a semicircle by simple integration.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Using the following approach it seems that the general answer is indeed just $2rL$.
Assuming the curve has no sharp points, this problem is equivalent to the sum line segments at each point $x_0$ along the curve, each centered at $x_0$, perpendicular to the curve at that point, and of length $2r$. Observing the diagram above, it can be seen that for any radius of the circle not perpendicular to the curve, such as the green one, there must be another point, $x_1$, along the curve closer to its position on the circumference. This is true because obviously any close point along tangential line (the dark red line) in the correct direction will be closer, and since the curve is continuous, in moving closer toward $x_0$ you can get a point $x_1$ arbitrarily close to the tangential line. Another way of thinking about it is to think about $x_1$ as infinitesimally farther down the curve than $x_0$, and since the measure is infinitesimal, the slope is unchanging and it can be thought of as moving down the tangent line.
If we let $R_t$ represent the radius of curvature at a distance $t$ along the curve, we can then do the following.
$$ \begin{align} A & = \frac{\mathrm{d}\theta}{2\pi} \left( \pi(R_t+r)^2 - \pi(R_t-r)^2 \right)\\[2ex] A & = \frac{\mathrm{d}\theta}{2\pi} \left(4\pi rR_t\right)\\[2ex] A & = 2rR_t \:\mathrm{d}\theta \end{align}$$
and since $\mathrm{d}\theta = \mathrm{d}t / R_t$
$$ A = 2r \:\mathrm{d}t\\[2ex] \int_0^L 2r \:\mathrm{d}t = 2rL $$
I realize that this does not hold if the curve has any sharp points. However for any sharp points you can manually add the uncounted circle section ($\frac{\theta}{2}r^2$) as well as subtracting all the overlapping area ($r^2\cot(\frac{\theta}{2})$) for a final answer of
$$2rL + r^2 \sum_{\theta_i} \frac{\theta_i}{2} - \cot\left(\frac{\theta_i}{2}\right) $$
where $\theta_i$ is the angle change at the $i^{th}$ sharp point. The only circumstance I can see in which this would not work is if two points on the curve ever came closer than 2r away from each other and you were counting some area twice.