Spherical Coordinates (need work double checked please)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
clickcaptain
Messages
31
Reaction score
0
Could someone double check to make sure my calculations are all done right? I've done this problem several times and gotten the same answer but the online submission says its wrong so I need someone else to check my work. thanks!


Homework Statement




untitled-1.jpg


Homework Equations



x = ρ sin(Φ) cos(θ)
y = ρ sin(Φ) sin(θ)
z = p cos(Φ)

The Attempt at a Solution



4z2 = x2+y2

4p 2cos2(Φ) = ρ 2sin2(Φ) cos2(θ) + ρ 2sin2(Φ) sin2(θ)

cos2(Φ) = (ρ 2sin2(Φ) cos2(θ) + ρ 2sin2(Φ) sin2(θ))/ (ρ 2 *4)

***(ρ2's cancel right?)****


so I'm left with for an answer

cos2(Φ) = (sin2(Φ) cos2(θ) + sin2(Φ) sin2(θ))/ 4)
 
Physics news on Phys.org
I didn't think you could use that when your are talking about two different angles (Φ and θ)?

I tried it anyway though and its a no go...
 
What HallsOfIvy meant was that you should factor out sin2(Φ) in the numerator of your final expression and apply that trigo identity. That will simplify your final answer.