When I was on holidays, I was told a story about how someone passing under a palmtree and almost got a coconut fall on his head.
Given that these palmtrees where about $20m$ high, we wondered at what speed the coconut was when it reached the ground... I took a pen and a paper and tried to remember what I knew about velocity, acceleration etc.
When I got home I found out that the formula to compute this is $v = \sqrt{2 * g * d}$, giving a final speed of about $71.3127 km/h$.
However, the question is not about the real formula, it is about my failed attempt at solving the problem. I tried reasoning about units and ended up with this:
- I know that $g = 9.81 m/s^2$
- I have a distance ($20 m$)
- I want my result to be in $m/s$
- Hum, hey look if I multiply $g$ by the distance I end up with $m^2/s^2$
- And then I can simply do $\sqrt{m^2/s^2} = m/s$, giving the final formula for computing the speed to be $v = \sqrt{g * d}$
If I apply the math, I end up with a speed of $50.42 km/h$, which looked reasonable enough for me to believe I was right until I got home.
Ok, after all this introduction here comes the questions... I know that the reasoning is wrong, that I should integrate the speed etc and eventually end up with the correct formula, however I can't help thinking that what I'm computing has to have a meaning in the real physical world:
- What does the intermediate result in $m^2/s^2$ represent?
- What does the final result in $m/s$ represent?
- Should I avoid thinking about units when trying to solve a problem?
- Does every units manipulation result into something that means something in the real world, or does some manipulation just end up in non sense?