Power of a point (intersecting chords and secants) #
This file proves basic geometrical results about power of a point (intersecting chords and secants) in spheres in real inner product spaces and Euclidean affine spaces.
Main definitions #
Sphere.power
: The power of a point with respect to a sphere.
Main theorems #
mul_dist_eq_mul_dist_of_cospherical_of_angle_eq_pi
: Intersecting Chords Theorem (Freek No. 55).mul_dist_eq_mul_dist_of_cospherical_of_angle_eq_zero
: Intersecting Secants Theorem.Sphere.mul_dist_eq_abs_power
: The product of distances equals the absolute value of power.Sphere.dist_sq_eq_mul_dist_of_tangent_and_secant
: Tangent-Secant Theorem.
Geometrical results on spheres in real inner product spaces #
This section develops some results on spheres in real inner product spaces, which are used to deduce corresponding results for Euclidean affine spaces.
Geometrical results on spheres in Euclidean affine spaces #
This section develops some results on spheres in Euclidean affine spaces.
If P
is a point on the line AB
and Q
is equidistant from A
and B
, then
AP * BP = abs (BQ ^ 2 - PQ ^ 2)
.
If A
, B
, C
, D
are cospherical and P
is on both lines AB
and CD
, then
AP * BP = CP * DP
.
Intersecting Chords Theorem.
Intersecting Secants Theorem.
The power of a point with respect to a sphere. For a point and a sphere, this is defined as the square of the distance from the point to the center minus the square of the radius. This value is positive if the point is outside the sphere, negative if inside, and zero if on the sphere.
Instances For
For any point, the product of distances to two intersection points on a line through the point equals the absolute value of the power of the point.
For a point on the sphere, the product of distances to two other intersection points on a line through the point is zero.
For a point outside or on the sphere, the product of distances to two intersection points on a line through the point equals the power of the point.
For a point inside or on the sphere, the product of distances to two intersection points on a line through the point equals the negative of the power of the point.
Tangent-Secant Theorem. The square of the tangent length equals the product of secant segment lengths.