Home

A brief introduction to physics

Prerequisites

You shouldn't need to know much, you can get by searching the meaning of the words here, but if you can, please watch 3blue1brown's calculus series, and search what is a vector in physics before starting.

Newton's laws of motion

They describe(of course) the movement of objects, they are divided into three laws, they are:

  1. "A body remains at rest or at motion until a force is applied to it", basically, the speed of a body is constant until some force is applied to it, example, a ball will keep at rest until i push it, this is called inertia.
  2. "The net force(sums of all forces applied to the object) is the derivative(rate of change) of momentum", this is the famous \(F = ma\), since momentum is \(p = mv\), when you differentiate momentum, you differentiate both mass and velocity, and as mass is (usually) constant, you only differentiate velocity, which results in acceleration.
  3. "If object A applies a force to object B, a force of same strength(magnitude), but opposite direction, will be applied on A", this explains things like rockets and air friction, the rocket applies a force to its bottom, which results in a upwards force.

These laws provide the base for Newtonian mechanics(yes, this isn't the only mechanics framework, but the two others are more niche), you can use them to derive many equations, like the centripetal force, which is derived by using \(F = ma\), and then finding \(a\).

Gravity

We can calculate gravity with \(F = G \frac{m_1 m_2}{r²}\)(remember, there are other versions of this formula, be careful), where \(m_1\) and \(m_2\) are the masses of two objects, \(r\) is the distance between them, and \(G\) is the gravitational constant.

Work and energy

Lets start with some definitions, shall we?

Energy: A property that quantitates the ability to enact force, example, me throwing a ball up, i'm converting the energy from my body to a force on the ball. There are various types of energy, here are some:

Work: It is the energy that is converted to a force, using the ball example, i do work by converting my energy into force. If the force is constant, work is calculated by the dot product \(W = \vec{F} \cdot \vec{s}\)

Work and kinetic energy are related by the work-energy theorem, which states \(W = \Delta E_k\)(delta means difference, aka final value minus initial value).

Rotational motion

Rotational motion is the way we apply mechanics to things that rotate around a center, like ball rotating, tied on a string to the center.

One of the most important things to learn in rotational motion is the moment of inertia, let's think about newton's first law, inertia is basically resistance to change in velocity, in normal mechanics, this is measured by mass(\(a = \frac{F}{m}\), more mass, less acceleration), the more mass an object has, the harder is it to change it's velocity, but in rotational motion, this is measured by the moment of inertia.

The moment of inertia is calculated by \(I = \sum_i m_i r²_i\), where \(m\) is the mass and \(r\) is the distance of the point from the center(radius), it is a summation because you must calculate them for each point in your object, for example, if there are two points, the you calculate \(mr²\) for each of them and add them up, if your object is something continuous, like a disk, them you can use an integral.

What about momentum? The analogue for momentum in rotational motion is angular momentum, calculated by \(L = I\omega\), where \(I\) is the moment of inertia and \(\omega\) is angular velocity(which is the change in angle in one second, or radians per second).

What about force? The analogue for force in rotational motion is torque, calculated by the cross product \(\tau = r \times F\), just like net force can be calculated by the derivative of momentum, so can torque: $$\tau = \frac{dL}{dt}$$

Conclusion

I would've tried to explain much more here, like electrodynamics, for example, but i'm constrained by the more advanced calculus which is needed, you can teach them yourself(i personally self-taught all things here), if you need some help, you can email me at brunothedev@proton.me, i'm bored and have plenty of free time.