Skip to content
Snippets Groups Projects
Commit 79cd17f0 authored by Timon Idema's avatar Timon Idema
Browse files

Minor edit in forces.

parent 49a1183b
No related branches found
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ $$ (generalEOM)
We cannot solve equation {eq}`generalEOM` for a general function $F$. However, in each of the special cases that the force depends on only one of the three variables, we can find a general solution, albeit as an integral over the force, which we may or may not be able to calculate explicitly.
### Case 1: F = F(t)
### Case 1: $F = F(t)$
If the force only depends on time, we can solve equation {eq}`generalEOM` by direct integration. Using that $v = \dot{x}$, we have $m \dot{v} = F(t)$, which we integrate to find
$$
......@@ -507,7 +507,7 @@ $$
x(t) = \int_{t_0}^t v(t') \mathrm{d}t'.
$$ (positionvelocityintegral)
### Case 2: F = F(x)
### Case 2: $F = F(x)$
If the force depends only on the position in space (as is the case for the harmonic oscillator), we cannot integrate over time, as to do so we would already need to know $x(t)$. Instead, we invoke the chain rule to rewrite our differential equation as an equation in which the position is our variable. We have:
$$
......@@ -533,7 +533,7 @@ t-t_0 = \int_{x_0}^x \frac{1}{v(x')} \mathrm{d}x',
$$ (implicitposition)
which gives us $t(x)$. In principle we can invert this expression to give us $x(t)$, although in practice this may not be easy.
### Case 3: F = F(v)
### Case 3: $F = F(v)$
If the force depends only on the velocity, there are two ways we can proceed. We can write the equation of motion as $m \mathrm{d}v / \mathrm{d} t = F(v)$ and use separation of variables to get:
$$
......
[
{
"question": "An 80-ton airplane stands on the tarmac. The airplane is 50 meters long; the main wheels are 27 meters from the nose, and the nose wheel is 3 meters from the nose. <br /> How large is the force on the nose wheel?<br />(We assume the mass of the plane is distributed uniformly.)",
"question": "An 80-ton airplane stands on the tarmac. The airplane is 50 meters long; the main wheels are 27 meters from the nose, and the nose wheel is 3 meters from the nose. How large is the force on the nose wheel?<br />(We assume the mass of the plane is distributed uniformly.)",
"type": "multiple_choice",
"answers": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment