Solving A Cool Diophantine Equation With Integers

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • 🤩 Hello everyone, I'm very excited to bring you a new channel (SyberMath Shorts).
    Enjoy...and thank you for your support!!! 🧡🥰🎉🥳🧡
    / @sybermath
    / @aplusbi
    ⭐ Join this channel to get access to perks:→ bit.ly/3cBgfR1
    My merch → teespring.com/...
    Follow me → / sybermath
    Subscribe → www.youtube.co...
    ⭐ Suggest → forms.gle/A5bG...
    If you need to post a picture of your solution or idea:
    in...
    #numbertheory #diophantineequations #integers
    via @UA-cam @Apple @Desmos @NotabilityApp @googledocs @canva
    PLAYLISTS 🎵 :
    ▶ Trigonometry: • Trigonometry
    ▶ Algebra: • Algebra
    ▶ Complex Numbers: • Complex Numbers
    ▶ Calculus: • Calculus
    ▶ Geometry: • Geometry
    ▶ Sequences And Series: • Sequences And Series

КОМЕНТАРІ • 10

  • @lagomoof
    @lagomoof Місяць тому +4

    The unsaid fact: n(n+1)/2 is the nth triangular number. Also, any time 8n+1 (where n is any variable or expression representing an integer) turns up alone under a square root, you can be sure that triangular numbers are lurking somewhere. A bit like if n^2-n-1 shows up then there's usually a golden ratio afoot.

  • @FisicTrapella
    @FisicTrapella Місяць тому +2

    If x + y = k^2 then x - y can be k or (-k). Hence the 2 solutions you got with the 1st method.

  • @barberickarc3460
    @barberickarc3460 Місяць тому +3

    took me a while of bashing my skull in to the wall with congruence, parity, perfect squares and divisibility, but then the solution hit me and i felt kind of dumb..
    Set x-y=n, therefore x=y+n
    Replace in our original equation to get n+y+y=n^2
    Cleaning up you get y = ½(n^2 - n)
    Do the same for y=x-n, x= ½(n^2 + n)
    The solution set to our original equation is (x, y) = [½(n^2 + n), ½(n^2 - n)] for every integer n

    • @ShortsOfSyber
      @ShortsOfSyber  Місяць тому +1

      That type of struggle makes us better. Nice! 😍

  • @nasrullahhusnan2289
    @nasrullahhusnan2289 Місяць тому

    For the 2nd method, to avoid invalid solution value w/o checking, note that
    x+y=(x-y)² --> x+y is positive
    It means that
    • both x and y can't be negative
    • both x and y are positive or
    • one of x and y is positive and the other one is negative but the absolute value of the negative one is less than the positive. To be clearer, let say y

  • @johnpride4209
    @johnpride4209 Місяць тому

    x=1 and y=0 also works

  • @mr.d8747
    @mr.d8747 Місяць тому

    *x and y are both equal to 0*

  • @broytingaravsol
    @broytingaravsol Місяць тому

    only for (0, 0)?

  • @dardoburgos3179
    @dardoburgos3179 Місяць тому

    X= 0, Y=0.

  • @mcwulf25
    @mcwulf25 Місяць тому

    In #2 k and -k give (x,y) and (y,x)