Recent content by Palpatine

  1. Palpatine

    How to devise an experiment that violates uncertainty principle

    Lets suppose device A measures the position of a particle very accurately. Device B now cannot measure its momentum to high accuracy due to the uncertainty principle. But let's suppose that neither A nor B can ever communicate their findings to the rest of the world. Now the uncertainty...
  2. Palpatine

    Help Applying SR to Calculate Time Dilation

    I made this pic to illustrate my problem. A spaceship (labeled B) departs from a space station (labeled A) at 80% the speed of light (0.8c). A applies the time dilation principle and calculates that B's clocks are running slower than his. Some time later a smaller craft (labeled C) detaches...
  3. Palpatine

    Distribution of IQs of offspring

    c = correlation between the IQs of parents and children s = standard deviation for IQs of the group the parents are sourced from m = mean IQ of the group the parents are sourced from Assume the distribution of IQs for the group the parents are pulled from is normal. What is the...
  4. Palpatine

    Gravitational Field Strength of Sun vs Moon at Earth

    The subscript A denotes (in America) and E (in Europe). I_{A} = \frac{V_{A}}{R} I_{E} = \frac{2\times{V_{A}}}{R} = 2\times{\frac{V_{A}}{R}} Now substitute I_{A} for \frac{V_{A}}{R} I_{E} = 2\times{I_{A}}
  5. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    Also note where it multiplies vectors it means cross product and also that you must do it in the order specified because v x u is not equal to u x v
  6. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    A vector of length 1 multiplied by a constant is the same as scaling the vector with that amount. Consequently its also the same as making the length of the vector the same as the amount you multiplied it with. Thus if you divide a vector by its magnitude ( ||v|| ), it yields a vector of...
  7. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    If you have a vector library you only have to do it once and adapt your drawing code or whatever to use the coordinates in the vector object. Remember the new position vector is the old one + old velocity vector * (delta t).
  8. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    k is the unit vector in the z (up direction) <0,0,1>
  9. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    Let \vec{v} be the 3-dimensional velocity vector. Let \Delta{t} be the time since the last update(frame) of the simulation. Let m be the mass of the ball. Let \vec{v}\prime be the new updated velocity vector. Now \vec{v}\prime=\vec{v} -...
  10. Palpatine

    Calculating the Acceleration of a Golf Ball Flight

    Do you have equations that yield the drag and magnus given a certain velocity? The drawing only illustrates the orientation of the forces relative to the velocity.
  11. Palpatine

    How can we improve the accuracy of acceleration calculations?

    You need to set up a differential equation relating the distance from the Earth to the acceleration and solve it.
  12. Palpatine

    How can I produce a net translational force on a ferromagnet?

    I think that's analogous to asking how you balance an egg on the tip of a pen.
  13. Palpatine

    How Can You Move Ten Feet Without Motors, Wheels, or Human Propulsion?

    I remember this from when i was a pup. Make a soap boat! http://tastesalike.com/ksf/projects/project1010.html
  14. Palpatine

    Calling All Angels: Questions on Gold, Buoyancy & More

    Concerning that buoyancy issue, I think what holly meant was what if the object is completely smooth and pinned to the bottom so that no water (or anything else) comes between the object and the bottom. If this is the case then there would be no upward buoyancy force. The water pressure will...
  15. Palpatine

    Brain Teaser that is impossibly solvable

    For a Euler path to exist (each edge traversed exactly once) two vertices need to have odd degree and the rest must have even degree. The graph has vertices with degrees, 5,5,5,9,4,4 So it looks like a no-go. The last drawing i posted had 5,4,4,4,4,9. So that at least checks out.
Back
Top