Solving Quadratic Problem: y=a(x^2)+bx+c

  • Thread starter Thread starter Cmunro
  • Start date Start date
  • Tags Tags
    Quadratic
AI Thread Summary
To solve the quadratic equation y=a(x^2)+bx+c with a root of 4, a y-intercept of 12, and a point (2,8), the value of c is confirmed as 12. The next step involves setting up a system of equations based on the given data, where substituting the root into the equation yields zero. Additionally, substituting the point (2,8) provides another equation to work with. This process will help determine the coefficients a and b. The discussion emphasizes the importance of using both the root and the known point to establish a solvable system of equations.
Cmunro
Messages
33
Reaction score
0
I have been given a root of 4, a y-intercept of 12 and a known point of (2,8). I have then been asked to write the equation in the form of y=a(x^2)+bx+c

I am assuming the relevant equations are: y=a(x-"alpha")(x-"beta")

Ok, so I know that c=12, but I can't see how I draw the a and b part of the general form from the facts that I have been given. I tried the y=a(x-"alpha")(x-"beta") equation in hopes that I could then expand it out to general form. In this equation alpha=4, however when I substitute y and x with the point (2,8) I am still left with 2 variables: beta and a.

What am I missing?

Thanks, Cat
 
Physics news on Phys.org
You have done everything correctly, the next step is to set up a system of equations using the data you have been given. You know that when you substitute the root in for x, the result must be zero. When you substitute 2 in for x, the result must be 8 [from your point (2,8)];

\left.\begin{array}{rcr}<br /> 16a + 4b + 12 &amp; = &amp; 0\\<br /> 4b + 2b + 12 &amp; = &amp; 8<br /> \end{array}\right\}<br />

From this you should be able to solve for the coefficients of x (a & b). Can you go from here?
 
Last edited:
I can go on from here. Thank you very much!
 
Cmunro said:
I can go on from here. Thank you very much!
My pleasure :smile:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top