Parabolic Coordinates: u,v,φ in x,y,z

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
2 replies · 2K views
latentcorpse
Messages
1,411
Reaction score
0
Show that the parabolic coordinates [itex](u,v,\phi)[/itex] defined by

[itex]x=uv \cos{\phi} , y=uv \sin{\phi} , z=\frac{1}{2}(u^2-v^2)[/itex]

now I am a bit uneasy here because to do this i first need to find the basis vector right?

so if i try and rearrange for u say and then normalise to 1 that will give me [itex]\vec{e_u}[/itex]

[itex]u^2v^2=x^2+y^2[/itex] and [itex]u^2-2z=v^2[/itex]
[itex]u^2(u^2-2z)=x^2+y^2 \Rightarrow u^4-2u^2z=x^2+y^2[/itex] - i.e. my problem is I am finding it impossible to rearrange for u...
 
Physics news on Phys.org
You didn't finish the question ("Show that the parabolic coordinates what?").
If you want to solve
[tex]u^4 - 2u^2z = x^2 + y^2[/tex]
you could set U = u2 and solve the quadratic equation
[tex]a U^2 + b U + c = 0[/tex]
with a = 1, b = - 2 z, c = -(x^2 + y^2); for U.
 
yep. that's my bad. i need to show they're orthogonal.