Course Problems
Home
Problems
Assign Problems
Organize
Assign Problems
Add Problems
Solution Progress
TikZ Images
Compare
Difficulty
Banger Rating
PDF Management
Ctrl+S
Edit Problem
Year
Paper
Question Number
Course
-- Select Course --
LFM Pure
LFM Pure and Mechanics
LFM Stats And Pure
UFM Additional Further Pure
UFM Mechanics
UFM Pure
UFM Statistics
zNo longer examinable
Section
-- Select Section --
Coordinate Geometry
Simultaneous equations
Proof
Proof by induction
Introduction to trig
Modulus function
Matrices
Linear transformations
Invariant lines and eigenvalues and vectors
Trigonometry 2
Small angle approximation
Differentiation
Integration
Implicit equations and differentiation
Differential equations
3x3 Matrices
Exponentials and Logarithms
Arithmetic and Geometric sequences
Differentiation from first principles
Integration as Area
Vectors
Constant Acceleration
Non-constant acceleration
Newton's laws and connected particles
Pulley systems
Motion on a slope
Friction
Momentum and Collisions
Moments
Parametric equations
Projectiles
Quadratics & Inequalities
Curve Sketching
Polynomials
Binomial Theorem (positive integer n)
Functions (Transformations and Inverses)
Partial Fractions
Generalised Binomial Theorem
Complex Numbers (L8th)
Combinatorics
Measures of Location and Spread
Probability Definitions
Tree Diagrams
Principle of Inclusion/Exclusion
Independent Events
Conditional Probability
Discrete Probability Distributions
Uniform Distribution
Binomial Distribution
Geometric Distribution
Hypergeometric Distribution
Negative Binomial Distribution
Modelling and Hypothesis Testing
Hypothesis test of binomial distributions
Data representation
Continuous Probability Distributions and Random Variables
Continuous Uniform Random Variables
Geometric Probability
Normal Distribution
Approximating Binomial to Normal Distribution
Solving equations numerically
Newton-Raphson method
Sequences and Series
Number Theory
Vector Product and Surfaces
Groups
Reduction Formulae
Moments
Work, energy and Power 1
Momentum and Collisions 1
Centre of Mass 1
Circular Motion 1
Momentum and Collisions 2
Work, energy and Power 2
Centre of Mass 2
Circular Motion 2
Dimensional Analysis
Variable Force
Simple Harmonic Motion
Sequences and series, recurrence and convergence
Roots of polynomials
Polar coordinates
Conic sections
Taylor series
Hyperbolic functions
Integration using inverse trig and hyperbolic functions
Vectors
First order differential equations (integrating factor)
Complex numbers 2
Second order differential equations
Discrete Random Variables
Poisson Distribution
Approximating the Poisson to the Normal distribution
Approximating the Binomial to the Poisson distribution
Probability Generating Functions
Cumulative distribution functions
Exponential Distribution
Bivariate data
Linear regression
Moment generating functions
Linear combinations of normal random variables
Central limit theorem
Hypothesis test of a normal distribution
Hypothesis test of Pearson’s product-moment correlation coefficient
Hypothesis test of Spearman’s rank correlation coefficien
Hypothesis test of a Poisson distribution
The Gamma Distribution
Chi-squared distribution
Yates’ continuity correction
Non-parametric tests
Wilcoxon tests
Moments of inertia
Worksheet Citation (for copying)
Click the copy button or select the text to copy this citation for use in worksheets.
Problem Text
A woman stands in a field at a distance of $a\,\mathrm{m}$ from the straight bank of a river which flows with negligible speed. She sees her frightened child clinging to a tree stump standing in the river $b\,\mathrm{m}$ downstream from where she stands and $c\,\mathrm{m}$ from the bank. She runs at a speed of $u\,\mathrm{ms}^{-1}$ and swims at $v\,\mathrm{ms}^{-1}$ in straight lines. Find an equation to be satisfied by $x,$ where $x\,\mathrm{m}$ is the distance upstream from the stump at which she should enter the river if she is to reach the child in the shortest possible time. Suppose now that the river flows with speed $v$ ms$^{-1}$ and the stump remains fixed. Show that, in this case, $x$ must satisfy the equation \[ 2vx^{2}(b-x)=u(x^{2}-c^{2})[a^{2}+(b-x)^{2}]^{\frac{1}{2}}. \] For this second case, draw sketches of the woman's path for the three possibilities $b>c,$ $b=c$ and $b< c$.
Solution (Optional)
\begin{center} \begin{tikzpicture} \def\a{1.5}; \def\b{2}; \def\c{1}; \def\x{1.5}; \coordinate (A) at (-\a, 0); \coordinate (C) at (\c, -\b); \coordinate (X) at (0, -\x); \node at (A) [left] {woman}; \node at (C) [right] {child}; \filldraw (A) circle (1pt); \filldraw (C) circle (1pt); \draw[dashed] (A) -- (X) -- (C); \node at ({-\a/2}, 0) [above] {$a$}; \draw[->] ({-\a/2}, 0) -- (A); \draw[->] ({-\a/2}, 0) -- (0,0); \node at (-0.1, {-(\x+\b)/2}) [left] {$x$}; \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\b); \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\x); \node at (\c, {-\b/2}) [right] {$b$}; \draw[->] (\c, {-\b/2}) -- (\c, 0); \draw[->] (\c, {-\b/2}) -- (\c, -\b); \node at ({\c/2}, -\b) [below] {$c$}; \draw[->] ({\c/2}, -\b) -- (C); \draw[->] ({\c/2}, -\b) -- (0, -\b); \draw (0,1) -- (0,-3); \filldraw[color=blue, opacity=0.1] (0,1) -- (0, -3) -- (2, -3) -- (2, 1); \filldraw[color=green, opacity=0.1] (0,1) -- (0, -3) -- (-3, -3) -- (-3, 1); \end{tikzpicture} \end{center} The distance to where she enters the water is $\sqrt{a^2+(b-x)^2}$ and the distance through the water is $\sqrt{x^2+c^2}$. The total time will be $\frac{\sqrt{a^2+(b-x)^2}}{u}+\frac{\sqrt{x^2+c^2}}{v}$. To minimise this, we can differentiate. \begin{align*} \frac{\d}{\d x}: && \frac{-(b-x)}{u\sqrt{a^2+(b-x)^2}} + \frac{x}{v \sqrt{x^2+c^2}} &= 0 \\ \Rightarrow && v(b-x)(x^2+c^2)^{\frac12} &= xu(a^2+(b-x)^2)^{\frac12} \end{align*} When she is in the water, she can will move with velocity $\begin{pmatrix} v \cos \theta \\ v \sin \theta -v \end{pmatrix}$. She needs to travel a distance $\begin{pmatrix} c \\ -x \end{pmatrix}$, so we must have that \begin{align*} && \frac{x}{c} &= \frac{1-\sin \theta}{\cos \theta} \\ \Rightarrow && \sec \theta - \tan \theta &= \frac{x}{c} \\ \Rightarrow && \sec \theta &= \tan \theta + \frac{x}{c} \\ \Rightarrow && \sec^2 \theta &= \tan^2 \theta + 2 \tan \theta \frac{x}{c} + \frac{x^2}{c^2} \\ \Rightarrow && 1 + \tan^2 \theta &= \tan^2 \theta + 2 \tan \theta \frac{x}{c} + \frac{x^2}{c^2} \\ \Rightarrow && \tan \theta &=\frac{c^2-x^2}{2xc} \\ \Rightarrow && \sin \theta &= \frac{c^2-x^2}{c^2+x^2} \\ && \cos \theta &= \frac{2xc}{c^2+x^2} \\ \end{align*} (where we have taken the positive value for $\cos \theta$ since we must be heading towards the child). Since $v \cos \theta t = c$ the time taken to reach the child in the water is $\frac{c}{v} \frac{c^2+x^2}{2xc} = \frac{c^2+x^2}{2xv}$. So the total time is: $\frac{\sqrt{a^2+(b-x)^2}}{u}+\frac{c^2+x^2}{2xv}$. To minimise this, we can differentiate. \begin{align*} \frac{\d}{\d x}: && \frac{-(b-x)}{u\sqrt{a^2+(b-x)^2}} -\frac{c^2}{2vx^2} + \frac{x^2}{2vx^2}&= 0 \\ \Rightarrow && u(x^2-c^2)\sqrt{a^2+(b-x)^2}&= 2vx^2(b-x) \end{align*} as required. When $b = c$, the shortest path will be running directly to the bank (there's no quicker way to get to the bank) then swimming directly out (and letting the current take you downstream exactly as far as you need)). Therefore the path will be: \begin{center} \begin{tikzpicture} \def\a{1.5}; \def\b{1.5}; \def\c{1.5}; \def\x{0}; \coordinate (A) at (-\a, 0); \coordinate (C) at (\c, -\b); \coordinate (X) at (0, -\x); \node at (A) [left] {woman}; \node at (C) [right] {child}; \filldraw (A) circle (1pt); \filldraw (C) circle (1pt); \draw[dashed] (A) -- (X) -- (C); \node at ({-\a/2}, 0) [above] {$a$}; \draw[->] ({-\a/2}, 0) -- (A); \draw[->] ({-\a/2}, 0) -- (0,0); \node at (-0.1, {-(\x+\b)/2}) [left] {$x$}; \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\b); \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\x); \node at (\c, {-\b/2}) [right] {$b$}; \draw[->] (\c, {-\b/2}) -- (\c, 0); \draw[->] (\c, {-\b/2}) -- (\c, -\b); \node at ({\c/2}, -\b) [below] {$c$}; \draw[->] ({\c/2}, -\b) -- (C); \draw[->] ({\c/2}, -\b) -- (0, -\b); \draw (0,1) -- (0,-3); \filldraw[color=blue, opacity=0.1] (0,1) -- (0, -3) -- (2, -3) -- (2, 1); \filldraw[color=green, opacity=0.1] (0,1) -- (0, -3) -- (-3, -3) -- (-3, 1); \end{tikzpicture} \end{center} If $b > c$ then she should run a little downstream first. \begin{center} \begin{tikzpicture} \def\a{1.5}; \def\b{2}; \def\c{1.5}; \def\x{0.25}; \coordinate (A) at (-\a, 0); \coordinate (C) at (\c, -\b); \coordinate (X) at (0, -\x); \node at (A) [left] {woman}; \node at (C) [right] {child}; \filldraw (A) circle (1pt); \filldraw (C) circle (1pt); \draw[dashed] (A) -- (X) -- (C); \node at ({-\a/2}, 0) [above] {$a$}; \draw[->] ({-\a/2}, 0) -- (A); \draw[->] ({-\a/2}, 0) -- (0,0); \node at (-0.1, {-(\x+\b)/2}) [left] {$x$}; \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\b); \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\x); \node at (\c, {-\b/2}) [right] {$b$}; \draw[->] (\c, {-\b/2}) -- (\c, 0); \draw[->] (\c, {-\b/2}) -- (\c, -\b); \node at ({\c/2}, -\b) [below] {$c$}; \draw[->] ({\c/2}, -\b) -- (C); \draw[->] ({\c/2}, -\b) -- (0, -\b); \draw (0,1) -- (0,-3); \filldraw[color=blue, opacity=0.1] (0,1) -- (0, -3) -- (2, -3) -- (2, 1); \filldraw[color=green, opacity=0.1] (0,1) -- (0, -3) -- (-3, -3) -- (-3, 1); \end{tikzpicture} \end{center} and if $c > b$ she should actually run a little upstream to take advantage of the current: \begin{center} \begin{tikzpicture} \def\a{1.5}; \def\b{1.5}; \def\c{2}; \def\x{-0.25}; \coordinate (A) at (-\a, 0); \coordinate (C) at (\c, -\b); \coordinate (X) at (0, -\x); \node at (A) [left] {woman}; \node at (C) [right] {child}; \filldraw (A) circle (1pt); \filldraw (C) circle (1pt); \draw[dashed] (A) -- (X) -- (C); \node at ({-\a/2}, 0) [above] {$a$}; \draw[->] ({-\a/2}, 0) -- (A); \draw[->] ({-\a/2}, 0) -- (0,0); \node at (-0.1, {-(\x+\b)/2}) [left] {$x$}; \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\b); \draw[->] (-0.1, {-(\x+\b)/2}) -- (-0.1, -\x); \node at (\c, {-\b/2}) [right] {$b$}; \draw[->] (\c, {-\b/2}) -- (\c, 0); \draw[->] (\c, {-\b/2}) -- (\c, -\b); \node at ({\c/2}, -\b) [below] {$c$}; \draw[->] ({\c/2}, -\b) -- (C); \draw[->] ({\c/2}, -\b) -- (0, -\b); \draw (0,1) -- (0,-3); \filldraw[color=blue, opacity=0.1] (0,1) -- (0, -3) -- (2, -3) -- (2, 1); \filldraw[color=green, opacity=0.1] (0,1) -- (0, -3) -- (-3, -3) -- (-3, 1); \end{tikzpicture} \end{center}
Preview
Problem
Solution
Update Problem
Cancel
Current Ratings
Difficulty Rating:
1500.0
Difficulty Comparisons:
0
Banger Rating:
1500.0
Banger Comparisons:
0
Search Problems
Press Enter to search, Escape to close