

InterviewSolution
Saved Bookmarks
1. |
A police jeep, approaching a right-angled intersection from the north, is chasing a speeding car that has turned the corner and is now moving straight east. When the jeep is 0.6km north of the intersection and the car is 0.8km to the east, the police determine with radar that the distance between them and the car is increasing at 20kmh^-1. If the jeep is moving at 60kmh^-1 at the instant of measurement, what is the speed of the car? |
Answer» <html><body><p></p>Solution :We draw a diagram of the <a href="https://interviewquestions.tuteehub.com/tag/car-909011" style="font-weight:bold;" target="_blank" title="Click to know more about CAR">CAR</a> and jeep in the coordinate <a href="https://interviewquestions.tuteehub.com/tag/plane-1155510" style="font-weight:bold;" target="_blank" title="Click to know more about PLANE">PLANE</a>, using the positive <a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a>-axis as the eastbound highway and the positive y-axis as the northbound highway(figure). Let x be the position of car at time t. <br/> <img src="https://d10lpgp6xz60nq.cloudfront.net/physics_images/BMS_V01_C02_S01_052_S01.png" width="80%"/> <br/> y=position of jeep at time t, <br/> s=distance between can and jeep at time t. <br/> We assume x,y and s to be differentiable functions of t. <br/> `x=0.8km`, `y=0.6km`, `(dy)/(dt)=-60kmh^-1` <br/> `(ds)/(dt)=20kmh^-1` (`dy//dt` is negative because y is decreasing.) <br/> The variables are related as: <br/> `s^2=x^2+y^2` ...(i) (Pythagorean theorem) <br/> Differentiate Eq. (i) with respect to t, we get <br/> `(ds^2)/(dt)=(dx^2)/(dt)+(dy^2)/(dt)=(ds^2)/(ds)*(ds)/(dt)=2s(ds)/(dt)` <br/> Similarly, `(dx^2)/(dt)=(dx^2)/(dx)*(dx)/(dt)=2x(dx)/(dt)` <br/> and similarly `(dy^2)/(dt)=(dy^2)/(dy)*(dy)/(dt)=<a href="https://interviewquestions.tuteehub.com/tag/2y-301307" style="font-weight:bold;" target="_blank" title="Click to know more about 2Y">2Y</a>(dy)/(dt)` <br/> `2s(ds)/(dt)=2x(dx)/(dt)+2y(dy)/(dt)` <br/> Chain rule, `(ds)/(dt)=1/s(x(dx)/(dt)+y(dy)/(dt))` <br/> `=(1)/(sqrt(x^2+y^2))(x(dx)/(dt)+y(dy)/(dt))` <br/> Evaluate, with `x=0.8km`, `y=0.6km`, `dy//dt=-60kmh^-1`, <br/> `ds//dt=20kmh^-1`, and solve for `dx//dt`. <br/> `20=(1)/(sqrt(underbrace((0.8)^2+(0.6)^2)))(0.8(dx)/(dt)+(0.6)(-60))` <br/> `implies 20=0.8(dx)/(dt)-36implies(dx)/(dt)=(20+36)/(0.8)=70`</body></html> | |