Finding the equation of a parabola

  • Thread starter Thread starter Flatland
  • Start date Start date
  • Tags Tags
    Parabola
AI Thread Summary
To find the equation of a parabola given its vertex and a point, start with the vertex form of the equation: y = a(x - x0)² + y0, where (x0, y0) is the vertex. For a vertex at (-2, -2) and a point at (-1, 0), substitute these values to derive the equation. By setting up the equation 0 = a(-1 + 2)² - 2, it simplifies to find that a = 2. This method assumes the parabola has a vertical line of symmetry, as other orientations would yield multiple solutions.
Flatland
Messages
218
Reaction score
11
How do you find the equation of a parabola if you are given it's vertex and 1 point? For example, find the quadratic equation of a parabola that has a vertex of (-2,-2) and goes through the point (-1,0)
 
Physics news on Phys.org
General quadratic equation: y=ax^2 + bx + c

Derivative: y' = 2ax + b

At the vertex, the derivate equals to zero. Use this fact and simultaneous equations to arrive at the equation.
 
Last edited:
More simply, since you are given the vertex of the parabola, you can write the equation y= a(x-x0)2+ y0 where x0 and y0 are the coordinates of the vertex. Choose a to force the parabola to go through the second point.

y= a(x-(-2))2- 2= a(x+2)2- 2. Setting x= -1, y= 0,
0= a(-1+2)2-2= a- 2 so a= 2.

By the way, this is assuming the parabola has a vertical line of symmetry. Otherwise there are an infinite number of parabolas satisfying these conditions.
 
Know your parabolas

HallsofIvy said:
... assuming the parabola has a vertical line of symmetry...
Graph first, and you may find a shortcut for a given specific data.
If a point on a parabola is 1 to the right and 2 up from its vertex, it must be parabola
y = 2x^{2}
shifted horizontally and vertically, so its vertex (0,0) moves into (-2,-2), i.e. 2 to the left and 2 down:
y = 2(x+2)^{2} - 2
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top