Evaluating an Exponential Expression in Three Ways

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

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

  • @snejpu2508
    @snejpu2508 2 года назад +17

    I used the 4th method, which is brute forcing and substituting x with log base 12 of 18. Methods like that are universal. They generally work, but sometimes things get a little complicated to deal with.

    • @damiennortier8942
      @damiennortier8942 2 года назад

      log_12 18 = log_12 1,5 + 1. since 12 = 8*1.5 with the change of base formula, we got 1/(log_1,5 8 + 1) 😁
      obviously, this can be writen as 1/(ln 8/ln 1,5 + 1) = 1/[ln 8/(ln3 - ln2) + 1] =[ (ln3 - ln2)/ 3ln2 + 1]^-1 = [(ln3 + 2ln2)^-1 but it's more fun to substitute x = 1/(log_1,5 8 + 1)
      you'll get (2x - 1)/(x - 2) = (2 - log_1,5 8 - 1) over (1 - 2log_1,5 8 + 2) = (1 - log_1,5 8) over (3 - 2log_1,5 8) = (log_1,5 1,5/8) over [log_1,5 (1,5/4)^3]. now, time to use change of base formula. But let use base 1,5/4 🤣 :
      (log_1,5 1,5/8) over [log_1,5 (1,5/4)^3] = [(log 1,5/4) + (log 1/2)] over 3 = (1 + log 1 - log 2)/3 = (1 - log 2)/3 so simple right ? but not so simple because the log is in base 1,5/4 😅 now, use change of base formula again. (1 - log 2)/3 = {1 - (1/log_2 1,5/4)}/3 = {1 - (1/[log_2 1,5 - 2])}/3
      oops, I probably miss something 😭😭

  • @khavxcsz0125
    @khavxcsz0125 2 года назад +10

    I did it without evaluating x. I've tried using laws of exponents and number factorization and the 2nd method gets me right!!! (Ans.: 1/3) Easy...

  • @GirishManjunathMusic
    @GirishManjunathMusic 2 года назад +6

    Before watching the video:
    Given:
    12↑x = 18
    To find: 2↑((2x - 1)/(x - 2))
    Isolating prime factors on both sides to isolate 2:
    (2↑2x)·3↑x = (3↑2)·2
    Isolating all factors of 2:
    (2↑2x)/2 = (3↑2)/3↑x
    using (a↑m)/(a↑n) = a↑(m - n) to combine exponents:
    2↑(2x - 1) = 3↑(2 - x)
    Inverting the base of RHS:
    2↑(2x - 1) = ⅓↑(x - 2)
    Exponentiating both sides by (1/(x - 2)) to obtain required LHS:
    2↑((2x - 1)/(x - 2)) = ⅓

  • @vijaychaudhari3192
    @vijaychaudhari3192 2 года назад +15

    it feels like i learn new things everyday

    • @SyberMath
      @SyberMath  2 года назад +2

      Glad to hear that! 🥰

    • @agrajyadav2951
      @agrajyadav2951 2 года назад +1

      That's a good thing

    • @vashon100
      @vashon100 2 года назад +1

      That's to replace the many things that get deleted everyday. LOL

  • @williamhogrider4136
    @williamhogrider4136 2 года назад +2

    I always enjoy you presenting different approaches, awesome.

  • @titan1235813
    @titan1235813 2 года назад +4

    Syber, just beautiful. Wow! You're an excellent mathematician! 👏🏻

    • @SyberMath
      @SyberMath  2 года назад +1

      Aww, thank you for the kind words!!! 💕

    • @titan1235813
      @titan1235813 2 года назад

      @@SyberMath well, of course. Not only are you a talented mathematician, but an excellent teacher

    • @SyberMath
      @SyberMath  2 года назад

      @@titan1235813 I appreciate that! 🥰

  • @ChaosPod
    @ChaosPod 2 года назад +2

    I liked method 2 the most, it was simple and elegant, although my mind went automatically to a combination between methods 1 & 3.

  • @michaelpurtell4741
    @michaelpurtell4741 2 года назад +1

    Did it by last method, uninspiring brute force but second method way more elegant wish I had discovered it. Love how you present different approaches

    • @SyberMath
      @SyberMath  2 года назад

      Glad to hear that 🙂

  • @tambuwalmathsclass
    @tambuwalmathsclass 2 года назад

    Nice watching this 💪

  • @matthewfunk734
    @matthewfunk734 2 года назад +1

    I didn't use logarithms at all. I took the equation 12^x = 18 and multiplied both sides by 12^(-2) to get 12^(x - 2) = 1/8. Then I raised both sides to the 1/(x - 2) power to get 12 = 1/8^(1/(x - 2)), from which we get 8^(1/(x - 2)) = 1/12. Now, we know that 2^((2x - 1)/(x - 2)) is the same as 2^(2 + 3/(x - 2)), which equals 4 times 2^(3/(x - 2)), also known as 4 times 8^(1/(x - 2))... using the earlier result for the quantity 8^(1/(x - 2)) of 1/12, the answer is 4 times this, which is 4/12, which reduces to 1/3. No logs.

  • @tbg-brawlstars
    @tbg-brawlstars 2 года назад +7

    Before watching video, my answer is 1/3
    Let's check answer
    Edit : Yayyy I am correct

    • @SyberMath
      @SyberMath  2 года назад +1

      Nice!

    • @tbg-brawlstars
      @tbg-brawlstars 2 года назад +2

      @@SyberMath I did something else
      I took X= Log 18 to base 12
      Then substituted values
      Then I took - 1 as - log 12 to base 12
      Then used property of log
      Similarly in denominator also
      Then I got something log to base 2
      Then again identity
      Got the answer

  • @dushyanthabandarapalipana5492
    @dushyanthabandarapalipana5492 2 года назад +1

    Thanks!

  • @MichaelJamesActually
    @MichaelJamesActually 2 года назад

    using a base-2 log and setting y = log-base-2-of 3 makes it pretty straightforward.

  • @timeonly1401
    @timeonly1401 2 года назад

    Love your 2nd method!!

  • @Mathematician6124
    @Mathematician6124 2 года назад

    I did it in a childish way, actually I first thought the problem was gonna be a challenging one.
    Have to find 2^{(2x - 1) /( x-2)}
    I did, 2^{(2x - 4)/(x-2) + 3/(x-2)}
    That means I have to find, 4 × 2^{3/(x-2)}
    12^x =18, 12^(x-2)=18/144
    12= 2^{- 3/(x-2)}
    2^{3/(x-2)}=1/12
    Therefore, the answer is, 4×1/12 =1/3

  • @SuperYoonHo
    @SuperYoonHo 2 года назад

    nice methods sybermath

  • @SamirZaky
    @SamirZaky 2 года назад +2

    I enjoy watching all these smart ideas solving unusual problems. best Mathematics channel to watch.

    • @SyberMath
      @SyberMath  2 года назад

      Glad you like them, Samir!
      And thank you for the kind words!!! 🥰

  • @robertlunderwood
    @robertlunderwood 2 года назад +1

    The first thing I did was do a prime factorization of 12^x = 3^x * 2^2x = 18
    2^(2x-1/x-2) = (2^2x-1)^1/x-2. Focusing on 2^2x-1 = 2^2x/2. But 2^2x = 18/3^x. By substitution, 2^2x/2 = 18/(2*3^x) = 9/3^x = 3^2/3^x = 3^(2-x).
    So now we have 2^(2x-1/x-2) = (2^2x-1)^1/x-2 = 3^(2-x/x-2) = 3^-(x-2/x-2) = 3^-1 = 1/3.

    • @robertveith6383
      @robertveith6383 2 года назад

      *@ Robert L. Underwood* -- Your post is *thoroughly wrong.* You are missing required grouping
      symbols in several places. Your post needs to be heavily edited.

  • @sukhps
    @sukhps 2 года назад

    12^x=18
    (3)^x(2²)^x=(3²)(2)
    So here, why can't we compare the powers? as both 3 and 2 are prime numbers.
    We get: x=2 if we compare powers of 3 in LHS and RHS.
    We get: x=½ if we compare powers of 2 in LHS and RHS.
    My question is, why am i getting wrong value of x? Where did I go wrong? Please help.

    • @anshumanagrawal346
      @anshumanagrawal346 2 года назад

      This only works when the exponents are rational numbers

    • @SyberMath
      @SyberMath  2 года назад

      @@anshumanagrawal346 Good point!

  • @nicogehren6566
    @nicogehren6566 2 года назад

    very nice question

  • @stickmanbattle997
    @stickmanbattle997 2 года назад

    I got the second solution :)

  • @elmurazbsirov7617
    @elmurazbsirov7617 2 года назад

    Əla həll etdiniz.Bakıdan salamlar.Azərbaycan.

  • @Anmol_Sinha
    @Anmol_Sinha 2 года назад

    2nd method is too good

  • @firev1827
    @firev1827 2 года назад

    how do you do this ? on an ipad ?

    • @SyberMath
      @SyberMath  2 года назад

      Yes

    • @firev1827
      @firev1827 2 года назад

      @@SyberMath and what are your grades ?

  • @imonkalyanbarua
    @imonkalyanbarua 2 года назад

    I solved it using the 2nd method. 😊

  • @easymathstutor
    @easymathstutor 2 года назад +1

    👌👍

  • @cameronspalding9792
    @cameronspalding9792 2 года назад

    I was able to work it out in my head that the answer was 1/3

  • @gitachaulagain6585
    @gitachaulagain6585 2 года назад +1

    hii sir

  • @mputuchimezie7966
    @mputuchimezie7966 2 года назад

    All I can say is 👏👏👏👏

  • @rahulpaul5539
    @rahulpaul5539 2 года назад

    1/3 ans

  • @del66404
    @del66404 2 года назад

    👏👏👏👏👏

  • @barakathaider6333
    @barakathaider6333 2 года назад

    👍

  • @giuseppemalaguti435
    @giuseppemalaguti435 2 года назад

    1/3

  • @mustafizrahman2822
    @mustafizrahman2822 2 года назад

    1/3 wil the answer

  • @arenje1
    @arenje1 2 года назад

    Excellent as usual.

  • @SousouCell
    @SousouCell 2 года назад

    1/3 ...... in 5 minutes

  • @denisedattilo7880
    @denisedattilo7880 2 года назад

    Very confusing method 1
    I'll see what #2 method
    WOW dude 🙄 you need to SLOW down and explain better!!
    I'm new to your tutorial, so I guess I need to get use to your speed but really you need to SLOW your roll!!

  • @prasannashenoy4904
    @prasannashenoy4904 2 года назад

    Root 6

  • @gkwugqbfig2vjg332
    @gkwugqbfig2vjg332 2 года назад

    faurmidable.think you!!!

  • @broytingaravsol
    @broytingaravsol 2 года назад

    1/3