Solutions to polynomials of high degrees

Cardano of Milan and Ferrari(His Student) solved the cubic and quartic equation.

View Cardano's Method

I find it way easier(other than using the cubic formula) to just use a simple algorithm to solve for the polynomial. Note that this approach only works when the cubic equation has an integer root. It is a result of (but not equivalent to) the rational root theorem.

For example, given a quintic equation.

ax5+bx4+cx3+dx2+ex+f=0{ ax }^{ 5 }+{ bx }^{ 4 }+{ cx }^{ 3 }+{ dx }^{ 2 }+ex+f=0

Where a,b,c,d,e,fa,b,c,d,e,f are some integer.

To solve for xx, bring ff to the other side of the equation and factor out x.

This will yield,

x(ax4+bx3+cx2+dx+e)=fx({ ax }^{ 4 }+{ bx }^{ 3 }+{ cx }^{ 2 }+{ dx }+e)=-f

Finding out the factors of f-f(To 2 factors)

And substituting in the values into the equation.

Make sure both sides works for the equation. If so then you will find the solution.

Note by Luke Zhang
6 years, 3 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

@Luke Zhang

Hi , can you provide an example to prove your theory ?

Try for x37x+7x^{3} - 7x + 7

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

You can use newton sums to bash..............................................

Julian Poon - 6 years, 3 months ago

Log in to reply

Agreed , but I want to know what he (Luke) wanted to convey by writing this note ?

x37x+7=0x(x27)=71x^{3} - 7x + 7 =0 \\ x(x^{2} -7 ) = -7\cdot 1

Now what , does he want to input -7 and 1 into the LHS , what good will it do ? This is what I am asking .

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

@A Former Brilliant Member So what I would do is just factor -7 into -1 and 7 Sub it into the LHS such that x=-1 and (x^2)-7 = 7. So to see if this works. Make sure that you can solve for both sides. Such that when I sub x as -1, (x^2)-7 must equal to 7. However this would not work for your equation as x must be integer.

Luke Zhang - 6 years, 3 months ago

Log in to reply

@Luke Zhang Ok ,thanks :)

A Former Brilliant Member - 6 years, 3 months ago

Log in to reply

@A Former Brilliant Member No problem.

Luke Zhang - 6 years, 3 months ago

You are assuming that there must be an integer (or even rational) solution. How do you propose to use your method to solve x2+x=5 x^2 +x = 5 ? How are you going to factorize 5?

Calvin Lin Staff - 6 years, 3 months ago

Log in to reply

Yea. This can only work for integers.

Luke Zhang - 6 years, 3 months ago

Log in to reply

Right. As such, you do not have a general solution like Cardano. What you have is "a method that works under a very specific set of instances".

In fact, what you have is the Rational Root Theorem.

Calvin Lin Staff - 6 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...