0

how may I find the sphere centered in line

$$(x,y,z) = (-2,0,1) + \lambda (0,0,1)$$

tangent to planes $$ x-10z = 0 $$

and

$$ x+2z = 0 $$

whose radius squared is

$$r^2 > 20$$

Thank you.

Geogebra screen capture

Intersection points

bru1987
  • 2,147
  • 5
  • 25
  • 50

1 Answers1

1

Hint:

Note that the problem can be reduced to the plane $x-z$ (i.e. $y=0$) where the section of the sphere is a circle of center $C=(-2,\lambda)$ and the sections of the two planes are the straight lines: $$ \alpha) \quad x-10z=0 \qquad \beta) \quad x+2z=0 $$

The center have to be such that its distances from these lines are the same: $$ \frac{|-2-10\lambda|}{\sqrt{1^2+10^2}}=\frac{|-2+2\lambda|}{\sqrt{1^2+2^2}} $$

can you do from this?

Emilio Novati
  • 62,675