Tool or software able to find the length of the sides

  • Thread starter Thread starter hgphtgi
  • Start date Start date
  • Tags Tags
    Length Software
AI Thread Summary
A user is seeking a tool or software to calculate the lengths of sides (xa, xb, xc, and xd) based on the movement of point x, while points a, b, c, and d are fixed. The discussion emphasizes using Pythagoras' Theorem to determine these lengths, particularly in a 3D context where the coordinates of point x are known. An example is provided, illustrating how to calculate the length of a wire from a fixed point to point x using the formula D = sqrt(x² + y² + z²). The conversation highlights the importance of understanding basic mathematical principles to solve the problem effectively. Overall, the thread focuses on applying geometric concepts to a practical scenario.
hgphtgi
Messages
12
Reaction score
0
Hello there!

I'm looking for such a tool or software able to find the length of the sides ( xa, xb, xc and xd ) each time i moved the point x, hint that a, b, c and d are fixed and known

please help me this is the last problem in my project
REGARDS
 

Attachments

  • dada.JPG
    dada.JPG
    29.3 KB · Views: 406
Physics news on Phys.org
Do I get a mark for working out that this is to do with suspending a TV camera over a football pitch? Well even if it isn't let's pretend it is..

Best approach I reckon is to assume that the plane abcd is the pitich or rather a plane the same size raised above it. Let's call that the xy plane. The camera is then at position x,y,z where z is the height above the pitch (or below the suspension points abcd depending on how you look at it)

Pick one of the points (eg "a" as the origin).

Then pythagorous says the length of the "a-camera" wire is given by

(a-camera)2 = x2 + y2 +z2

The rest I'll leave to you.
 
thanks a lot CWatters

sorry i am study diploma ( 1 sem ), i mean i am not an expert u know. please help me to get the solution.

regards
 
You haven't indicated how you control or know the position x. If you know its x, y, z coordinates relative to a, b, c and d then just apply Pythagoras' Theorem as already suggested. If not, what?
Btw, the four distances are related by xa2 + xd2 = xb2 + xc2.
 
haruspex said:
You haven't indicated how you control or know the position x. If you know its x, y, z coordinates relative to a, b, c and d then just apply Pythagoras' Theorem as already suggested. If not, what?
Btw, the four distances are related by xa2 + xd2 = xb2 + xc2.

tnx haruspex for ur reply

in fact i know the height of point x, however i am not expert in mathematics, can you please support your answer with an example.

sorry friend but i hv no choice to understand except this way

regards
 
If you can't understand pythagorous then this is going to be very difficult.

Start with a 2D problem..

Draw a rectangle on the ground with sides x and y. Then the length of a diagonal d is given by pythagorous as

d2=x2 + y2

or d= sqrt(x2 + y2)

Now imagine you have a pole with a point Z on it stuck in the ground at corner x,y. Draw the triangle from the origin 0,0,0 to x,y,0 to x,y,z and back to the origin. Note it has sides of length d and z

The length of the "3D diagonal" big D from the origin (0,0,0) to (x,y,z) is given by

D2= d2 + z2

but we know d2 = x2 + y2

so D2= x2 + y2 + z2

This gives you the length of one of the wires from the origin to point z.

eg

D = Sqrt(x2 + y2 + z2)Working out the length of the other wires in terms of x,y,z is only slightly more complicated
 
Last edited:
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