A cylindrical body of length $ \ L \ $ lies in the XYZ 3D space. The base of the cylinder makes an angle $\psi$ with the Z axis, as shown in image link. I would like to know the projection of that cylinder in the XY plane in terms of length and azimuthal angle $\psi$.
2026-04-05 20:54:13.1775422453
Bumbble Comm
On
Projection of a cylinder from XYZ 3D space on to XY plane.
561 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
Bumbble Comm
On
For better nomenclature in spherical coordinates, $(\theta,\phi, \psi)$ are azimuth or longitude , latitude or elevation and co-latitude respectively.
$$ \psi+\phi= 90^{\circ};\quad $$
Origin O, $X,Y,Z$ are Cartesian coordinate axes. $OP$ is simple direct projection of $L$ on horizontal plane $YOX,$ (treating the tube as a line through the origin)
$$ OP= L \cos \phi = L \sin \psi. $$
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in VECTOR-SPACES
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Does curl vector influence the final destination of a particle?
- Closure and Subsets of Normed Vector Spaces
- Dimension of solution space of homogeneous differential equation, proof
- Linear Algebra and Vector spaces
- Is the professor wrong? Simple ODE question
- Finding subspaces with trivial intersection
- verifying V is a vector space
- Proving something is a vector space using pre-defined properties
- Subspace of vector spaces
Related Questions in 3D
- Visualization of Projective Space
- Approximate spline equation with Wolfram Mathematica
- Three-Dimensional coordinate system
- Volume of sphere split into eight sections?
- Largest Cube that fits the space between two Spheres?
- Is $ABC$ similar with $A'B'C'$, where $A', B', C'$ are the projections of $A, B, C $ on a plane $\pi $.
- Intersection of a facet and a plane
- Distance from center of sphere to apex of pyramid?
- Looking for hints on the below 3D geometry problem.
- Finding the Euler angle/axis from a 2 axes rotation but that lies on the original 2 axes' plane
Related Questions in PLANE-GEOMETRY
- Euclidean Fifth Postulate
- Line coordinates from plane intersection
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- Perfect Pascal Mysticum Points
- Intersection of a facet and a plane
- Proving formula to find area of triangle in coordinate geometry.
- Prove that the intersection of a cylinder and a plane forms an ellipse
- Rank of Matrix , Intersection of 3 planes
- Composite of two rotations with different centers
- Can a plane be perpendicular in two other planes if those planes are not parallel to each other?
Related Questions in PROJECTION
- What's wrong with my reasoning regarding projections
- Finding the orthogonal projection of a vector on a subspace spanned by non-orthogonal vectors.
- Coordinates of camera bounding box projected on another object.
- Bounded projection
- Deriving principal component out of cosine similarity
- Projection onto the space spanned by eigenfunctions in a Hilbert space
- Show that T - I is a projection.
- Pose estimation from 2 points and known z-axis.
- Non orthogonal projection of a point onto a plane
- Mercator projection - Use existing equation to solve for degrees
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?


Let $u = (u_x, u_y, u_z)$ be the unit vector along the axis of the cylinder, with $u_z \gt 0$. And let $C$ be the center of the lower base of the cylinder, and let $R$ be the radius of the bases.
Generate two vectors $v_1 $ and $v_2$ with $v_1$ horizontal, that are orthogonal to the axis unit vector $u$. Hence,
$ v_1 = (u_y, -u_x, 0 ) / \sqrt{u_x^2 + u_y^2} $
Then it follows that
$ v_2 = u \times v_1 = (u_x, u_y, u_z) \times (u_y, - u_x, 0) / \sqrt{u_x^2+ u_y^2} = (u_x u_z, u_y u_z, -(u_x^2 + u_y^2) ) / \sqrt{u_x^2 + u_y^2} $
The boundary of the lower base is the ellipse
$ P_1(\theta) =\text{Proj}(C) + R \cos(\theta) \text{Proj}(v_1) + R \sin(\theta) \text{Proj}(v_2) \hspace{50pt} 0 \le \theta \le \pi $
This simplifies to
$ P_1(\theta) = (C_x, C_y) + \dfrac{1}{\sqrt{u_x^2 + u_y^2}}\bigg( R \cos(\theta) (u_y, - u_x) + R \sin(\theta) (u_x u_z, u_y u_z) \bigg) \hspace{50pt} \theta \in [-\pi, 0] $
Similarly the projection of the upper base is
$P_2(\theta) = (C_x + L u_x, C_y + L u_y ) +\dfrac{1}{\sqrt{u_x^2 + u_y^2}}\bigg( R \cos(\theta) (u_y, - u_x) + R \sin(\theta) (u_x u_z, u_y u_z) \bigg) \hspace{50pt} \theta \in [0 , \pi ] $
Finally we have the boundary of the projection of lateral surface of the cylinder, and this is a couple of line segments, given as follows
$P_3(t) = (C_x , C_y) + \dfrac{R}{\sqrt{u_x^2 + u_y^2}}( u_y, - u_x ) + t L (u_x, u_y) \hspace{50pt} t \in [0, 1] $
and
$P_4(t) = (C_x, C_y) - \dfrac{ R}{\sqrt{u_x^2 + u_y^2}}( u_y, - u_x ) + t L (u_x, u_y) \hspace{50pt} t \in [0, 1] $
The segments $P_1, P_2, P_3, P_4 $ define the boundary of the projection of the cylinder.
The above is seen on this GeoGebra graphic which I prepared.