When to introduce absolute value in hyperbola expression?

Click For Summary

Discussion Overview

The discussion revolves around the introduction of absolute value in the expression defining a hyperbola. Participants explore the algebraic manipulations of the hyperbola's definition and the conditions under which absolute values should be applied, particularly in relation to the distances from points to the foci of the hyperbola.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents the definition of a hyperbola and performs algebraic manipulations, questioning when absolute values should be introduced.
  • Another participant suggests that the absolute value should be included from the start, referencing a more common definition that includes |2a|.
  • Some participants argue that the absolute value of the difference of distances to the foci must equal 2a, indicating that the difference is not always positive.
  • There is a discussion about specific cases for points on the hyperbola, with examples provided to illustrate the conditions under which points satisfy the hyperbola's equation.
  • Participants reference external sources, such as Mathworld, to support their claims regarding the hyperbola's definition and the necessity of absolute values.
  • One participant acknowledges a misunderstanding based on their notes and recognizes the parallel development of cases in the context of hyperbolas and ellipses.

Areas of Agreement / Disagreement

Participants express disagreement regarding the necessity and timing of introducing absolute values in the hyperbola's definition. Multiple competing views remain on how to properly express the relationship between distances and the hyperbola's equation.

Contextual Notes

Some participants highlight that the definition of distance is positive definite in Euclidean space, but the difference of distances can be negative, which complicates the introduction of absolute values. There are unresolved mathematical steps regarding the transition between different forms of the hyperbola's equation.

Odious Suspect
Messages
42
Reaction score
0
We begin with this definition of a hyperbola.

\left(\overline{F_1 P}-\overline{F_2 P}=2 a\right)\land a>0

Perform a few basic algebraic manipulations.

\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a

\sqrt{(c+x)^2+y^2}=2 a+\sqrt{(x-c)^2+y^2}

(c+x)^2+y^2=4 a^2+4 a \sqrt{(x-c)^2+y^2}+(x-c)^2+y^2

Clearly both sides of this equation must be non-negative. Expand the squares.

c^2+2 c x+x^2+y^2=4 a^2+4 a \sqrt{(x-c)^2+y^2}+c^2-2 c x+x^2+y^2

Again, it appears that both sides must be non-negative. The equation appears to valid without an absolute value symbol.

Now we subtract away some non-negative terms.

2 c x=4 a^2+4 a \sqrt{(x-c)^2+y^2}-2 c x

If x<0 there are no real solutions. We can patch it up with absolute value symbols. But when should that restriction first be introduced?

c x-a^2=a \sqrt{(x-c)^2+y^2}
\mid \frac{c}{a} x-a \mid = \sqrt{(x-c)^2+y^2}
 
Last edited:
Mathematics news on Phys.org
Odious Suspect said:
But when should that restriction first be introduced?
You introduced it when you gave your own definition of the hyperbola. Ususally we have ##|2a|## there.
 
BvU said:
You introduced it when you gave your own definition of the hyperbola. Ususally we have ##|2a|## there.
That certainly is universal. For example see for example http://mathworld.wolfram.com/Hyperbola.html. The definition I followed is found in Thomas's Classical Edition of Calculus with Analytic Geometry.
 
Example: a = 1 c = 2. The point ##(1,0)## is on 'your' hyperbola, the point ##(-1,0)## is not ?

I must be overlooking something; can't even reproduce the step from wolfram (3) to (4)...:sleep:
 
Odious Suspect said:
We begin with this definition of a hyperbola.

\left(\overline{F_1 P}-\overline{F_2 P}=2 a\right)\land a>0
This is not correct. It is the absolute value of the difference of the distances to the two foci that must be equal to 2a.
Odious Suspect said:
Perform a few basic algebraic manipulations.

\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a
If c>0, here you implicitly assume that x>0, as you assume that the distance from (x,y) to (-c,0) is larger than the distance from (x,y) to (c,0).
 
Samy_A said:
This is not correct. It is the absolute value of the difference of the distances to the two foci that must be equal to 2a.
If c>0, here you implicitly assume that x>0, as you assume that the distance from (x,y) to (-c,0) is larger than the distance from (x,y) to (c,0).

Distance is positive definite in Euclidean space.
 
Odious Suspect said:
Distance is positive definite in Euclidean space.
Sure, but difference of distances is not. A point belongs to the hyperbola if the absolute value of the difference of the distances to the two foci is equal to 2a.

Using your formula, for x>0, (x,y) is on the hyperbola if:
##\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a## ##\ \ (1)##

For x<0, (x,y) is on the hyperbola if:
##\sqrt{(c-x)^2+y^2}-\sqrt{(x+c)^2+y^2}=2 a## ##\ \ (2)##

If you want one expression covering both cases, take the absolute value:
##|\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}|=2 a## ##\ \ (3)##
Or, use the equation derived in your Mathworld.Wolfram link:
##\frac{x²}{a²}-\frac{y²}{c²-a²}=1## ##\ \ (4)##

@BvU gave an example in post 4, with a=1 and c=2.
(1,0) satisfies equation ##(1)##, (-1,0) satisfies equation ##(2)##. Both satisfy equations ##(3)## and ##(4)##.
 
Last edited:
Samy_A said:
Sure, but difference of distances is not. A point belongs to the hyperbola if the absolute value of the difference of the distances to the two foci is equal to 2a.

Using your formula, for x>0, (x,y) is on the hyperbola if:
##\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a## ##\ \ (1)##

For x<0, (x,y) is on the hyperbola if:
##\sqrt{(c-x)^2+y^2}-\sqrt{(x+c)^2+y^2}=2 a## ##\ \ (2)##

If you want one expression covering both cases, take the absolute value:
##|\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}|=2 a## ##\ \ (3)##
Or, use the equation derived in your Mathworld.Wolfram link:
##\frac{x²}{a²}-\frac{y²}{c²-a²}=1## ##\ \ (4)##

@BvU gave an example in post 4, with a=1 and c=2.
(1,0) satisfies equation ##(1)##, (-1,0) satisfies equation ##(2)##. Both satisfy equations ##(3)## and ##(4)##.
Indeed. I was going off my notes and recollection of Thomas. He actually introduced the absolute value signs in his derivation of the ellipse, and then said they were superfluous in that case. But his development of the hyperbola works your two cases in parallel. Taking the absolute value of the difference of the distances, as you did appears to accomplish the same thing.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K