1
vote
3answers
66 views

Relation between the time, velocity and acceleration

This is question from I.E. Iredov's General Physics: $1.22$ : The velocity of a particle moving in the positive direction of the $x-axis$ varies as $v = α \sqrt x$, where $α$ is a positive ...
-1
votes
3answers
131 views

What needs to be integrated to solve this problem?

An object is placed on a frictionless table with its one end attached to a cord which is connected to a pulley and the tension is maintained constant at 25 N. what is the change in kinetic energy ...
0
votes
2answers
104 views

Is air drag equation in term of momentum still valid?

This is the known equation of air drag: $$m{\bf a}=mg-\mathcal D=mg-b{\bf v}.$$ Considering this, is air drag equation in term of momentum still valid? $$m{\bf v}=mv_g-b{\bf r}.$$
-1
votes
1answer
147 views

What will happen when measuring unmeasurable object?

There is a set called Vitali Set which is not Lebesgue measurable. Analogously, there also exists a Vitali set $Y$ in $\mathbb R^3$ which is a subset of $[0,1]^3$ and $|Y\cap q|=1$ for all $q\in ...
2
votes
0answers
87 views

What is the correct way of integrating in astronomy simulations? [closed]

I'm creating a simple astronomy simulator that should use Newtonian physics to simulate movement of plants in a system (or any objects, for that matter). All the bodies are circles in an Euclidean ...
1
vote
1answer
153 views

Questions regarding solving the Brachistochrone problem using Lagrangian

brachistochrone problem: Suppose that there is a rollercoaster. There is point 1 ($0,0$) and point 2 ($x_2, y_2)$. Point 1 is at the higher place when compared to the point 2, so the rollercoaster ...
2
votes
1answer
123 views

Symplectic integrators of the pendulum equation?

In particular, a symplectic integrator to solve: $$\ddot{\theta} + \dfrac{g}{l} \sin(\theta) = 0.$$ I'm currently using velocity verlet - by realizing that $$\ddot{\theta} = -\nabla (-cos(\theta)) ...