• static09@piefed.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        I find the absurdity of the joke would be better if the mother asked, “In which direction?”

      • ByteJunk@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        To explain this joke: velocity is a vector quantity, so it has a magnitude (speed) and a direction, which mom failed to indicate, shame on her.

      • Johandea@feddit.nu
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        So “16.4 mph north” is sufficient.

        No, it’s not. “North” is a two dimensional direction on the surface of the earth. But we live, and can throw babies, in three dimension. Therefore you need to specify the inclination as well. “56 furlongs per minute, north, 0.3 radians” would suffice.

        • Lili_Thana@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          1 day ago

          The surface of the Earth is 3d object, thus moving North is a 3d vector which modifies the baby’s velocity relative to the Earth’s center of gravity as it curves the movement of the baby flying through the air.

          • Johandea@feddit.nu
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 day ago

            The problem is that there are an infinite number of directions that are going north. Going north parallell to the ground is not the same direction as an upwards or downwards path. You can have any inclination between (-pi/2, pi/2) and still be going north. If you don’t specify the inclination, it is likely to be assumed to be zero, i.e. the baby is moving parallell to the earths normal plane, but it’s it is uncertain. That’s why you need two vectors in 3d space.

            • Lili_Thana@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              19 hours ago

              I suppose I see “North” as more of a function rather than a variable. When you specify North you’re specifying a relative direction. Because the vector one takes to go North from the US is not the same vector one takes from Russia. The issue is we’re mapping a direction to a point on a sphere So yes North isn’t an absolute vector, but it is a shortcut to calculating the vector to the location you want to go. If I was writing this function, I could easily add in a check to determine if we’re heading towards the equator before we hit North or not based on the vector direction. And just keep it stuck to the sphere’s normal. The initial inclination would be used for calculating the initial vector. I think our wires are getting crossed cause I’m used to 3d programming and velocity is usually spd * (x, y, z) and the inclinations and such you’re speaking of are baked into the (x, y, z) vector that is calculated to determine the “direction” part of the “direction + magnitude” definition of a vector. (I’m enjoying this by the way)