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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top