Range of the parameter of sphere intersecting with a plane

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Jadehaan
Messages
23
Reaction score
0

Homework Statement


Find the range of the parameter d for which the intersection of the sphere x2+y2+z2=1 and the plane x+y+z=d is non-empty.


Homework Equations


Cartesian coordinates of a sphere:
x=rcos[tex]\theta[/tex]sin[tex]\phi[/tex]
y=rsin[tex]\theta[/tex]sin[tex]\phi[/tex]
z=rcos[tex]\phi[/tex]


r=1

The Attempt at a Solution


I substitute x,y,z in both equations
d=sin[tex]\theta[/tex]sin[tex]\phi[/tex]+cos[tex]\phi[/tex]+cos[tex]\theta[/tex]sin[tex]\phi[/tex]
cos2[tex]\theta[/tex]sin2[tex]\phi[/tex]+sin2[tex]\theta[/tex]sin2[tex]\phi[/tex]+cos2[tex]\phi[/tex]=1

Since sin2[tex]\theta[/tex]+cos2[tex]\theta[/tex]=1
I get 1+cos2[tex]\phi[/tex]=1
This implies that [tex]\phi[/tex]=90
Which solves the first equation for d=sin[tex]\theta[/tex]+cos[tex]\theta[/tex]
Is this right?
Thanks for any help.
 
Physics news on Phys.org
I would think your answer would need to be in the form a ≤ d ≤ b. A simpler approach might be to observe the plane will intersect the sphere if the distance of the plane from the origin is ≤ 1. This can be easily done with vectors and no need for spherical coordinates.