How Do You Calculate the Intersection Time of a Particle and a 3D Pill Shape?

AI Thread Summary
To calculate the intersection time of a particle with a 3D pill shape, define the pill as a cylinder with radius R and hemispherical ends based on a line segment from point B to B+H. The particle's motion is defined by its starting point P and vector V, moving from P to P+V over time t from 0 to 1. The intersection can be analyzed by treating it as three separate problems: one for the cylinder and one for each hemisphere. The solution involves finding the intersection times for each part and selecting the minimum value. This approach provides an analytic solution to the problem.
21omega12
Messages
1
Reaction score
0
I am very confused about the problem presented below and would appreciate any help in visualization or pointing me in the direction of an article or equation that will set me on the right path. I can't seem to get past the initial set up of the problem at this point and am quite frustrated at the moment.


Homework Statement


Using a point B, a vector H, and a radius R in 3D space, define a
"pill" as the region within distance R of the line segment between B
and B+H. The pill will be a cylinder of radius R joined with spheres
centered at each of its endpoints. A second point P and vector V define
the motion of a particle: it begins at P at time t=0 and reaches P+V
by t=1.

Calculate the time t (if it is defined and between zero and one) at
which the particle first intersects the pill. This should be an
analytic solution, not a high-level algorithm.
 
Physics news on Phys.org
Welcome to PF!

21omega12 said:
Using a point B, a vector H, and a radius R in 3D space, define a
"pill" as the region within distance R of the line segment between B
and B+H. The pill will be a cylinder of radius R joined with spheres
centered at each of its endpoints. A second point P and vector V define
the motion of a particle: it begins at P at time t=0 and reaches P+V
by t=1.

Calculate the time t (if it is defined and between zero and one) at
which the particle first intersects the pill. This should be an
analytic solution, not a high-level algorithm.

Hi 21omega12! Welcome to PF! :smile:

B to B+H is a line.

It has a cylinder round it, of radius R, and two hemispheres at the ends.

Hint: If the particle intersects the pill, then it must intersect either the cylinder or one of the hemispheres first.

So just treat it as three separate problems, find t for each problem (if it exists), and then take the minimum of the solutions. :smile:
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top