Making the equation of a parabola

  • Thread starter Thread starter stonecoldgen
  • Start date Start date
  • Tags Tags
    Parabola
Click For Summary

Homework Help Overview

The discussion revolves around expressing the equation of a parabola given its vertex at (2, 10) and roots at (0, 0) and (4, 0). Participants are exploring how to formulate the quadratic equation in the standard form, ax^2 + bx + c = y, based on the provided information.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss using the vertex form of the quadratic equation and how to derive the value of 'a' by substituting the roots. There is also mention of different forms of the quadratic equation and how they relate to the vertex and roots. Some participants express confusion regarding the values of 'b' and 'c' and how to determine them from the equations formed.

Discussion Status

Several participants have provided guidance on using the vertex form to derive the standard form of the quadratic equation. There is ongoing exploration of how to set up equations based on the vertex and roots, with some expressing uncertainty about their calculations and results. The discussion is active, with participants attempting to clarify their understanding and resolve their confusions.

Contextual Notes

Some participants note the challenge of working with multiple variables and equations derived from the vertex and roots, leading to confusion about the relationships between 'a', 'b', and 'c'. There is also a mention of algebraic results that have led to conflicting equations, which adds to the complexity of the discussion.

stonecoldgen
Messages
108
Reaction score
0

Homework Statement


So i have a parabola graphed, i need to express y in terms of X. The vertex is 2,10 and the roots are 0,0 and 4,0.

Homework Equations


ax^2+bx+c=y

quadratic



The Attempt at a Solution



I thought of working the quadratic in a reverse process, but it doesn't work. Because one of the roots is at 0,0, i guess it doesn't have either b or c. Because the paraboal is upwards and not downards, i guess X must be negative.
 
Physics news on Phys.org
Use the vertex form of the quadratic:
y = a(x - h)^2 + k,
where (h, k) is the vertex and a is the same as the a in y = ax^2 + bx + c. Then plug in either root for x and y to solve for a. Once you get the complete vertex form, change it standard form and you'll see what b and c are.
 
eumyang said:
Use the vertex form of the quadratic:
y = a(x - h)^2 + k,
where (h, k) is the vertex and a is the same as the a in y = ax^2 + bx + c. Then plug in either root for x and y to solve for a. Once you get the complete vertex form, change it standard form and you'll see what b and c are.

man I am feeling dumb, how am i supposed to know what b and c are?


i got to the point where i reachd 2b+c=9.52 after doing some algebra, with the other root, i have another result, so I am also confused by that.
 
stonecoldgen said:

Homework Statement


So i have a parabola graphed, i need to express y in terms of X. The vertex is 2,10 and the roots are 0,0 and 4,0.

Homework Equations


ax^2+bx+c=y

quadratic



The Attempt at a Solution



I thought of working the quadratic in a reverse process, but it doesn't work. Because one of the roots is at 0,0, i guess it doesn't have either b or c. Because the paraboal is upwards and not downards, i guess X must be negative.

There are three possible equations for a parabola

y = ax2 + bx + c
y = a(x-e)2 + f [we don't usually use e and f for constants]
y = a(x-u)(x-v)

Any of them can be used, along with the co-ordinates of any 3 points on the graph, to generate 3 simultaneous equations in 3 unknowns , which can then be solved.

The second is quite useful if you happen to know the Turning Point - you can evaluate some of the constants by inspection.

The third is particularly useful if you know the roots [x intercepts] as again you can solve some constants by inspection.
 
stonecoldgen said:

Homework Statement


So i have a parabola graphed, i need to express y in terms of X. The vertex is 2,10 and the roots are 0,0 and 4,0.

Homework Equations


ax^2+bx+c=y

quadratic



The Attempt at a Solution



I thought of working the quadratic in a reverse process, but it doesn't work. Because one of the roots is at 0,0, i guess it doesn't have either b or c. Because the paraboal is upwards and not downards, i guess X must be negative.

If f(x) = a*x^2 + b*x + c is a quadratic with roots r1 and r2, it must be of the form k*(x - r1)*(x - r2), because it must vanish at x = r1 and at x = r2, and have powers of x no higher than 2.

RGV
 
eumyang said:
Use the vertex form of the quadratic:
y = a(x - h)^2 + k,
where (h, k) is the vertex and a is the same as the a in y = ax^2 + bx + c. Then plug in either root for x and y to solve for a. Once you get the complete vertex form, change it standard form and you'll see what b and c are.

stonecoldgen said:
man I am feeling dumb, how am i supposed to know what b and c are?


i got to the point where i reachd 2b+c=9.52 after doing some algebra, with the other root, i have another result, so I am also confused by that.
Not sure how you got that. Let me try again. Start with the vertex form:
y = a(x - h)^2 + k

The vertex is (2, 10), so you plug that in for h and k:
y = a(x - 2)^2 + 10

Notice that there are still 3 variables. But we are given two points: (0, 0) and (4, 0). So plug in either x = 0 & y = 0, or x = 4 & y = 0, into the equation above. Now the only unknown is a. Solve for a.

Take this equation below and now plug in the value for a:
y = a(x - 2)^2 + 10

Rewrite the above into standard form (y = ax^2 + bx + c) by squaring the binomial in the parentheses and simplifying. At the end, the number in front of x will be your b value, and the constant will be your c value. Now try it.
 
vertex is 2,10 and the roots are 0,0 and 4,0.
Putting x= 2, y= 10, x= 0, y= 0, and x= 4, y= 4 into [itex]y= ax^2+ bx+ c[/itex] gives you three linear equations for a, b, and c.
 
stonecoldgen said:
man I am feeling dumb, how am i supposed to know what b and c are?


i got to the point where i reachd 2b+c=9.52 after doing some algebra, with the other root, i have another result, so I am also confused by that.

Perhaps you could show us how you managed that.
 
eumyang said:
Not sure how you got that. Let me try again. Start with the vertex form:
y = a(x - h)^2 + k

The vertex is (2, 10), so you plug that in for h and k:
y = a(x - 2)^2 + 10

Notice that there are still 3 variables. But we are given two points: (0, 0) and (4, 0). So plug in either x = 0 & y = 0, or x = 4 & y = 0, into the equation above. Now the only unknown is a. Solve for a.

Take this equation below and now plug in the value for a:
y = a(x - 2)^2 + 10

Rewrite the above into standard form (y = ax^2 + bx + c) by squaring the binomial in the parentheses and simplifying. At the end, the number in front of x will be your b value, and the constant will be your c value. Now try it.

well, i guess this was the most useful of the posts, thanks
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 26 ·
Replies
26
Views
5K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 44 ·
2
Replies
44
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
9K