Problems

Filters
Clear Filters

1 problem found

2025 Paper 2 Q7
D: 1500.0 B: 1500.0

The differential equation \[\frac{d^2x}{dt^2} = 2x\frac{dx}{dt}\] describes the motion of a particle with position \(x(t)\) at time \(t\). At \(t = 0\), \(x = a\), where \(a > 0\).

  1. Solve the differential equation in the case where \(\frac{dx}{dt} = a^2\) when \(t = 0\). What happens to the particle as \(t\) increases from 0?
  2. Solve the differential equation in the case where \(\frac{dx}{dt} = a^2 + p\) when \(t = 0\), where \(p > 0\). What happens to the particle as \(t\) increases from 0?
  3. Solve the differential equation in the case where \(\frac{dx}{dt} = a^2 - q^2\) when \(t = 0\), where \(q > 0\). What happens to the particle as \(t\) increases from 0? Give conditions on \(a\) and \(q\) for the different cases which arise.


Solution: Let \(v = \frac{\d x}{\d t}\) and notice that \(\frac{\d}{\d t} \left ( \frac{\d x}{\d t} \right) = \frac{\d }{\d x} \left ( v \right) \frac{\d x}{\d t} = v \frac{\d v}{\d x}\). Also notice that: \begin{align*} && v \frac{\d v}{\d x} &= 2x v \\ \Rightarrow && \frac{\d v}{\d x} &= 2x \\ \Rightarrow && v &= x^2 + C \\ \Rightarrow && \frac{\d x}{\d t} &= x^2 + C \\ \end{align*}

  1. When \(t = 0, \frac{\d x}{\d t} = a^2\) so \(C = 0\), therefore \(\frac{\d x}{\d t} = x^2 \Rightarrow t = -x^{-1} + k\) and so \(k = a^{-1}\) and \(x = \frac{a}{1-at}\). As \(t\) increases from \(0\) the particle heads to infinity at an increasing rate, `reaching' infinity around \(t=\frac{1}{a}\)
  2. When \(t = 0, \frac{\d x}{\d t} = a^2 + p\) so \(C = p\). Therefore \(\frac{\d x}{\d t} = x^2 + p \Rightarrow t = \frac{1}{\sqrt{p}} \tan^{-1} \left ( \frac{x}{\sqrt{p}} \right) + c\). When \(c = - \frac{1}{\sqrt{p}} \tan^{-1} \left ( \frac{a}{\sqrt{p}} \right)\), so \begin{align*} && t &= \frac{1}{\sqrt{p}} \tan^{-1} \left ( \frac{x}{\sqrt{p}} \right) - \frac{1}{\sqrt{p}} \tan^{-1} \left ( \frac{a}{\sqrt{p}} \right) \\ &&&= \frac{1}{\sqrt{p}} \tan^{-1} \left ( \frac{\sqrt{p}(x-a)}{\sqrt{p}-ax} \right) \\ \Rightarrow && \frac{\sqrt{p}(x-a)}{\sqrt{p}-ax} &= \tan (\sqrt{p} t) \\ \Leftrightarrow && \sqrt{p}(x-a) &= \tan (\sqrt{p} t)(\sqrt{p}-ax) \\ \Leftrightarrow && x(\sqrt{p}+a\tan (\sqrt{p} t)) &= \sqrt{p} (\tan(\sqrt{p}t) + a) \\ \Leftrightarrow && x &= \frac{\sqrt{p} (\tan(\sqrt{p}t) + a)}{\sqrt{p}+a\tan (\sqrt{p} t)} \end{align*} The particle heads to \(\frac{\sqrt{p}}{a}\).
  3. When \(t = 0, \frac{\d x}{\d t} = a^2-q^2\) so \(C = -q^2\). Therefore \begin{align*} && \frac{\d x}{\d t} &= x^2 -q^2 \\ \Rightarrow && \int \d t &= \int \frac{1}{(x-q)(x+q)} \d x \\ &&&= \frac{1}{2q} \int \left ( \frac{1}{x-q}- \frac{1}{x+q} \right )\d x \\ &&&= \frac{1}{2q} \left ( \ln (x-q) - \ln(x+q) \right) \\ &&&= \frac{1}{2q} \ln \left ( \frac{x-q}{x+q} \right)\\ \Rightarrow && \frac{x-q}{x+q} &= Ae^{2qt} \\ \underbrace{\Rightarrow}_{t= 0} && A &= \frac{a-q}{a+q} \\ \Rightarrow && x-q &= \frac{a-q}{a+q}e^{2qt}(x+q) \\ \Leftrightarrow && x\left (1-\frac{a-q}{a+q}e^{2qt} \right) &= q\left (1 + \frac{a-q}{a+q}e^{2qt} \right) \\ \Leftrightarrow && x &= q \frac{1 + \frac{a-q}{a+q}e^{2qt}}{1-\frac{a-q}{a+q}e^{2qt}} \end{align*}