Polynomial equation with complex answers

axon23
Messages
4
Reaction score
0
x4+4x3-7x2-12x+24=0


Ive been working on this with my brother for a long time and we don't need to find an answer. we just need to reach a point when we can say that the solution is complex. Any ideas? Any nudge in the right direction with be great.


We tried completing squares, bruteforcing the answer and many other failed attempts
 
Physics news on Phys.org
What do you mean by "the solution is complex"? There are 4 roots to this. If you find the roots using some online calculators (essentially cheating), you'll see that 2 of them are real and other 2 are complex.
 
yea but what if i wanted to figure out the answer without a calculator. how would the process be done?
 
points of inflection

axon23 said:
x4+4x3-7x2-12x+24=0

Hi axon23! :smile:

Differentiate twice to find the points of inflection …

then you should be able to sketch the graph. :smile:
 
I'm not sure what you mean by complex solution but it can be shown that there are no rational solutions by the Rational Root Theorem.
 
Set the derivative equal to 0 to find max and min points. Since this even power, if all minimum values are positive, the graph does not cross the x-axis and there are no real roots.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top