advanced

cinématique

Comprehensive AI-generated study curriculum with 3 detailed note modules.

0 students cloned 2 views 3 notes

Course Syllabus

  1. Introduction aux Fondamentaux de la Cinématique
  2. Cinématique du Point Matériel en 1D et 2D
  3. Cinématique du Point Matériel en 3D et Cas Avancés
  4. Cinématique du Corps Rigide en 2D
  5. Cinématique du Corps Rigide en 3D et Synthèse

Study Notes

Cinématique du Point Matériel en 1D et 2D

Cinématique du Point Matériel en 1D et 2D

TL;DR

You're learning how to describe the motion of an object (a "point particle") without worrying about why it moves. We'll track its position, velocity, and acceleration in one or two dimensions using simple math. Mastering these concepts is fundamental for understanding more complex physics.

1. The Mental Model

Imagine a tiny, perfect dot moving through space. Kinematics is just journaling its journey: where it is, how fast it's going, and how its speed or direction is changing. We don't care what's pushing or pulling it – just the "how" of its motion.

2. The Core Material

Kinematics focuses on three main quantities:

Position ($\vec{r}$)

This tells you where an object is. In 1D, it's just a number (e.g., $x = 5 \text{m}$). In 2D, it's a vector with two components (e.g., $\vec{r} = (x, y)$ or $x\hat{i} + y\hat{j}$). We always define an origin (the $(0,0)$ point) and axes to give our positions meaning.

Velocity ($\vec{v}$)

Velocity describes how fast an object's position is changing and in what direction. It's the rate of change of position.

  • Average velocity: $\vec{v}{avg} = \frac{\Delta \vec{r}}{\Delta t} = \frac{\vec{r}{final} - \vec{r}{initial}}{t{final} - t_{initial}}$
  • Instantaneous velocity: $\vec{v}(t) = \frac{d\vec{r}}{dt}$ (the derivative of position with respect to time). Its magnitude is called speed.

Acceleration ($\vec{a}$)

Acceleration describes how fast an object's velocity is changing (either its speed or direction, or both). It's the rate of change of velocity.

  • Average acceleration: $\vec{a}{avg} = \frac{\Delta \vec{v}}{\Delta t} = \frac{\vec{v}{final} - \vec{v}{initial}}{t{final} - t_{initial}}$
  • Instantaneous acceleration: $\vec{a}(t) = \frac{d\vec{v}}{dt} = \frac{d^2\vec{r}}{dt^2}$ (the derivative of velocity with respect to time, or the second derivative of position).

Motion in 1D (Mouvement Rectiligne Uniformément Varié - MRUV)

When acceleration is constant, we have a set of handy equations. Think of a ball falling straight down.
* $v(t) = v_0 + at$
* $x(t) = x_0 + v_0 t + \frac{1}{2}at^2$
* $v^2 = v_0^2 + 2a(x - x_0)$

Here, $x_0$ and $v_0$ are the initial position and velocity at $t=0$.

Motion in 2D

In 2D, we often treat the $x$ and $y$ motions independently. If acceleration is constant (like gravity acting only in the $y$ direction), you can apply the 1D MRUV equations separately to the $x$ and

Read full note →

Cinématique du Point Matériel en 3D et Cas Avancés

Cinématique du Point Matériel en 3D et Cas Avancés

TL;DR

You'll learn how to describe an object's motion in full 3D space using vectors for position, velocity, and acceleration. We'll explore different coordinate systems to simplify problems and tackle relative motion between moving frames. This topic builds on your 2D understanding, adding depth and complexity for more realistic scenarios.

1. The Mental Model

Imagine tracking a fly in your room. Its position changes in all three dimensions, and its speed and direction are constantly shifting. Cinématique du point matériel en 3D is simply the mathematical toolkit to precisely describe that fly's journey, even when the room itself is moving.

2. The Core Material

When moving from 2D to 3D kinematics, you're essentially adding a z-component to all your vector quantities. Everything you learned about position, velocity, and acceleration in 2D still applies, but now in three orthogonal directions.

### Position, Vitesse, Accélération en 3D

In a Cartesian coordinate system (your standard x, y, z axes), the position vector $\vec{r}(t)$ of a point P at time $t$ is:
$\vec{r}(t) = x(t)\vec{i} + y(t)\vec{j} + z(t)\vec{k}$

Where $\vec{i}$, $\vec{j}$, $\vec{k}$ are the unit vectors along the x, y, and z axes, respectively.

The velocity vector $\vec{v}(t)$ is the first derivative of the position vector with respect to time:
$\vec{v}(t) = \frac{d\vec{r}}{dt} = \dot{x}(t)\vec{i} + \dot{y}(t)\vec{j} + \dot{z}(t)\vec{k}$
Here, $\dot{x}(t)$ means $\frac{dx}{dt}$, and so on. The magnitude of the velocity vector is the speed: $||\vec{v}|| = \sqrt{\dot{x}^2 + \dot{y}^2 + \dot{z}^2}$.

The acceleration vector $\vec{a}(t)$ is the first derivative of the velocity vector (or second derivative of position) with respect to time:
$\vec{a}(t) = \frac{d\vec{v}}{dt} = \ddot{x}(t)\vec{i} + \ddot{y}(t)\vec{j} + \ddot{z}(t)\vec{k}$
Again, $\ddot{x}(t)$ means $\frac{d^2x}{dt^2}$.

### Coordonnées Spécifiques (Cylindriques et Sphériques)

Sometimes, the motion itself or the geometry of the problem makes Cartesian coordinates messy. That's when cylindrical or spherical coordinates become your best friends.

Coordonnées Cylindriques ($\rho, \phi, z$)

Think of these as polar coordinates in the xy plane, with an added z component.
- $\rho$: radial distance from the z-axis (like r in polar).
- $\phi$: azimuthal angle (angle around the z-axis).
- $z$: height along the z-axis (same as Cartesian z)

Read full note →

Introduction aux Fondamentaux de la Cinématique

Introduction aux Fondamentaux de la Cinématique

TL;DR

La cinématique, c'est l'étude du mouvement des objets sans se soucier de ce qui le cause. On se concentre sur des concepts comme la position, la vitesse et l'accélération pour décrire comment les objets se déplacent. C'est la base pour comprendre des mouvements plus complexes et d'autres domaines de la physique.

1. The Mental Model

Imagine que tu regardes une voiture rouler sur une route. La cinématique, c'est ta façon de décrire exactement où est la voiture à chaque instant, à quelle vitesse elle va et si elle accélère ou ralentit, sans te demander qui appuie sur l'accélérateur ou comment le moteur fonctionne.

2. The Core Material

La cinématique est la branche de la mécanique qui décrit le mouvement des points, des corps (objets) et des systèmes de corps sans faire référence aux forces qui causent le mouvement. On s'intéresse principalement à trois grandeurs fondamentales.

Position

La position te dit où se trouve un objet. Pour la définir, tu as besoin d'un point de référence (une origine) et d'une direction. Imagine une ligne numérique : si tu as un point de départ (zéro), tu peux dire qu'un objet est à +5 mètres ou -3 mètres de ce point.

Vitesse

La vitesse (ou vélocité, en physique) te dit à quelle vitesse un objet se déplace et dans quelle direction. C'est le changement de position par unité de temps. Si tu roules à 50 km/h vers le nord, c'est ta vitesse.

Accélération

L'accélération est le changement de vitesse par unité de temps. Si ta voiture passe de 50 km/h à 70 km/h en quelques secondes, tu as accéléré. Tu peux aussi accélérer en changeant de direction, même si ta vitesse reste la même (comme quand tu prends un virage serré).

Ces trois concepts sont liés et décrivent entièrement le mouvement d'un objet.

graph TD
    A["Position (où se trouve l'objet)"] --> B["Vitesse (comment la position change)"];
    B --> C["Accélération (comment la vitesse change)"];
    C --> D["Mouvement décrit"];

Types de Mouvement

On classe généralement le mouvement en fonction de sa complexité :
* Mouvement rectiligne : L'objet se déplace en ligne droite. C'est le plus simple.
* Mouvement curviligne : L'objet se déplace sur une trajectoire courbe (comme un projectile).
* Mouvement circulaire : Un cas particulier du mouvement curviligne où l'objet tourne autour d'un point fixe.

3. Worked Example

Imagine que tu es sur un vélo et que tu

Read full note →