1

I have no idea if this is the right forum to ask, but it is a math question. Please let me know where to ask if this is wrong. Sorry.

I have a chord going through a circle and know the length from that chord to the edge of the circle. If I move that chord "up", I need to know how to calculate the new "length" from the chord to the edge of the circle.

I've added an image (I hope it worked)enter image description here

KeepCool
  • 119

1 Answers1

1

It's simple Pythagoras. If the radius of the circle $(r)$ is known, and the distance from the origin to the chord is known $(h)$, then the length of the chord $(c)$ can be gotten from $\frac{c}{2} = \sqrt{r^2-h^2}$, or $c = 2\sqrt{r^2-h^2}$.

Chord from Pythagoras

Daniel P
  • 2,710