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 5th, 2009, 07:54 PM
Newbie
 
Join Date: Nov 2009
Posts: 7
Country:
Thanks: 1
Thanked 0 Times in 0 Posts
ggeek101 is on a distinguished road
Default Can someone refresh my memory on how to factor quartics

I need to find all of the zeros.

g(x) = x^4 + x^3 -2x^2 +6x -4
Reply With Quote
Advertisement
 
  #2  
Old November 5th, 2009, 08:19 PM
Bacterius's Avatar
Member
 
Join Date: Nov 2009
Location: Albany
Posts: 145
Country:
Thanks: 3
Thanked 28 Times in 26 Posts
Bacterius is on a distinguished road
Send a message via MSN to Bacterius
Default Reply

This is not a quadratic but a polynomial of the fourth degree (with at most 4 solutions).
I believe it is quite hard to factorize and/or solve fourth degree polynomials ?
Reply With Quote
  #3  
Old November 5th, 2009, 08:29 PM
Newbie
 
Join Date: Nov 2009
Posts: 7
Country:
Thanks: 1
Thanked 0 Times in 0 Posts
ggeek101 is on a distinguished road
Default

This is a problem on my homework for tonight. I have tried a few ways to solve it; none of them working I am at a loss. Perhaps it would be best to just ask in class. Thanks anyways, though.
Reply With Quote
  #4  
Old November 5th, 2009, 08:33 PM
Bacterius's Avatar
Member
 
Join Date: Nov 2009
Location: Albany
Posts: 145
Country:
Thanks: 3
Thanked 28 Times in 26 Posts
Bacterius is on a distinguished road
Send a message via MSN to Bacterius
Default Reply

Oh sh** sorry I thought you had written "quadratics", but you indeed wrote "quartics". I'm out, too hard for me ...
But maybe Wikipedia could help ?

http://en.wikipedia.org/wiki/Quartic_function
Reply With Quote
  #5  
Old November 5th, 2009, 09:01 PM
Super Member
 
Join Date: Dec 2007
Location: Ottawa
Posts: 528
Country:
Thanks: 0
Thanked 90 Times in 85 Posts
Wilmer will become famous soon enoughWilmer will become famous soon enough
Default

Quote:
Originally Posted by ggeek101 View Post
I need to find all of the zeros.
g(x) = x^4 + x^3 -2x^2 +6x -4
Are you sure about "+ x^3"? Could that be "- x^3"?
If so, much easier, since divisible by (x - 1): (x - 1)(x^3 - 2x +4)
__________________
I'm a social drinker; when someone says "I'm having a drink", I answer "so shall I".
Reply With Quote
  #6  
Old November 5th, 2009, 09:11 PM
TheEmptySet's Avatar
Chair of Approximate Accuracy

 
Join Date: Feb 2008
Location: Corvallis, Oregon, USA
Posts: 1,988
Country:
Thanks: 275
Thanked 908 Times in 854 Posts
TheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud ofTheEmptySet has much to be proud of
Default

Quote:
Originally Posted by ggeek101 View Post
I need to find all of the zeros.

g(x) = x^4 + x^3 -2x^2 +6x -4
So the bad new is that is has no linear factors. We can check for linear factors by using the rational roots theorem.

So It must factor into two quadratics

since the lead term has coeffient 1 we can write the two quadratics as

(x^2+ax+b)\cdot (x^2+mx+n) =x^4+x^3-2x^2+6x-4

Now we multiply out the left hand side to get

x^4+(m+a)x^3+(n+am+b)x^2+(an+bm)x+bn=x^4+x^3-2x^2+6x-4

This give the system of equations that is hard to solve and requires alot of trial and error.

m+a=1,n+am+b=-2,an+bm=6,bn=-4

Now comes the hard work solving this system of equations.

If b=2,n=-2 then if we plug into the 2nd equation

am=-2 this gives two choices for a and m

The correct choice is a=-1,m=2 they both check in equation 3.

Now plugging back into the equation from the beginning we get
(x^2-x+2)\cdot (x^2+2x-2)
Reply With Quote
The following users thank TheEmptySet for this useful post:
Donate to MHF
  #7  
Old November 5th, 2009, 09:18 PM
Senior Member
 
Join Date: May 2009
Location: New York
Posts: 414
Country:
Thanks: 9
Thanked 149 Times in 144 Posts
artvandalay11 has a spectacular aura aboutartvandalay11 has a spectacular aura about
Default

Quote:
Originally Posted by ggeek101 View Post
I need to find all of the zeros.

g(x) = x^4 + x^3 -2x^2 +6x -4

It's impossible to factor quartics... just kidding, but I can't offer you a better method than guess and check, I mean I could, but I don't think it's any better, so....

Quartics can be factored into two quadractics (provided they have real coefficients)


g(x) = x^4 + x^3 -2x^2 +6x -4

g(x)=(x^2+\quad )(x^2+\quad )

Now I start playing around with stuff, we need a +x^3 and a -2x^2

Well it looks like -x and +2x will do the job
Since x^2(-x)+x^2(2x)=x^3 and (-x)(2x^2)=-2x^2

So g(x)=(x^2-x+\quad )(x^2+2x+\quad )

Now the final number is -4, so our choices consist of 1,2,4 with necessary signs out in front, just running through those, again I swear this is all guess and check and it's not necessarily quick, you'll get 2 and -2

g(x)=(x^2-x+2)(x^2+2x-2)

There are formulas and things you can look up and use, but this question comes up so rarely for me that I have to stumble through it. It's not an efficient way of doing it.
__________________
Using elementary concubinary logic, you can easily show that the flumex is both semi-dependent and, even more importantly, quasi-invariant
Reply With Quote
  #8  
Old November 6th, 2009, 03:52 AM
Newbie
 
Join Date: Nov 2009
Posts: 7
Country:
Thanks: 1
Thanked 0 Times in 0 Posts
ggeek101 is on a distinguished road
Default

Quote:
Originally Posted by Wilmer View Post
Are you sure about "+ x^3"? Could that be "- x^3"?
If so, much easier, since divisible by (x - 1): (x - 1)(x^3 - 2x +4)
Yes, unfortunately. I am sure it is +x^3, but it is possible my instructor made a mistake.
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 07:50 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.