The Math Thread!

Zyflair said:
Go for it; I'm ready to answer it for you.
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.
 
So we have the standard quadratic form as:
Code:
y = ax^2 + bx + c
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:
(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

Simplifying that mess leaves us with:
Code:
161 = 1225a + 35b + c
21 = 49a + 7b + c
133 = 11025a + 105b + 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.
 
Zyflair said:
So we have the standard quadratic form as:
Code:
y = ax^2 + bx + c
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:
(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
Simplifying that mess leaves us with:
Code:
161 = 1225a + 35b + c
21 = 49a + 7b + c
133 = 11025a + 105b + 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.
Ya I got that already, but from there I can't find an answer.
 
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.
 
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.
Thanks for the help I should be able to get the rest from there. :) There is a reason I am in Alegebera 2 :D, but sometimes this stuff just doesn't make sense Thanks again :).
 
I love the creation of this thread.

I kinda need a wee bit of help with some mathamatical smart-stuff

Is there a rule for how numbers with negative exponents work?

Ex: 11 to the -5th power or 11 to the -6th power

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

And the last situation being

Simplifiy

6x to the second power + 6x to the B power

Thanks, if you could answer each example for me, that'd be appreciated. BTW, the powers of 5 and 6 are just because I need an example for an odd and even exponent. Thanks again!
 
WHERE HAS THIS THREAD BEEN ALL MY LIFE

DV, Negative Exponents multiply said number by 0.1, as opposed to 10 (or divide the number by 10 for negative exponents if you like that better). So 11 ^-5 would be a decimal answer. I'm too lazy to get out my calculator to solve it though.

Technically, -11 ^5 is an illegal operation. However, putting parenthasis around the number make it work. ex. (-11) ^5. Then it just becomes like any other exponent problem, so its just like solving positive 11 ^5.

On your last one about the exponents being variables, I'm not so sure on. I haven't done those in a while.
 
@Hatman

FRom the extent of my knowledge, I've been taught that negative exponents work as so

5 to the second power = 25
5 to the first power=5
5 to the 0 power=1
5 to the -1 power= -5
5 to the -2 power= -25

But I may be wrong, which is why I'm posting here.

BTW, hatman, what about having a negative coefficent and a negative exponent or positive co-efficient and a negative exponent?
 
Is there a rule for how numbers with negative exponents work?
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.

Ex. 2[sup]2[/sup] = 1 / 4.


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

When the coefficient is negative and the exponent is even, the resulting number will be positive because a negative multiplied by a negative gets you a positive. When the coefficient is negative and the exponent is odd, the resulting number will be a negative number because a positive times a negative nets a negative.

Ex. -6[sup]4[/sup] = -6 * -6 * -6 * -6 = 1296
Ex. -5[sup]3[/sup] = -5 * -5 * -5 = -125

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

You need to combine coefficients that have the same exponent. You can't combine terms that have different exponents. This is like how for quadratic equations you can't combine the x[sup]2[/sup] with x.
 
Hatman said:
Technically, -11 ^5 is an illegal operation.
Not true. Order of operations say that exponents happen before multiplication, and -11^5 is essentially (-1) * 11^5 = (-1) * 161051 =
-161051
 
@ 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.
 
Zyflair, would you know anything about working with variables for exponents

Given a problem like so:

6x^2 + 6X^b

What...do...you...do?
 
Dark 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.
Exponents. Scientific notation needs the 10. 5 x 10^-1 = 0.5


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?
What am I doing? Simplifying/factoring that?
 
@Zyflair

Simplify or combine or answer

Those are the only possible things I could be asked in that kind of a problem
 
Answer what? I'll just simplify:

6x[sup]2[/sup] + 6x[sup]b[/sup] = 6x[sup]2[/sup] + 6x[sup]2[/sup] * 6x[sup]b-2[/sup]
=(6x[sup]2[/sup])(1 + 6x[sup]b-2[/sup])
 
Back
Top