How to Find Co-ordinates on a Diagram for Simulating Tides?

  • Thread starter Thread starter lektor
  • Start date Start date
  • Tags Tags
    Random
AI Thread Summary
To find coordinates on a diagram lacking a coordinate system, establishing a reference frame with defined x and y axes is essential. Without this, coordinates can only be determined relative to known points, such as (X2,Y2) as an origin. By defining a principal direction towards another point (X,Y), a unit vector can be created to express the unknown point marked with a "?". The radius of the inner circle, denoted as Z, is also necessary for accurate calculations. This discussion highlights the importance of a coordinate system for simulating tides effectively.
lektor
Messages
56
Reaction score
0
Hey can someone tell me how to find the co-ordinates on this diagram.
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    5.1 KB · Views: 416
Physics news on Phys.org
Actually, no, because there is no coordinate system!


Do you intend to have a coordinate system with x and y axes horizontal and vertical?

Assuming that and that you are given coordinates (x,y) and (x2,y2) you can find the slope and equation of the line between them but you would still need to know the radius of the inner circle to find the coordinates of the point marked with a "?".
 
lektor said:
Hey can someone tell me how to find the co-ordinates on this diagram.
Without a reference frame, you can't find the coordinates. However, you can find the coordinates relative to X2,Y2 and X,Y.
If you let X2,Y2 be your origin, you can define your principal direction as being directed towards X,Y. Whether you create a unit vector in this direction or use some other length vector in this direction to define your reference, ? will just be some scalar multiple of your reference vector.
In other words, you can set it up so that if the value of X, Y, X2, Y2, and Z were later given, the coordinates of ? would naturally follow.
 
Last edited:
Hey in reply to the first post Z is the radius of the inner circle, and this was for a friend who is trying to make a program to simulate the tides.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top