Determining Plate direction by having three point of it.

In summary: Two of these are easy to solve for:$$\|\vec a-\vec c\| = 120^{\circ}h$$$$\|\vec b-\vec c\| = 120^{\circ}h$$$$\|\vec c-\vec a\| = 0$$$$\vec a = \vec b = \vec c$$We can then solve for the remaining two using Pythagoras' Theorem:$$\|\vec a-\vec c\| = 120^{\circ}h$$$$\|\vec b-\vec c\| = 120^{\circ}h
  • #1
Kevin20189
4
0
Hi all,

Can anyone help to solve this problem?
Imagine a big plate suspended in the air through three threads with different length.
we know length of each individual thread, and they are 120 degree apart from each other.
How cam we calculate the tilt of the plate and direction of the tilt?
 
Physics news on Phys.org
  • #2
Kevin20189 said:
Hi all,

Can anyone help to solve this problem?
Imagine a big plate suspended in the air through three threads with different length.
we know length of each individual thread, and they are 120 degree apart from each other.
How cam we calculate the tilt of the plate and direction of the tilt?

Hi there
welcome to PF :smile:

what research into this problem have you done so far ?

also ... is this a personal interest or homework/studies question ?

Dave
 
Last edited by a moderator:
  • #3
davenn said:
Hi there
welcome to PF :smile:

you have marked your thread with an "A" tag indicating post graduate level
So what research into this problem have you done so far ?

also ... is this a personal interest or homework/studies question ?

Dave
Hi Davenn,

Thank you :)
I tried to solve it through vectors, but it's not as easy as it seems.
I'm Control System Engineer and this is a practical question. It's a cap of a silo that we have three sensors around it and we need to calculate the tilt of the cap.Thanks
Regards
Kevin
 
  • #4
Kevin20189 said:
Hi all,

Can anyone help to solve this problem?
Imagine a big plate suspended in the air through three threads with different length.
we know length of each individual thread, and they are 120 degree apart from each other.
How cam we calculate the tilt of the plate and direction of the tilt?
Some clarification is needed as to what is meant by '120 degrees apart from each other'.

First, to all three threads come from the same suspension point?

If so, the angles between threads cannot be 120 degrees because that angle is only achievable if all threads are horizontal, as the threads start to point downwards a bit, the angle between any two reduces.

Perhaps you mean the angle between the projection of the threads on the horizontal plane is 120 degrees. In that case we need one additional parameter (in addition to the length) to locate the lower end of the thread. The angle to the horizontal would do it. So would the distance between attachment points on the plate. I imagine you probably know those three distances.

Essentially, we need to be able to calculate the three vectors representing the locations of the attachment points on the plate, relative to an origin that is the suspension point. Once we have those, we can calculate the angle of the plate.
 
  • Like
Likes Kevin20189
  • #5
andrewkirk said:
Some clarification is needed as to what is meant by '120 degrees apart from each other'.

First, to all three threads come from the same suspension point?

If so, the angles between threads cannot be 120 degrees because that angle is only achievable if all threads are horizontal, as the threads start to point downwards a bit, the angle between any two reduces.

Perhaps you mean the angle between the projection of the threads on the horizontal plane is 120 degrees. In that case we need one additional parameter (in addition to the length) to locate the lower end of the thread. The angle to the horizontal would do it. So would the distance between attachment points on the plate. I imagine you probably know those three distances.

Essentially, we need to be able to calculate the three vectors representing the locations of the attachment points on the plate, relative to an origin that is the suspension point. Once we have those, we can calculate the angle of the plate.
Thanks for your quick reply.

I think my question isn't clear enough
This might clarify things a little bit more.
Our Plate is circular.
There is three suspension points around the plate where the plate is suspended from and circular distance of suspension points is 120 degree.
We know how long each thread is.
What we want to know is:
1) How much the tilt of circular plate? i.e. the vertical distance between maximum point and minimum point of the plate
2) What is the direction of the tilt? (for this we can assume position of one of the thread suspension is to the north and calculate the direction towards North)

Please let me know if you need any further clarifications
 
  • #6
The three threads form a tetrahedron of which the base is the triangle formed by the three attachment points on the plate. That base triangle is equilateral, with known side length h. Let the lengths of the three threads be a, b and c and let their vectors be ##\vec a, \vec b,\vec c## relative to an origin at the suspension point. These vectors are unknown at first.

Then to find the unknown vectors we need to find nine parameters. From the equilateralness of the base we have three equations:
$$\|\vec a - \vec b\| =\| \vec b-\vec c\| = \|\vec c-\vec a\| = h$$
We also have the three equations
$$\|\vec a\|=a,\|\vec b\|=b,\|\vec c\|=c$$
The centroid of the base triangle is the centre of mass of the plate, and it must hang directly below the suspension point, so we get the two equations:
$$\frac13(\vec a+\vec b+\vec c)\cdot \vec i = \frac13(\vec a+\vec b+\vec c)\cdot \vec j = 0$$
Finally, as you suggested, we can WLOG assume one of the threads has its horizontal projection in a particular direction, eg:
$$\vec a \cdot \vec i = 0$$

So we have nine equations, which we can solve for the nine unknowns. Then we will know the exact vectors of the threads relative to the chosen coordinate system. We can then use those to find the direction of the plate. Len ##\vec n## be the normal to the plate, which specifies its direction. Then that normal is perpendicular to the three sides of the base. So we have:
$$\vec n\cdot (\vec a-\vec b) = \vec n\cdot (\vec b-\vec c) = \vec n\cdot (\vec c-\vec a)$$
which is three equations, which will allow us to solve for the unknown parameters of the normal. Actually, we only need two equations, since a normal is defined as having length one. One of those equations will be redundant.

There is probably a more elegant approach than this. But this should allow you to find the answer you need to complete your construction.
 
  • Like
Likes Kevin20189 and davenn
  • #7
andrewkirk said:
The three threads form a tetrahedron of which the base is the triangle formed by the three attachment points on the plate. That base triangle is equilateral, with known side length h. Let the lengths of the three threads be a, b and c and let their vectors be ##\vec a, \vec b,\vec c## relative to an origin at the suspension point. These vectors are unknown at first.

Then to find the unknown vectors we need to find nine parameters. From the equilateralness of the base we have three equations:
$$\|\vec a - \vec b\| =\| \vec b-\vec c\| = \|\vec c-\vec a\| = h$$
We also have the three equations
$$\|\vec a\|=a,\|\vec b\|=b,\|\vec c\|=c$$
The centroid of the base triangle is the centre of mass of the plate, and it must hang directly below the suspension point, so we get the two equations:
$$\frac13(\vec a+\vec b+\vec c)\cdot \vec i = \frac13(\vec a+\vec b+\vec c)\cdot \vec j = 0$$
Finally, as you suggested, we can WLOG assume one of the threads has its horizontal projection in a particular direction, eg:
$$\vec a \cdot \vec i = 0$$

So we have nine equations, which we can solve for the nine unknowns. Then we will know the exact vectors of the threads relative to the chosen coordinate system. We can then use those to find the direction of the plate. Len ##\vec n## be the normal to the plate, which specifies its direction. Then that normal is perpendicular to the three sides of the base. So we have:
$$\vec n\cdot (\vec a-\vec b) = \vec n\cdot (\vec b-\vec c) = \vec n\cdot (\vec c-\vec a)$$
which is three equations, which will allow us to solve for the unknown parameters of the normal. Actually, we only need two equations, since a normal is defined as having length one. One of those equations will be redundant.

There is probably a more elegant approach than this. But this should allow you to find the answer you need to complete your construction.
Thanks for quick reply
 

Related to Determining Plate direction by having three point of it.

1. How do you determine plate direction using three points?

The plate direction can be determined by using the three-point method, which involves identifying the locations of three points on the plate boundary and measuring the distance and direction between them. This information can then be used to calculate the plate's motion and direction.

2. What are the three points used in determining plate direction?

The three points used in determining plate direction are usually located at the boundaries of the plate, where the plate is in contact with other plates or tectonic features. These points can be identified using geological and geophysical data, such as seismicity, topography, and magnetic anomalies.

3. Why is it important to determine plate direction?

Determining plate direction is important because it provides valuable information about the dynamics of the Earth's crust and the processes that shape the planet's surface. It also helps us understand the distribution of natural resources, the occurrence of earthquakes and volcanic eruptions, and the formation of mountain ranges and ocean basins.

4. What tools and techniques are used in determining plate direction?

Scientists use a variety of tools and techniques to determine plate direction, including satellite imagery, GPS measurements, seismology, magnetometry, and geological mapping. These methods allow for accurate measurements of plate motion and direction over time.

5. Can plate direction change over time?

Yes, plate direction can change over time due to various factors, such as the movement of convection currents in the Earth's mantle, the collision and separation of plates, and the formation of new tectonic features. Plate direction can also be affected by external forces, such as changes in sea level and climate.

Similar threads

  • Introductory Physics Homework Help
Replies
7
Views
1K
  • Introductory Physics Homework Help
Replies
26
Views
659
Replies
2
Views
1K
  • Classical Physics
Replies
4
Views
2K
Replies
7
Views
1K
Replies
31
Views
851
Replies
2
Views
874
Replies
2
Views
787
Replies
2
Views
2K
  • Classical Physics
Replies
3
Views
268
Back
Top