Math 445 Assignment 5A (due FRIDAY 1/31)
5-1 Intersecting a certain line with a sphere
Let N = (0,0,1) and let the plane F be the (x,y,0) plane (i.e., the z = 0 plane).
(1-t)N + tQ = (ta, tb, 1-t)
x2 + y2 + z2 = 1
t2(a2+b2) + (1-t)2 = 1
t2(a2+b2) + 1 - 2t + t2 = 1
t2(1+ a2+b2) - 2t = 0
(t(1+ a2+b2) - 2)t = 0
Roots are t = 0 and t = 2/(1+ a2+b2)
Points of intersection are N = (0,0,1) for t = 0 and
P = (1/(1+ a2+b2))[2a, 2b, a2 + b2 - 1]