the anti Pythagorean theorem?

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 368

  • @ianfowler9340
    @ianfowler9340 2 ปีที่แล้ว +271

    Hello again Peyam,
    All I can say is wow, double wow, n factorial wow!! You have really captured the excitement and the and the joy of the whole experience. I want to thank you again for your wonderful generosity and enthusiasm- you really captured “the moment” and made my day! I can hardly wait for Part 2 so I can send out the links to my close friends who were a part of this. This is just so unbelievably cool. How long do we have to wait for Part 2?
    Thanks again - Ian

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +33

      Thanks so much for the wonderful idea, I genuinely had fun making the video! I think part 2 will be up within a month or so, or I’ll make it available for YT members, once it’s available

    • @YBwaibeeYB
      @YBwaibeeYB 2 ปีที่แล้ว +9

      I am from the University of Waterloo, feels so nice to see that you've worked with profs over here!

    • @AlBoulley
      @AlBoulley 2 ปีที่แล้ว +5

      I attended Central Michigan University almost 30 years ago, and twice visited Kitchener for computer programming competitions… "our" regional was held at U Waterloo! That's when I learned that "we" were known as "the other CMU" (LOL) and Canada has a lower drinking age. My favorite memory of that competition: having a blast at "Kaboom!"

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +2

      @@YBwaibeeYB I was in the Teaching Option and grad in 1977 with a BM and teaching credentials. I started marking Descartes Contests back in the days of grade 13. Still marking the Senior in Dec and Euclid in April. UofW was the best thing that that could have happened to me out of high school. Thanks for the shout out

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +2

      @@YBwaibeeYB A lot of the markers are current/retired high school math teachers along with many of the profs
      I have been lucky to keep those contacts active for so many years.

  • @nHans
    @nHans 2 ปีที่แล้ว +221

    Folks, Dr. Peyam didn't say it explicitly-he probably should have-but to me, it was clear that he meant solutions that are not simply integer multiples of a base case. He meant that there are an infinite number of solutions _where the sides don't have common factors,_ that is, gcd(a,b,c) = 1.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +47

      That would be kinda trivial, wouldn’t it? 😂

    • @dagordon1
      @dagordon1 2 ปีที่แล้ว +4

      @@drpeyam kinda primitive or coprime

    • @chessandmathguy
      @chessandmathguy 2 ปีที่แล้ว +8

      I think he didn't say it explicitly because it was too obvious. The sides have to be coprime to count as interesting.

    • @nHans
      @nHans 2 ปีที่แล้ว +8

      ​@@chessandmathguy No doubt. Then again, did you notice how many viewers said that you can simply scale the base (coprime) case?

    • @chessandmathguy
      @chessandmathguy 2 ปีที่แล้ว +1

      @@nHans I didn't notice, but maybe I didn't look hard enough.

  • @cody5535
    @cody5535 2 ปีที่แล้ว +94

    "No, who cares?"
    When it comes to mathematics, someone always does

    • @themibo899
      @themibo899 2 ปีที่แล้ว +14

      the "who cares" mentality is just the crappiest kind of things to do in mathematics and everywhere. The thing no one cares about at some point in math becomes the next breakthrough discovery that helps other fields of science. And in my opinion it's a sign of low intelligence.
      Every knowledge is useful.

    • @eris4734
      @eris4734 2 ปีที่แล้ว +7

      exactly. Mathematics deserves to be explored for its own sake. It doesn't need to prove to be immediately applicable

    • @AlwaysOnForever
      @AlwaysOnForever 2 ปีที่แล้ว +1

      @@themibo899 Yeah

  • @malharmanagoli
    @malharmanagoli 2 ปีที่แล้ว +65

    Having watched Dr. Borcherds solve this for Pythagorean triples, I feel confident I can do this.
    We want to solve a^2 + c^2 - ac = b^2 over the integers.
    We can set x = a/b , y = c/b. Then we have to solve x^2 + y^2 - xy = 1 over the rationals.
    This is the equation of the ellipse Dr. Peyam mentioned.
    We want a nice way to characterise the rational points on an ellipse. One way is this:
    Pick a point on the ellipse (say (1,1) ) and draw a line through it with gradient equal to some rational number t. So, the line has equation y-1 = t(x-1).
    When we substitute this into the equation for the ellipse, we'll get a quadratic equation in x or y with rational coefficients. Since one of the solutions is 1, the other must be a rational number too.
    Conversely, drawing a line between any rational point on the ellipse and (1,1) will give a line with rational gradient. So, there is a one-to-one correspondence between rational numbers t and points on the ellipse (excluding (1,1) ).
    After a bunch of algebra, you can get the following solution for x,y:
    x = (t^2 - 2t)/(1 - t + t^2)
    y = (1 - 2t)/(1 - t + t^2)
    So the primitive solutions for the triangle side lengths are (I've sent t -> -t so that most of the interesting solutions occur for positive t).
    a = 2t + t^2
    b = 1 + 2t
    c = 1 + t + t^2
    All other solutions are multiples of these.
    (The 120 degree case is left as an exercise)

    • @pwmiles56
      @pwmiles56 2 ปีที่แล้ว +3

      Very nice!
      I think this works for conics in general i.e. quadratic plane curves considered projectively. It shows you can make an inverse stereographic projection of line points (1, t, 0) to the curve by quadratics in t, if you know a point P of the conic. If the conic's coefficients are rational and P and t are rational, so is the projected point.

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +2

      You have the 1 parameter solution. Well done. So cool.

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +3

      Yes, the 3,7,5 triangle is a solution for
      c^2 = a^2 + b^2 +ab and there an infinite it # on solutions to the 120 deg triangles

    • @adb012
      @adb012 2 ปีที่แล้ว

      @@ianfowler9340 And what about other angles (other than 60 and 120) with rational cosines?

    • @MichaelRothwell1
      @MichaelRothwell1 2 ปีที่แล้ว +1

      The condition b²=a²+c²-ac (where a

  • @ianfowler9340
    @ianfowler9340 2 ปีที่แล้ว +34

    There has been some confusion about the (8,7,5) 60 deg triangle (b^2 = a^2 + c^2 - ac) . The (8,7,5) 60 deg triangle actually spawns another "sibling pair" (8,7,3) with the SAME 60 DEG ANGLE. Here's how to get the sibling. Draw the (8,7,5) roughly to scale. Vertex opp. 8 = C, Vertex opp. 5 = B. Vertex opp. 7 = A. Now rotate BC center B until it intersects AC again at D. We now have BD = 7 - isosceles triangle. Now use the cosine law and factoring the quadratic on triangle BAD to find AD. Factors nicely to get AD = 3 and leaving DC = 2. Now we have the "sibling" (8,7,3) triangle with the same 60 deg triangle. I wish I could show a diagram, but I don't think I can here. This is a very similar set up to the ambiguous case with the sine law (SSA) The 120 deg triangle is another story

    • @DKK3250
      @DKK3250 2 ปีที่แล้ว +1

      @Ian Fowler. Great clarification - I did wonder why (8,7,5) in the start of the video was related to (8,7,3) at the end.

    • @somethingisglowinganditsnotyou
      @somethingisglowinganditsnotyou 2 ปีที่แล้ว +2

      so it was ambiguous case triangle, where you can get many triangles by acccidentally modify the diagram

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      @@somethingisglowinganditsnotyou There will always be the amb. case since the middle side is always opposite the 60 deg angle (the middle angle)

    • @samuelluria4744
      @samuelluria4744 2 ปีที่แล้ว

      This is wild.

    • @vwss-java
      @vwss-java 2 ปีที่แล้ว

      I think that by just prolonging the shortest side (the 5) until it has the same length as the longest side (the 8), you get an equilateral triangle divided into two unequal parts which are the two sibling triangles. In the end, if you want to get a triangle PQR and you have its sibling PQS, where P is the largest side and S is the smallest, you just need to do R = P - S and you are done.

  • @DinoDiniProductions
    @DinoDiniProductions 2 ปีที่แล้ว +1

    The miracle here was more than one person being excited about it. Once in a life time experience. Great story.

  • @msalperen1
    @msalperen1 2 ปีที่แล้ว +7

    Your passion and excitement while telling about this subjects is amazing. Congratulations bro, and really amazing math out there!

  • @quinnritiqal819
    @quinnritiqal819 2 ปีที่แล้ว +2

    I competed in mathematics in high school where we played with fun problems like this.
    I haven't had tingles like this in 35 years!
    Thank you

  • @Simon-hy2fh
    @Simon-hy2fh 2 ปีที่แล้ว +3

    My Körper is super excited to see the next video about the ellipse.

  • @tolkienfan1972
    @tolkienfan1972 2 ปีที่แล้ว

    I love how excited you are about this! It's very cool

  • @youtubeviolatedme7123
    @youtubeviolatedme7123 2 ปีที่แล้ว +22

    I appreciate the cliff hanger, because it gave me a chance to try and work out the relationship between the identity and the secants.
    I didn't get a concrete proof or anything, but I found that one can get Heronian triangles by connecting the foci to the points where certain secants intersect the ellipse. The only thing is, I can't figure out the relationship between those secants, and I'm sure that's where the really interesting part lies.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +6

      You’re on the right path!

  • @hareecionelson5875
    @hareecionelson5875 2 ปีที่แล้ว +3

    I had a similar feeling when I realised independently that if the gradient of y=arcsin(x) = 1/SqRt(1-x^2), then the time dilation equation Gamma=1/SqRt(1-(v/c)^2) is also the gradient of y=arcsin(x) when x=v/c
    The limit of x is 1 (sine function of any angle cannot be greater than 1) , just as the limit of v/c is 1 (1=100% the speed of light)
    Which in turn means that 1/Gamma = cosy = cos(arcsinx), which, if graphed as y= 1/gamma and x= v/c, it produces a unit circle
    Which means that all objects move at the speed of light through space and time, and in order to travel faster through space, you must travel slower through time.
    My mind turned inside out

  • @lambda2693
    @lambda2693 2 ปีที่แล้ว +5

    “ Today I want to tell you the greatest math story ever.” Greatest intro ever

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +1

      It really made my day. Brought a tear to my eye. Math is FUN.

  • @pocojoyo
    @pocojoyo 2 ปีที่แล้ว +3

    Anxious to watch pt 2

  • @bscutajar
    @bscutajar 2 ปีที่แล้ว

    Isn't it painfully obvious that there are infinitely many triangles with integer sides? Any integer solution to a+b

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      That’s not what the problem is saying

  • @copocopocopocopo
    @copocopocopocopo 2 ปีที่แล้ว

    As a former math major at university, and now math tutor for all kinds of grade students, I've always been interested in mathematical concepts like these. That's how I also know that with two exceptions (0 and 3), x^2 - 1 is always composite and I can easily tell you the factors of 323 (1, 17, 19, 323) off of that. I don't remember what it was over, but my math professor even decided to name one of my mathematical epiphanies after me when he used it in class. I've always been fascinated by alternative methods and such in math, so thank you for this fascinating watch!

  • @winklethrall2636
    @winklethrall2636 2 ปีที่แล้ว +4

    I enjoyed the whole video but the last part really grabbed me. I've been looking for a way to generate diophantine conics, and as soon as you said "intersection of a line with an ellipse" I predicted I will learn something amazing from the 2nd part.

  • @artsenor254
    @artsenor254 2 ปีที่แล้ว +1

    I love how you look even more enthusiastic about this than the actual math teacher would be.

    • @dagordon1
      @dagordon1 2 ปีที่แล้ว

      Actually George Kitchen, former math teacher at Portage Northern high school, was that way, with his Jacky-wacky and slashy-washy. There’s a lecture series at Kalamazoo College named after him

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      Well maybe - but I was jumping up and down.

  • @ffggddss
    @ffggddss 2 ปีที่แล้ว +2

    Funny you should bring this up. Six years ago, in Jan 2016, I was toying with 120º triangles with integer sides, and came up with a way to generate infinitely many of them.
    After some algebra, the method I came up with boiled down to:
    • Choose integers (d,e) s.t. ½e < d < (√3 - 1)e
    • Form the triple (α, β, γ) = (2ed-e², e²-d², e²+d²-ed) = ([2d-e]e, [e-d][e+d], [e-d]²+ed)
    • Reduce these by their GCD, call it g, to get (α, β, γ)/g = (a,b,c) = sides of a ∆ in which ∠C = 120º, so that
    c² = a² + b² - 2ab cosC = a² + ab + b²
    The smallest (d,e) that can satisfy the condition of the first line, is (2,3), which produces the ∆ with sides (a,b,c) = (3,5,7). Some other triples are
    (5,16,19), (7,33,37), (7,8,13), (26,39,49), (9,56,61), . . .
    It's really cool to see where this collection of integer 120º triangles was stumbled across earlier. (Thank you, Dr. Peyam!)
    I like to think of that (3,5,7) triangle as the 120º analog of the (3,4,5) rt. ∆.
    Having said all this, I now go to the part 2 video to see how it was developed by those guys...
    Fred

  • @rbwannasee
    @rbwannasee 2 ปีที่แล้ว +1

    4:02 - wouldn't any integer multiple of the integer side (8,7,5) triangle also be a cool triangle that satisfies it? I'm guessing what you mean is that a (48,43,13) triangle is of a different form? I mean, a (48,42,30) triangle is an (8,7,5) triangle, just 6 times bigger. Later on at 4:37 it's a bit of a tough sell that DB is 5 if CD is 3 the way you've drawn it! CA and CB are equal, so it should be an isosceles triangle with a low peak and wide base, not scalene looking. Maybe use graphics to scale instead of sketches on a white board? Oh, and let's not forget that at 6:33 the (3,7,8) [aka (8,7,3)] triangle miraculously re-appears - even though the one he was talking about earlier was an (8,7,5)...? Something's wrong, or something got missed. Am I seriously the only one to notice this?

  • @pietergeerkens6324
    @pietergeerkens6324 2 ปีที่แล้ว +7

    I look forward to seeing the geometric interpretation with ellipses. Meanwhile, expressing
    b² = c² + a² ± ac
    as a quadratic in a and solving yields
    a = ½ [ ±c ± √( b² - 3c² ) ]
    which has integer solutions a, b, c whenever the discriminant is a perfect square; i.e. that for any integer solution to the Pell equation
    p² - 3q² = 1
    we set
    - for odd p: b = p, c = 2q, and a = ½(c ± 2).\; and
    - for even p: b = ½p, c = q, a = ½(c ± 1).
    For (p,q) = (2,1) this yields (a,b,c) = (1,1,1).
    For (p,q) = (7,4) this yields (a,b,c) = (3,7,8) or (5,7,8).
    For (p,q) = (26,15) this yields (a,b,c) = (7,13,15) or (8,13,15).
    The double solutions are from the set angle being either 60 or 120 degrees, with opposite sines for cosine, and I'm guessing are distinct triangles from the same cut on the ellipse but going to different foci or vertices.
    The additional solutions above are generated from the base solution (2, 1⋅√3) as
    (p', q'⋅√3) = (2, 1⋅√3)ᵏ
    for any natural number k > 1.

    • @pietergeerkens6324
      @pietergeerkens6324 2 ปีที่แล้ว +2

      These are only the solutions where the discriminant n² = 1². Other solution families can be obtained through setting c to some even number, and using square-gonomons to then determine b and n. For example:
      Setting:
      - c = 8 yields n = 11 and (a,b,c) = ( 7,13,8) or (15,13,8)
      - c = 10 yields (a,b,c) = (16,19,5) or (21,19,5) for n = 37; and (3,7,8) or (5,7,8) again for n = 11.

    • @pwmiles56
      @pwmiles56 2 ปีที่แล้ว

      p² - 3q² = 1 rearranges to p² - 1 = 3q², (p-1)(p+1) = 3q².
      So solve p-1 = q/k, p+1=3qk for arbitrary integers q and k.
      I guessed there might be a Pellian somewhere in there. I actually found the method by diagonalising the quadratic form a^2+b^2-ab-c^2, details higher up.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +2

      My solution will be different :)

    • @pietergeerkens6324
      @pietergeerkens6324 2 ปีที่แล้ว

      @@drpeyam I count on it. ;-)

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +1

      Yes that's why if the first int. point has rational co-ordinates and the slope of the line is rational then the second point must have rations co-ordinates.

  • @vedqiibyol
    @vedqiibyol 2 ปีที่แล้ว

    I just love how he is so pationate, and enthusiastic about this. It's so rare to see that, and I also wouldn't see my math teacher so excited about this too... Thanks for the amazing content!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      Thank youuuu

  • @salamander5703
    @salamander5703 2 ปีที่แล้ว +3

    Didn't we start with a 5, 7, 8 triangle, not a 3,7,8 triangle, which we had at the end? They can't both have a 60deg angle between the 8&3 sides and 8&5 sides and still have opposite sides of 7 or what am I missing?

    • @salamander5703
      @salamander5703 2 ปีที่แล้ว +2

      OK, I drew it out and discovered the answer. Between the 3,7,8 and 5,7,8 triangles there's a 4,sqrt48,8 right angled triangle. and in the same diagram, there's a pair of 1,7,sqrt48 right triangles. So both 3,7,8 and 5,7,8 are correct.

    • @rbwannasee
      @rbwannasee 2 ปีที่แล้ว

      Well said, I've just pointed this out too and just found your comment to assure myself I'm not the only one who noticed!

    • @rbwannasee
      @rbwannasee 2 ปีที่แล้ว

      @@salamander5703 If he'd pointed this out in the video, it would've been the coolest part of it!

  • @diponkonar7101
    @diponkonar7101 2 ปีที่แล้ว +1

    Dr Peyam, you have the best mathematics channel. Keep Going

  • @dannypipewrench533
    @dannypipewrench533 2 ปีที่แล้ว

    This man is more excited about triangles than is humanly possible.

  • @anthonydavid6164
    @anthonydavid6164 2 ปีที่แล้ว

    Incredible video!!! Now I have to see the next one!!

  • @cblpu5575
    @cblpu5575 ปีที่แล้ว +1

    I tried solving the diophantine b^2=a^2+c^2-ac for integers a, b and c and got the following parametric representation of the three sides.
    c=t, a=(1+3t^2)/4, b=(3t^2+2t-1)/4. Putting t = 3 we get the triangle mentioned in the video with sides c=3,a=7 and b=8. putting t=5 we get a triangle with sides c=5,a=19 and b=21. Ive compiled a list of a few more triangles obtained by putting different values of t.
    a=19,b=20,c=5
    a=27,b=40,c=7
    61,65,9
    91,96,11
    Infact one can show that for all odd values of t, there is an integral solution.

    • @ricardoguzman5014
      @ricardoguzman5014 ปีที่แล้ว +1

      A couple days ago I found a method that finds solutions for all positive integers for the initial input.

  • @MichaelRothwell1
    @MichaelRothwell1 2 ปีที่แล้ว

    The condition b²=a²+c²-ac (where I am assuming a

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Wow I like this a lot!!

    • @MichaelRothwell1
      @MichaelRothwell1 2 ปีที่แล้ว

      @@drpeyam Thanks! As a matter of curiosity, I came up with this form as a way to make it easier to check solutions to the equation mentally, by analogy with the method I use for checking Pythagorean triples: rewrite a²+b²=c², where a

    • @MichaelRothwell1
      @MichaelRothwell1 2 ปีที่แล้ว

      We can also use this form to easily check Malhar Managoni's parametric formula, rewritten so a

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      @@MichaelRothwell1 Nice

    • @MichaelRothwell1
      @MichaelRothwell1 2 ปีที่แล้ว

      I have found a geometrical interpretation of my notion of "twin" solutions in terms of the ellipse used in Malhar Managoni's solution: if you take the midpoint of the intercepts of a horizontal line with the ellipse, the locus of such midpoints will be the line y=2x. In particular, this line y=2x intercepts the ellipse at its highest and lowest points (where the tangent is horizontal). This last observation can readily be checked by implicit differentiation of the ellipse equation x²+y²-xy=1.
      Here is the explanation of this geometrical interpretation:
      In Malhar Managoni's solution, b & c are swapped, giving:
      a²+b²-ab=c², which can be rewritten as (b-c)(b+c)=a(b-a).
      Dividing the rewritten form by c², and using x=a/c, y=b/c, we get (y-1)(y+1)=x(y-x).
      We note that if (x,y) lies on the ellipse, so does (y-x,y). So if we take the intercepts of the horizontal line y=k with the ellipse, the x-coordinates of the two intercepts add up to k, so the midpoint will be at (k/2, k), points whose locus is y=2x.
      This geometrical interpretation also allows us to understand why the twin solutions are not obvious from Malhar Managoni's parameter solution: if we let A=(1,1), and B and C the points where y=k intercepts the ellipse, then the parameters t for these solutions correspond to (minus) the gradients of AB and AC, however the relationship between these gradients does not appear to be simple.
      As an example, for t=2, we get the solution a,b,c= 8,5,7; for t=4, we get the a multiple of the twin solution a,b,c = 24,9,21 = 3×(8,3,7). Actually, these solutions correspond to the points (8/7,5/7) and (8/7,3/7), which lie on the same vertical line x=8/7. This is because I should really have considered the values t=1/2, t=1/4 (giving the points reflected in y=x, which lie on the same horizontal line y=8/7), but chose the integer values of t for ease of calculation.

  • @theproofessayist8441
    @theproofessayist8441 2 ปีที่แล้ว +3

    Looking forward to seeing the sequel with the line intersecting the ellipse Dr. Peyam!

  • @Blaqjaqshellaq
    @Blaqjaqshellaq 2 ปีที่แล้ว +1

    The equation can also be presented as b^2=(a-c)^2 + a*c.
    The most basic of these threesomes, of course, is (1,1,1)!

  • @Ahyes1
    @Ahyes1 2 ปีที่แล้ว +2

    Isn’t the theorem used for right angled triangles

    • @davspa6
      @davspa6 2 ปีที่แล้ว

      Please look up the law of cosines. It doesn't require right angles. It is C^2 = A^2 + B^2 - 2ABCos(c), where A, B, and C are sides, and c is the angle opposite side C.

  • @sriragam
    @sriragam 2 ปีที่แล้ว +2

    Thanks Dr Peyam, love your story telling. Waiting for the next video on line intersecting ellipse.

  • @MrFlaviojosefus
    @MrFlaviojosefus 2 ปีที่แล้ว +1

    Hi Prof. Peyam. Thank you for this magnificent video. And for the encouragement: never give up.

  • @xrilicc1154
    @xrilicc1154 2 ปีที่แล้ว +3

    I saw a similar problem in Gordin's collection. it was necessary to find the radius of the circle passing through the points of contact of the three circles. So I think I can make a decision. Thanks for the task!
    P.s. I am writing all this with the help of a translator, because I am Russian

  • @darylefleming7756
    @darylefleming7756 2 ปีที่แล้ว

    I am a math teacher and I am always impressed by mathematicians, who become excited by problems they can't solve.

  • @ExpressStaveNotation
    @ExpressStaveNotation 2 ปีที่แล้ว +1

    So after the simplest (1,1,1) 60degrees triangle, is there any other smaller solutions than (7,8,3) and (7,8,5)?

    • @davspa6
      @davspa6 2 ปีที่แล้ว

      There are any number of such triangles. Imagine a circle of radius 2 and a circle of radius 5, edges touching each other. Then say imagine a circle of radius 1, drawn such that its edge touches both of the other circles. So then by the way we constructed it we have a 7, 6, 3 triangle.
      Or make a smaller one, use radius 2, radius 3, and radius 1 circles drawn the above way. Then we have a 5, 3, 4 triangle.
      Obviously there's any number of triangles that could be made this way. I'm not quite sure how this fits into his explanation.

  • @zhelyo_physics
    @zhelyo_physics 2 ปีที่แล้ว +2

    This was super interesting, thanks! Loved the story telling too!

  • @matthewwilliams2128
    @matthewwilliams2128 2 ปีที่แล้ว +1

    I have still no idea why this is exciting.

  • @XT-N
    @XT-N 2 ปีที่แล้ว

    Amazing video ! It's nice to see such excitement about simple mathematical problems

  • @robertcook6174
    @robertcook6174 2 ปีที่แล้ว

    If you apply the law of sines to the given data with R = 2, is the law of sines satisfied? It seems that the given data is not consistent.

  • @lumipakkanen3510
    @lumipakkanen3510 2 ปีที่แล้ว +1

    It's easy to write a computer program that checks all triples up to some limit. Here's all < 100 that are not reflections of others or multiples of smaller triples: {(35, 31, 24), (8, 7, 5), (91, 79, 40), (99, 91, 80), (99, 91, 19), (15, 13, 7), (1, 1, 1), (65, 61, 56), (35, 31, 11), (77, 67, 45), (55, 49, 39), (96, 91, 85), (40, 37, 7), (91, 79, 51), (77, 67, 32), (21, 19, 5), (48, 43, 35), (65, 61, 9), (8, 7, 3), (80, 73, 63), (96, 91, 11), (80, 73, 17), (15, 13, 8), (48, 43, 13), (55, 49, 16), (40, 37, 33), (21, 19, 16)}

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Thank you!!!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      It would be cool if you calculated the triples with the formula from the nest video and see if it gives all of them

  • @YBwaibeeYB
    @YBwaibeeYB 2 ปีที่แล้ว +1

    this is so amazing! maths is indeed so interesting, and even little observations like this can be so fascinating!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      Agreeeeed

  • @wowZhenek
    @wowZhenek 2 ปีที่แล้ว

    06:10: y = -8 means that point B coincides with point A, which is quite cool

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      True!!

  • @demyanrudenko
    @demyanrudenko 2 ปีที่แล้ว

    I really appreciate the enthusiasm :)

  • @GreenMeansGOF
    @GreenMeansGOF 2 ปีที่แล้ว +8

    A few years ago, I discovered algorithms for deriving solutions to these equations. I started with pythagorean triples and found the algorithm for producing the tree of primitive pythagorean triples. Then I moved on to precisely this 60/120 degree formula and found similar algorithms. Unfortunately I do not know who to talk to about such things. I would love to talk to an expert and see if I have discovered anything of worth. Even if I have not, I would at least like to no longer worry about this problem. I would appreciate help pointing me in the direction of someone who can help.

    • @zucc4764
      @zucc4764 2 ปีที่แล้ว +2

      Deriving such identities is a fun exercise, but forming Pythagorean triples has been done before. I believe 3blue1brown at least touched on this. As for the 60/120, that's not commonly discussed. You should make a video about it!

    • @dagordon1
      @dagordon1 2 ปีที่แล้ว

      Outside of number theorists and recreational mathematicians, TH-camrs would be interested. Did you do it parametrically or through matrices or another way? I’m interested in figuring it out by linear transformations, if possible.

    • @GreenMeansGOF
      @GreenMeansGOF 2 ปีที่แล้ว +1

      @@dagordon1 My algorithms are algebraic but I believe they can be translated into matrices relatively easily. If you look at the Wikipedia page for tree of primitive pythagorean triples, you can see that they use matrices but it’s equivalent. I would love to share my work but I’ve always been hesitant because of the possibility for it to be new.

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +1

      @@zucc4764 Tried 3b1b but he did not respond. His loss.

  • @wajidmannan2618
    @wajidmannan2618 5 หลายเดือนก่อน

    I am sure plenty of people have pointed this out, but just in case:
    a^2+b^2-ab = c^2,
    can be rewritten:
    3x^2=uv,
    where
    a=((u-v)/2 +x)/2,
    b=(( u-v)/2-x)/2,
    c=(u+v)/4
    Thus any solution can be obtained from factoring three times a square. Also we get infinitely many solutions this way, as there are infinitely many odd numbers x (which guarantees a,b,c being integers).
    For example 3(3^2)=27*1 (e.g. x=3, u=27, v=1) gives you a=8, b=5, c=7.
    Or 3(5^2)=75*1 (e.g. x=5, u=75, v=1) gives you a=21, b=16, c=19.

  • @davspa6
    @davspa6 2 ปีที่แล้ว

    Also, making circles of various sizes, we can construct many such triangles, of various lengths. Like say if we have radii A, B, and C, then we can make triangles having side lengths A+B, B+C, A+C. The radius sizes just either need to be all positive integers, or all 0.5 less than a positive integer. This would allow you to produce any possible such triangle. I don't know if this relates to his story or if is useful or not...

  • @WerewolfLord
    @WerewolfLord 2 ปีที่แล้ว +1

    The Euclid competition... the Pascal, Descartes, and Fermat competitions were the other grade levels, as I recall.

  • @TwoGrids
    @TwoGrids 2 ปีที่แล้ว +14

    Love your videos Dr. Peyam! I must thank you for teaching me so much calculus :)

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      You’re welcome!!!

  • @eris4734
    @eris4734 2 ปีที่แล้ว

    triangles with a 120 degree angle seem interesting too
    I think they work out to be of the form
    b^2=a^2+c^2+ac instead of minus
    which means for every triple abc for a 60 degree angle, b+2ac is the b for a 120 degree triangle with sides ac.

  • @smvwees
    @smvwees 2 ปีที่แล้ว +1

    These and the normal Pythagoras ones are handy when building special shapes, for example buildings with other than only 90 degrees walls.

  • @MushookieMan
    @MushookieMan 2 ปีที่แล้ว +1

    But can't you get almost any triplet of numbers that satisfies the triangle identity to form a triangle? What's special about this, other than the 60 degree angle?

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +1

      The 60 degree angle is the absolute special thing for this identity! No other angle has whole number solutions.

    • @MushookieMan
      @MushookieMan 2 ปีที่แล้ว

      @@ianfowler9340 What do you mean whole number solutions? Whole number sides, and at least one whole number angle?

    • @Tezhut
      @Tezhut 2 ปีที่แล้ว

      I think I get what you mean, you can obviously take infinitely many integer side triangles. What's exiting is that they satisfy some simple diophantine equation (like with pyhtagoras' theorem).

  • @heliocentric1756
    @heliocentric1756 2 ปีที่แล้ว +3

    When the margin is too small to include your proof, ellipses come and save the day !!

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      They will! Just be patient!

    • @speedsterh
      @speedsterh 2 ปีที่แล้ว

      Excellent :)

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      Nice reference to Fermat.

  • @gordonstallings2518
    @gordonstallings2518 2 ปีที่แล้ว

    The angles of triangles that have integer sides have rational cosines.
    For any acute angle having a rational cosine, triangles with rational sides can be generated using two integer variables, M and N, where M and N have no common factors. Here are the formulas for finding sides a, b, and c:
    a = M^2 - N^2 (for obtuse angle B)
    b = 2M(M cos(C) + N)
    c = M^2 + N^2 + 2MN cos(C)
    a' = N^2 - M^2 + 2b cos(C) (for acute angle B)
    These equations can be checked by substitution of a,b,c into the law of cosines.
    Notice that these equations also work when Cos(C) = 0 (right angle). Also notice that, except for Cos(C)=0, the solutions come in pairs, where only the length of ‘a’ differs between an obtuse and acute angle B.
    If you use the value of Cos(C)=.5, the formula gives the sides of scalene triangles that have angle C = 60 degrees.
    I am looking forward to the ellipse video!

  • @elnobby2280
    @elnobby2280 2 ปีที่แล้ว

    Why the cosen?

  • @Grentanksmog
    @Grentanksmog 2 ปีที่แล้ว +4

    Well, its the same thing as when integer solutions of a^2+b^2=c^2 are associated with rational solutions to x^2+y^2=1 (divide the previous eqn by c^2). We can obtain these solutions by intersecting the unit circle with a line y=kx where k is a rational number.
    Here we just have a^2 +b^2 -ab = c^2 which is canonically ellipse (after dividing by c^2).

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Interesting!!!

    • @l_szabi
      @l_szabi 2 ปีที่แล้ว

      I don't really get this. For k=1 (which is rational), the intersecting point is (1/sqrt(2), 1/sqrt(2)), which are irrational numbers.

    • @noahtaul
      @noahtaul 2 ปีที่แล้ว

      @@l_szabi He meant y=kx+1. In the case k=1 you have the point (-1,0)

    • @Grentanksmog
      @Grentanksmog 2 ปีที่แล้ว +1

      @@noahtaul Not really. y=kx, but not for every rational k tho. You can find more if you google "Rational points on a unit circle"

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +1

      @@Grentanksmog Has to pass through the ellipse at a rational point and y = kx will not do the job

  • @kerem.a14
    @kerem.a14 2 ปีที่แล้ว

    why was |AC| edge given as 7 at the beginning tho

  • @syzygycalalignment
    @syzygycalalignment 2 ปีที่แล้ว

    Dr. Peyam, on the back of your T-shirt, you neglected to mention that c must also be an element of K in order for the associative laws of addition and multiplication, as well as the distributive law, to be true.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      Hahaha you want the shirt to be longer? 😂

  • @MeriaDuck
    @MeriaDuck 2 ปีที่แล้ว +1

    This is really awesome and a proof to me that mathematics get discovered rather than invented. Quicky going to watch the next episode in this triangle-fiesta.
    Also, you can count on students to say things like "that's obivious, its like ... " :-D

  • @MrFlint51
    @MrFlint51 2 ปีที่แล้ว +1

    How dos this relate to Pythagoras? These are not right angled triangles

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      The formula and one of the angles is special

  • @motherrussiaisspeakingitst4965
    @motherrussiaisspeakingitst4965 2 ปีที่แล้ว

    According to the first drawing of the triangle, angle C is 90°. Side AB is the hypotenuse. so by the Pythagorean theorem it should look like AB squared equals AC squared plus BC squared. those. if you want to write BC squared equals, then it should look like BC squared equals AB squared minus AC squared. Isn't it?
    If you do (R+5)^2 then
    (R+5)^2=8^2 - (R+3)^2 =>
    => R^2 - 8R - 15 = 0

  • @Infinitesap
    @Infinitesap 2 ปีที่แล้ว

    Please let me in on this cliffhanger. Great video and story 👍

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      It’s in the description

  • @dfsgjlgsdklgjnmsidrg
    @dfsgjlgsdklgjnmsidrg 2 ปีที่แล้ว +2

    easy v =(8,7,5) is just a base of the solution so every lambda*v is in the solution space

    • @pocojoyo
      @pocojoyo 2 ปีที่แล้ว

      3,5,7 is not in that space

  • @ZoroarkLover98
    @ZoroarkLover98 2 ปีที่แล้ว

    I can't wait for the sequel!

  • @UberHummus
    @UberHummus 2 ปีที่แล้ว

    I have a feeling I see where this is going by the end of the video. . Can’t wait for the next one!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      It’s already up!

    • @UberHummus
      @UberHummus 2 ปีที่แล้ว

      @@drpeyam just watched it; the triplets are born!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Hahaha

  • @ContrapuntalComposer
    @ContrapuntalComposer 2 ปีที่แล้ว

    At one point, you solve for y = -8 and y = +5 and you dismiss y = -8... but what if we accept triangles with sides of negative length? Could the topic of your video, as well as other trigonometric and geometric ideas be more fully generalized by accepting negative lengths? (Or negative angles?) Just a thought.

  • @28aminoacids
    @28aminoacids 2 ปีที่แล้ว

    Guys just use
    a = t (q² + pq + p²)
    b = t (q² - p²)
    c = t (q² +2pq)
    Where a is the side opposite to the 60° angle.

  • @ha14mu
    @ha14mu 2 ปีที่แล้ว

    Great video!
    Also, may I point out that -8 is also a reasonable solution for Y (at time 6:10). It's actually drawn on the left already! 8 units on the left, as the other side of the triangle on the left is also 7. Never ceases to amaze me how the equation one sets up gives you all - even those answers you may not have considered or sought to begin with.

  • @geraldillo
    @geraldillo 2 ปีที่แล้ว +3

    Very nice! But the triangle he found after 30 years was different; it was a 3,7,8 triangle unlike the initial triangle which was 5,7,8

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว +3

      You are correct. It was that problem that also got us thinking about the 120 deg triangles. Every 60 deg triangle has a "sibling" 120 deg triangle with +ab in the identity. But it was seeing the 5,7,8 staring me in the face that got me jumping up and down.

    • @geraldillo
      @geraldillo 2 ปีที่แล้ว

      @@ianfowler9340 I'm very curious about the relationship with the ellipse!

    • @dagordon1
      @dagordon1 2 ปีที่แล้ว

      @@ianfowler9340 There are sets of two acute triangles (3,8,7),(5,8,7) and one obtuse triangle (3,5,7) that are related. The two acutes are “siblings” and the obtuse is the “cousin”, and those are all the same generation

  • @antoniocampos9721
    @antoniocampos9721 2 ปีที่แล้ว

    Very good, man !

  • @AnonimityAssured
    @AnonimityAssured 2 ปีที่แล้ว +1

    Oops! I think you have mixed things up a bit. A 5-7-8 triangle is not the same as a 3-7-8 triangle. Nevertheless, there is a strong link between the two. If they are superimposed so that they share the 60-degree angle, the side of length 3 will lie along the side of length 5. Indeed, if we construct an equilateral triangle of side-length 8, and divide each side into segments of length 3, 2 and 3, then line segments joining each division point to the opposite apex of the equilateral triangle will each have a length of 7. The resulting figure will incorporate three 7-2-7 isosceles triangles that overlap one another in the middle, forming a sort of distorted Star of David. Morley's miracle may come to mind, but that's another story. (This very strongly suggests that triangles that satisfy the criteria of one 60-degree angle and three integer-length sides will come in matching pairs. E.g., 15-7-13 and 15-8-13). Better still, if we now scale the figure up by a factor of two, then any perpendicular to a side of the equilateral triangle that passes through a vertex of one of the isosceles triangles will divide the equilateral triangle's side into segments of integer length. The perpendiculars themselves will have lengths that are multiples of √3. If only TH-cam comments allowed insertion of images. I'm looking forward to ellipses and lines.

    • @MichaelRothwell1
      @MichaelRothwell1 2 ปีที่แล้ว

      The condition b²=a²+c²-ac (where I am assuming a

  • @TheBlueArcher
    @TheBlueArcher 2 ปีที่แล้ว

    I remember those academic competitions, They were an awesome excuse to get out of class lol.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Hahaha

  • @chrslb
    @chrslb 2 ปีที่แล้ว

    Awesome video! Thank you!

  • @gasun1274
    @gasun1274 2 ปีที่แล้ว

    can't wait for that video

  • @jhonnyangarita409
    @jhonnyangarita409 2 ปีที่แล้ว +1

    me gustó y aquí te dejo dos inquietudes si en una superficie plana trazo dos líneas rectas y las hago formando un ángulo 60° a cuántos segmentos de línea diferentes de la línea recta le puedo calcular su medida con todo el conocimiento que hay hoy referente a la medida del espacio
    Y la otra pregunta es si creen posible calcular medidas de ángulos con una regla así como utilizando un transportador
    Y les aseguro que si se puede
    Atte Jhonny Angarita

  • @IoEstasCedonta
    @IoEstasCedonta 2 ปีที่แล้ว

    The next video is the anti-Thales theorem?

  • @riadsouissi
    @riadsouissi 2 ปีที่แล้ว +2

    Actually Y=-8 makes sense, which is the triangle on the left and Y is in the opposite direction.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      Good point

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      Yes!yes! It means that there are an infinite number of solutions to c^2 = a^2 + b^2 "+" ab where the angle is 120 deg.

    • @vashon100
      @vashon100 2 ปีที่แล้ว

      triangle

    • @jennifer9528
      @jennifer9528 2 ปีที่แล้ว

      How can the integer of any side of a triangle be negative when its angles add up to 180°? You're no longer looking at a triangle, but rather some other geometric shape. Even if you were to place it in the 2nd or 3rd quadrants on a graph, its sides still require positive integers to complete the shape.

  • @misterdubity3073
    @misterdubity3073 2 ปีที่แล้ว +1

    This is a great and inspiring story, thanks.

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      Thank you so much! It was quite a roller coaster ride.

    • @misterdubity3073
      @misterdubity3073 2 ปีที่แล้ว +1

      @@ianfowler9340 You are totally very welcome. Having been a math enthusiast all my life, I can understand the excitement of a new discovery: you never know at first how it is going to work out in the end. And being 69 yo, a puzzle that lasts 3 decades adds that much more richness to the experience. And of course, there are few people on Earth that match the enthusiasm level of our Dr. Peyam.

  • @richardblanchard6163
    @richardblanchard6163 2 ปีที่แล้ว

    At 6:53, miraculously the (3, 7, 8) triangle reappears, but it started as (5, 7, 8)? I am lost.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      It’s complementary to the (3,7,8) triangle if you look at the other one

  • @cheeseparis1
    @cheeseparis1 2 ปีที่แล้ว

    Hey dude! I won't be able to sleep ever again, this cliffhanger is too intense!

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว +1

      Right??? 😂

  • @ianfowler9340
    @ianfowler9340 2 ปีที่แล้ว

    Now for the 120 deg triangle. Take the( 3,7,8) triangle - 60 deg (vertex D) opp. the 7-side. Vertex A opp. the 3-side, Vertex D opp. the 7-side. Vertex C opp. the 8-side. Now extend AD to B so that CB = 7. We now have triangle CBD with the 120 deg (vertex D) triangle opp. the 7-side. Again solve for DB using the cosine law and the quadratic in DB to get DB = 5. Now we have triangle CBD (3,5,7) with angle 120 deg opp. the 7-side. And we have c^2 = a^2 + b^2 + ab, the identity for a 120 deg triangle with whole number sides. This is the "cousin" to the original (8,7,5) triangle.

  • @tentanghukumkita6381
    @tentanghukumkita6381 2 ปีที่แล้ว

    Thank you, very helpful explanation 👍

  • @Linkedblade
    @Linkedblade 2 ปีที่แล้ว

    It's obvious that there are an infinite number of triangles with integer sides, just as long as those sides are integers and agree with the triangle inequality. Is there some specific property about these that make them special? 60 degrees is a bit arbitrary.

  • @muhammed-hedy9212
    @muhammed-hedy9212 2 ปีที่แล้ว

    The most brilliant teacher ❤❤

  • @thomasolson7447
    @thomasolson7447 2 ปีที่แล้ว

    I think I showed you this stuff last year, or maybe the year before. These are Eisenstien Triples. And they also have a Mandelbrot Set. There is an entire algebra for that 45 degree angle ellipse. I made some video on the subject.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      I never showed this actually

    • @thomasolson7447
      @thomasolson7447 2 ปีที่แล้ว

      @@drpeyam I just watched your new video on this. I liked it. There is a second set.
      g[x]:=(x^2-y^2)/(x^2+x*y+y^2)
      g[y]:=(2*x+y)*y/(x^2+x*y+y^2)
      I would like to point out this is the second one. If you want to find out the fourth one, just put g[x] and g[y] into the corresponding x's and y's. Then do it again and find the 8th one. You now have the second, fourth, and eighth dual functions. From there you should be able to find the third, fifth, sixth, and seventh dual functions. I haven't done the ellipsoid yet, but I know it exists. I think I did have it at one point, but I could be wrong. Could you make the second triple function with x, y, z using that same process you used in your video?

    • @thomasolson7447
      @thomasolson7447 2 ปีที่แล้ว

      @@drpeyam the jump to the 3d ellipsoid is completely different. I would have to do a slope for each axis. I think, instead of m/n, I would just put the axis letter in. x would have to be changed to t, I guess. The equation is x^2+y^2+z^2-x*y-x*z=1, maybe. I dunno. It seems to work, but just because it seems to work, doesn't mean it's right. So, I would have to use that, the 3d line thing, and the new slope stuff. I don't think this all goes together nicely. I'm missing something. Is this another one of those 3d is really 2d things, like sin from cross product and cos from dot product?

  • @rkalle66
    @rkalle66 2 ปีที่แล้ว

    Any triangle with a = b = c will fullfill 60° and a² = b² + c² - ac becomes an identity. You have to ask about a not equal to b not equal to c.

  • @matthewparker9276
    @matthewparker9276 2 ปีที่แล้ว

    This would be great for estimating distances on a hex grid.

  • @Shadows_price
    @Shadows_price 2 ปีที่แล้ว

    :/ Likely over my head but, isn"t the Pythagorean theorem
    only used for right triangles? And if you add the -(2)(8)(R+3)cos(60) to one side, aren't you needing to add it to the other side as well? or did he skip a few steps?
    The problem, adding the extra SHOULD looks as (R+5)²-(2)(8)(R+3)cos(60)=8²+(R+3)²-(2)(8)(R+3)cos(60), but if he skipped a few steps then oh well. Might also have forgotten some random proof that allows it.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      No here we’re using the law of cosines, not the Pythagorean theorem

    • @Shadows_price
      @Shadows_price 2 ปีที่แล้ว

      I see, that's quite neat :o Thanks!

  • @DrLiangMath
    @DrLiangMath 2 ปีที่แล้ว

    interesting and excellent lesson on Pythagorean Theorem!

  • @tabhorian
    @tabhorian 2 ปีที่แล้ว

    I love math videos. But this is about the funniest one I've seen. Huzzah!

  • @fuseteam
    @fuseteam 2 ปีที่แล้ว

    wait am i........misrembering something? isn't it a equilateral triangle if one of the sides is 60°? 🤔

    • @fuseteam
      @fuseteam 2 ปีที่แล้ว

      yeah i did, that would only work if there are **two** of the angles are 60°

    • @jennifer9528
      @jennifer9528 2 ปีที่แล้ว

      @Fuseteam, when a triangle has 180°, if two angles are 60°, then the third angle would automatically have to be 60° as well. And that would make the triangle equilateral (all sides equal).
      You can have a scalene triangle (all sides being a different length) with one angle being 60°. Take, for example, a right triangle with the angles 90, 60, 30. Or an obtuse triangle with the angles being 100, 60, 20. Or an acute triangle with the angles being 70, 60, 50. The lengths of the sides are relative to the angles on each end of that side as well as the lengths of the other two sides. An isosceles triangle (two sides are equal) does not mean one angle is 60°. It simply means two angles (and therefore two sides) are equal, like 90, 45, 45, or 120, 30, 30, or 80, 50, 50.

    • @fuseteam
      @fuseteam 2 ปีที่แล้ว

      @@jennifer9528 yes see my reply to myself xd

  • @SatyaVenugopal
    @SatyaVenugopal 2 ปีที่แล้ว

    Me upon realising the video ends in a cliffhanger: "NOOOOOOO!!"
    (Joking aside, I literally exclaimed "No!" out loud)

  • @koenth2359
    @koenth2359 2 ปีที่แล้ว

    Amazingly I just found the 8-13-15 triangle by accident!
    I copied the problem to try it myself, but made a copying error (I put the 60° at the center of the R=5 circle), and I found R=10.

  • @ianfowler9340
    @ianfowler9340 2 ปีที่แล้ว

    So now we have:
    original (8,7,5) 60 deg triangle: c^2 = a^2 + b^2 - ab
    sibling (8,7,3) 60 deg triangle: c^2 = a^2 + c^2 - ab
    cousin (3,5,7) 120 deg triangle: a^2 = b^2 + c^2 + ac

  • @Rawan-rq4rg
    @Rawan-rq4rg 2 ปีที่แล้ว

    Very interesting topic, thank you Mr. Payam

  • @SuperMtheory
    @SuperMtheory 2 ปีที่แล้ว

    Wow. just wow. Thanks for your video!

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      I am so grateful to Dr. P for telling my story. He has a natural talent and enthusiasm that influences everyone in Mathematics Education in such a positive way. So cool!

  • @ersetzbar.
    @ersetzbar. 2 ปีที่แล้ว

    3:48 You wouldnt have pythagoras if ac=0. Ac can only be zero if either a or c is zero. It would not be a triangle if one side is 0.

  • @DPHZH67666
    @DPHZH67666 2 ปีที่แล้ว +1

    Hello!
    The Pythagorean theorem only applies to a triangle with a right angle of 90 degrees.

    • @nchopsmith
      @nchopsmith 2 ปีที่แล้ว

      all right angles are 90°

    • @DPHZH67666
      @DPHZH67666 2 ปีที่แล้ว

      @@nchopsmith
      The Answer is GREAT!

  • @nedmerrill5705
    @nedmerrill5705 2 ปีที่แล้ว

    So many good parts! And we still haven't got to the _best_ part!

    • @ianfowler9340
      @ianfowler9340 2 ปีที่แล้ว

      Wait until you see the 2-paramter solution that generates "primitive" solutions. A line intersecting an ellipse!!

  • @infinetothepoint416
    @infinetothepoint416 2 ปีที่แล้ว

    You took cos 60 value. Good..
    My question is... Is it a right angle triangle?.

    • @drpeyam
      @drpeyam  2 ปีที่แล้ว

      Not necessarily