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

  • Context: Undergrad 
  • Thread starter Thread starter kevdoig
  • Start date Start date
  • Tags Tags
    3d Pipe
Click For Summary
SUMMARY

The discussion focuses on calculating the Z coordinate for a point on a 3D pipe centered at (0,0,0) with a radius of 2 meters. The formula derived for the Z coordinate is z = √((2m)² - x₀² - y₀²), where (x₀, y₀) are known coordinates on the circle. The user successfully solved the problem shortly after posting by applying this mathematical approach.

PREREQUISITES
  • Understanding of 3D coordinate systems
  • Familiarity with the Pythagorean theorem
  • Basic knowledge of geometry related to circles
  • Experience with mathematical problem-solving in 3D space
NEXT STEPS
  • Explore 3D geometry concepts in depth
  • Learn about parametric equations for 3D shapes
  • Investigate applications of trigonometry in 3D modeling
  • Study software tools for 3D visualization, such as Blender or AutoCAD
USEFUL FOR

Mathematicians, 3D modelers, engineers, and anyone involved in geometric calculations or 3D design will benefit from this discussion.

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!
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
6K