Recent content by yortzec
-
Y
Undergrad Finding x and y velocities after two circles collide in 2D
That is extremely helpful! Amazing how unnecessarily confusing Wikipedia was when really the answer was that short. Thank you so much, JHamm, I'll try to implement this. -
Y
Velocities after collision of two identical circles
Thanks, Spinnor. I see that if we add, say, the original x-velocities together, we get the sum x-velocity of both of the circles. However, the circles do not move the same direction after they collide. I am having trouble deriving the addends (the final x-velocities for each). For example, can...- yortzec
- Post #3
- Forum: Introductory Physics Homework Help
-
Y
Error in the mean from individual measurement errors
Try looking at the errors of each individual value and find the lowest possible number for each, and find the mean of that. Then do this again for the highest possible number. Then you have the lowest possible mean, and the highest possible mean, and from that you can find the error.- yortzec
- Post #2
- Forum: Introductory Physics Homework Help
-
Y
Velocities after collision of two identical circles
Homework Statement I am trying to find the resulting x and y velocities when two moving circles (particles) which are exactly the same in mass and size and are in the same plane, collide, given the x and y velocities and coordinates of the two particles. What is the formula for the resulting...- yortzec
- Thread
- Circles
- Replies: 2
- Forum: Introductory Physics Homework Help
-
Y
Undergrad Finding x and y velocities after two circles collide in 2D
Hi everybody, I am trying to find the resulting x and y velocities when two moving circles (particles) which are exactly the same and are in the same plane, collide. They are not (necessarily) hitting head on. I am trying to implement this in a 2d computer simulation. I have the x and y...