1. Problem statement: A circle with center O has chord AE, and OD is drawn from O perpendicular to AE with right angle at D.
2. Problem statement: Another chord BF meets AE at E, and point C lies on BF from which a perpendicular is drawn to the segment OE with a right angle indicated at C.
3. Goal: Explain the standard consequences of these perpendiculars, give formulas that relate the radius, the distance from the center to a chord, and how to compute coordinates and perpendicular distances in a coordinate model.
4. Key fact (rule): In a circle, the perpendicular from the center to a chord bisects the chord, so the foot D is the midpoint of $AE$ and $AD=DE$.
5. Proof of the key fact: Triangles $OAD$ and $OED$ are right triangles because $OD\perp AE$ and they share the leg $OD$ and have equal hypotenuses $OA=OE=R$, so by RHS congruence $AD=DE$.
6. Formula relating radius, distance to chord, and half-chord: If $R$ is the radius and $AD$ denotes half the chord length, then by the Pythagorean theorem we have
$$R^2=OD^2+AD^2$$
so the full chord length is
$$AE=2\,AD=2\sqrt{R^2-OD^2}$$
7. Coordinate setup (convenient model): Place $O=(0,0)$ and choose the chord $AE$ horizontal so $D=(0,d)$ and $A=(-a,d)$, $E=(a,d)$ with
$$a=\sqrt{R^2-d^2}$$
so $AE$ has length $2a$ and $R^2=a^2+d^2$.
8. Parametrize chord BF through the known point $E=(a,d)$ by slope $m$, so the line equation is $y-d=m(x-a)$ and a general point on BF can be written as $C=(x_0,y_0)$ satisfying $y_0=d+m(x_0-a)$.
9. Perpendicular from $C$ to the line $OE$: the line $OE$ passes through the origin and $E=(a,d)$, so it has direction vector $(a,d)$ and points on $OE$ satisfy $y=(d/a)x$ when $a\neq 0$.
10. Foot (projection) formula: For an arbitrary point $C=(x_0,y_0)$ the orthogonal projection $P$ of $C$ onto the line through the origin with direction $(a,d)$ has coordinates
$$P=\left(\frac{a x_0+d y_0}{a^2+d^2}a,\frac{a x_0+d y_0}{a^2+d^2}d\right)\,.$$
11. Distance from $C$ to the line $OE$: the perpendicular distance (length of $CP$) equals
$$\mathrm{dist}(C,OE)=\frac{|a y_0-d x_0|}{\sqrt{a^2+d^2}}\,.$$
12. How to use these formulas in practice: pick the numeric values for $R$ and $d$ (so $a=\sqrt{R^2-d^2}$), write the equation of BF (choose its slope $m$ or two points), pick the point $C$ on BF (solve $y_0=d+m(x_0-a)$), then compute $P$ and the distance using the formulas above to get the perpendicular segment to $OE$.
13. Final summary: From $OD\perp AE$ we conclude $D$ is the midpoint of $AE$ and $AE=2\sqrt{R^2-OD^2}$, and using the coordinate model one can compute the foot of the perpendicular from any point $C$ on $BF$ to $OE$ by the projection formula and obtain the perpendicular distance by the absolute formula above.
Circle Chords 6Ad06C
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.