Minimizing Distance Between Two Moving Objects

  • Thread starter Thread starter Rct33
  • Start date Start date
  • Tags Tags
    Approach
Click For Summary

Homework Help Overview

The problem involves minimizing the distance between an aircraft taking off at a constant speed and angle, and a car approaching the aircraft from a distance. The participants are tasked with finding the closest distance between these two moving objects.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the formulation of the distance as a function of time and explore the implications of minimizing this function. There are questions about the correctness of expressions and the approach to finding the minimum value.

Discussion Status

The discussion is active with participants offering guidance on how to approach the minimization problem, including suggestions to consider the square of the distance for simplification. There are multiple interpretations of the algebraic manipulations involved, and participants are questioning each other's reasoning and assumptions.

Contextual Notes

Some participants note potential transcription errors in the original expressions and question the setup of the problem, indicating a need for clarity on the algebraic steps taken. There is also a mention of personal preferences regarding variable naming conventions.

Rct33
Messages
16
Reaction score
0

Homework Statement


The problem describes an aircraft taking off from a point on a runway with constant speed [itex]V_{1}[/itex], climbing at a constant angle [itex]\alpha[/itex], at the point of takeoff, a car drives towards the aircraft a distance [itex]a[/itex] away with speed [itex]V_{2}[/itex]. I simply have to find the closest distance between the two objects

The Attempt at a Solution


The x component of the distance is given by [itex](a-(V_{1}\cos(\alpha)+V_{2}))t[/itex]
The y component of the distance is given by [itex]V_{1}\sin(\alpha)[/itex]

Therefore the distance is given by [itex]\sqrt{((a-(V_{1}\cos(\alpha)+V_{2}))t)^2+(V_{2}\sin(\alpha))^2}[/itex]

Which I need to minimise, expanding the brackets and simplifying as much as I can gives the distance as:
[itex]\sqrt{a^2-2aV_{2}t-2aV_{1}t\cos(\alpha)+V_{1}^2t^2+V_{2}^2t^2+2V_{1}V_{2}t^2\cos(\alpha)}[/itex]

Kinda have no idea what to do next or if I even went in the right direction so any pointers would be great, thanks
 
Physics news on Phys.org
Looks like you have the right idea, but you may want to check your brackets (e.g. are you sure that you meant to have ##a \cdot t - \cdots## rather than just ##a - \cdots## in the x-component)?

So you have an expression for the distance d(t) as a function of time. Now, in general, how do you minimise a function?

To make life easier for yourself, note that d(t)² has a minimum wherever d(t) has a minimum - i.e. you can forget about the square root and minimise ##v_x^2 + v_y^2## instead.

(PS I would call the vertical component z, not y, but that's probably a matter of personal preference).
 
  • Like
Likes   Reactions: 1 person
There are a few typos along the way, but your final expression is right so I presume they're transcription errors. You need to find the smallest value of that expression as time varies. What does that suggest in calculus terms?
Of course, the smallest value of the distance occurs at the same time as the smallest value of the square of the distance, so that should simplify things a little.
 
  • Like
Likes   Reactions: 1 person
haruspex said:
There are a few typos along the way, but your final expression is right so I presume they're transcription errors. You need to find the smallest value of that expression as time varies. What does that suggest in calculus terms?
Of course, the smallest value of the distance occurs at the same time as the smallest value of the square of the distance, so that should simplify things a little.

As follow up to haruspex, the thing under the square root sign is a quadratic. The minimum or maximum of a quadratic occurs at t = -B/2A.
 
  • Like
Likes   Reactions: 1 person
Chestermiller said:
As follow up to haruspex, the thing under the square root sign is a quadratic. The minimum or maximum of a quadratic occurs at t = -B/2A.

So [itex]t=\frac{aV_{2}+aV_{1}\cos(\alpha)}{V_{2}^2+2V_{2}V{1}\cos(\alpha)+V_{1}^2}[/itex]?

Would I have to plug that into [itex]\sqrt{a^2-2aV_{2}t-2aV_{1}t\cos(\alpha)+V_{1}^2t^2+V_{2}^2t^2+2V_{1}V_{2}t^2\cos(\alpha)}[/itex] to get the distance? Seems awfully complicated
 
Rct33 said:
So [itex]t=\frac{aV_{2}+aV_{1}\cos(\alpha)}{V_{2}^2+2V_{2}V{1}\cos(\alpha)+V_{1}^2}[/itex]?

Would I have to plug that into [itex]\sqrt{a^2-2aV_{2}t-2aV_{1}t\cos(\alpha)+V_{1}^2t^2+V_{2}^2t^2+2V_{1}V_{2}t^2\cos(\alpha)}[/itex] to get the distance? Seems awfully complicated
It might help to solve it in the abstract first. Suppose d2= Ax2+Bx+C. It's minimised at x=-B/2A, giving d2=C-B2/4A.
 
  • Like
Likes   Reactions: 1 person
haruspex said:
It might help to solve it in the abstract first. Suppose d2= Ax2+Bx+C. It's minimised at x=-B/2A, giving d2=C-B2/4A.

Well it still ain't pretty, but I have d, thanks a lot for your help
 
Rct33 said:
Well it still ain't pretty, but I have d, thanks a lot for your help
It should be prettier than you are implying. Are you sure you manipulated it into the most favorable final form. I got the following result:
[tex]d=\frac{aV_1\sin \alpha}{\sqrt{A}}[/tex]
 
Chestermiller said:
It should be prettier than you are implying. Are you sure you manipulated it into the most favorable final form. I got the following result:
[tex]d=\frac{aV_1\sin \alpha}{\sqrt{A}}[/tex]

Do you get that result from simplifying
[tex]a^2+\frac{(2aV_{2}+2aV_{1}\cos(\alpha))^2}{4(V_{2}^2+2V_{2}V{1}\cos( \alpha)+V_{1}^2)}[/tex]?
 
  • #10
Rct33 said:
Do you get that result from simplifying
[tex]a^2+\frac{(2aV_{2}+2aV_{1}\cos(\alpha))^2}{4(V_{2}^2+2V_{2}V{1}\cos( \alpha)+V_{1}^2)}[/tex]?
No, from simplifying
[tex]a^2-\frac{(2aV_{2}+2aV_{1}\cos(\alpha))^2}{4(V_{2}^2+2V_{2}V{1}\cos( \alpha)+V_{1}^2)}[/tex]
 
  • #11
Chestermiller said:
No, from simplifying
[tex]a^2-\frac{(2aV_{2}+2aV_{1}\cos(\alpha))^2}{4(V_{2}^2+2V_{2}V{1}\cos( \alpha)+V_{1}^2)}[/tex]

is b not equal to [tex]-2aV_{2}-2aV_{1}\cos(\alpha)[/tex]? Thats why I canceled the negative in d2=C-B2/4A
 
  • #12
Rct33 said:
is b not equal to [tex]-2aV_{2}-2aV_{1}\cos(\alpha)[/tex]? Thats why I canceled the negative in d2=C-B2/4A

Please reconsider your algebra. It's a B2, which is positive.
 
  • Like
Likes   Reactions: 1 person

Similar threads

Replies
9
Views
986
  • · Replies 6 ·
Replies
6
Views
2K
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K