Help: Sequence

A sequence {ana_{n}} of real numbers is defined by a1=1a_{1}=1 and for all integers n1n≥1

an+1=ann²+nn²+n+2an²a_{n+1}=\frac{a_{n}\sqrt{n²+n}}{\sqrt{n²+n+2a_{n}²}}

Compute the sum of all positive integers n<1000n<1000 for which ana_{n} is a rational number.

#Algebra

Note by Ryan Merino
3 months, 3 weeks 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

Jason Gomez - 3 months, 2 weeks ago

Log in to reply

Hopefully you can continue from here( I have no clue on how to find out when ana_n is rational, or maybe I haven’t put enough thought on that part)

Jason Gomez - 3 months, 2 weeks ago

Log in to reply

Thanks for this big help mate, just need to compute when the numerator, nn, is a perfect and at the same time the denominator, 3n23n-2, is also a perfect square so that ana_{n} is a rational number. Found out that only when n=1,9n=1, 9, and 121121 works, so the sum is 131131. I don't have a clue for when 3n23n-2 is a perfect square when nn is a perfect square so I just tried all perfect squares less than 10001000.

Ryan Merino - 3 months, 2 weeks ago

Log in to reply

@Ryan Merino There can be times where common factors cancel out to give a square

Jason Gomez - 3 months, 2 weeks ago

Log in to reply

@Jason Gomez Thank you for the correction mate. How careless of me, now I have a headache answering this. lol

Ryan Merino - 3 months, 2 weeks ago

@Jason Gomez I did some simplifications and checked using a program all the 1000 possibilities and tother that the ones mentioned none of the others looked rational(I had to manually check all, so I could have made a mistake)

Jason Gomez - 3 months, 2 weeks ago

Log in to reply

@Jason Gomez Still it was wrong of me to presume that ana_{n} will only be rational iffiff nn and 3n23n-2 are perfect squares. Thanks for all the help mate, really appreciated. :)

Ryan Merino - 3 months, 2 weeks ago

Log in to reply

@Ryan Merino No problem at all

Jason Gomez - 3 months, 2 weeks ago

@Ryan Merino If you do assume both have to be squares though,a little modular arithmetic taken against four, will lead to the conclusion that nn is of the form 4k+14k+1

Jason Gomez - 3 months, 2 weeks ago

@Ryan Merino I recently thought of this back again and found out that your hypothesis that both numerator and denominator are both squares is indeed true, the only factor nn and 3n23n-2 can share is two, putting n=k2,2k2n=k^2,2k^2 and 3n2=m2,2m23n-2=m^2,2m^2 for the two conditions where they share no factor and share a two, the equation becomes

3k22=m23k^2-2=m^2 And 3k21=m23k^2-1=m^2

Doing modular arithmetic with respect to three on both sides knowing that m2mod3=0,1m^2 \mod 3 = 0,1, it’s easy to show that the second doesn’t satisfy ( it gives 2mod32 \mod 3 on LHS) and therefore only the case where the numbers share no common factors can be taken

Jason Gomez - 3 months, 1 week ago

Log in to reply

@Jason Gomez @Jason Gomez Thank you mate, now it's all clear to me. :)

Ryan Merino - 3 months, 1 week ago
×

Problem Loading...

Note Loading...

Set Loading...