You're reading: Travels in a Mathematical World

Physics with hidden calculus

Crossing campus this afternoon, a student whose exam is later this week asked me “when you ask a real-world question on the exam and you want us to solve an ODE, can we just do it using formula we memorised from A-level physics?” Like what? “Like with one of the distance questions we might just use $v^2 = u^2 + 2as$.” I said that if they were relying on a result we didn’t use in the module and that they hadn’t proven, this would be a problem.

In the latest Taking Maths Further podcast (Episode 19: Computer games and mechanics), we had a puzzle that we say could be answered roughly, but the precise answer 23.53 (2 d.p.) required a little calculus. On Twitter, @NickJTaylor said

The question was: “Susan the Hedgehog runs at 20cm/s across the screen while the run button is held down. Once the run button is released, she slows down with constant deceleration of 8.5cm/s2. Will she stop within 32cm more of screen?”

Taking the position to be $x$, we have constant acceleration $x^{\prime\prime}=-8.5$ and initial speed $x'(0)=20$. Therefore we get, w.r.t. time $t$,

\[ x’ = \int x^{\prime\prime} \mathrm{d}t = -8.5 t + 20\text{.} \]

Setting $x’=0$ gives $t=\frac{20}{8.5}=\frac{40}{17}$ when Susan has stopped.

Now we can integrate again to get position and, since we can decide $x(0)=0$, we can omit the constant:

\[ x = \int x’ \mathrm{d}t = -4.25 t^2 + 20 t\text{.} \]

Putting in $t=\frac{40}{17}$ gives

\[ x = -4.25 \left(\frac{40}{17}\right)^2 + 20 \left(\frac{40}{17}\right) = \frac{400}{17} \approx 23.53\text{.} \]

@NickJTaylor is suggesting that we use the fact that “$v^2 = u^2 + 2as$” or, using the notation above, $(x’)^2 = u^2 + 2ax$, where $x'(0)=u$ and $x^{\prime\prime}=a$ is a constant. This is okay, and it works, but to me it still uses calculus.

To get to this, we start with $x^{\prime\prime}=a$, $x'(0)=u$ and $x(0)=0$, and obtain

\[ \begin{align}
x’ &= \int x^{\prime\prime} \mathrm{d}t = at + u\text{;}\tag{1}\label{1}\\
x &= \int x’ \mathrm{d}t = \frac{1}{2}at^2 + ut\text{.}\tag{2}\label{2}
\end{align} \]

From (1), we rearrange for $t$ to give, for non-zero acceleration,

\[ t = \frac{x’-u}{a}\text{.} \]

Substituting this into (2), we get

\[ \begin{align}
x &= \frac{1}{2}a\left(\frac{x’-u}{a}\right)^2 + u \left(\frac{x’-u}{a}\right)\\
&= \frac{1}{2a} (x’-u)^2 + \frac{1}{a}u(x’-u)\\
&= \frac{1}{2a} ((x’)^2-2x’u+u^2) + \frac{1}{a}(x’u-u^2)\\
&= \frac{1}{2a} ((x’)^2 – u^2)\text{.}
\end{align} \]

So

\[ (x’)^2 = u^2+2ax\text{.}\]

Setting $a=-8.5$, $u=20$ and $x’=0$ gives

\[ 0 = 400-17x\text{,}\]

so we see $x=\frac{400}{17} \approx 23.53$.

If you are happy to accept $v^2 = u^2 + 2as$ as a given, or to work out the area under a graph of the velocity to get displacement, then you could say there’s no calculus needed. I’d say that deriving the formula, or knowing that the area gives the displacement, uses calculus. And if you’re doing a calculus question on my exam, you should expect to have to show me the calculus.

One Response to “Physics with hidden calculus”

  1. Colin Beveridge Colin Beveridge

    I think the relationships involved in constant acceleration predate the calculus: http://www.britannica.com/EBchecked/topic/371907/mechanics/77537/Falling-bodies-and-uniformly-accelerated-motion#ref612044 .

    A simpler derivation, assuming $a$ is constant: $a = \frac{dv}{dt} = \frac{dv}{dx} \cdot \frac{dx}{dt} = v \frac {dv}{dx}$

    Then $2\int a\, dx = \int 2v dv$ (all doubled to avoid an unnecessary fraction), so $2ax = v^2 + C$, and $C = -u^2$.

    It does drop nicely out of the velocity-time graph, too: $\frac t2 (u+v) = s$, so $(u+v) = \frac {2s}{t}$. Also, $v = u + at$, so $v-u = at$, and $(v+u)(v-u) = \frac{2s}{t} \cdot \at = 2as$.

    All that said, it’s reasonable to expect students in a calculus exam to be using the calculus — perhaps you could simple set questions that don’t have well-known shortcuts?

    Reply

(will not be published)

$\LaTeX$: You can use LaTeX in your comments. e.g. $ e^{\pi i} $ for inline maths; \[ e^{\pi i} \] for display-mode (on its own line) maths.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>