Nice Olympiad Exponential Made Easy! Solve for x Step-by-Step 🧠

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

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

  • @humbertorodriguezperez1214
    @humbertorodriguezperez1214 หลายเดือนก่อน +26

    log (n^32) = log (2^n)
    32 log n = n log 2
    (log n)/n = (log 2)/32
    (log n)/n = 8 (log 2)/(32 * 8)
    (log n)/n = (log 2^8)/256
    (log n) / n = (log 256)/256
    So n = 256

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

      @@humbertorodriguezperez1214 Excellent

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

    n=256 is not the only solution.
    There are two more!
    These are transcendental, and solutions to the equation x^32 = 2^x

  • @padraiggluck2980
    @padraiggluck2980 หลายเดือนก่อน +10

    Desmos shows two more real solutions: -0.97902 and 1.02239 in addition to 256.

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

      @@padraiggluck2980 no one solution

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

      Use the Lambert W function W(■*e^■) = ■
      n^32 = 2^n
      ln(n^32) = ln(2^n)
      32*ln|n| = n*ln(2) ===> two cases
      1st case: n > 0
      32*ln(n) = n*ln(2)
      ln(n)*n^(-1) = ln(2)/32
      ln(n)*(e^ln(n))^(-1) = ln(2)/32
      ln(n)*e^(-ln(n)) = ln(2)/32
      -ln(n)*e^(-ln(n)) = -ln(2)/32
      W(-ln(n)*e^(-ln(n))) = W(-ln(2)/32)
      -ln(n) = W(-ln(2)/32)
      ln(n) = -W(-ln(2)/32)
      n = e^(-W(-ln(2)/32)) ===> -1/e < -ln(2)/32 < 0 ===> 2 real solutions
      n₁ = e^(-W₀(-ln(2)/32)) = 1.0223929402057803206527516798494005683768365119132864517728278977...
      in WolframAlpha: e^(-productlog(0,-ln(2)/32))
      n₂ = e^(-W₋₁(-ln(2)/32)) = 256
      in WolframAlpha: e^(-productlog(-1,-ln(2)/32))
      2nd case: n < 0
      32*ln(-n) = n*ln(2)
      ln(-n)*n^(-1) = ln(2)/32
      -ln(-n)*n^(-1) = -ln(2)/32
      ln(-n)*(-n)^(-1) = -ln(2)/32
      ln(-n)*(e^ln(-n))^(-1) = -ln(2)/32
      ln(-n)*e^(-ln(-n)) = -ln(2)/32
      -ln(-n)*e^(-ln(-n)) = ln(2)/32
      W(-ln(-n)*e^(-ln(-n))) = W(ln(2)/32)
      -ln(-n) = W(ln(2)/32)
      ln(-n) = -W(ln(2)/32)
      -n = e^(-W(ln(2)/32))
      n = -e^(-W(ln(2)/32)) ===> ln(2)/32 > 0 ===> 1 real solution
      n₃ = -e^(-W₀(ln(2)/32)) = -0.979016934957784612322582550011650068748090048886011676265377083...
      in WolframAlpha: -e^(-productlog(0,ln(2)/32))

  • @karelknightmare6712
    @karelknightmare6712 หลายเดือนก่อน +8

    Let n =2^m.
    2^(32m) = 2^(2^m)
    32m=2^m
    (2^5)m=2^m
    m = 2^(m-5)
    m = 8 = 2^(8-5) = 2^3
    n = 2^8 = 256.
    😊

    • @GTAcademix
      @GTAcademix  หลายเดือนก่อน +1

      @@karelknightmare6712 😊

  • @renesperb
    @renesperb หลายเดือนก่อน +2

    There is also a direct way to find a different solution :take ln to get 32 ln n = n ln2 .Set n= e^t to find -t e^(-t) = - ln( 2/32.)
    Hence n= exp[-W[-ln 2/ 32]] = 1.02239,. Here W= Lambert W -function.Of course ,your solution looks nicer.

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

      @@renesperb Excellent

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

    n^32 = 2^n = (2^x)^(n/x)
    2^x = n, n/x = 32
    2^8 = 256, 256/8 = 32
    n = 256

    • @GTAcademix
      @GTAcademix  หลายเดือนก่อน +1

      @@cyruschang1904 Excellent

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

      @GTAcademix Thank you 🙂

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

    n^16^16 n^^2^3^2^3 n^1^1^2^1 n^2^1 (n ➖ 2n+1). 4^2^2 (n ➖ 2n+2).

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

    10 print "gt academix-nice olympiad exponential made easy"
    20 for a=2 to 10:n=2^a:f=2^n-n^32:if f=0 then 40
    30 next a
    40 print n:print "2^";n;"=";n;"^32"
    gt academix-nice olympiad exponential made easy
    256
    2^256=256^32
    >
    run in bbc basic sdl and hit ctrl tab to copy from the results window.

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

    Allo🎉 n est une puissance de 2 n=2^lp implique 2^n=2^32p implique p=2^(p_5) qui a pour solution p=8 qui me donne n=2^8=256🎉

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

    n^32=(mod12)=8,8×32=256😊

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

      @@sametsahin2130 🤔

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

    Ool

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

      @@sdaqatkahnsdaqatkhan6476 😊

  • @toshimakusugamo
    @toshimakusugamo หลายเดือนก่อน +2

    If we follow the usual use of letters and assume that n is an integer, the answer is only n=256, but if n is a real number, then n≈1.0223929402 or n≈-0.979016935 is also an answer.
    In that case.
    x^32 = 2^x
    is the appropriate expression.

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

      @@toshimakusugamo Excellent

  • @gabrieldestiny4201
    @gabrieldestiny4201 หลายเดือนก่อน +1

    Brilliant

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

      @@gabrieldestiny4201 thank You

  • @SaumyaShah-j6x
    @SaumyaShah-j6x 24 วันที่ผ่านมา

    I don't know how I did it orally 🤓

    • @GTAcademix
      @GTAcademix  24 วันที่ผ่านมา

      👨‍🏫

    • @-ARYABANERJEE
      @-ARYABANERJEE 24 วันที่ผ่านมา

      Teach me this talent plz 🙇‍♂️🙇‍♂️

    • @SaumyaShah-j6x
      @SaumyaShah-j6x 24 วันที่ผ่านมา

      @-ARYABANERJEE give jee 💀

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

    ok, I'm 2/3 genius :)

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

      @@b213videoz oky

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

      @GTAcademix yeah, that was a revalation to me, many thanks to your video

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

    To get a solution (in the set N of numbers), there was a shorter path, it seems to me...

    x^32 = 2^x

    (x^32)^(1/32x) = (2^x)^(1/32x)

    x^(1/x) = 2^(1/32)

    recall:

    • (a^b)^c = a^(bc) and reciprocally a^(bc) = (a^b)^c
    • => 2^(1/32) = (2^8)^(1/32/8)
    x^(1/x) = (2^8)^(1/32/8)

    x^(1/x) = 256^(1/256)

    ■ x = 256

    🙂

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

      @@GillesF31 Excellent

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

    0

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

      @@TheBorysekPL you are not correct. Try it agsin

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

      @GTAcademix I don't give a damn shit anymore

  • @MatematikDünyasıBekirHoca
    @MatematikDünyasıBekirHoca 27 วันที่ผ่านมา

    With such a slow music, very boring

    • @GTAcademix
      @GTAcademix  27 วันที่ผ่านมา

      @@MatematikDünyasıBekirHoca so what's your recommend

    • @MatematikDünyasıBekirHoca
      @MatematikDünyasıBekirHoca 27 วันที่ผ่านมา +1

      @ you may talk, explain and solve faster

    • @GTAcademix
      @GTAcademix  27 วันที่ผ่านมา

      @MatematikDünyasıBekirHoca okay

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

    Copy frome jj math class!
    Sheet

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

      @@Hamza365i i don't know jj🙄

  • @martinweber3859
    @martinweber3859 26 วันที่ผ่านมา

    I found 1.02239294

    • @GTAcademix
      @GTAcademix  26 วันที่ผ่านมา +1

      You are not correct.Try it again

    • @martinweber3859
      @martinweber3859 26 วันที่ผ่านมา

      @GTAcademix Maple found this solution as well.