Calculating Z Co-ordinate for 3D Pipe at (0,0,0)

  • Thread starter Thread starter kevdoig
  • Start date Start date
  • Tags Tags
    3d Pipe
AI Thread Summary
To calculate the Z coordinate for a point on a 3D pipe centered at (0,0,0) with a radius of 2m, use the formula derived from the distance between the center and the point on the circle. Given a known point (x_0, y_0, z) on the circle, the relationship is expressed as √(x_0² + y_0² + z²) = 2m. Rearranging this gives z = √((2m)² - x_0² - y_0²). The problem was resolved shortly after posting, indicating a quick understanding of the geometric relationship involved.
kevdoig
Messages
9
Reaction score
0
I have a point a 3D space (say 0,0,0), a radius of the circle(say 2m), and know a single point that lies on the circle at a certain x co-ordinate, and have the corresponding y coordinate for the point on the circle. How can I calculate the Z co-ordinate for this point given the above parameters?

I am trying to generate a 3D pipe and have the centre of the pipe at (0,0,0), and know the the x distance along the pipe and the height of the pipe at any given point, but not its depth (which i need to calculate), if this helps explain.
 
Mathematics news on Phys.org
Assuming that the point you named in 3D space (0,0,0) is the center of the circle of radius 2m, and that you know that ( x_0 ,y_0,z) is a point on the circle and z (the Z coordinate) is unknown: then to determine z know the the distance between the center of the circle (0,0,0) and any point on it, say ( x_0 ,y_0,z) , is equal to the radius 2m, hence

\sqrt{x_0^2+y_0^2+z^2}=2m

which gives

z=\sqrt{(2m)^2-x_0^2-y_0^2}

for the Z coordinate.
 
cheers, solved it 5 mins after posting, using a similar method, think long nights with early mornings make me a little slow!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top