Connected rates of change kite problem

239 Views Asked by At

A boy is flying a kite. The boy is running into the wind at a steady speed of 3 m s−1, with the kite flying directly downwind of the boy. At one instant, the length of the string between the child and the kite is 20 m, and is increasing at a steady rate of 2 m s−1. The angle θ that the string makes with the vertical is π/4 radians, and is decreasing at a steady rate of 0.2 radians per second. Find the velocity of the kite and the angle of the velocity from the horizontal

I started the problem by considering $$\sin(\theta) = \frac{y}{20}$$ and differentiating to give $$\\cos(\theta) \frac{d\theta}{dt}= \frac{1}{20}\frac{dy}{dt} $$ which could be rearranged to give expressions for the vertical and horizontal velocities. However, these were incorrect. I'm not really sure whether I'm approaching this incorrectly. Any help would be appreciated, thanks.

2

There are 2 best solutions below

2
On BEST ANSWER

We are given that the angle to the kite is $\theta(t) = \frac \pi 4 - 0.2t$ and that the length of the string is $L(t) = 20 + 2t$. If the boy starts at $(0,0)$ and runs to the left, we can write the following equations for the $x$ and $y$ positions of the kite: $$x(t) = -3t + L(t)*\cos(\theta(t))$$ $$y(t) = L(t)*\sin(\theta(t))$$ Now you just need to differentiate.

2
On

If $t$ it the time in seconds you are given that $\theta = \frac \pi 4 - 0.2t$. If we measure $x$ horizontally from underneath where the kite starts, the boy starts at $x=20 \cos \left(\frac \pi 4\right)$, so his position is $x(t)=20 \cos \left(\frac \pi 4\right)+3t$. Can you figure out the position of the kite as a function of $t$?