
Bradford T. answered 11/05/20
Retired Engineer / Upper level math instructor
The total perimeter of the region R will be the length of the arc from 0 to π/2, the horizontal distance from 0 to π/2 and the vertical distance at sin(π/2) = 1.
The length of the arc is ∫√(((f '(x))2 + 1)dx integrating from 0 to π/2.
f '(x) = cos(x)
∫√(cos2(x) + 1)dx
Unfortunately, this can't be integrated to an elementary function. Will have to use numerical integration.
Using Simpson rule for n = 4:
dx = (b-a)/n = π/8
F(x) from 0 to π/2 ≈ dx/3(f(0) + 4f(π/8) + 2f(π/4) + 4f(3π/8) +f(π/2)]
≈ π/24( √2 + 4√(cos2(π/8) + 1) + 2√(cos2(π/4) +1) + 4√(cos2(3π/8) + 1) + √(cos2(π/2) + 1))
≈ 1.9101
So total length would be 1.9101 + π/2 + 1 ≈ 4.48