Variation of the dog chasing a cat problem

  • Thread starter Thread starter timetraveller123
  • Start date Start date
  • Tags Tags
    Variation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
timetraveller123
Messages
620
Reaction score
45

Homework Statement


upload_2018-2-13_19-51-41.png


Homework Equations

The Attempt at a Solution


upload_2018-2-13_19-51-57.png

this is in the cats frame

let the radial length be r then

##
v cos\theta = v _{\theta}\\
v - vsin \theta = v _r \\
\frac{dr}{dt} = \frac{dr}{d \theta} \frac{d \theta}{dt} = v - vsin \theta = \frac{dr}{d \theta} \frac{v cos \theta}{r}\\
\frac{dr}{r} = \frac{1 - sin \theta}{cos \theta} d\theta\\

\int _{L} ^{r} \frac{dr}{r} = \int _{0}^{\frac{\pi}{2}}\frac{1 - sin \theta}{cos \theta} d\theta\\
##
hopefully this is correct
doing the right integral got me ln2
so it become

##
ln r - ln L = ln 2\\
r = 2L\\
##
but the answer was r = L/2 what am i doing wrong
 

Attachments

  • upload_2018-2-13_19-51-41.png
    upload_2018-2-13_19-51-41.png
    9.3 KB · Views: 1,274
  • upload_2018-2-13_19-51-57.png
    upload_2018-2-13_19-51-57.png
    664 bytes · Views: 1,356
Physics news on Phys.org
Your minimal distance is twice the initial distance?
Looks like a simple sign error. Your dr/dt is positive, but the actual distance is decreasing.
 
  • Like
Likes   Reactions: timetraveller123
ah yes thanks so careless :)