Parabolas and hyperbolas - how do you find them?

  • Thread starter Thread starter The_ArtofScience
  • Start date Start date
  • Tags Tags
    hyperbolas
AI Thread Summary
Finding the equation of a parabola or hyperbola requires specifying five points due to the general form of conic sections. By substituting the coordinates of these points into the conic equation, a system of equations can be formed, which can then be solved for the parameters. An example illustrates this process, resulting in a hyperbola that passes through the specified points. However, it is noted that two points alone are insufficient to uniquely define a parabola, as multiple parabolas can pass through the same two points. The discussion emphasizes the importance of having enough data points to accurately determine the conic's equation.
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.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top