Square Triangles

A triangle number is one of the form k=1nk=n(n+1)2\sum_{k = 1}^n k = \frac{n(n + 1)}{2} for positive any integer n. So my question is how many triangle numbers are also square numbers; that is how many ordered pairs of positive integers (n,m)(n,m) are there such that f(n,m)=n(n+1)2m2=0f(n,m) = \frac{n(n + 1)}{2} - m^{2} = 0. (8,6),(49,35)(8,6),(49,35) are two solutions of f(n,m)=0f(n,m) = 0..

Note by Samuel Queen
7 years, 10 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

n(n+1)2=m2n2+n=2m24n2+n+1=8m2+1 \begin{aligned} \frac{n(n+1)}{2} &= m^2 \\ n^2 + n &= 2m^2 \\ 4n^2 + n + 1 = 8m^2 + 1 \end{aligned}

Then substitute x=2n+1x=2n+1 and y=2my=2m:

x2=2y2+1x22y2=1 \begin{aligned} x^2 &= 2y^2 + 1 \\ x^2 - 2y^2 &= 1 \end{aligned}

This is a well-known Pell's equation, and has infinite solutions.

Tim Vermeulen - 7 years, 10 months ago

Log in to reply

Ok so g(x,y)=x22y21=0g(x,y) = x^{2} - 2y^{2} - 1 = 0 has infinitely many integral solutions. But each (x,y)(x,y) that solves g(x,y)=0g(x,y) = 0 gives a (n,m)(n,m) that solves f(n,m)=4n2+4n8m2=0f(n,m) = 4n^{2} + 4n - 8m^{2} = 0 only if x=2k+1x = 2k + 1 and x3x \ge 3.

Samuel Queen - 7 years, 10 months ago

Log in to reply

Yeah, and x22y2=1x^2-2y^2=1 also has infinite solutions for xx being an odd integer. Should have added that.

Tim Vermeulen - 7 years, 10 months ago

Log in to reply

@Tim Vermeulen Isn't xx automatically odd? (That is, if x,yx,y are both integers.)

Mitya Boyarchenko - 7 years, 10 months ago

The 3rd equation must be 4n2+4n+1=8m2+1.4n^{2}+4n+1=8m^{2}+1.

Kishan k - 7 years, 10 months ago

See problem 5 here for another proof that there are infinitely many triangular numbers that are perfect squares.

Jimmy Kariznov - 7 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...