Parabolas and hyperbolas - how do you find them?

  • Thread starter Thread starter The_ArtofScience
  • Start date Start date
  • Tags Tags
    hyperbolas
The_ArtofScience
Messages
83
Reaction score
0
Finding linear equations for initial conditions has never been a problem from me since is easy to see (x1, y1) and (x2, y2) can be plugged into the slope equation. But what if I'm looking for a parabolic or even a hyperbolic line, how do I then find its equation with the initial condition that it must have some (x,y) and (x2, y2) points?
 
Mathematics news on Phys.org
The general form for conic sections (parabolas, hyperbolas, ellipses, circles, two lines) looks like ax2+bxy+cy2+mx+ny+k=0. Since you can divide by any constant, there are five parameters. Therefore you need to specify the curve at five points.
 
Well, given that I still don't see a way to make sense out of that general equation since conic secs don't have an actual slope (unless one were to find its many tangents). I'm convinced that there is a way to solve for a parabolic equation given two sets of coordinates though
 
You plug the coordinates into the equation for each of the 5 points. That gives you 5 equations and 5 unknowns, which you can solve for.

Eg: suppose the curve passes through the following points (im just making these points up):
(1,2); (0,0); (3,4); (-1,3); (-2,-3).

Plugging each point into the equation
x^2+b \cdot x \cdot y+c \cdot y^2+m \cdot x+n \cdot y+k=0,

you get the following 5 equations:
1^2+b \cdot 1 \cdot 2+c \cdot 2^2+m \cdot 1+n \cdot 2+k=0
0^2+b \cdot 0 \cdot 0+c \cdot 0^2+m \cdot 0+n \cdot 0+k=0
3^2+b \cdot 3 \cdot 4+c \cdot 4^2+m \cdot 3+n \cdot 4+k=0
(-1)^2+b \cdot (-1) \cdot 3+c \cdot 3^2+m \cdot (-1)+n \cdot 3+k=0
(-2)^2+b \cdot (-2) \cdot (-3)+c \cdot (-3)^2+m \cdot (-2)+n \cdot (-3)+k=0

Simplifying,
1+2 b+4 c+m +2 n+k=0
k=0
9+12 b+16 c+3 m+4 n+k=0
1-3 b +9 c-1 m+3 n+k=0
4+6 b+9 c-2 m-3 n+k=0

Now you can solve these equations for b,c,m,n, and k.

----

I went ahead and solved this system of equations since it isn't much trouble, and got the following answers:
b = 116/33
c = -95/33
m = -133/11
n = 257/33
k = 0

So,
x^2+\frac{116}{33}x \cdot y-\frac{95}{33} y^2-\frac{133}{11} x+\frac{257}{33} y=0

Plotting the resulting figure, it looks like a hyperbola, and it passes through all the points we want. Whew!
http://img520.imageshack.us/img520/8662/hyperbolapl5.png
 
Last edited by a moderator:
Sorry that you had to go through all that trouble maze. Thanks for the example
 
The_ArtofScience said:
Well, given that I still don't see a way to make sense out of that general equation since conic secs don't have an actual slope (unless one were to find its many tangents). I'm convinced that there is a way to solve for a parabolic equation given two sets of coordinates though
Then you are convinced wrong. y= x2 and y= 2x2- 1
both pass through the two points (1, 1) and (-1, 1).

Even given the information that the graph is a parabola, concave upward, with vertical axis, the two points (1, 1) and (-1, 1) are not enough to define a specific parabola.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top