- #1
Jadehaan
- 24
- 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.