Vertex Equation of an inverse quadratic function. I'm working on a graphing web tool using JSXGraph, The user should be able to draw different functions. I was able to allow the user to draw quadratic functions by creating the vertex of the function where the user clicks, and then creating another point up-right of the the vertex.

Anton Huynh

Anton Huynh

Answered question

2022-11-12

Vertex Equation of an inverse quadratic function.
I'm working on a graphing web tool using JSXGraph, The user should be able to draw different functions. I was able to allow the user to draw quadratic functions by creating the vertex of the function where the user clicks, and then creating another point up-right of the the vertex. Then I construct the function by obtaining a through the vertex equation
y = a ( x h ) 2 + k
I isolate a, which gives
a = y k x 2 2 x h + h 2
As I have the vertex and another point, I obtain a, and then isolating y
f ( x ) = a x 2 2 a h x + a h 2 + k
with that, I obtain b and then c.
The problem is I also need to allow the user to draw inverted parabolas, however I can't find a way to obtain the function given the vertex and a point. I believe i would be able to, with the vertex equation of the inverse quadratic, following a similar procedure as the one above, but I'm not even sure if that exists given the dual nature of the inverse quadratic.
So is there a vertex equation for the inverse of a quadratic function that would allow me to accomplish what I did above?

Answer & Explanation

h2a2l1i2morz

h2a2l1i2morz

Beginner2022-11-13Added 19 answers

Step 1
As you explained above, a parabola can be uniquely defined by its vertex V = ( v x , v y ) and one more point P = ( p x , p y ). The function term of the parabola then has the form
y = a ( x v x ) 2 + v y .
Then, a can be determined by solving
p y = a ( p x v x ) 2 + v y
for a which gives
a = ( p y v y ) / ( p x v x ) 2 .
Step 2
Conversely, also the inverse quadratic function can be uniquely defined by its vertex V = ( v x , v y ) and one more point P = ( p x , p y ). The function term of the inverse function has the form
y = x v x a + v y .
Again, a can be determined by solving
p y = p x v x a + v y
for a which gives
a = ( p x v x ) / ( p y v y ) 2 .

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?