5th degree polynomial

Given the equation x5+5(2x3+x+2)=5x2(x2+2)x^5+5(2x^3+x+2)=5x^2(x^2+2) has a real root in the form of ab5a-\sqrt[5]{b} where aa and bb are real positive integers. Find (a,b)(a,b)

Note by William Isoroku
6 years, 2 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

x5+5(2x3+x+2)=5x2(x2+2)x5+10x3+5x+10=5x4+10x2x55x4+10x310x2+5x+10=0x55x4+10x310x2+5x1+1+10=0(x1)5=11x1=115x=1115a=1b=11x^5+5(2x^3+x+2)=5x^2(x^2+2)\\ x^5+10x^3+5x+10 = 5x^4+10x^2 \\ x^5 -5x^4+10x^3-10x^2+5x+10 = 0 \\ x^5 -5x^4+10x^3-10x^2+5x-1+1 +10 = 0 \\ (x-1)^5 = -11 \\ x-1 = - \sqrt [5] {11} \\ x = 1 - \sqrt [5] {11} \\ \Rightarrow \boxed{a = 1 \quad b = 11}

Chew-Seong Cheong - 6 years, 2 months ago

Log in to reply

How you thought it will be (x-1)^5? Sir.

Ayush Verma - 6 years, 2 months ago

Log in to reply

Pascal triangle:

1111211331146411510105116152015611 \\ 1 \quad 1 \\ 1 \quad 2 \quad 1 \\ 1 \quad 3 \quad 3 \quad 1 \\ 1 \quad 4 \quad 6 \quad 4 \quad 1 \\ 1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1\\ 1 \quad 6 \quad 15 \quad 20 \quad 15 \quad 6 \quad 1

Chew-Seong Cheong - 6 years, 2 months ago

Log in to reply

@Chew-Seong Cheong Thanks

Ayush Verma - 6 years, 2 months ago

Oh, so we have to know the (x1)5(x-1)^5 factorization here right?

William Isoroku - 6 years, 2 months ago

Log in to reply

Yes, it is best that you remember first few rows of the Pascal triangle. They are actual the binomial expansion coefficients, which is given by (nr)\begin{pmatrix} n \\ r \end{pmatrix}. For example, when n=5n=5, we have:

(x1)5=r=05(1)r(5r)x5r=(50)x5(51)x4+(52)x3(53)x2+(54)x1(55)x0=x55x4+10x310x2+5x1 \begin{aligned} (x-1)^5 & = \sum_{r=0}^5 {(-1)^r\begin{pmatrix} 5 \\ r \end{pmatrix}x^{5-r}} \\ & = \begin{pmatrix} 5 \\ 0 \end{pmatrix}x^5 - \begin{pmatrix} 5 \\ 1 \end{pmatrix}x^4 + \begin{pmatrix} 5 \\ 2 \end{pmatrix}x^3 - \begin{pmatrix} 5 \\ 3 \end{pmatrix}x^2 + \begin{pmatrix} 5 \\ 4 \end{pmatrix}x^1 - \begin{pmatrix} 5 \\ 5 \end{pmatrix}x^0 \\ & = x^5 - 5x^4 + 10x^3 - 10x^2 + 5x - 1 \end{aligned}

Chew-Seong Cheong - 6 years, 2 months ago
×

Problem Loading...

Note Loading...

Set Loading...