Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Pre-University Math Help > Pre-Algebra and Algebra
Reply
 
Thread Tools Display Modes
  #1  
Old November 3rd, 2009, 09:36 AM
Newbie
 
Join Date: Oct 2009
Posts: 6
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
allabouttheb's is on a distinguished road
Default Third Degree Polynomial Function question

I have been working on this for hours and I cannot seem to get all the numbers to work. please. How would I do this?

Find a third degree polynomial function such that
f(0)=3 and whose zeros are 1, 2, and 3.

Reply With Quote
Advertisement
 
  #2  
Old November 3rd, 2009, 09:41 AM
Administrator
 
Join Date: Oct 2005
Location: Earth
Posts: 2,208
Thanks: 389
Thanked 1,211 Times in 699 Posts
Jameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud of
Default

Quote:
Originally Posted by allabouttheb's View Post
I have been working on this for hours and I cannot seem to get all the numbers to work. please. How would I do this?

Find a third degree polynomial function such that
f(0)=3 and whose zeros are 1, 2, and 3.

Hi,

So firstly, how can you write a cubic in terms of its zeroes? Once you do that, now you have to adjust somehow for f(0)=3. Once you answer my first question, plug in x=0 and see what you get.

Last edited by Jameson; November 3rd, 2009 at 03:38 PM.
Reply With Quote
  #3  
Old November 3rd, 2009, 09:50 AM
pacman's Avatar
Senior Member
 
Join Date: Jul 2009
Posts: 433
Country:
Thanks: 120
Thanked 87 Times in 78 Posts
pacman will become famous soon enoughpacman will become famous soon enough
Default

f(0) = 3 and whose zeros are 1, 2, and 3.

(x - a)(x - b)(x - c) = x^3 -(a + b + c)x^2 + (ab + bc + ac)x - (abc) = 0?
__________________
"Nothing good ever comes of violence."
- Martin Luther King
Reply With Quote
  #4  
Old November 3rd, 2009, 10:17 AM
Newbie
 
Join Date: Oct 2009
Posts: 6
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
allabouttheb's is on a distinguished road
Default

Am I supposed to randomly pic numbers out and put them in a 3rd degree polynomial and keep reworking the problem until I get answers 1, 2,3 ? I think this is where I am confused.
Reply With Quote
  #5  
Old November 3rd, 2009, 10:23 AM
Administrator
 
Join Date: Oct 2005
Location: Earth
Posts: 2,208
Thanks: 389
Thanked 1,211 Times in 699 Posts
Jameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud of
Default

Quote:
Originally Posted by allabouttheb's View Post
Am I supposed to randomly pic numbers out and put them in a 3rd degree polynomial and keep reworking the problem until I get answers 1, 2,3 ? I think this is where I am confused.
No, no. You're making this too hard.

Think of a quadratic. You factor these all the time into something like (x+a)(x-b). This means that -a and b are zeroes of the function. Why? Because plugging in either of those for x makes one of the parenthesis 0, which makes the whole thing 0 since everything is multiplied.

You can go backwards too. If I said a quadratic had zeroes of x=2,1 , what would this be? It is just y=(x-2)(x-1). If you expand that out, it will look like a normal quadratic. The same idea goes with a cubic and with all powers. You can write any polynomial as a product of it's zeroes.
Reply With Quote
  #6  
Old November 3rd, 2009, 10:57 AM
Newbie
 
Join Date: Oct 2009
Posts: 6
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
allabouttheb's is on a distinguished road
Default

x^3-6x^2+11x-6=0
?
Reply With Quote
  #7  
Old November 3rd, 2009, 11:15 AM
rowe's Avatar
Junior Member
 
Join Date: Jul 2009
Posts: 38
Country:
Thanks: 7
Thanked 11 Times in 11 Posts
rowe is on a distinguished road
Default

Quote:
Originally Posted by allabouttheb's View Post
Am I supposed to randomly pic numbers out and put them in a 3rd degree polynomial and keep reworking the problem until I get answers 1, 2,3 ? I think this is where I am confused.
Polynomials can always be factored into products of polynomials of lesser degree. Look at this example:

(x+c)(x+d) = x^2 + (c+d)x + cd

The two factors on the left are polynomials of degree 1, and their product is a polynomial of degree 2. Treat it like addition- 1 + 1 = 2.
Here's another example:

(x+a)(x^2 + bx + c) = x^3 + (b+a)x^2 + (ab + c)x + ca

Note that polynomial of degree 1 factored with polynomial of degree 2 is, by this addition rule, 1 + 2 = 3, so we've got a polynomial of degree 3 out of it.

But of course, there are other ways to make three. What about 1 + 1 + 1? If we multiply three polynomials of degree 1 together, we're going to get a cubic (degree 3).

Now recall that we know the three roots to our polynomial, which are 1, 2 and 3. Let's write out our polynomial factors:

f(x) = (x + a)(x + b)(x + c)

We know that all we have to do is to get one of those linear factors to be equal to 0 to find a root. If f(1) = 0, then one of those factors must be:

(x+(-1))

Going on, if f(2) = 0 as well, then one of the other factors must be (x+(-2)), and so on. In fact, the whole picture is:

f(x) = (x-1)(x-2)(x-3)

If you've followed me thus far, you should be able to expand those terms. That's not quite the whole story, though. Although it will work for f(1), f(2), f(3), it might not for f(0), so you'll have to adjust for a constant term.

Last edited by rowe; November 3rd, 2009 at 12:12 PM.
Reply With Quote
  #8  
Old November 3rd, 2009, 11:16 AM
Administrator
 
Join Date: Oct 2005
Location: Earth
Posts: 2,208
Thanks: 389
Thanked 1,211 Times in 699 Posts
Jameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud of
Default

Quote:
Originally Posted by allabouttheb's View Post
x^3-6x^2+11x-6=0
?
y=(x-1)(x-2)(x-3)

That's how you write the cubic with x=1,2,3 being zeroes. x=0 gives a y-value of -6 though, so we have to add 9 to this whole thing so that x=0 gives a y-value of 3.

So I get y=(x-1)(x-2)(x-3)+9. That might be what you wrote, I just didn't expand it out.
Reply With Quote
  #9  
Old November 3rd, 2009, 03:12 PM
Opalg's Avatar
MHF Contributor

 
Join Date: Aug 2007
Location: Leeds, UK
Posts: 2,065
Country:
Thanks: 126
Thanked 1,262 Times in 1,049 Posts
Opalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant future
Default

Quote:
Originally Posted by Jameson View Post
y=(x-1)(x-2)(x-3)

That's how you write the cubic with x=1,2,3 being zeroes. x=0 gives a y-value of -6 though, so we have to add 9 to this whole thing so that x=0 gives a y-value of 3.

So I get y=(x-1)(x-2)(x-3)+9. That might be what you wrote, I just didn't expand it out.
I'll probably get shot for contradicting the Administrator, but when you add 9 you no longer have a polynomial that vanishes when x = 1, 2 or 3. What you need to do to the polynomial (x-1)(x-2)(x-3) is to multiply it by a suitable constant so that it takes the value 3 at x=0.
Reply With Quote
The following users thank Opalg for this useful post:
Donate to MHF
  #10  
Old November 3rd, 2009, 03:29 PM
Administrator
 
Join Date: Oct 2005
Location: Earth
Posts: 2,208
Thanks: 389
Thanked 1,211 Times in 699 Posts
Jameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud ofJameson has much to be proud of
Default

Quote:
Originally Posted by Opalg View Post
I'll probably get shot for contradicting the Administrator, but when you add 9 you no longer have a polynomial that vanishes when x = 1, 2 or 3. What you need to do to the polynomial (x-1)(x-2)(x-3) is to multiply it by a suitable constant so that it takes the value 3 at x=0.
Duh! Thank you for the catch. No infractions this time

My mistake. I'll finish the problem correctly now since I messed it up before. Like I said x=0 gives a y-value of -6, so we must now find a number that multiplied by -6 yields 9. So -6S=9 -> S=-3/2

Final solution should be y=\left( -\frac{3}{2} \right) (x-1)(x-2)(x-3)

Hopefully Opalg won't find any more mistakes...
Reply With Quote
  #11  
Old November 4th, 2009, 02:01 AM
Opalg's Avatar
MHF Contributor

 
Join Date: Aug 2007
Location: Leeds, UK
Posts: 2,065
Country:
Thanks: 126
Thanked 1,262 Times in 1,049 Posts
Opalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant futureOpalg has a brilliant future
Default

Quote:
Originally Posted by Jameson View Post
Duh! Thank you for the catch. No infractions this time

My mistake. I'll finish the problem correctly now since I messed it up before. Like I said x=0 gives a y-value of -6, so we must now find a number that multiplied by -6 yields 9. 9? Shouldn't that be 3?? So -6S=9 -> S=-3/2

Final solution should be y=\left( -\frac{\color{red}1}{2} \right) (x-1)(x-2)(x-3)

Hopefully Opalg won't find any more mistakes...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 12:55 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.