Find the minimum distance between the curves

  • Thread starter Thread starter utsav55
  • Start date Start date
  • Tags Tags
    Curves Minimum
Click For Summary

Homework Help Overview

The problem involves finding the minimum distance between the curves defined by the equations y² = x - 1 and x² = y - 1, both of which represent parabolic shapes. The original poster attempts to calculate the distance between the vertices of these curves but finds the result unsatisfactory.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the general concept of distance between points and question which specific points on the curves should be considered. There is an exploration of how to express points on the curves in terms of one variable to facilitate distance calculations.

Discussion Status

Participants are engaged in a productive dialogue about the steps needed to find the minimum distance, including the use of the distance formula and the substitution of variables based on the curves' equations. There is an acknowledgment of the need to minimize the distance function derived from the points on the curves.

Contextual Notes

Participants note that they have four variables to work with and discuss strategies for reducing this number by substituting coordinates based on the curve equations. The discussion reflects an understanding of the constraints imposed by the problem's setup.

utsav55
Messages
14
Reaction score
0

Homework Statement


Find the minimum distance between the curves (Parabola) y^2 = x-1 and x^2 = y-1


Homework Equations


y^2 = x-1
x^2 = y-1


The Attempt at a Solution


Tried to find the distance between their vertex, but the answer was wrong and no where near.
 
Physics news on Phys.org
Welcome to Physics Forums.
utsav55 said:

Homework Statement


Find the minimum distance between the curves (Parabola) y^2 = x-1 and x^2 = y-1

Homework Equations


y^2 = x-1
x^2 = y-1

The Attempt at a Solution


Tried to find the distance between their vertex, but the answer was wrong and no where near.
In general, what is the distance between two points?
 
Hootenanny said:
Welcome to Physics Forums.

In general, what is the distance between two points?

Well, we can use the distance formula to find the distance between 2 points, but in this question between which 2 points we need to find the distance and why?
 
utsav55 said:
Well, we can use the distance formula to find the distance between 2 points, but in this question between which 2 points we need to find the distance and why?
The distance formula is used to compute the distance between two sets of points, say (x1, y1) and (x2, y2). In general, these can be any two points. However, in this case we know that these points must lie on two curves. So we can replace one co-ordinate in each case with an expression in terms of the remaining co-ordinate.

Do you follow?
 
Hootenanny said:
The distance formula is used to compute the distance between two sets of points, say (x1, y1) and (x2, y2). In general, these can be any two points. However, in this case we know that these points must lie on two curves. So we can replace one co-ordinate in each case with an expression in terms of the remaining co-ordinate.

Do you follow?

Just didn't got the last sentence.
 
utsav55 said:
Just didn't got the last sentence.
Instead of finding the distance between the two points (x1,y1) and (x2,y2) you want to find the distance between, say,

[tex]\left({y_1}^2+1,y_1\right)\text{ and } \left(x_2, {x_2}^2+1\right)[/tex]

Does that make sense?
 
Hootenanny said:
Instead of finding the distance between the two points (x1,y1) and (x2,y2) you want to find the distance between, say,

[tex]\left({y_1}^2+1,y_1\right)\text{ and } \left(x_2, {x_2}^2+1\right)[/tex]

Does that make sense?

Please explain me that how you arrived at that conclusion, sorry I didn't got that...
 
utsav55 said:
Please explain me that how you arrived at that conclusion, sorry I didn't got that...
Okay let us take a point (x1, y1) on the curve y2 = x-1, and another point, (x2, y2) on the curve x2 = y-1. Now, suppose that these two points represent the closest points on the two curves. We want to find the distance between them. Currently, we have four variables: x1, x2, y1 and y2; but we can reduce the number of variables. Since we know that the points must lie on their respective curves we can simply substitute one co-ordinate into the equation of the curve. For example, let us take the first point: (x1, y1). We know that since this point lies on the first curve it must satisfy the equation y2 = x-1. In other words, y12 = x1-1. Hence, x1 = y12+1. Therefore we can re-write the point (x1, y 1) in terms of y1 only: (y12+1, y1).

Do you now follow?
 
Hootenanny said:
Okay let us take a point (x1, y1) on the curve y2 = x-1, and another point, (x2, y2) on the curve x2 = y-1. Now, suppose that these two points represent the closest points on the two curves. We want to find the distance between them. Currently, we have four variables: x1, x2, y1 and y2; but we can reduce the number of variables. Since we know that the points must lie on their respective curves we can simply substitute one co-ordinate into the equation of the curve. For example, let us take the first point: (x1, y1). We know that since this point lies on the first curve it must satisfy the equation y2 = x-1. In other words, y12 = x1-1. Hence, x1 = y12+1. Therefore we can re-write the point (x1, y 1) in terms of y1 only: (y12+1, y1).

Do you now follow?

Yes, got till here.
How to proceed from here please? We got 2 points, 1 lying on 1 curve. How do we find the distance now?
The answer is a numeric value...
 
Last edited:
  • #10
utsav55 said:
Yes, got till here.
How to proceed from here please? We got 2 points, 1 lying on 1 curve. How do we find the distance now?
The answer is a numeric value...
The next step would be to repeat the above steps for the second point, yielding the second expression I stated in my previous post. Then, we have the distance formula

[tex]d = \sqrt{\left(x_2 - x_1\right)^2 - \left(y_2-y_1\right)^2}[/tex]

Now, we substitute in our two points,

[tex]d = \sqrt{\left(x_2 - {y_1}^2-1\right)^2 - \left({x_2}^2-y_1 +1 \right)^2}[/tex]

So, you want to find the minimum distance between the two curves.

What do you think out next step would be?
 
  • #11
Use maxima/minima concept??
 
  • #12
utsav55 said:
Use maxima/minima concept??
Indeed. So you want to minimise d(x2, y1) with respect to x2 and y1. It would be useful to note that,

[tex]d\left(x_2,y_1\right) = \sqrt{f\left(x_2,y_1\right)}[/tex]

Hence, one could simply minimise f in order to find the minimum of d.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
4K
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K