Understand notation of motion equation in the context of differential equations.

89 Views Asked by At

I'm working on practice problems to get familiar with differential equations, but can't quite understand the notation of the following problem:


The motion equation $\dot v = g - \alpha v |v|$ is given for velocity v with acceleration $g > 0$ and quadratic friction of a sinking body with $\alpha > 0$ and initial value $(0) = v_0 \in \mathbb{R}$.


Now it is asked to find out for which initial value $v$ will be constant. Since I have zero experience in physics and have just gotten started with differential equations, I'm struggling with the notation. I understand that $\dot v$ probably denotes $y^{\prime}$ and therefore $v$ will be $y$, but what is $g$? I would be very thankful for any clarifications.

2

There are 2 best solutions below

9
On BEST ANSWER

There are many notations for differentiation: Leibniz's Notation $\frac {dy}{dx}$. Newton's dot notation $\dot{y}$. Euler's notation $Dy$. And the most common notation is surely Lagrange's notation $y'$. Alle these notations are equivalent. For g it's certainly a constant. And as Tanner wrote in the comment, $\dot v$ stands for $\frac {dv}{dt}$.

Now it is asked to find out for which initial value v will be constant?

When $v$ is constant, its derivative is $\dot v=0$

1
On

If you want to have a constant velocity you need $\frac {dv}{dt} =0$

That is $\alpha v|v| = g$

Solve for $v$ to get the initial velocity.