International Math Olympiad | 2024 Math Contest

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • You should learn this trick.
    A great exponential equation! What do you think about this problem?
    If you're reading this ❤️
    Hello My Friend ! Have a Great Day:)
    ‪@higher_mathematics‬
    #maths #algebra

Комментарии • 107

  • @skaeggo
    @skaeggo 5 месяцев назад +338

    If you assume your audience knows what Lamberts W function is without any further explanation, I would think you can safely assume you don't have to spell out the initial divisions by x and 2 in painstaking detail.

    • @Haannibal777
      @Haannibal777 5 месяцев назад +7

      Character development, we are growing with the video!😅

    • @gfinetti
      @gfinetti 4 месяца назад

      😂

    • @plouf1969
      @plouf1969 4 месяца назад +15

      Totally agree. There's this broad habit in lectures where the first half they treat you like an idiot and the second half like a genius.

    • @jejojoje9521
      @jejojoje9521 3 месяца назад +1

      Totally unbalanced

  • @JacquesLafont
    @JacquesLafont 7 месяцев назад +34

    At the beginning is the equality ln(x^2)=2ln(x) which is correct only when x>0 and at the end this calculation gives x=--0,559..That does’nt seem rigorous, even if the solution is right.

    • @pk2712
      @pk2712 7 месяцев назад +5

      You are absolutely right . Logarithms only result in real values for positive values . If you graph the two functions , you will see that there is only one solution and it is negative . I actually used Newton's method which is a numerical method to come up with a value to 12 decimal places ---> x = minus .559142092566 .

    • @MikeW-md6gd
      @MikeW-md6gd 6 месяцев назад +9

      In the original formula, x^2 is positive for all x, so no limit on x. The fix would be to call it 2*ln (abs(x)) , x can still be negative.

    • @TrevorElliot-ls5fl
      @TrevorElliot-ls5fl 6 месяцев назад +2

      I agree. Mathematica calculates a complex result, which is not a solution. Lambert W function yields complex results for arguments < 1/e. This result has W(-1.039), an argument less than -0.367. As others say, starting the solution by taking logarithms is to head down the road to complex numbers

    • @mithunbista
      @mithunbista 2 месяца назад +1

      What if x is 0

  • @DedenK
    @DedenK 6 месяцев назад +49

    WRONG!
    You have to do 3 cases :
    1) If x>0 : ln(x²) = 2*ln(x) and x = exp(ln(x)). Then, you have an equation without any solution since -ln(8)/2 < -1/e, so impossible to apply W on both sides.
    2) If x

    • @TrevorElliot-ls5fl
      @TrevorElliot-ls5fl 6 месяцев назад +6

      You are dead right. You clarified this and made it much more interesting. This is what I was unable to achieve. Thank you, I learned a lot

    • @Thinker1985
      @Thinker1985 5 месяцев назад +1

      Good job clarifying this!

    • @hk1351614
      @hk1351614 5 месяцев назад +2

      Excellent work in clarifying! A little side note If I understand the W function correctly: I think in case 1 you can get infinite many complex solutions, since the

    • @claudpiro6469
      @claudpiro6469 5 месяцев назад +1

      What is W() 😅???

    • @tnig
      @tnig 3 месяца назад

      ​@@claudpiro6469W the function... WTF?!

  • @MathematicFanatic
    @MathematicFanatic 5 месяцев назад +28

    Why is W more valid than J? J is a function I just made up which is the inverse of the function x^(-2)*8^x. So the answer is J(1). Easy

    • @TheSanSanch
      @TheSanSanch 4 месяца назад +1

      I didn't know this function too. So after proving there is only one solution with the functions graphics I'd rather started approximating the answer with bisection and gave an answer ~-0.5 ))

  • @vaibhawc
    @vaibhawc 4 месяца назад +5

    There is a big mistake in very first step. it should 2ln(|x|) not 2ln(x). your negative fraction result won't hold otherwise.

  • @runnow2655
    @runnow2655 5 месяцев назад +7

    The lambert W function is so disappointing :/ I can't explain it but I always feel let down when it's that function

  • @szjozsi
    @szjozsi 5 месяцев назад +4

    W is an approximation so you could might as well just iterate the solution. it like solving x^x = 12

  • @MichaelJamesActually
    @MichaelJamesActually 5 месяцев назад +7

    I wonder if Lambert knew he'd become the most trendy math trick on RUclips.

  • @nottraian
    @nottraian 5 месяцев назад +4

    Honestly I would have just solve it graphically from the beginning. Then I would have tried to insert some values in the beginning equation to see what’s the interval in which X lays. For example I would have tried values like 0, 1, -1, -2 and so on. I would have gotten a interval and not an exact value, of course. But at least it would have been much easier and faster

    • @louiscarl7629
      @louiscarl7629 5 месяцев назад +1

      You’re describing numerical methods, which are definitely the best way to solve this kind of thing. For example, bisection starts with an interval around the root and cuts the size of the interval in half at each iteration. I would recommend looking up bisection, Newton’s method, and fixed point iteration if you want to know more, and definitely consider taking numerical analysis in college if you get a chance.

    • @nottraian
      @nottraian 5 месяцев назад +1

      @@louiscarl7629 nah thx I’d like to do chemistry in university. I know a bit of maths because my high school is based on science, and maths is always taught.

  • @VanNguyen-kx6gx
    @VanNguyen-kx6gx 6 месяцев назад +4

    It’s higher maths in university. Not for year 12.

  • @tmjcbs
    @tmjcbs 2 месяца назад +1

    I thought math olympiads only involved high school math and not university math. Here in the Netherlands, but I suspect elsewhere too, the Lambert function is definitely not a high school subject. So I wonder: was this really an Olympiad math question? The title suggests that it is, but I find that hard to believe.
    If it is not a math olympiad question than you should clearly state this: a lot of viewers may waste their time trying to solve this algebraically while that is impossible without knowing the Lambert function.
    And as somebody else already commented: for people who understand the Lambert function the rewriting in the first two minutes is trivial and could be done much faster.
    In conclusion: a dubious problem: unsolvable if you don't know the Lambert function and quite straightforward if you do.

  • @adg3
    @adg3 7 месяцев назад +4

    Love the explanations thanks for your video ❤ just one feedback it’s not said “NAYtural” - Although the word Nature is distinctly so, the Na in ‘NAtural’ is pronounced same way as NASA, or Na X.. in russian 😇

    • @nickolson000
      @nickolson000 6 месяцев назад

      Please continue, how it sounds in Russian?😊

    • @adg3
      @adg3 6 месяцев назад

      @@nickolson000 honestly, XZ how it sounds in Russian 😅🤷‍♂️

  • @Governemntistheproblem
    @Governemntistheproblem 7 месяцев назад +18

    Lambda w function? Never heard of this

    • @StephenLLai
      @StephenLLai 6 месяцев назад +6

      Lambert W function

    • @nagarajahshiremagalore226
      @nagarajahshiremagalore226 6 месяцев назад +1

      What is lambda function? Pl define that clearly for me to understand. Thanks.

  • @ch0ndawg
    @ch0ndawg 5 месяцев назад +7

    Lambert W function: "Then a miracle occurs."

    • @TheSanSanch
      @TheSanSanch 4 месяца назад

      - Pikachu!
      - Lambert W function!
      ...

  • @jjs9473
    @jjs9473 4 месяца назад +1

    I think the creator of this video missed the point of this problem: you have to show that there is no closed-form solution for problems like this. Actually, you can only write the solution with Lambert's W function or in another way using functions that can't be expressed with a closed-form expression. This is the important thing you have to learn about problems, where a variable is in the basis and exponent at the same time.

  • @mrsoikawa
    @mrsoikawa 3 месяца назад

    Awesome. I'll show this to my Year 2 class tomorrow

  • @pinkusbotzo2559
    @pinkusbotzo2559 5 месяцев назад +3

    I have read that the Lambert function can be solved only if x is greater than -1/e, which is ≈ -0,367879. But your solution x ≈ -0.559 is lower.

    • @Sc9cvsd
      @Sc9cvsd 5 месяцев назад +1

      You aren't taking w(-.5) your taking w(-ln8/2), wait that's about -1 so not sure

  • @suntoli4302
    @suntoli4302 4 месяца назад +1

    From graph plot x should be around -0.6. I have PhD in physics but never heard about Lambert function.

    • @trueamerica911
      @trueamerica911 3 месяца назад

      Same PhD in theoretical physics. But could not solve it, without looking up solution.

  • @somwangphulsombat8468
    @somwangphulsombat8468 7 месяцев назад +2

    Using Numerical Analysis

  • @sidharthghoshal
    @sidharthghoshal 5 месяцев назад +4

    this is like a textbook trivial application of lambert-w. Why did you even make this video if THAT was the thing you wanted to show? Was the purpose of this to just raise awareness of the lambert-W function? What on earth does this have to do with the IMO?

  • @tasoskotaras2738
    @tasoskotaras2738 3 месяца назад

    Lamberts function is such jenious and all. I always wondered though, if there are real life problems that this function is supposed to solve (something more than Olympiad problems, I mean). Is there an engineering - per instance - problem that deals with such exponential functions?

  • @skateordiee
    @skateordiee 3 месяца назад

    How about…
    1) When X represents a number being multiplied by an exponent, then X = 8 (so X^2 = 8^2 = 64)
    2) When X represents a number’s exponent, then X = 2 ( so 8^X = 8^2 = 64)
    Maybe I’m not answering the question, maybe I am… but prove me wrong if I’m not lol

  • @atticuswalker
    @atticuswalker 7 месяцев назад

    or you could use the constant of 1²= 9.87. so x = .5559. half of 1 if you include time

  • @deathwing3087
    @deathwing3087 5 месяцев назад +4

    I don't think you've answered the question. If you can just denote any zero of the function ln(x)/x - a by Xa and then tell the solution as a function of Xa, then you have not really answered the problem !

    • @jjs9473
      @jjs9473 5 месяцев назад +2

      You are absolutely right. Giving your unknown solution another name is not a solution.

  • @CaravaggioRoma
    @CaravaggioRoma 4 месяца назад

    by drawing the two original functions it was clear that x was smaller than zero. I would have started from there.

  • @jjs9473
    @jjs9473 5 месяцев назад

    You can't use the rule ln(x^2)=2 ln(x) for x < 0.

  • @francisco-kb7mv
    @francisco-kb7mv 6 месяцев назад

    The question is awesome.

  • @BartBuzz
    @BartBuzz 8 месяцев назад +2

    Because (-ln8/2) is less than (-1/e), W(-ln8/2) is a complex number = -0.291 + 1.36 i. Can you show how you solved for x? e^(real number) cannot be negative.

    • @ferdinandrius6063
      @ferdinandrius6063 8 месяцев назад +1

      En refaisant le calcul avec - x = 8^(x/2) on obtient x= - exp(- W(log(8)/2)) = -0.559 142 ...
      Have a good day.

    • @BartBuzz
      @BartBuzz 8 месяцев назад +1

      @@ferdinandrius6063 Thanks. I finally realized that I had to consider both x>0 and x

  • @gloystar
    @gloystar 3 месяца назад +1

    Or just use Newton's Method to approximate the root since you're gonna approximate it in the final answer anyway. Great video though.

    • @MrAksupriatna
      @MrAksupriatna 3 месяца назад

      The solution just before -0. 559 is not an approximation, but it is written in a well-defined function, i.e. the Lambert function.

  • @multipontushd4626
    @multipontushd4626 7 месяцев назад +14

    Why do you say this is olympiad question??

    • @Lokie-cd2hw
      @Lokie-cd2hw 5 месяцев назад

      Are you low-key bragging?

    • @chimkinovania5237
      @chimkinovania5237 5 месяцев назад +2

      @@Lokie-cd2hwno it’s just not an Olympiad question nor is it hard enough to be one

  • @frenchimp
    @frenchimp 5 месяцев назад

    Good point!

  • @hoainhan2850
    @hoainhan2850 7 месяцев назад

    Thanks sir

  • @谈天说地-w4d
    @谈天说地-w4d 7 месяцев назад +4

    lnx on a negative x?

    • @sytherplayz
      @sytherplayz 7 месяцев назад

      x isnt negative. the power is negative

  • @Quiqster.blaumer
    @Quiqster.blaumer 6 месяцев назад

    Ln = loge X , sendo Ln X = a ; E e^a= x

  • @robotroy
    @robotroy 5 месяцев назад +4

    This is the pinnacle of a smart person thinking they are explaining something simply. Try again please, a little bit slower.

  • @erikvynckier4819
    @erikvynckier4819 2 месяца назад

    Using the Lamberts W is an abbreviation, but not a true solution...

  • @Avishek.Actuary
    @Avishek.Actuary 5 месяцев назад

    You didn't discuss the conditions where x could be equal to or greater or lesser than zero.Sad.

  • @jackymeillon9564
    @jackymeillon9564 2 месяца назад

    La fonction W n'est pas sur les calculatrice !!! C'est comme si tu nous disais x=f(8,2)

  • @fm1326
    @fm1326 4 месяца назад

    Why is he making it so complex by assuming so many things without explaining why he's assuming them

  • @MrWhosegaloo
    @MrWhosegaloo 2 месяца назад

    I do not know what Lambert's function is I have a BA in English and very Little understanding of algebra why I left math at algebra to pursue English Up until algebra math seemed to solve real life problems algebra is just type of way it seems of solving a jigsaw puzzle and left the real world behind--What is this video about I suppose to understand a problem rewrite it so that you can eliminate one piece at a time until you have left something you can recognize. If the audience of the video is for a beginner I do not believe you have helped I tried but I am lost as to why you put in a lambert when and how and why

  • @naser5328
    @naser5328 8 месяцев назад +1

    على ماذا تدل W وكيف علمت قيمتها

    • @youssifao_1277
      @youssifao_1277 5 месяцев назад +1

      دي دالة خاصة اسمها lambert w تقدر تحسب قيمتها بآلة
      ده قانونها:
      W(🦔e^🦔)=🦔
      الw بتاع أي حاجة مضروبة في e أس نفسها تساوي الحجة دي
      ال🦔 هنا ممكن يبقى أي رمز

  • @HallieEva
    @HallieEva 4 месяца назад

    My biological science ass would just graph and find where they intersected. I like math and I took all the way to calculus 3 at the college level but I honestly never have to use it anything except algebra in my job.

  • @tatuvedovello
    @tatuvedovello 6 месяцев назад +9

    To use the W function is not solving

  • @us-Bahn
    @us-Bahn 5 месяцев назад +3

    The universe opened up when this guy took out his red pen

  • @sdlcman1
    @sdlcman1 6 месяцев назад +1

    Why in the hell would anyone write an X like that? That is the most annoying thing I've ever seen.

    • @_Rustodian
      @_Rustodian 5 месяцев назад

      So it is distinctive from a multiplication symbol. We were taught to write x that way.

  • @chrislubs1341
    @chrislubs1341 7 месяцев назад +1

    Is W(z) transcendental?

    • @TheMysticShark
      @TheMysticShark 5 месяцев назад

      The Lambert W function is a transcendental function if that’s what you’re asking

  • @LaurentiuSbera-nf3wr
    @LaurentiuSbera-nf3wr 7 месяцев назад

    🙏🌹😍🙃😃 NEXT ?!

  • @ScientistPrepper
    @ScientistPrepper 7 месяцев назад +4

    I'm not a fan of this method. Seems complicated/busy. But thank you for the lesson anyway.

  • @renesperb
    @renesperb 6 месяцев назад +1

    One has infintely many complex solutions , using the W-function and its complex extensions .

  • @mrosskne
    @mrosskne 5 месяцев назад +1

    x = 8 and 2 = x. ez

  • @Leleka2310
    @Leleka2310 6 месяцев назад

    Who is Double You?

  • @alfredodiaz8827
    @alfredodiaz8827 5 месяцев назад

    Bro’s l’s and e’s look exactly same lol (but fr it made it more confusing)

  • @mithunbista
    @mithunbista 2 месяца назад

    What if x is 0

  • @horphorn4899
    @horphorn4899 3 месяца назад

    ❤ល្អណាស់🇰🇭🇰🇭🇰🇭🇰🇭🙏🙏🙏good

  • @negator14
    @negator14 2 месяца назад

    Those x’s really irk me

  • @Kemloth
    @Kemloth 4 месяца назад

    Nice, clever and all that... but how can anyone write x like that 😭

  • @apo1732
    @apo1732 6 месяцев назад

    Это не красивое уравнение. И не красивый ответ
    Просто посмотрев на него становится понятно, что х отрицательная величина. И она приблизительно -1/2 . Решил?

    • @deathwing3087
      @deathwing3087 5 месяцев назад +1

      правда, он насрал на нас

  • @MadScientyst
    @MadScientyst 4 месяца назад

    That 'ln' kinda looks like 'e sub n' just saying.
    At a glance it would appear confusing to the uninitiated Math student....but nice methodology all the same!

  • @ErmesRosacruz
    @ErmesRosacruz 3 месяца назад

    -0.567

  • @simonPARK-lv8fi
    @simonPARK-lv8fi 5 месяцев назад

    Uhh I solved it in 1 min tho? Am i wrong? 8×8×8×8=64×64
    Simple's the best- by a 11yo

    • @bloomnookem
      @bloomnookem 5 месяцев назад +1

      dawg, what you wrote is 64^2=8^4 when the question is x^2=8^x. tragically it doesnt work because 64!=4. im p sure lambert W function is the only way to answer this.

  • @MichaelBoelton
    @MichaelBoelton 4 месяца назад

    x=0

  • @davidguy9197
    @davidguy9197 7 месяцев назад +1

    Ne comprenant pas l'anglais, je vais devoir repasser cette vidéo en plusieurs fois... ça va être comme à la télé : des rediffusions.

  • @AndreasIsak3
    @AndreasIsak3 5 месяцев назад

    0

  • @georgequalls5043
    @georgequalls5043 6 месяцев назад +1

    I understood nothing.

  • @TT-it9gg
    @TT-it9gg 7 месяцев назад +1

    meaningless...

    • @sytherplayz
      @sytherplayz 7 месяцев назад

      ofcourse you are dumb if you think that you cannot raise a number to a power of -0.559.
      Maths is beyond your imagination

  • @claudpiro6469
    @claudpiro6469 5 месяцев назад +1

    Cosa sarebbe w ()???