Solving the Unsolvable: x^4+4x^3+14x^2=-4x-13

  • Context: Undergrad 
  • Thread starter Thread starter thomasrules
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around finding the roots of the polynomial equation x^4 + 4x^3 + 14x^2 + 4x + 13 = 0, as well as a related polynomial y = x^4 - 4x^2 - 9x + 36. Participants explore methods for solving these equations, including factoring techniques and the nature of the roots.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant notes the difficulty in factoring the original polynomial due to the constant term 13.
  • Another participant suggests that the polynomial has no real roots, as all terms are positive, implying four complex roots, but expresses uncertainty about how to find them.
  • A different approach is proposed to factor the polynomial into the form (x^2 + ax + 13)(x^2 + bx + 1), which aligns with the structure of the polynomial.
  • Some participants discuss the nature of the roots, with one acknowledging that while the polynomial appears to have complex roots, the presence of a smaller constant could lead to real roots.
  • In a subsequent thread, participants shift focus to another polynomial, y = x^4 - 4x^2 - 9x + 36, discussing a method to factor it by equating coefficients after assuming a specific factorization form.
  • There is a question about whether the factoring method discussed would work for any fourth-degree polynomial, with one participant affirming its general applicability under certain conditions.
  • Another participant admits to making an error in the coefficient during the discussion of the second polynomial's factorization.
  • Further, a participant inquires about alternative methods for factoring polynomials of degree greater than two, mentioning the rational root theorem and expressing curiosity about limitations on factoring higher-degree polynomials.

Areas of Agreement / Disagreement

Participants express differing views on the nature of the roots of the original polynomial, with some asserting the presence of only complex roots while others suggest the possibility of real roots under different conditions. The discussion on the second polynomial also reveals varying approaches to factoring and solving, indicating no consensus on the best method.

Contextual Notes

Participants acknowledge limitations in their approaches, such as the dependence on specific assumptions about coefficients and the unresolved nature of the roots for the original polynomial. There is also mention of potential errors in calculations and assumptions made during the discussion.

Who May Find This Useful

This discussion may be useful for students and enthusiasts of mathematics, particularly those interested in polynomial equations, factoring techniques, and the nature of roots in higher-degree polynomials.

thomasrules
Messages
243
Reaction score
0
What are the ROots:

x^4+4x^3+14x^2=-4x-13

ok the 13 really causes a problem because you can't factor that.
So I move the right side to the left and then you can't find a number that fits so that it equals zero so I tried factoring it somehow but can't do it can someone help?
 
Physics news on Phys.org
Well, if you look at the equation then you see that all the terms are positive. Thus, the graph of the function is a parabola which never touches the x-axis. Hence, there are no REAL roots and thus there are four complex roots.

I have no idea how to find those 4 roots, though..
 
Try to find a solution to [itex](x^2+ax+13)(x^2+bx+1)[/itex]. I chose this form because it automatically fits the first and last terms of your polynomial [itex]x^4+4x^3+14x^2+4x+13[/itex].
 
where did u pick up that equation from...
 
Swapnil said:
Well, if you look at the equation then you see that all the terms are positive. Thus, the graph of the function is a parabola which never touches the x-axis. Hence, there are no REAL roots and thus there are four complex roots.

I have no idea how to find those 4 roots, though..

Well, [itex]x^3[/itex] and [itex]x[/itex] are hardly positive when [itex]x<0[/itex]. But you are right, all the roots are complex here (the constant 13 is enough to keep it positive. However if the constant term were a small enough positive number [say, 0.1 instead of 13] you'd have real roots).
 
Last edited:
help me though :D
 
I've already helped you in the identical thread in the homework help section :-p
 
THanks I got the answer my friend mr data. I'm so smart :)

YOu caught me :D
 
here is another pickle...

Find Real ROots

[tex]y=x^4-4x^2-9x+36[/tex]

AND NO I"M NOT ASKING YOU TO DO MY HOMEWORK, I TRIED THESE DAMN THINGS grrrrr
 
Last edited:
  • #10
[tex]y=x^4-4x^2-9x+36[/tex]

If you split the polynomial into [itex](ax^2+bx+c)(dx^2+ex+f)[/itex] and simlify, you'l have a simple system that will tell you what the coefficints need to be. In fact, you can see that a and d in this example are 1, since x^4 appears with coefficient 1. Then you have

[tex]x^4-4x^2-9x+36=(x^2+ax+b)(x^2+cx+d)=x^4+(a+c)x^3+(a+c+ac)x^2+(ad+bc)x+bd[/tex]

Set each coefficient equal to the known coefficients:

[tex]a+c=0[/tex]
[tex]a+c+ac=-4[/tex]
[tex]ad+bc=-9[/tex]
[tex]bd=36[/tex]

and solve.
 
  • #11
CRGreathouse said:
[tex]x^4-4x^2-9x+36=(x^2+ax+b)(x^2+cx+d)=x^4+(a+c)x^3+(a+c+ac)x^2+(ad+bc)x+bd[/tex]

The x^2 coefficient is off.
 
  • #12
CRGreathouse said:
[tex]y=x^4-4x^2-9x+36[/tex]

If you split the polynomial into [itex](ax^2+bx+c)(dx^2+ex+f)[/itex] and simlify, you'l have a simple system that will tell you what the coefficints need to be. In fact, you can see that a and d in this example are 1, since x^4 appears with coefficient 1. Then you have

[tex]x^4-4x^2-9x+36=(x^2+ax+b)(x^2+cx+d)=x^4+(a+c)x^3+(a+c+ac)x^2+(ad+bc)x+bd[/tex]

Set each coefficient equal to the known coefficients:

[tex]a+c=0[/tex]
[tex]a+c+ac=-4[/tex]
[tex]ad+bc=-9[/tex]
[tex]bd=36[/tex]

and solve.
Would this trick always work for any 4th degree polynomial? 'Cause if it does then it would be extremely helpful, because I always cry like a baby whenever I am asked to find the roots of a 4th degree by hand...:cry:
 
  • #13
Swapnil said:
Would this trick always work for any 4th degree polynomial? 'Cause if it does then it would be extremely helpful ,because I cry whenever I am asked to find the roots of a 4th degree by hand...:cry:

Yes, always. You can't assume the x^2 coefficients are 1 unless the coefficient of x^4 is 1, though. (You can diide through to make this true, although youll have to multiply it back in the end.)
 
  • #14
shmoe said:
The x^2 coefficient is off.

Sorry. :blushing: I wish I could claim that was "just so Thomas would do the work himself", but I actually just goofed. In any case, I'm sure thomasrules can work out the correct coefficient himself.
 
  • #15
yes thanks guys, lol u think I'm taking advantage?
 
  • #16
K though I wasn't taught that formula so...yea...

must be another way
 
  • #17
Since we are on the topic of factoring and finding roots, I have a question. What ways are there to factor a polynomial which is greater than 2nd degree? I know that you can use grouping or use the rational root theorem to find all the possible rational roots and then use synthetic division to see if any of those are the root. Are there any other ways (which don't involve the use of computers or sucessive approximations)?

Also, isn't there a theorem that makes it impossible to factor a polynomial of degree > 5 or something like that?? (I think I have heard it someplace).
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
4K
Replies
11
Views
3K