Recent content by Noxuz
-
N
Inertia tensor of cone around its apex
Thank you, I found the error, the inferior limit of the integral for z isn't r, its (H/R) * r, The textbook I was reading gives an example for a cone of equal heigth and radius so it ignored the slope in the integral.- Noxuz
- Post #5
- Forum: Advanced Physics Homework Help
-
N
Inertia tensor of cone around its apex
In cylindrical coordinates for a solid cone the only non-trivial boundarie would be on the first integration, since its a solid of revolution, theta goes grom 0 to 2*pi and r goes from 0 to R (radius of cone). z would go from z = r (x^2 + y^2) to z = h (height of cone)- Noxuz
- Post #3
- Forum: Advanced Physics Homework Help
-
N
Inertia tensor of cone around its apex
Im trying to calculate the principals moments of inertia (Ixx Iyy Izz) for the inertia tensor by triple integration using cylindrical coordinates in MATLAB. % Symbolic variables syms r z theta R h M; % R (Radius) h(height) M(Mass) % Ixx unox = int((z^2+(r*sin(theta))^2)*r,z,r,h); % First...- Noxuz
- Thread
- Cone Inertia Inertia tensor Matlab Moment of inertia Tensor
- Replies: 4
- Forum: Advanced Physics Homework Help