3

I don't know much about Physics, and I wasn't sure whether to ask here or Mathematics, but I have always wanted to know why when it comes to the physical world/universe, there are so many descriptions and problems and solutions that are squared.

I'm sure there are other constructs out there, but it seems everywhere I look when studying I see something squared, like meters per second squared, time with the t^2, the spring, bouncing ball, etc.

Does the universe just happen to be that way?

Why is there all this usage of squares?

johnny
  • 133

1 Answers1

2

One way to think about such nonlinear behavior is as a feedback loop.

  • When you stretch a spring, you change its immediate stretchiness so it's a bit harder to stretch further.
  • When you push an object into motion, a moving object takes more work to push than a stationary one, so increasing its speed takes incrementally more energy.

The lazy answer is that things get squared because that's just what happens mathematically when you isolate a particular variable. Any exponent might pop out, and sine waves (or other transcendental functions) occur when an exponent would go to infinity. This occurs if you close a feedback loop, such as by putting a mass on a spring, and it's called a harmonic oscillator.

If it makes you feel better, exponents and nonlinearity are perpetually annoying in computational physics, because linear equations are easier to solve. In computer simulation, linear approximations are common and even nonlinear systems get "linearized" one of the final steps.