Latitude and longitude of the most northern point

AI Thread Summary
To find the latitude and longitude of the most northern point on a great circle route from Vancouver to New York, one must express the coordinates of both cities in three-dimensional Cartesian coordinates. The discussion emphasizes using vector mathematics, specifically the cross product to determine a vector perpendicular to the great circle path, and the dot product to find the angle between this vector and the geocentric z-axis. The angle derived from these calculations indicates the latitude at which the route transitions from traveling northeast to southeast. The coordinates for Vancouver are provided as (N49 12 00, W123 14 00) with Earth's radius set at 6372 km. Understanding these vector operations is essential for solving the problem effectively.
Rocko
Messages
24
Reaction score
0
How would one find the latitude and longitude of the most northern point traveling from Vancouver to New York along the shortest path (great circle)?
 
Physics news on Phys.org
I guess this one is too hard for all you wizes. Thanks anyway.
 
Express the locations of both cities in three dimensional cartesian coordinates, evaluate the vector cross product and do a little geometry. I'm sure you're up to it. :-)
 
If you're familiar with cross products and dot products, this is fairly easy.

The cross product Tide mentioned gives you a vector perpendicular to the plane. Your start point has to be your reference if you want your resulting vector to point in the right direction, in other words, your equation is:

v\times n=r
with v being Vancouver's three dimenional coordinates and n being New York's three dimenional coordinates.

Since the geocentric z axis is perpendicular to the equaorial plane and the result of your cross product is perpendicular to your great circle route, the angle between those two vectors matches the angle between your great circle route and the equatorial plane. Use the dot product to find the angle between the geocentric z axis (unit vector k) and the result of your cross product.

cos\theta=\frac{k \bullet r}{kr}
r is the result from your cross product.
k is just 0i+0j+1k
You divide the dot product by the product of the norms (this basically simplifies to the magnitude of your resulting vector)

\theta is the angle between the great circle route and the equator. At some point, before you can stop traveling Northeast and start traveling Southeast, you have to travel due East. The latitude this happens at matches the angle between your two planes. In other words, the angle you get from your dot product is the Northernmost latitude.
 
ok i will read up on dot and cross products as we haven't even touched those yet in class. I am in a geomatics course 1st year so we are just stepping into spherical trig and haven't learned about vectors yet ?? seems bizarre. I did learn about them many years ago in 1st year physics but have long forgot but i will see if i can recall any of it if i study up.
 
How do you find the cartesian coordinates of vancouver?
(N49 12 00, W123 14 00) radius of Earth 6372km.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top