Determine all positive integers

Determine all positive integers (x,n)(x,n) so that xn+2n+1x^n+2^n+1 is divisor of xn+1+2n+1+1x^{n+1}+2^{n+1}+1

#NumberTheory #MathProblem #Math

Note by Idham Muqoddas
7 years, 10 months ago

No vote yet
4 votes

  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

Interesting problem but very messy .

I will show that only solutions are (11,1),(4,1) (11,1),(4,1) . First if n=1 n=1 then x+3x2+5    x+3x29+14    x+314    x=11,4 x+3 \mid x^2+5 \implies x+3 \mid x^2-9+14 \implies x+3 \mid 14 \implies x=11,4 Thus (11,1) (11,1) and (4,1) (4,1) are two solutions. .

Now suppose x4 x \ge 4
We will prove that (x1)(xn+2n+1)<xn+1+2n+1+1<x(xn+2n+1) (x-1)(x^n+2^n+1) < x^{n+1}+2^{n+1}+1 < x ( x^n+2^n+1) Which can be verified by seeing that , xn=xn2+xn24n2+x22 x^n=\frac{x^n}{2}+ \frac{x^n}{2} \ge \frac{4^n}{2}+\frac{x^2}{2} And , (x1)(xn+2n+1)=xn+1+x(2n+1)(xn+2n+1)<xn+1+x2+(2n+1)22(xn+2n+1)=xn+1+4n+22n+1+x22(xn+2n+1)<xn+1+2n+1+xn+2n+2(xn+2n+1)<xn+1+2n+1+1 (x-1)(x^n+2^n+1) = x^{n+1}+x(2^n+1) - (x^n+2^n+1) < \\ x^{n+1}+\frac{x^2+(2^n+1)^2}{2} - (x^n+2^n+1) = \\ x^{n+1}+\frac{4^n+2 \cdot 2^n+1+x^2}{2} - (x^n+2^n+1) < \\ x^{n+1}+ 2^{n+1}+x^n+2^n+2 - (x^n+2^n+1) < x^{n+1}+2^{n+1}+1 And x(xn+2n+1)>xn+1+2n+1+1 x(x^n+2^n+1) > x^{n+1}+2^{n+1}+1 Is quite obvious. So there are no solutions , for the case when x4 x\ge 4 Now suppose x1,2,3 x \in 1,2,3 then ,

If  x=1    1n+2n+1<2+2n+1<2+2n+1+1<2(1+2n+1) \text{If} \ \ x=1 \implies 1^n+2^n+1<2+2^n+1<2+2^{n+1}+1<2(1+2^n+1) If  x=2    2n+2n+1<2n+1+2n+1+1<2(2n+2n+1) \text{If} \ \ x=2 \implies 2^n+2^n+1<2^{n+1}+2^{n+1}+1<2(2^n+2^n+1) and If  x=3    2(3n+2n+1)<3n+1+2n+1+1<3(3n+2n+1) \text{If} \ \ x=3 \implies 2(3^n+2^n+1)<3^{n+1}+2^{n+1}+1<3(3^n+2^n+1) So for x=1,2,3 x=1,2,3 also there are no solutions.

So Only possible solutions are (11,1),(4,1) (11,1) , (4,1) . \Box .

PS : Comment , if there is any mistake or if any-part is not explained well

Shivang Jindal - 7 years, 10 months ago

Log in to reply

how do you get this? x(xn+2n+1)>xn+1+2n+1+1x\left(x^n+2^n+1\right)>x^{n+1}+2^{n+1}+1

idham muqoddas - 7 years, 10 months ago

Log in to reply

Clearly, xxn=xn+1x \cdot x^n = x^{n+1}, and x2n>22n=2n+1x \cdot 2^n > 2 \cdot 2^n = 2^{n+1}, and x1=x>1x \cdot 1 = x > 1.

Add these to get x(xn+2n+1)>xn+1+2n+1+1x(x^n+2^n+1) > x^{n+1}+2^{n+1}+1.

Jimmy Kariznov - 7 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...