jtleafs33
- 28
- 0
Homework Statement
I need to isolate the expressions for ellipsoidal coordinates (see below)...
I'm given:
x2=\frac{(a^2+\lambda)(a^2+\mu)(a^2+\nu)}{(a^2-b^2)(a^2-c^2)}
y2=\frac{(b^2+\lambda)(b^2+\mu)(b^2+\nu)}{(b^2-a^2)(b^2-c^2)}
z2=\frac{(c^2+\lambda)(c^2+\mu)(c^2+\nu)}{(c^2-b^2)(c^2-a^2)}
For -\lambda<c^2<-\mu<b^2<-\nu<a^2
And, I need to transform this to:
\frac{x^2}{a^2+\lambda}+\frac{y^2}{b^2+\lambda}+\frac{z^2}{c^2+\lambda}=1
\frac{x^2}{a^2+\mu}+\frac{y^2}{b^2+\mu}+\frac{z^2}{c^2+\mu}=1
\frac{x^2}{a^2+\nu}+\frac{y^2}{b^2+\nu}+\frac{z^2}{c^2+\nu}=1
The Attempt at a Solution
I've tried to solve the 3 equations in the first part as a system of equations to end up with 3 new equations, one each for \lambda,\mu,\nu in terms of only x,y,z,a,b,c, but this just keeps getting more and more complicated. Solving in this 'traditional' way gives me expressions that even Maple or Mathematica refuse to isolate for one variable. I think there maybe is something I'm supposed to note about the geometry or something that helps me develop the second 3 equations?. Any help would be greatly appreciated!