I need to find the coefficents for the quadratic equation (meaning a, b, and c) to a graph with the folowing points (35,161), (7,21), and (105,133). Unless someone knows off the top of their head what the quadratic equation for the Xcelerator rollar coaster in knotts berry farm is.Zyflair said:Go for it; I'm ready to answer it for you.
y = ax^2 + bx + c
(35,161): 161 = a(35)^2 + b(35) + c
(7,21): 21 = a(7)^2 + b(7) + c
(105,133): 133 = a(105)^2 + b(105) + c
161 = 1225a + 35b + c
21 = 49a + 7b + c
133 = 11025a + 105b + c
Ya I got that already, but from there I can't find an answer.Zyflair said:So we have the standard quadratic form as:
And we have three points to find a, b, and c. If we plug in x and y as the points we get the following:Code:y = ax^2 + bx + c
Simplifying that mess leaves us with:Code:(35,161): 161 = a(35)^2 + b(35) + c (7,21): 21 = a(7)^2 + b(7) + c (105,133): 133 = a(105)^2 + b(105) + c
And all we're left with is a simple systems of equations (of three variables). If you need help for that as well, let me know.Code:161 = 1225a + 35b + c 21 = 49a + 7b + c 133 = 11025a + 105b + c
161 = 1225a + 35b + c
21 = 49a + 7b + c
133 = 11025a + 105b + c
140 = 1176a + 28b
30 = -9800a - 70b, or
3 = -980a - 7b (divided both sides by 10), and finally:
12 = -3920a - 28b (multiplied both sides by 4)
140 = 1176a + 28b
12 = -3920a - 28b
--------------------------
152 = -2744a
a = -152/2744 = -19/343
Thanks for the help I should be able to get the rest from there. There is a reason I am in Alegebera 2 , but sometimes this stuff just doesn't make sense Thanks again .Zyflair said:Okay so you want help for the system of equations then, lol.
Code:161 = 1225a + 35b + c 21 = 49a + 7b + c 133 = 11025a + 105b + c
Subtract the first equation from the second and you get:
Code:140 = 1176a + 28b
Subtract the first from the third and you get:
Code:30 = -9800a - 70b, or 3 = -980a - 7b (divided both sides by 10), and finally: 12 = -3920a - 28b (multiplied both sides by 4)
Take the two equations together and add:
Code:140 = 1176a + 28b 12 = -3920a - 28b -------------------------- 152 = -2744a
Divide both sides by -2744 and:
Code:a = -152/2744 = -19/343
Plug that in for a and start all over again for b and c. I hope you know the rest, but if not, I'll post that as well.
Yes there is. When a negative number is an exponent, the number will get smaller. Basically it becomes 1 / the base number times the exponent, ignoring the negative sign.Is there a rule for how numbers with negative exponents work?
And then what would happen in a situation when the co-efficient is negative and the exponent is negative/positive?
Ex: -11 to the 5th power/-11 to the 6th power or +11 to the -5th power and +11 to the negative 6th power
And lastly, variables for exponents? What would be done in this case
You are asked to combine the terms here
6x to the second power + 6x to the B power
Not true. Order of operations say that exponents happen before multiplication, and -11^5 is essentially (-1) * 11^5 = (-1) * 161051 =Hatman said:Technically, -11 ^5 is an illegal operation.
Exponents. Scientific notation needs the 10. 5 x 10^-1 = 0.5Dark Sonic J said:@ glaceon
Is that with exponents or scientific notation? The way we learned it was 5^-1= 0.5 since you move the decimal point over.
What am I doing? Simplifying/factoring that?Darkvoid57 said:Zyflair, would you know anything about working with variables for exponents
Given a problem like so:
6x^2 + 6X^b
What...do...you...do?