How to calculate joint area of circles defined at each point on a continuous curve

65 Views Asked by At

Given a curve c (x(s),y(s)) in a 2D space (shown in red) and a radius function r(s) which gives the radius of a circle at that point.

The red curve c(s) thus is the union of all centers of the circles.

What would be the area of the union of all the circles on the curve.

enter image description here