A Quintic Diophantine Equation (x^5-y^5=1993)

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 154

  • @palindrame
    @palindrame Před 3 lety +16

    Here's another way to look at it :)
    (1) Had an observation: For any integer raised to the power 5, the last digit of the resulting integer is always the same as the last digit of the original integer.
    (2)Now since the last digit of 1993 is 3, the difference between the last digits of (x,y) will have to be 3. See (1)
    (3) Therefore (y,x) will have to be in the form of : (0,3) , (1,4) , (2,5) , (3,6) , (4,7) ...
    (4) The first pair (0,3) gives the value : 3^5 - 0^5 = 243
    The second pair (1,4) gives the value : 4^5 - 1^5 = 1023
    The third pair (2,5) gives the value 5^5 - 2^5 = 3093
    Since 3093>1993 we stop and can safely say that NO SUCH PAIR EXISTS
    (i.e. NO INTEGER SOLUTION EXISTS)
    We don't have to go any further as the resulting value of x^5 - y^5 only increases more and more from here.

    • @SyberMath
      @SyberMath  Před 3 lety +4

      Interesting!

    • @barnoegamberdiyeva8733
      @barnoegamberdiyeva8733 Před 3 lety +3

      Good job. My respects to you.

    • @aintaintaword666
      @aintaintaword666 Před 2 lety

      But what if one of them is negative?

    • @palindrame
      @palindrame Před 2 lety +2

      ​@@aintaintaword666 The original comment described the case where when x>0 & y>0. Lets check for 3 more cases.
      case1: x0 & y

  • @sawyerw5715
    @sawyerw5715 Před 3 lety +40

    It so easy to simply inspect and calculate by noticing that 1993^(1/5)~4.5 so you are dealing with very small numbers. Simply notice that 6^5-5^5>1993 so only solutions must be 6

    • @SyberMath
      @SyberMath  Před 3 lety +5

      Good insight! Thanks.

    • @italixgaming915
      @italixgaming915 Před 3 lety +5

      Even simpler my friend:
      After the factorisation by (x-y), you notice that if x and y are integers, then x-y and the other barbaric expression are both integers. Then they both divide 1993.
      But 1993 is a prime number, and knowing that x>y (since x^5-y^5=1993>0), the only possible values for x-y are 1 or 1993.
      If x-y=1 our equation is: (y+1)^5-y^5=1993 => 5.y^4+10^y^3+10y²+5.y+1=1993.
      The left member can be written as 5.k+1 where k is an integer. But 1993=5.398+3 so we have a contradiction.
      If x-y=1993 that means that the barbaric expression must be equal to 1. But it's > x^4 which is > 1993^4. Another contradiction.
      Conclusion: there are no solutions.
      Problem destroyed in 3 minutes.

    • @arekkrolak6320
      @arekkrolak6320 Před 2 lety +2

      you are incorrectly assuming the numbers are positive which is kind of in line with this channel that usually assumes the numbers are real :)

    • @mcwulf25
      @mcwulf25 Před 2 lety

      Yes that was my approach. Then I realised that x and didn't have to be positive 🙄

    • @steveschooler5840
      @steveschooler5840 Před 2 lety

      @@mcwulf25 No, he is not incorrectly making that assumption. Any negative solution will be _balanced_ by a corresponding positive solution. In fact, it is sufficient to examine (6^5 - 5^5) and (5^5 - 4^5).

  • @RexxSchneider
    @RexxSchneider Před 3 lety +18

    At 14:43 "they are positive integers". That wasn't a condition of the original problem. Your strategy (as it stands) depends on that extra condition, although it could be modified not to rely on it.
    Another way of looking at the problem is that x^5 increases very rapidly for successive integers. So fast that 5^5 - 4^5 = 3125 - 1024 is equal to 2101, which is greater than 1993. That means that the absolute value of x and y must be less than 5, since the differences only get larger for larger integers.
    If any solutions exist, they must be the difference between (or the sum of, if we allow negative integers) the fifth powers of integers from the set {0, 1, 2, 3, 4}, i.e. the difference between numbers from the set {0, 1, 32, 243, 1024}. It doesn't take many moments to realise that you can't make 1993 by combining any two of those.

    • @SyberMath
      @SyberMath  Před 3 lety +6

      Nice!

    • @italixgaming915
      @italixgaming915 Před 3 lety +1

      My solution, which is very simple and destroys the problem in 3 minutes:
      After the factorisation by (x-y), you notice that if x and y are integers, then x-y and the other barbaric expression are both integers. Then they both divide 1993.
      But 1993 is a prime number, and knowing that x>y (since x^5-y^5=1993>0), the only possible values for x-y are 1 or 1993.
      If x-y=1 our equation is: (y+1)^5-y^5=1993 => 5.y^4+10^y^3+10y²+5.y+1=1993.
      The left member can be written as 5.k+1 where k is an integer. But 1993=5.398+3 so we have a contradiction.
      If x-y=1993 that means that the barbaric expression must be equal to 1. But it's > x^4 which is > 1993^4. Another contradiction.
      Conclusion: there are no solutions.
      Problem destroyed in 3 minutes.

  • @rafael7696
    @rafael7696 Před 3 lety +11

    I like very much these kind of problem. Awesome resolution. Congratulations.

  • @sahilsinghbhandari444
    @sahilsinghbhandari444 Před 3 lety +6

    You always pickup the best problems and solve by nice methods. Thankyou for that😊😊

  • @bollyfan1330
    @bollyfan1330 Před 2 lety

    Numerically solving is much easier:
    1993^(1/5) is between 4 and 5.
    So the first possible integer solution is 5^5 - 4^5.
    This value is greater than 1993.
    There are thus no solutions possible because:
    n^5 - (n-1)^5 >= 5^5 - 4^5 > 1993 when n >= 5
    Hence there is no solution for n > 5.
    Now consider:
    n^5 - (n-k)^5 > n^5 - (n-1)^5 >= 5^5 - 4^5 > 1993 when n >= 5 and 1 < k < n
    This means there are no solutions, at least for positive integers.
    for negative integers:
    n^5 + m^5 = 1993 where 1 < n, m < 5
    choosing n = 1, 2, 3, 4, does not yield integer value for m. Hence there are no solutions.

  • @yhamainjohn4157
    @yhamainjohn4157 Před 3 lety +5

    I'm interesting in the resolution of Pell-Fermat ! Thank You !!!

  • @mathiest
    @mathiest Před 3 lety +4

    Another way to show that x-y can't equal 1 that (to me anyway) seems a bit simpler than expanding the binomial is to realize (several easy ways to do this) that: a^5 = a (mod 5)
    This gives directly that:
    x^5-y^5 = x-y (mod 5)
    Which accomplishes the same thing you did by first expanding the fifth power and then taking mod 5

    • @SyberMath
      @SyberMath  Před 3 lety +1

      Wow! That's so true! Fermat never occurred to me here

    • @italixgaming915
      @italixgaming915 Před 3 lety +1

      Here is my solution that is even simpler (your idea can also be used in it):
      After the factorisation by (x-y), you notice that if x and y are integers, then x-y and the other barbaric expression are both integers. Then they both divide 1993.
      But 1993 is a prime number, and knowing that x>y (since x^5-y^5=1993>0), the only possible values for x-y are 1 or 1993.
      If x-y=1 our equation is: (y+1)^5-y^5=1993 => 5.y^4+10^y^3+10y²+5.y+1=1993.
      The left member can be written as 5.k+1 where k is an integer. But 1993=5.398+3 so we have a contradiction.
      If x-y=1993 that means that the barbaric expression must be equal to 1. But it's > x^4 which is > 1993^4. Another contradiction.
      Conclusion: there are no solutions.
      Problem destroyed in 3 minutes.

    • @mcwulf25
      @mcwulf25 Před 2 lety

      My reasoning was similar. If we put y=x-1 then the x^5 terms cancel and we subtract 1 to get a polynomial with 5 as a factor equal to 1992. So not possible.

  • @050138
    @050138 Před 3 lety +1

    The solution becomes simple by exploring the ending digits....
    As, 1993 is prime so x = y + 1
    [as (x - y) is a factor of (x^5 - y^5) and has to be 1]
    So x and y are consecutive integers....
    With integer and their integer powers, all digits exhibit a cyclicity of 1, 2 or 4.... And an interesting outcome is that the 5th power ALWAYS end with same last digit as the original integer....
    Eg. 2^5 = 32, 7^5 = 16807
    Which means x^5 and y^5 always end with last digits of x and y and hence,
    (x^5 - y^5) ends in 1, so can never be equal to 1993
    In problems related to Number Theory, especially with Integers, I have always experienced that exploring last digits is a very powerful tool and can simplify solutions to a great extent.

  • @PunmasterSTP
    @PunmasterSTP Před 3 lety +5

    That was really interesting, and I'm very much a noob when it comes to Diophantine Equations. Thanks so much for sharing!

  • @damiangruszka40
    @damiangruszka40 Před 2 lety

    A different solution, imho quicker: case 1. x>0, y>0 then x>1993 and x^5-y^5 > x^5-(x-1)^5. additionally x^5-(x-1)^5 is growing. Therefore only number is 5. Which doesn't do it. Case 2. y0. and is symmetric for x and y, x^5 < 1993. So the x=4,y=4 overshoots. x=4, y=3 must overshoot or be on target. but 4^5=1024 3^5 = 243 so 4^5+3^5 = 1267. No solution then. Last case is x

  • @christianthomas9863
    @christianthomas9863 Před 2 lety

    Hi everyone, i learned on another site something that may be a theorem, that is that (x-y) ALWAYS divides x^n - y^n, so that applying this to our problem tells us that (x-y) divides 1993. but, as 1193 is prime, it cannot be divided and consequently there is no solution.

  • @ramaprasadghosh717
    @ramaprasadghosh717 Před 3 lety +3

    1993 being a prime x= y+1 is the only feasible solution
    Hereby
    (y+1)^5 - y^5 = 1993
    or 5(y^4 +y) + 10( y^3 + y^2).= 1992
    or 5(y+1)y( y^2+y +1) = 1992
    Since 5 is not a divisor of 1992, no solution

    • @050138
      @050138 Před 3 lety +1

      An interesting extension of the same starting step....
      As, 1993 is prime so x = y + 1
      [as (x - y) is a factor of (x^5 - y^5) and has to be 1]
      So x and y are consecutive integers....
      With integer and their integer powers, all the digits exhibit a cyclicity of 1, 2 or 4.... And an interesting outcome is that the 5th power ALWAYS end with same last digit as the original integer....
      Eg. 2^5 = 32, 7^5 = 16807
      Which means x^5 and y^5 always end with last digits of x and y and hence,
      (x^5 - y^5) ends in 1, so can never be equal to 1993
      In problems related to Number Theory, especially with Integers, I have always experienced that exploring last digits is a very powerful tool and can simplify solutions to a great extent.

  • @sonaraghavan9454
    @sonaraghavan9454 Před 3 lety +2

    Awesome video, your explanation has absolute clarity.👍

  • @lazymello6778
    @lazymello6778 Před rokem

    Once case1 turned out to give no solution, we didn't really have to go for case 2 since (x-y)

  • @SuperYoonHo
    @SuperYoonHo Před 2 lety

    wow you make everything simple and easy

  • @balthazarbeutelwolf9097

    even consecutive quintics are long distances apart, so there are very few candisate numbers to begin with. Moreover, once you establish x-y=k>1 you have x^n-y^n>k, for n>1, because distances between powers increase with the power (for bases outside [0,1]), so the second half of the proof is overkill.

  • @mfgjvalkon269
    @mfgjvalkon269 Před 2 lety +1

    hey guys does anyone know if syber made any video of factorization metods ?

  • @user-ic7ii8fs2j
    @user-ic7ii8fs2j Před 3 lety +7

    Hey great video thank you ! However Did you need to check the second case ? I feel like if one of the factors must be 1 it is x-y since x>y the second factor won’t give you 1 when x-y is 1993. Also was is restricted to natural numbers ?

    • @SyberMath
      @SyberMath  Před 3 lety +2

      You're right ! I just wanted to show all the cases!

    • @italixgaming915
      @italixgaming915 Před 3 lety

      My solution, that completely destroys the problem in 3 minutes, uses that idea:
      After the factorisation by (x-y), you notice that if x and y are integers, then x-y and the other barbaric expression are both integers. Then they both divide 1993.
      But 1993 is a prime number, and knowing that x>y (since x^5-y^5=1993>0), the only possible values for x-y are 1 or 1993.
      If x-y=1 our equation is: (y+1)^5-y^5=1993 => 5.y^4+10^y^3+10y²+5.y+1=1993.
      The left member can be written as 5.k+1 where k is an integer. But 1993=5.398+3 so we have a contradiction.
      If x-y=1993 that means that the barbaric expression must be equal to 1. But it's > x^4 which is > 1993^4. Another contradiction.
      Conclusion: there are no solutions.
      Problem destroyed in 3 minutes.

  • @hassanalihusseini1717
    @hassanalihusseini1717 Před 3 lety

    Is it not enough to stop at 10:30? x and why are positive integers, so the expression clearly exceedes 1.

  • @Caturiya
    @Caturiya Před 2 lety

    Ihre PolynomGleichungen habe ich noch nirgenwo gesehen und auch an der Uni niemals davon gehört. Haben Sie diesen Trick entwickelt?

  • @rcnayak_58
    @rcnayak_58 Před 3 lety

    This problem has in fact no integer solution for x and y, but has real values. I tried in the similar way and found that the approximate solution of x was 4.9403 and of y was 3.9403.

  • @Caturiya
    @Caturiya Před 2 lety

    Yes xy must bi greater than one. Both together can not be one for then (x -y) wolld be zero: Danger. so with x, y greater than one xy must be greater than one. And if some would be negaive the square of xy can not be negative. VERY NICE YOUR ARGUMENT

  • @aliasgharheidaritabar9128

    I love your way of solving different problems.thank you.please make more videos.

  • @Cor97
    @Cor97 Před 2 lety

    Substitute y=mx. Then x^5(1-m^5)=1993. So either x^5=1993 or (1-m^5)=1993. None of both cases can be satisfied with integers. So there is no integer solution to this equation.

  • @musicsubicandcebu1774
    @musicsubicandcebu1774 Před 2 lety

    Fascinating.

  • @edwardjcoad
    @edwardjcoad Před 3 lety +1

    Another way I did it....realise 1993 is prime, set u^2 = x etc, difference of squares etc. The addition bracket = 1993, the subtract is 1...no whole number solution.

  • @satyapalsingh4429
    @satyapalsingh4429 Před 3 lety

    Nice video .Your method of solving is so attractive . You are great .

  • @raffaelevalente7811
    @raffaelevalente7811 Před 3 lety

    8:50 The second case is unnecessary since if x-y=1993 then must be x^4+x^3 y+x^2 y^2+x y^3+y^4=1 which has integers solutions ((-1,0),(-1,1),(0,-1),(0,1),(1,-1),(1,0)) and so the difference can't be 1993

  • @yuvalmagen100
    @yuvalmagen100 Před 2 lety

    your analysis is very clever. thank you.

  • @crazy4hitman755
    @crazy4hitman755 Před 3 lety +2

    What about x-y=-1 and -1993

    • @SyberMath
      @SyberMath  Před 3 lety +4

      That cannot be TRUE because
      if x-y

  • @txikitofandango
    @txikitofandango Před 3 lety +1

    How I did it
    x-y = 1 because 1993 is prime and the other factor is too big to be 1
    Rewrite problem as x^5 - (x-1)^5 = 1993
    Expand: 5x^4 - 10x^3 +10x^2 - 5x + 1 = 1993
    5x^4 - 10x^3 +10x^2 - 5x = 1992
    5(x^4 - 2x^3 + 2x^2 - x) = 1992
    5w = 1992
    no integer solutions

    • @txikitofandango
      @txikitofandango Před 3 lety

      I love all the different ways people have come up with, including the one in the video

    • @SyberMath
      @SyberMath  Před 3 lety

      Nice!

  • @italixgaming915
    @italixgaming915 Před 3 lety +1

    Why the Hell are you overcomplicating things at such an incredible level?????
    After the factorisation by (x-y), you notice that if x and y are integers, then x-y and the other barbaric expression are both integers. Then they both divide 1993.
    But 1993 is a prime number, and knowing that x>y (since x^5-y^5=1993>0), the only possible values for x-y are 1 or 1993.
    If x-y=1 our equation is: (y+1)^5-y^5=1993 => 5.y^4+10^y^3+10y²+5.y+1=1993.
    The left member can be written as 5.k+1 where k is an integer. But 1993=5.398+3 so we have a contradiction.
    If x-y=1993 that means that the barbaric expression must be equal to 1. But it's > x^4 which is > 1993^4. Another contradiction.
    Conclusion: there are no solutions.
    Problem destroyed in 3 minutes.

    • @otakurocklee
      @otakurocklee Před 3 lety

      You're right. The complex stuff he did makes sense if he doesn't assume x and y are positive. But he says x and y are positive... so there was no need for all that stuff.

  • @Caturiya
    @Caturiya Před 2 lety

    I never understood really these diophantic equations. Wha do yo put (y - x) = 1 and not more gneral = a. AHA 1993 IS A PRIMENUMBER AHA. At the end you have somtehing biger than 1, Why is this not good, to be biger than i? Can you explain this. I do not want to be better than you. My concern is manily didactical. Maybe you agree with me, to make a summary at the end of every video. No calculations but only showing the way of solving. Please do not blame me fr this proposition.

  • @acesovernines
    @acesovernines Před 2 lety

    Superb

  • @beanhwak
    @beanhwak Před 3 lety +1

    (X+Y)^2(X^2-XY+Y^2)+X^2Y^2 = 1 => X^2 - XY + Y^2 < 0 => X^2 + Y^2 < XY
    WHICH CONTRADICTS X^2 + Y^2 > 2XY . THANKS. I USED YOUR SEVERAL OF YOUR VIDEOS WHEN TRAINING MY STUDENTS BUT TO BE CREDIBLE I LOOK FOR ALTERNATIVE SOLUTIONS.
    NOTE THIS ALSO COVERS THE CASE 1993 = (- 1993)(-1)

    • @SyberMath
      @SyberMath  Před 3 lety

      You are a teacher? How nice! You're very welcome

  • @lill_m8
    @lill_m8 Před 2 lety

    Wait what? Can someone explain why xy > 1? It feels like he didn't explain that

  • @JoseFernandes-js7ep
    @JoseFernandes-js7ep Před 3 lety

    I tried for several ways and the result was always no solution! I just couldn't believe that was the solution to the exercise.

  • @marklevin3236
    @marklevin3236 Před 3 lety

    Let p1, p2.....pk be distinct prime numbers. Prove that the equation
    X1^p1+x2^p2+....x(k-1)^p(k-1)=xk^pk
    has infinitely many natural solutions

  • @TeslaEdits_
    @TeslaEdits_ Před 2 lety

    x=(2×1993)^(1/5) , y= 1993^(1/5) can be a solution of the equation

    • @PEACE.54
      @PEACE.54 Před rokem

      INTEGRAL SOLN is asked

  • @devapriyaguharoy7745
    @devapriyaguharoy7745 Před 3 lety +1

    Make explanations a bit shorter & understandable. Mathematics - otherwise -would seem a boring exercise

  • @mathiest
    @mathiest Před 3 lety

    It's unclear to me how you ruled out one being negative. It's easy to see that if both are negative you just switch places and have a symmetric case, but why can't Y be negative and X positive? I can see a few ways to show this but you jumped there faster than i would have and so i assume you have some simple reasoning i didn't quite follow.

    • @SyberMath
      @SyberMath  Před 3 lety

      If x>0 and y0. What do you mean by negative?

    • @mathiest
      @mathiest Před 3 lety

      @@SyberMath at 14:45 you claimed that x and y are positive integers. I didn't follow where this claim came from

    • @steveschooler5840
      @steveschooler5840 Před 2 lety

      @@mathiest good point. You do have to manually check 4^5 + 3^5. Alternatively, as others have indicated, you can notice that 1993, is a prime, and therefore can't be a factor of (a + b).

  • @rslitman
    @rslitman Před 2 lety

    I was disappointed with the conclusion. I came up with my own problem that gave a more satisfactory one. Instead of 1,993, I chose 211, also a prime, which happens to be congruent to 1 (mod 5). I knew what the answer would be, but in addition, I got a second solution in which both x and y are negative.
    I love your channel, but my least favorite problems are ones that turn out to have no solutions, at least among the sought-after type of number (integers, real, etc.). Still, I learn something from all of them.

    • @SyberMath
      @SyberMath  Před 2 lety

      Thank you for the fair and constructive feedback!

  • @rcnayak_58
    @rcnayak_58 Před 3 lety

    By the way Sir, kindly try to frame questions that have some integer solutions to these kind of problems so that it would be more interesting to learn. Thank you so much.

    • @marcushendriksen8415
      @marcushendriksen8415 Před 2 lety

      It's important to be able to determine when there are no solutions. It doesn't matter if it's interesting or not

    • @rslitman
      @rslitman Před 2 lety

      I also would have liked to see this. I created my own offline. Substitute 211 for 1,993.

  • @michaelempeigne3519
    @michaelempeigne3519 Před 3 lety

    Easier method to solve this:
    Solve for integer solutions
    x^5 - y^5 = 1993
    ( x - y ) ( x^4 + x^3 * y + x^2 * y^2 + x * y^3 + y^4 ) = 1993
    since 1993 is prime, the only two cases are 1 and 1993 or vice-versa.
    Case 1 : Let's start with x - y = 1 == > x = y + 1
    this means that 5y^4 + 10y^3 + 10y^2 + 5y + 1 = 1993
    5y^4 + 10y^3 + 10y^2 + 5y = 1992
    5 * ( something ) = 1992 which is impossible
    Case 2 : x - y = 1993
    this means that 1993 * ( x^4 + ........... + y^4 ) = 1993
    which means that x^4 + x^3*y + x^2*y^2 + x*y^3 + y^4 = 1
    the only way that this can happen is if one of the variables is 0. But if one variable is 0, then you have an irrational solution. Since we are looking for integer solution; the only conclusion is that it is impossible in this case.
    As a consequence of the work above, there are no integer solutions to the equation x^5 - y^5 = 1993.

  • @user-qd6hh1zm5f
    @user-qd6hh1zm5f Před 3 lety

    I sent you an equ to think about it it's
    X^(a)+Y^(b)=857 ,X,Y,a,b are variables and not equal to 1 or 0

  • @Caturiya
    @Caturiya Před 2 lety

    aha! Ist Modulo 5 eine Zahl gleich drei und ein andere zu vergleichende modulo 5 gleich eins, so können die beiden einander gleich nicht sein. So stellt Sybemath dem PolynomAusdruck elegant das Bein: Zu sagen, da gäbs eine Lösung, das wär gemein. Ein absolut perfektes Argument!--- Ich selber konnte mich nie mit Modulo anfreunden. Er war mir dies immer ein ein Mittagessen voller Kaugummi. Aber Gauss beim 17-Eck braucht auch modulo um grauenhafte Terme zu addieren. Wieso das geht, das kann wohl nicht einmal Sybermath herausfinden. Gauss schreibt einfach Richtiges auf, aber wieso das geht...das weiss Modulo Weisheit niemand?

  • @fhffhff
    @fhffhff Před 3 lety

    1993|37
    185 54
    143
    148
    9
    Нет результатов. Вот что значит надеяться на похожее в таких уравнениях.

  • @kfjfkeofitorhf9520
    @kfjfkeofitorhf9520 Před rokem

    5X-5y=1993
    0XY=1993/0=0
    Xy=0

  • @kantaprasadsinha8025
    @kantaprasadsinha8025 Před 3 lety

    Very interesting.

  • @barakathaider6333
    @barakathaider6333 Před 2 lety

    👍

  • @Caturiya
    @Caturiya Před 2 lety

    Are you not sad, that therre is no soution? And what says the year 1993 itself to it? 1993 says: A whole year I have been waiting for someone to bring me a solution. But noone came to bring it. I am soo sad. I never come again on earth as a full year, how frustration amongst the worldly people to live there. I only asled for two nombers, and noone brougth me them. soooo saaaad this. So EternalBliss Number 1993 went back frustrated to heaven. Then in heven the others asked 1993, how it was. 1993 then sayd: never go on earth, they do not like us, not even two numbers they wanted to give me. THANK YOU THANK YOU, WE THEREFORE NEVER GO DOWN ON EARTH, THE DO NOT LIKE US, 1993 THEN SAYS: BUT DONA NOBIS PACEM THE CAN SING, BUT JUST ONLY SING AS ANENTERTAINMENT. yes yes only entertainment they want

  • @tonyhaddad1394
    @tonyhaddad1394 Před 3 lety +2

    No solution i get it weeee!!!!!😀

  • @abuobidashihab
    @abuobidashihab Před 3 lety

    what is your name & where are you from? 😀

  • @SuperYoonHo
    @SuperYoonHo Před 2 lety

    and fun

  • @tharanathakula3588
    @tharanathakula3588 Před 3 lety

    In about 5 minutes I got X=5.5185 and Y=5

  • @abdelmoulamsaddaq8240
    @abdelmoulamsaddaq8240 Před 3 lety

    J aime le bon sens 👌

  • @adamding3873
    @adamding3873 Před 3 lety

    let x=y=a, -> (y+a)^5 - y^5 = 1993 (obviously a > 0)
    => 5ay(y^3 + 2ay^2 + 2a^2 y+ a^3) = 1993 - a^5
    => 1993 mod a == 0, as 1993 is prime, a =1 or a = 1993 (impossible, as the 5ay(y^3 + 2ay^2 + 2a^2 y+ a^3)>0 and 1993- 1993^5 5y(y^3 + 2y^2 + 2y+ 1) = 1992, as 1992 mod 5 != 0, the whole thing is false.
    So there is no solution.

  • @thomaskim5394
    @thomaskim5394 Před 3 lety

    Why is the square of the product of x and y greater than one?

  • @agusbenzaenuri5881
    @agusbenzaenuri5881 Před 3 lety

    If I answer this in the exam as "NO ANSWER"
    do I get a credit, since it really doesn't have any solution..

    • @SyberMath
      @SyberMath  Před 3 lety

      You should

    • @aashsyed1277
      @aashsyed1277 Před 3 lety

      @@SyberMath you are the best!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @venkatesan41.m87
    @venkatesan41.m87 Před rokem

    தமிழ் மொழி ஐயா 👍🏻✍️

  • @mrhatman675
    @mrhatman675 Před 2 lety

    By zigmondys theorem there exists a prime p where p|x^5-y^5 ((x,y)=1 because if not then it would be 1993 which means x-y=1) but p doesn t divide x-y since x^5-y^5=1993 which is a prime this means that 1993 doesnt devide x-y this means that x-y=1 using some modular arithmetic we find that can t hold so the equation can t be solved over the integers

  • @user-zn6cg6ql4h
    @user-zn6cg6ql4h Před 3 lety

    x^y-y^x=17.
    X-?.Y-?

  • @binamahadani3267
    @binamahadani3267 Před 3 lety

    X-y|1993

  • @hsjkdsgd
    @hsjkdsgd Před 3 lety

    Replace 1993 by 2101 in the year 2101 and ask the same question.😄😄 Then we have a solution

  • @tonyhaddad1394
    @tonyhaddad1394 Před 3 lety

    Nice problem !!!!!!!

  • @akakidzidziguri7947
    @akakidzidziguri7947 Před 3 lety

    Are x and y natural numbers?

    • @tonyhaddad1394
      @tonyhaddad1394 Před 3 lety

      No x and y integers ,means it can be negative

    • @akakidzidziguri7947
      @akakidzidziguri7947 Před 3 lety +1

      @@tonyhaddad1394 Ok, thanks.

    • @akakidzidziguri7947
      @akakidzidziguri7947 Před 3 lety +1

      @@tonyhaddad1394 Can it be other way of solving?For example x^(5/2)=a and y^(5/2)=b so the equation will be a²-b²=1993 and a and b aslo must be integers. Than
      a²-b²=(a-b)(a+b)=1993
      a-b=1
      a+b=1993
      2a=1994
      a=997 and b=996
      Than x^(5/2)=997 and y^(5/2)=996. From this x⁵=997² and y⁵=996². There are no such integers x and y which satisfies this condition.

    • @tonyhaddad1394
      @tonyhaddad1394 Před 3 lety +1

      Im not sure if you allowed to do this substitution but it seems very clean way and you re final answer is right there is no solution but i will think more in you re approache beacaus its very intersting !!!!!!!!

    • @akakidzidziguri7947
      @akakidzidziguri7947 Před 3 lety +1

      @@tonyhaddad1394 Ok, I'm waiting for channel owner to respond. Thx

  • @djawaddjawad6508
    @djawaddjawad6508 Před 2 lety

    الترجمة للعربية اذا امكن من فضلك

    • @SyberMath
      @SyberMath  Před 2 lety

      إنه باللغة الإنجليزية

    • @djawaddjawad6508
      @djawaddjawad6508 Před 2 lety

      @@SyberMath ترجمة الفيديو للعربية اذا امكن؟

  • @blue_red_screen
    @blue_red_screen Před 2 lety

    Disappointing video. Normally they are good but to watch all this for no solutions put me off

  • @antoniocarrillodiaz4519

    There is a solution, (1994^1/5)^5 - 1^5 = 1993, then x= 4,57, y = 1