From a specific point A on a circle's circumference, am drawing various chords. a) what is the sum of length of such chords and b) what is the average length of such chords?
Assuming a radius r, I'm trying to solve a) in the below manner:
One specific chord length = 2rCos(Theta)
To get the sum, I'm integrating over -pi/2 to pi/2 ( 2rCos(Theta) dTheta )
But i don't think this is right. Please point me in the correct direction.
Thanks.