When to introduce absolute value in hyperbola expression?

In summary: I need to study this more before I ask any more dumb questions. Sorry!In summary, the hyperbola is defined as the locus of points whose absolute value of the difference of the distances to the two foci is equal to 2a. This can be expressed using the equation ##|\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}|=2 a## or in the form ##\frac{x²}{a²}-\frac{y²}{c²-a²}=1##. However, it is important to note that the absolute value signs may not be necessary in this case, as demonstrated by Thomas's derivation of the hyperbola.
  • #1
Odious Suspect
43
0
We begin with this definition of a hyperbola.

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

Perform a few basic algebraic manipulations.

[tex]\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a[/tex]

[tex]\sqrt{(c+x)^2+y^2}=2 a+\sqrt{(x-c)^2+y^2}[/tex]

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

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

[tex]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[/tex]

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.

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

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

[tex]c x-a^2=a \sqrt{(x-c)^2+y^2}[/tex]
[tex]\mid \frac{c}{a} x-a \mid = \sqrt{(x-c)^2+y^2}[/tex]
 
Last edited:
Mathematics news on Phys.org
  • #2
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.
 
  • #3
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.
 
  • #4
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:
 
  • #5
Odious Suspect said:
We begin with this definition of a hyperbola.

[tex]\left(\overline{F_1 P}-\overline{F_2 P}=2 a\right)\land a>0[/tex]
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.

[tex]\sqrt{(c+x)^2+y^2}-\sqrt{(x-c)^2+y^2}=2 a[/tex]
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).
 
  • #6
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.
 
  • #7
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:
  • #8
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.
 

Related to When to introduce absolute value in hyperbola expression?

1. When is it necessary to introduce absolute value in a hyperbola expression?

Absolute value is necessary in a hyperbola expression when the hyperbola has a horizontal or vertical shift. This is because the absolute value function ensures that the output of the expression is always positive, which is required for the hyperbola to be symmetric about the x or y axis.

2. How does the introduction of absolute value affect the graph of a hyperbola?

The introduction of absolute value in a hyperbola expression can result in a change in the shape of the graph. This is because the absolute value function causes the output to always be positive, which can alter the steepness of the hyperbola's branches and the location of its vertices.

3. Can absolute value be introduced in both the x and y terms of a hyperbola expression?

Yes, absolute value can be introduced in both the x and y terms of a hyperbola expression. This is often the case when the hyperbola has a horizontal and vertical shift, in which both the x and y coordinates need to be adjusted to ensure the proper symmetry of the graph.

4. Are there any other instances where absolute value may be used in a hyperbola expression?

Absolute value may also be used in a hyperbola expression when the hyperbola has a horizontal or vertical stretch or compression. This is because the absolute value function can be used to scale the output of the expression, resulting in a change in the size of the hyperbola's branches.

5. How can I determine when to introduce absolute value in a hyperbola expression?

The decision to introduce absolute value in a hyperbola expression is based on the properties of the hyperbola and its location in the coordinate plane. It is important to identify any horizontal or vertical shifts, stretches or compressions, and use the absolute value function to adjust the expression accordingly to ensure the proper symmetry and shape of the hyperbola's graph.

Similar threads

  • General Math
Replies
1
Views
738
Replies
4
Views
1K
Replies
3
Views
969
Replies
2
Views
846
Replies
1
Views
971
  • General Math
Replies
2
Views
1K
Replies
17
Views
3K
  • Advanced Physics Homework Help
Replies
2
Views
737
Replies
2
Views
1K
Replies
22
Views
2K
Back
Top