Asked by fnf
                An xyz-coordinate system is placed with its origin at the center of the earth, so that the equator is in the xy-plane, the North Pole has coordinates (0, 0, 3960), and the xz-plane contains the prime meridian. Find the coordinates (x, y, z) of Osaka, Japan, whose lotitude and longitude are 34.7 degrees north and 135.5 degrees east. 
            
            
        Answers
                    Answered by
            oobleck
            
    review spherical coordinates
x = r cos(long)cos(lat)
y = r sin(long)cos(lat)
z = r sin(lat)
    
x = r cos(long)cos(lat)
y = r sin(long)cos(lat)
z = r sin(lat)
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.