Problem 58239. Find circular arc length, sector area and segment area
Given a circular arc passing through the points P = [ x1 y1 ] and Q = [ x2 y2 ] such that the center angle of the arc (in degrees) is theta, please return
- the arc length L,
- the area Asec of the circular sector defined by the arc, and
- the area Aseg of the circular segment defined by the arc and the straight line connecting its end points P and Q.
Related:
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2141 Solvers
-
Set the array elements whose value is 13 to 0
1369 Solvers
-
933 Solvers
-
523 Solvers
-
Coefficient of Sliding Friction
172 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!