Cal3 Homework: Vector Value Function on Ellipsoid

  • Thread starter Thread starter cthor
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
cthor
Messages
10
Reaction score
0

Homework Statement


Find the vector value function whose graph is the indicated surface.


Homework Equations



The ellipsoid (x^2)/9 + (y^2)/4 + z^2 = 1

The Attempt at a Solution


r(u,v)= (u^2)/9i + (v^2)/4j + (1-(u^2)/9-(v^2)/4)^(1/2)k
 
Physics news on Phys.org
Just use a spherical coordinate system to paramaterize the surface.

let [tex]\sigma(\theta,\phi) = (3\sin\theta\sin\phi, 2\sin\theta\cos \phi, \cos\theta )[/tex]
 
is there any way you can do it in rectangular coordinates or polar system? Thanks
 
The easiest way to do that in Cartesian coordinates would be

[tex]\sigma(x,y) = \left(x, y, \sqrt{1-\frac{x^2}{9} -\frac{y^2}{4} } \right)[/tex]