In a soccer field ABCD a player kicks the ball from a point P towards the goalpost situated on AB. The ball rolls on the ground without rising. The trajectory of the ball is parallel to AD and it's 40 m from AD. A rangefinder situated 10 m above A (let's call this position T) notes that the distance PT is 50 m and this distance is decreasing with velocity 9 m/s. What's the velocity of the ball in this istant?
Attempted solution:
Let's call R the point in which the trajectory of the ball encounters AB, and x(t) the vector which represents the movement of the ball. We want to know $\frac{dx}{dt}$.
With the Pythagorean theorem we find out that $AP = \sqrt{50^2-10^2} = 20\sqrt{6} $ m
Now we need to find the rate of change of AP (I did this with a proportion, but I'm really unsure) $$v_{TP} : TP = v_{AP} : AP$$ $$ v_{AP} = \frac{AP * v_{TP}}{TP} = \frac {18*\sqrt{6}}{5}$$
In an imaginary right triangle which has x(t) and AR as legs we have that the hypothenuse y(t) varies in function of x. $$y (x) = \sqrt{AR^2+x^2} = \sqrt{40^2+x^2}$$ so: $$\frac{dy}{dx} = \frac{x}{\sqrt{40^2+x^2}}$$ with the chain rule we find that: $$\frac{dx}{dt} = \frac{dy}{dt} * \frac{dx}{dy}$$ we know that $\frac{dy}{dt} = v_{AP} = \frac {18*\sqrt{6}}{5}$ and we know that in the istant we want to analyze $y = \sqrt{2400}$ so $x = \sqrt{800}$
Therefore: $$\frac{dx}{dt} = v_{AP} \frac{\sqrt{1600+800}}{\sqrt{800}} = \frac {18*\sqrt{6}}{5} * \sqrt{3}$$
I'm unsure on how I found $v_{AP}$.
Let consider the right triangle PRT, at the kick we have
for a generic instant we have
$PR=x$
$PT^2=PR^2+TR^2=x^2+1700\implies PT=\sqrt{x^2+1700}$
ans thus
$$\frac{dPT}{dt}=\frac{dPT}{dx}\frac{dx}{dt}=\frac{x}{\sqrt{x^2+1700}} \frac{dx}{dt}$$
and at the kick
$$\left(\frac{dPT}{dt}\right)_{x=x_0}=\frac{\sqrt{800}}{50}\frac{dx}{dt}=9 m/s\implies\frac{dx}{dt}=\frac{450}{\sqrt{800}}\approx 15.9 m/s$$