Respuesta :
radius, r = 3
The equation of a sphere entered at the origin in cartesian coordinates is
x^2 + y^2 + z^2 = r^2
That in spherical coordinates is:
x = rcos(theta)*sin(phi)
y= r sin(theta)*sin(phi)
z = rcos(phi)
where you can make u = r cos(phi) to obtain the parametrical equations
x = √[r^2 - u^2] cos(theta)
y = √[r^2 - u^2] sin (theta)
z = u
where theta goes from 0 to 2π and u goes from -r to r.
In our case r = 3, so the parametrical equations are:
Answer:
x = √[9 - u^2] cos(theta)
y = √[9 - u^2] sin (theta)
z = u
The equation of a sphere entered at the origin in cartesian coordinates is
x^2 + y^2 + z^2 = r^2
That in spherical coordinates is:
x = rcos(theta)*sin(phi)
y= r sin(theta)*sin(phi)
z = rcos(phi)
where you can make u = r cos(phi) to obtain the parametrical equations
x = √[r^2 - u^2] cos(theta)
y = √[r^2 - u^2] sin (theta)
z = u
where theta goes from 0 to 2π and u goes from -r to r.
In our case r = 3, so the parametrical equations are:
Answer:
x = √[9 - u^2] cos(theta)
y = √[9 - u^2] sin (theta)
z = u
Answer:
The parametric equation are
[tex]x=3\cos (s)\sin (t)[/tex]
[tex]y=3\sin (s)\cos (t)[/tex]
[tex]z=3\cos (t)[/tex]
where, [tex]0\le s\le 2\pi[/tex] and [tex]0\le t\le \pi[/tex].
Step-by-step explanation:
The general equation of a sphere is
[tex](x-h)^2+(y-k)^2+(z-l)^2=r^2[/tex]
where, (h,k,l) is center of the sphere and r is radius.
It is given that the sphere centered at the origin and with radius 3. It means h=0, k=0, l=0, r=3.
[tex](x-0)^2+(y-0)^2+(z-0)^2=3^2[/tex]
[tex]x^2+y^2+z^2=9[/tex]
The parametric equation of a sphere are
[tex]x=h+r\cos (s)\sin (t)[/tex]
[tex]y=k+r\sin (s)\cos (t)[/tex]
[tex]z=l+r\cos (t)[/tex]
where, [tex]0\le s\le 2\pi[/tex] and [tex]0\le t\le \pi[/tex].
Substitute h=0, k=0, l=0, r=3 in the above equations. So, the parametric equation are
[tex]x=0+3\cos (s)\sin (t)=3\cos (s)\sin (t)[/tex]
[tex]y=0+3\sin (s)\cos (t)=3\sin (s)\cos (t)[/tex]
[tex]z=0+3\cos (t)=3\cos (t)[/tex]
where, [tex]0\le s\le 2\pi[/tex] and [tex]0\le t\le \pi[/tex].