DEV Community

Cover image for I Knew About Gravity. But I Hadn't Thought About the Equation Behind It This Way
Utkuhan Akar
Utkuhan Akar

Posted on

I Knew About Gravity. But I Hadn't Thought About the Equation Behind It This Way

I didn't "learn" about gravity recently. Like everyone else, I've known the basic idea for years. Objects fall, masses attract each other, and names like Newton or Einstein are so familiar that the subject feels almost "closed" in my mind. But lately, I've started looking at gravity not as something I already understood, but probably as something I've oversimplified for a long time, especially when I try to relate the intuitive idea to the actual equations behind it.

The most basic expression of gravity is Newton's law:

F = G * (m₁m₂ / r²)

I've seen this formula many times before, used it in problems, accepted it as a rule, and moved on. But I realized I never asked myself what this equation actually tells me about reality. Not how to calculate it, but why it has exactly this structure. Why does the force decrease with the square of the distance? Why isn't it linear? Why isn't it something else entirely? At first glance, it seems arbitrary, something discovered and then accepted, but as I began to read further, it became clear that this "1/r²" behavior is not at all random, but rather deeply connected to the geometry of space.

If an effect propagates in three-dimensional space, it doesn't just travel in a line, it spreads into an area, and this area grows with the square of the distance from the source. Therefore, everything that "propagates" is diluted on this growing surface, which naturally leads to a decrease proportional to 1/r². This realization changed my perspective somewhat, because now the equation is not just a law of physics, but also a reflection of spatial structure. It's not just about gravity, but about how things behave in a three-dimensional world.

Then, moving on to Einstein's formulation makes things even less intuitive. Instead of thinking in terms of forces acting between objects, you encounter an equation like this:

G_{μν} = (8πG / c⁴) T_{μν}

I don't claim to understand this equation mathematically, nor do I claim to be able to derive anything from it. However, I have tried to understand what it is trying to describe conceptually. As I understand it, the left side represents the geometry of spacetime, while the right side represents the distribution of energy and matter. Simply put, it suggests that matter and energy determine how spacetime curves, and that curved spacetime determines how objects move.

This is where things stop looking familiar. In Newton's picture, you can imagine a force pulling objects together, something acting between them. But here, that idea disappears. Gravity is no longer something that "acts" on objects in the traditional sense. Instead, it becomes a description of how the structure of spacetime is shaped, and motion becomes a consequence of that structure rather than the result of an applied force.

What makes internalizing this even more difficult is the idea of ​​free fall. From this perspective, an object in free fall isn't actually subjected to a force within its own frame. It simply follows a path defined within a curved spacetime, which can be thought of as the closest thing to a straight line, called a geodesic. So the object isn't being pulled in the way we usually imagine; it's simply moving along the natural path defined by the geometry it's in.

This creates a contradiction with intuition, because almost all of our everyday understanding of motion relies on forces: pushing, pulling, resisting. We expect something to directly "cause" motion in some way. But within this framework, motion can occur without such interaction, which makes it difficult to visualize and accept, even if the mathematical explanation is consistent.

I'm not writing this as someone who has perfectly mastered the mathematics behind these ideas. Much of what I've understood comes from reading, trying to interpret explanations, and slowly piecing the pieces together. And what I've realized is that the difficulty lies not just in learning new formulas, but in taking familiar formulas seriously and questioning what they imply about reality.

What changed for me wasn't learning a new equation, but stopping seeing the equations I already knew as just problem-solving tools. Instead, I started seeing them as condensed descriptions of how the world might actually work. And when you do that, even something as "fundamental" as gravity starts to seem far less obvious than before.

I think that's where physics gets interesting again. Not when you encounter something completely new, but when something you thought was simple turns out to be deeper than you imagined, and you realize that understanding it correctly requires more than just knowing the formula.

In the software world, problems and solutions will certainly present themselves in a similar way, but you determine which area you will grow in and where you will go.

Top comments (0)