A Nice Chinese Olympiad Exponential Problem | You should be able to solve it!

A Nice Exponential Problem with easy solution steps!

Пікірлер: 1 000

  • @ArcaneTricksterRS
    @ArcaneTricksterRS9 ай бұрын

    As soon as you get that x = log ( whatever), you can stop. There is no reason at this point to continue and bring x into an "ordinary" number. After all, you go into a "roughly equal to" situation, which obviously isn't accurate. It's something that a lot of students also need to be taught, not every solution needs to be an "ordinary" number, like 3.145. Log ( whatever) is also just a fine number. e^(5π) is just a fine number, a fine solution. By continuing the calculations until we reach an "ordinary" number, first of all it doesn't really make any sense because you cannot calculate it by yourself and you need a calculator, and secondly, it gives the impression to students that log (whatever) is just not really a number, it's weird and just creates more chaos and a stereotype that this is hard to understand and should be avoided, when in reality, it's not. You can always try to "imagine" if there can be simplifications in some cases, but if there isn't any more simplification to be done, you should just leave it be.

  • @MichaelJGruber

    @MichaelJGruber

    9 ай бұрын

    Exactly (pun intended ...). Those equal signs between approximate solutions only add to the confusion. Also, if you approximate anyways in the end, you can as well use numerical bisection or Newton's method from the start.

  • @JulianPlaysPiano
    @JulianPlaysPiano10 ай бұрын

    The problem doesn't state that x has to be real; it could be complex. So it's wrong to eliminate the negative root of the quadratic equation, (1-√5)/2. That's because, in general, there is a complex x such that a^x is negative for positive real a. So there is a second solution based on (3/2)^x = (1-√5)/2 which comes out as: x = [log((1-√5)/2)]/log(3/2). Or it's equally true if you use the natural log: x = [ln((1-√5)/2)]/ln(3/2) That may be enough to satisfy some people. However, most calculators cannot evaluate log((1-√5)/2) or ln((1-√5)/2) because the log of a negative number is complex (and in fact has an infinite set of values). Ideally, we want to find computable expressions for the real and imaginary parts of the solution. Fortunately, there is a formula for the log of a negative number, expressed as real and imaginary parts, which can be derived from Euler's identity e^iπ + 1 = 0. This is just a special case of the general identity e^ikπ + 1 = 0, which is true for all odd integers k. Rearranging gives e^ikπ = -1, then taking the natural log of both sides, we get ln(-1) = ikπ, for all odd integers k, which is an infinite set of values. Now we can use this to derive ln(-a) for any positive real a, knowing that ln(xy) = ln(x) + ln(y): ln(-a) = ln(-1.a) = ln(-1) + ln a = ikπ + ln a, for all odd integers k. In our case, -a = (1-√5)/2, and a = (√5-1)/2, so we have: ln((1-√5)/2) = ikπ + ln((√5-1)/2), for all odd integers k. Putting this into our solution for x, we have: x = [ikπ + ln((√5-1)/2)]/ln(3/2), for all odd integers k. So we have found an infinite set of complex solutions to the original equation, in addition to the single real solution in the video.

  • @JulianPlaysPiano

    @JulianPlaysPiano

    10 ай бұрын

    If we want to get numbers from a calculator for this, then we can take the simplest case of k = 1, and separate out the real and imaginary parts: x = ln((√5-1)/2)/ln(3/2) + iπ/ln(3/2) x = -1.1868 + 7.7481i (to 4 places) but take note that we can also add or subtract any multiple of 2iπ/ln(3/2) which comes out as 15.4962i, to get other solutions.

  • @darthcaedus8813

    @darthcaedus8813

    9 ай бұрын

    i guess on the level of high school, presumtion that x belongs to real is ok

  • @milanganyicz2957

    @milanganyicz2957

    9 ай бұрын

    @@darthcaedus8813 Na strednej škole sa komplexnými číslami zaoberajú veľmi okrajovo a nie je v ich matematickej výbave aby to dokázali riešiť. Riešenie v obore reálnych čísel je správne a príklad je veľmi efektne vypočítaný. Pobavil som sa. Ďakujem.

  • @Anders01

    @Anders01

    9 ай бұрын

    But if x can be complex can it also be quaternion?

  • @Hyperion1722

    @Hyperion1722

    9 ай бұрын

    @@milanganyicz2957 This is an olympiad question and not an ordinary high school quiz show so complex number is a fair game to explore.

  • @zelandakhniteblade5436
    @zelandakhniteblade543610 ай бұрын

    For someone of my generation "You should be able to solve this" means without the use of a calculator.

  • @b213videoz

    @b213videoz

    10 ай бұрын

    For your (grand)parents' generation that would have meant "solve without pen and paper" 🤪

  • @CrYou575

    @CrYou575

    10 ай бұрын

    You can't be pre-log tables as well though.

  • @m1k1a1

    @m1k1a1

    10 ай бұрын

    She solved the exact value with pen and paper. To me that is the true solution, if purpose is to learn math. In engineering we would need the value of x (down to N decimals accuracy), but that is why calculators exist.

  • @zelandakhniteblade5436

    @zelandakhniteblade5436

    10 ай бұрын

    @@m1k1a1 An engineer would also probably use an iterative method to find that solution rather than go through this algebraic process. It is also much faster here, particularly with access to modern devices, and completely acceptable mathematically. As a mathematician I greatly appreciate the various creators making maths content but I do think problems that show advanced maths being less efficient than a simple approach are generally detrimental, particularly when the video title is potentially misleading as to what is required!

  • @animaze8043

    @animaze8043

    10 ай бұрын

    @@zelandakhniteblade5436 Also when realizing, that nowadays you are rarely asked to possess teh ability to do the maths and rather that you need to use software like Mathcad to solve, simply, diffferentiate, integrate, sketch...

  • @Fred-yq3fs
    @Fred-yq3fs10 ай бұрын

    Fairly easy for an Olympiad. Write exponents of 3 and 2 (the numbers are special for a reason) That yields to a quadratic-only equation: a^2-ab=b^2 You naturally want to reduce to a quadratic with one variable, so it's only natural to divide by b^2 so everything can be written with a/b ratio. You get the golden equation: X^2=1+X where X = (3/2)^x X > 0 so the negative solution is rejected, leaving only x=phi taking natural logs: x= ln(phi)/ln(3/2)

  • @TalkingBook

    @TalkingBook

    10 ай бұрын

    I don't know about about olympiad problems. I am a retired hobbyist. This was refreshing, but went on too long, so long in fact, I thought it must be wrong answer, but like OP, I checked and the answer is good. But too many steps and with lots of digits/numbers/operations. not expect this in math competition. Smart people don't use calculator too much. Once I see golden ratio, I want to work it out from the quadratic but resist making so complicated. Sure enough, the answer is there and yields same numeric answer. Thank you for opportunity to polish my old math tools. I learn something from your video and subscribe your channel.

  • @johnnath4137

    @johnnath4137

    10 ай бұрын

    It is very easy for an Olympiad problem; in fact it is not of Olympiad standard at all.

  • @proftorricelli40

    @proftorricelli40

    10 ай бұрын

    @@johnnath4137 it is a fairly standard problem for a 3rd-4th year of high school in Italy.

  • @DrWhom

    @DrWhom

    10 ай бұрын

    @@proftorricelli40 sure sure, and yet I never meet any Italians who are any good at maths

  • @youme1414

    @youme1414

    9 ай бұрын

    You mean approximate instead of equal to.

  • @oussamajaber3512
    @oussamajaber351210 ай бұрын

    Why use the complicated log instead of using the natural log? Applying ln would become: (3/2)^x = ((1+sqr5)/2) ln (3/2)^x = ln ((1+sqr5)/2) x . ln (3/2)= ln ((1+sqr5)/2) x= ln ((1+sqr5)/2) / ln (3/2) x= 1.1868

  • @man-ib6nt

    @man-ib6nt

    10 ай бұрын

    not everyone knows the value by heart

  • @johnsonahiamadzor7404

    @johnsonahiamadzor7404

    10 ай бұрын

    That's very cool too

  • @christophehuguin4227

    @christophehuguin4227

    10 ай бұрын

    it's even more "stupid" when later in the video we transform the complicated log into the natural log

  • @mt8485

    @mt8485

    10 ай бұрын

    Indeed, and any log give the same result here anyway, regardless if it is ln, log_10 or log_(3/2) since log_n (x) = ln(x) / ln(n).

  • @earldominic3467

    @earldominic3467

    10 ай бұрын

    ln is just easier because e^(lnx) = x, and ln (e^x) = x

  • @chuckjls
    @chuckjls10 ай бұрын

    A very good problem for demonstrating in a practical manner the use of many of the laws of exponents to solve a problem. Gaining a good understanding of how to apply the laws of exponents is essential for practicing engineers. Well done!

  • @PhillipAlcock

    @PhillipAlcock

    10 ай бұрын

    Funny, I had a career as an engineer and I can’t remember having to use laws of exponents….

  • @chuckjls

    @chuckjls

    10 ай бұрын

    @@PhillipAlcock Good for you.

  • @user-nn2bf1uy8i

    @user-nn2bf1uy8i

    10 ай бұрын

    @@PhillipAlcock Imagine, what even more better career u would have had if u would use laws of exponents.... Maybe u would even been beating Elon Musk right now..

  • @TymexComputing

    @TymexComputing

    10 ай бұрын

    As engineers you dont even have to mangle into symbolic operations :) only keep it well counted into 2 or 3 decimal points :) - even in this video lady pointed the answer to be 1,1868 - on math olympic question you are not supposed to answer like that :)

  • @DNTMEE

    @DNTMEE

    9 ай бұрын

    @@user-nn2bf1uy8i Bet Elon never had to use the laws of exponents either. Either that or he hired someone who could if needed.

  • @krobe8
    @krobe89 ай бұрын

    Thank you for this video. It is a very nice problem, and the solution is elegant. You have inspired me to write up some personal notes (just for fun) about solving other equations of that structure. Best wishes!

  • @brucefoote540
    @brucefoote54010 ай бұрын

    I really enjoyed watching you refresh me on logs and exponents. GREAT WORK !!!

  • @xrysf03
    @xrysf0310 ай бұрын

    Thanks for this exercise, this is actually pretty neat :-) (That's right, I'm a lay man with some historical education.) Just like many others, I first noticed that x=1 is a tad too small and x=2 is already way too many. Then I used the "solver" available in MS Excel to get the result down to about 4 decimal places. Then I tried cracking the symbolic math, before actually watching the vid - and I took a slightly different approach, obviously using a combination of the same elementary laws. After staring cross-eyed at the numbers for a few minutes, I figured "okay, what if I break down the numbers into primes and try to rehash them around a little: 9^x - 6^x = 4^x 3^x * 3^x - 3^x * 2^x = 2^x * 2^x What happens if I try to cancel out some of those 3^x and 2^x, by dividing the whole equation by them? And I ended up with 1 - 2^x/3^x = (2^x/3^x)^2 (2^x/3^x)^2 + 2^x/3^x -1 = 0 The substitution was obvious: u^2 + u - 1 = 0 The solutions are: u{1,2} = (-1+- sqrt(5) ) / 2 And, reverting the substitution, u{1,2} = (2/3)^x Only the positive solution of "u" can be logarithmized: x = log[2/3]((sqrt(5)-1)/2) Only then, I took a look at the vid. Initially I found the author's approach slightly redundant and acrobatic, but I got a little alert at around 6:30, where she goes: u = (1+sqrt(5)) / 2 Oh wait. Is she missing a leading minus? I let her calculate all the way to the end, coming up with the same deciamal value that I have previously arrived at. But... that quadratic solution for "u" clearly was different than mine? It took me about 10 minutes to find a second difference, that compensates for the one described above. She has settled on log base = 3/2, whereas using my approach, I ended up with 2/3. That, combined with the flipped sign to the "1" in the solution for "u", means that our two results are equal! x == log[2/3]((sqrt(5)-1)/2) == log[3/2]((sqrt(5)+1)/2) This is *RAD* :-D

  • @MarioBraga90

    @MarioBraga90

    9 ай бұрын

    after reading all this my brain is twisting! 😅🤣🤣

  • @mkm1836

    @mkm1836

    9 ай бұрын

    Are you sure 9^x = 3^x*3^x ?

  • @xrysf03

    @xrysf03

    9 ай бұрын

    @@mkm1836 yes I'm pretty sure. 9^x = (3*3)^x = 3^x * 3^x. I cannot find a formula for this particular case, but I have found (a^n * a^m) = a^(m+n) . If I start from there, and apply this to the example you're asking about, a^x * a^x = a^(2x) = (a^2)^x If you don't believe me, try substituting some example exponents and run that through a calculator. For x=2 or x=3, I can do the calculation in my head.

  • @marthagomes8141

    @marthagomes8141

    8 ай бұрын

    That's why I prefer anything else, except Math. I could solve it myself, but it took me about 20 minutes !

  • @kimutaiboit8516

    @kimutaiboit8516

    4 ай бұрын

    This is the first time I have seen someone approaching this problem your way. Beautiful.

  • @lovekush10837
    @lovekush1083710 ай бұрын

    Your ways of teaching is best ❤ I am from Nepal 🇳🇵🇳🇵

  • @franksun383
    @franksun3836 ай бұрын

    In many cases, the solution of a math problem, as exactly as it is, can only be written in terms of certain mathematical symbolic language other than a decimal number. In such cases we must use mathematical symbols, not decimal numbers. For example, the solution of the equation x2 =2 is x=√2. If one writes x=1.414 then that is not the solution but an approximation of the solution. One may use calculator to get x=1.414213562 or use the virtual calculator in a computer to get 32 digits after the decimal point. But then they are all approximations of the solution. Here let us use mathematical symbols to write down the solution exactly as it is: X=(log (1+√5)/2)/log⁡〖3/2〗 Sorry, youtube does not provide good math format to accept many math symbols. In the above x2 =2 actually means x square equals 2.

  • @biaohan4358
    @biaohan435810 ай бұрын

    7:57 You don't need to go through all that. By definition of logarithm, if a^x=b then x=log(a)b. And the final answer should be in a logarithm form because it's an irrational number. If you want to answer 1.1868 that's fine but you need to use approximate symbol not equal.

  • @christianvitroler5289

    @christianvitroler5289

    10 ай бұрын

    Exactly my sentiment. This is (supposed to be) mathematics, not engineering (where close enough is sufficient)

  • @solarfluxman8810
    @solarfluxman881010 ай бұрын

    I just plugged in "1" and observed the two sides. Then I used "2" and could see I went too far. Next, I tried 1.2 and knew I was close. Then I tried 1.19 and called it close enough. Less than a minute this iterative way. And it would work even easier with a graphing calculator. And it doesn't depend on having the problem numbers made special for solving by long hand.

  • @planahath

    @planahath

    10 ай бұрын

    That repetitive approach would work, constantly narrowing down the potential answer.

  • @ptrinch

    @ptrinch

    9 ай бұрын

    My thought exactly. I just graphed the formula for y = 9^x - 6^x - 4^x, then zoomed in to where y = 0 and got my answer.

  • @VYDEO

    @VYDEO

    9 ай бұрын

    That is exactly what is known as Newton's interpolation method and then there are many more interpolation and extrapolation methods 😂

  • @ptrinch

    @ptrinch

    9 ай бұрын

    @@VYDEO In fairness to Newton, his interpolation method is more involved than just bigger/smaller number. He adjusts the guessrd for x based on the ratio between the deltas of the Ys and Xs for consecutive guesses, until he reaches equilibrium (or close enough). I assume you knew that but simplified for brevity. Just mentioning so people don't think Newton was blindly throwing darts at a wall (or an apple).

  • @VYDEO

    @VYDEO

    9 ай бұрын

    @@ptrinch Obviously I knew it was oversimplification. 🙏

  • @gshenaut
    @gshenaut10 ай бұрын

    Watching this brought back memories from almost 60 years ago when I stopped taking math classes. Before watching it, I wrote a one-line shell loop that allowed me to find the same answer you did in a few minutes by brute force successive approximation. That said, I appreciate the approach you used.

  • @phil4826

    @phil4826

    10 ай бұрын

    A quick head calculation tells you the answer lies slightly greater than one and less than two.

  • @colindant3410

    @colindant3410

    10 ай бұрын

    What is a "one line shell loop"?

  • @gshenaut

    @gshenaut

    10 ай бұрын

    @@colindant3410 A loop that can be written in one line. I wrote a first try using integers 0..9, then line-edited it to home in on the smallest result. Here is the final line: for x in 1.1860 1.1861 1.1862 1.1863 1.1864 1.1865 1.1866 1.1867 1.1868 1.1869 ; do print $x $(($((pow(9,x)-pow(6,x)))-$((pow(4,x))))) ; done Note that this is ksh (Korn shell) syntax, but other shells work similarly. There are much more intelligent ways to do this, but this was quick and easy and worked.

  • @colindant3410

    @colindant3410

    10 ай бұрын

    @@gshenaut Thanks. This reminds me of For...Next loops and Do loops.

  • @PazLeBon

    @PazLeBon

    10 ай бұрын

    that sounds like my way. i havent even watched this yet or worked it out but instantly i think, ok, we need higher numbers so maybe try 1.5 9x1.5 is 13.5. 6 x 1.5 is 9. 13.5 - 9 equals 4.5. i slightly overdid it therefore 1.3 is as near as dam it haha Thats sort of how I do any 'instant maths'

  • @remopellegrino8961
    @remopellegrino89619 ай бұрын

    Nice video, but I must make a remark about the different number of decimals for each of your estimates... I do love your plain and clear way of explaining this

  • @rondoc1936
    @rondoc19369 ай бұрын

    Beautifully done. I did it by trying 1 then 2. Found it close to 1. Next step would be by succesive approx. I like your true method and the steps better. Thank you

  • @huilovtsam_kaput
    @huilovtsam_kaput10 ай бұрын

    Also, the solution from the set of complex numbers: x = (iπ-ln((1+√5)/2))/ln(3/2)

  • @gregparrott

    @gregparrott

    10 ай бұрын

    I understand that you're transforming this into the complex plane. but how did π appear?

  • @huilovtsam_kaput

    @huilovtsam_kaput

    10 ай бұрын

    @@gregparrott Due to the connection of the complex exponent with trigonometric functions. In particular, Euler once showed that: e^(iπ)=-1

  • @superman00001
    @superman0000111 ай бұрын

    Such a relaxing and interesting video. You are clever, and you have the most wonderful, beautiful voice. ❤

  • @LKLogic

    @LKLogic

    11 ай бұрын

    Thank you Dear Superman❤️

  • @preciouskhumbuza9704

    @preciouskhumbuza9704

    11 ай бұрын

    Thank you please go forward giving people knowledge 💖🥺🥺👍👍👍

  • @ML-hs3ld

    @ML-hs3ld

    11 ай бұрын

    @Superman. Ditto. She has a beautiful voice.

  • @antiquelady60
    @antiquelady609 ай бұрын

    Thank you for the clear, step-by-step explanation.

  • @avariceseven9443
    @avariceseven944310 ай бұрын

    I love math but I have not paid attention during my highschool days so I'm terrible at it but seeing problem solved is so satisfying though.

  • @terjidjurhuus1917
    @terjidjurhuus19179 ай бұрын

    I have absolutely no idea what I just saw .. but I watched it all for some reason. Also, very pleasant handwriting.

  • @EmpyreanLightASMR
    @EmpyreanLightASMR8 ай бұрын

    This was so much fun. I needed to follow along all the way through to 4:05 (substitution) before I could finally take over and figure it out.

  • @msivy0511
    @msivy05119 ай бұрын

    I'm not an Olympiad, but I love to see how far I am able to understand the explanation. I got lost after she used the quadratic equation. Still, it very impressive.

  • @maketurkiyegreatagain
    @maketurkiyegreatagain10 ай бұрын

    I'm study Engineering and at the same time I teach math to high school students for University exam. I like this questions. It's amazing. I thought about what I could do before following the solution but I didn't think it would take this long. But let's admit it. It could have been solved much faster. For example I think it would be simpler to use Ln. I think you tried to make it easy and understandable. Thanks.

  • @CAustin582

    @CAustin582

    10 ай бұрын

    Good thing you're not teaching English

  • @maketurkiyegreatagain

    @maketurkiyegreatagain

    10 ай бұрын

    @@CAustin582 .Why you say that bro .d My mother language is not engllish. I just try

  • @user-bh6kf9lg9m

    @user-bh6kf9lg9m

    9 ай бұрын

    teachers live in their own world

  • @123prova

    @123prova

    9 ай бұрын

    the way you wrote it was totally understandable to me and I did not even notice the mistakes ....so it is perfectly fine. I hope somebody will answer your questions which was not about grammar :)

  • @riteshmariner123345

    @riteshmariner123345

    9 ай бұрын

    I think so too!

  • @Dellerss
    @Dellerss10 ай бұрын

    While this is clearly above anything I would be able to solve in my school days, it's not hard to understand that someone with a little bit sharper mind can. At least I did recognize some formulas that I haven't seen in at least 17 years, but I have completely forgot how log works. I obviously don't use maths beyond percentages and such in my daily life, so forgetting anything but the most simple stuff is expected.

  • @fastaskirby2414

    @fastaskirby2414

    9 ай бұрын

    Knowing the existence and knowing how to apply is completely different thing. This is what separate smart people from knowledgeable people.

  • @jursamaj

    @jursamaj

    8 ай бұрын

    Not sure why you'd *expect* to forget stuff. I still remember stuff from high school, which was 39+ years ago. I can still quote Avogodro's number (6.02 * 10^23), or the ideal gas law (PV=NRT). I've never used calculus for anything other than fun, yet I still can.

  • @josegutierrez-pg7gs

    @josegutierrez-pg7gs

    6 ай бұрын

    naaa! if you were a simple janitor and to have to clean a patio with a broom, of course you know the weight of the broom, you know the friction of the broom against the floor, plus some wind, you already know some physics' laws, only because you are a janitor people can say you are knowledgeable, but no, you are some people that use some Nweton's laws @@fastaskirby2414

  • @AhirZamanSairi
    @AhirZamanSairi8 ай бұрын

    Perfectly clear but I don't have the patience to write down every step when I see where it is going. That's why I found myself fastforwarding a lot. But this is the better/correct way and avoids mistakes.

  • @vladhanov1530
    @vladhanov15309 ай бұрын

    Simple. Divide both parts by 2^x or 3^x, and do the substitution, getting rid of the degree.

  • @user-ri3fq4vm8u
    @user-ri3fq4vm8u10 ай бұрын

    Thank you very much for teaching us Maths!

  • @georgen9755

    @georgen9755

    10 ай бұрын

    These are taught in school level not in the college's especially in engineering colleges and polytechnics guys don't know basic math ....but they are owing the ............banks or bank wives ???

  • @andytraiger4079

    @andytraiger4079

    7 ай бұрын

    @@georgen9755 Electrical engineering is extremely math intensive. I certainly learned everything needed to solve this problem easily. The math required for many courses in electrical engineering is much harder than these basics. These are all things I used and got proficient at while studying EE: Trigonometry, Geometry, Analytic Geometry, Calculus, Differential Equations, Partial Differential Equations, LaPlace Transforms, Lagrangian multipliers, Vectors, Vector Calculus, Tensors, Tensor Calculus, Matrixes and Matrix Algebra, Linear Programming, Non-Linear Programming, Algorithms, Logarithms, Statistics ... My engineering college was extremely heavy on math. In fact I would argue there was way to much math and way too little practical applications when I went to a top 15 engineering college in the 1980's.

  • @MrGrumbleguts
    @MrGrumbleguts10 ай бұрын

    Um... if you are going to use a calculator at the end why not just plug it all into the calculator as soon as you had the log expression.

  • @TylerPowell-314

    @TylerPowell-314

    10 ай бұрын

    Exactly my thoughts

  • @mameyoud
    @mameyoud10 ай бұрын

    Hi When changing base from 10 to 3/2 you should apply the correct rules

  • @hello.6250
    @hello.62509 ай бұрын

    idk about chinese olympiad, but if it was mcq based then I would have first assumed the exponent to be 1 only, and 9-6 is 3, so the answer would be close to 1.1 or 1.2 only anyways, claps for the patience you had throughout the explanation

  • @afterthesmash
    @afterthesmash10 ай бұрын

    The only sophisticated step is finding the common base to permit the variable substitution. The original coefficients are rigged to permit this. So you have to see a step that will only work when the problem is specially rigged, as opposed to something you could do in the general case.

  • @DAF2194

    @DAF2194

    9 ай бұрын

    I hate these kinds of problems, where the solution is a gimmick. Finding the solution numerically (using graphs) is just as valid then.

  • @jursamaj

    @jursamaj

    8 ай бұрын

    All Olympiad problem are like that: rigged to be easy, once you see the trick.

  • @marcuspi999
    @marcuspi99910 ай бұрын

    After reading the comments here, it's obvious that most people on KZread had a pretty easy time with this problem. I on the other hand had a different experience. I followed along nicely for about five minutes, then after thinking here comes the solution four of five times, by the eight minute mark I was quite upset, thinking what's going on here? The thing is growing with new appendages, like a low budget horror film.

  • @JacquesBPoirier

    @JacquesBPoirier

    10 ай бұрын

    i love your horror movie reference. I felt the same!

  • @gregparrott

    @gregparrott

    10 ай бұрын

    By chance, was the film Stanley Kubrick's 'The Shining'?

  • @terencechapman4349

    @terencechapman4349

    9 ай бұрын

    Yes. If I had been solving this in an exam, at the point it started to become 'horrific' I would have thought I had gone wrong and abandoned it.

  • @jamesschaeffer1770

    @jamesschaeffer1770

    9 ай бұрын

    Same.

  • @sudhindrakopalle7071

    @sudhindrakopalle7071

    9 ай бұрын

    That's one hell of a way to describe the problem!! :-)

  • @unebonnevie
    @unebonnevie8 ай бұрын

    Intelligence is about how quickly you can apply and correlate the rules AND, of course, practice regularly!

  • @wcdaniel7
    @wcdaniel77 ай бұрын

    Excellent!! Great problem. Please add more problems like this problem to your channel. Thanks.

  • @barney6888
    @barney688810 ай бұрын

    Oh heck, just put enough gas in it to get to Mars and back and cancel the astronaut's insurance policies.

  • @HellopeepsStavros
    @HellopeepsStavros9 ай бұрын

    I would plug in numbers for x until the two sides matched. 9-6 = 3 16, x is between the values of 1 and 2. So you would have to solve for x to get 4 dec places. Nice problem.

  • @55194353
    @5519435310 ай бұрын

    Very clear and comprehensive explanation

  • @michaelwarren9866
    @michaelwarren98669 ай бұрын

    Got it to 6 decimal places using Excel in about 10 minutes (iteration). In practical terms much easier for most people than 'solving' mathematically.

  • @rm3141593

    @rm3141593

    9 ай бұрын

    MS Excel is a pretty dang handy thing. 😊

  • @samteichelman269

    @samteichelman269

    9 ай бұрын

    If we're cheating and using computers though, Wolfram Alpha can do the whole thing in about 5 seconds and shows the real and complex solutions to 15 decimal places. I'm sure there is an even better tool out there, but as far as speed goes, that's a heck of a useful tool that anyone can use if they know how to type on a keyboard (and, perhaps, don't know how to make Excel do anything)

  • @T-Bone_Frank

    @T-Bone_Frank

    7 ай бұрын

    I can use KZread and see the answer in 5 seconds

  • @greekstraycats

    @greekstraycats

    6 ай бұрын

    Hypercalc Pro on my Smartphone solves it in no time. Everybody who is interested in math should give it a try.

  • @evaniltonpires2238
    @evaniltonpires22389 ай бұрын

    I managed to solve it differently but got an error at the order of decimals😅 Great exercise! Thanks for sharing

  • @Calvaryscout

    @Calvaryscout

    9 ай бұрын

    in her near final solution she uses log 2 as BOTH .301 and .307 so there is an error in her numbers.....

  • @evaniltonpires2238

    @evaniltonpires2238

    9 ай бұрын

    @@Calvaryscout yes, true. Her difference was smaller than mine. I got a final result of 3.7~4.4. Hers was in the order of 0.0001. More acceptable, right?

  • @cemuncu8379
    @cemuncu83799 ай бұрын

    Very good problem. Thanks. If we (3/2)^x=1+2,2364(value for squareroot of 5)/2. And then, take a log on either side, we can get 1,18.

  • @davidmaldonadopelaez5177
    @davidmaldonadopelaez517710 ай бұрын

    Que buena refrezcada de memoria, esos remplazos por la variable "u" son superutiles en integrales y ecuecine diferenciasles.

  • @mikem668
    @mikem6689 ай бұрын

    Beautiful example. Also the kind of problem AI will solve easily. My math is rusty. I recognize the moves, but couldn't do them nowadays. I worked in an AI lab in an electrical engineering department. I was taking differential equations at the time and asked the engineering graduate students if they remembered all the math. They said yes because they'd used it so much. However, this is the algebraic way of thinking. I think it terms of geometry. Years later I asked a grad student in math if he could solve Bertrand's paradox. He started writing equations and disappeared down the rabbit hole. I'd "solved" it in a couple minutes using a kind of geometric statistical logic. I say "solved" because though I'd come up with a correct solution, I didn't realize there were two other correct solutions. The reason it's a paradox. In my job, I was asked to solve a path-planning problem that was done algebraically, but took a long time given the processing speed of the day. I found a geometric rule-based solution that cut the time substantially. Basically the rules reduced the number of calculations. When we published it, we got a nasty review from a guy at Stanford who had a PhD student that had come up with something similar. I'd come from a programming job at a mutual fund and had studied art history in college. I'd been at the lab for 30 days when I figured out "my" method. Once I called my wife's uncle for help with a differential equation. He hated differential equations. Cookbooks solutions he said. He was a number theory guy, one of the 100 best mathematicians of the 20th century. At the Institute for Advanced Studies in Princeton, he'd met Einstein waiting at the bus stop. This reminds me of C. P. Snow's book The Two Cultures. Science and the humanities need to be able to talk to each other. Your video is a great reminder that a good education includes everyone having experience of... the method, the struggle, the beauty and magic of mathematics. Everyone doesn't need to master it, but neither should they dismiss it. And smart kids shouldn't be judged based on choices made as kids. I was a C algebra student and an A geometry student. I hated math homework and didn't do it. Geometry I could figure out during the tests. Algebra, the kind of beautiful manipulation you demonstrate, no way. I normally learned the algebra weeks after the test. In 12th grade I took calculus, trig, and linear algebra at a time where very few high-schools were teaching calculus. Two hours of class time a day. After several months of that my algebra was really good. I scored in the 99th percentile on the SAT math part and almost 800 on the math achievement test. The whole reason I was in the advanced math section was because the head of the math department knew I was a smart kid who didn't work. She fought for me and didn't give up. I have great respect for mathematics and have often been the most mathematically competent among groups of PhDs. But nothing like you. Inspiring video. Thanks.

  • @zorro5651

    @zorro5651

    9 ай бұрын

    I have wolfram alpha on my phone, and it solves it saying assuming x is real and will show all the intermediate steps if you want. It also shows a graphical solution by plotting 4^x vs. 9^x - 6^x and using the intersection of the curves.

  • @mikem668

    @mikem668

    9 ай бұрын

    @@zorro5651 Nice. I think I would have benefited from this kind of software. I'm more interested in understanding the meaning than in how to solve things. I took differential equations early in the PC era. Half the classes used software on a Mac that gave you a class of solutions via graphs. I got the traditional way. One day the TA taught, but you didn't have to come. I was one of the few who did. He taught on how differential equations explained tuning a radio to a broadcast frequency. Best math class I ever had.

  • @ThePrimeMinisterOfTheBlock

    @ThePrimeMinisterOfTheBlock

    9 ай бұрын

    AI will solve easily hey? Let's find out

  • @ThePrimeMinisterOfTheBlock

    @ThePrimeMinisterOfTheBlock

    9 ай бұрын

    Step 1: We'll rearrange the equation to have all the terms on one side: 9^x - 6^x - 4^x = 0 Step 2: Since the bases (9, 6, and 4) are different, we can't immediately simplify the equation. To proceed, let's look for a substitution that might help. A common approach is to factor out the smallest term, which in this case is 4^x: 4^x * ( (9/4)^x - (6/4)^x - 1 ) = 0 Step 3: Now, we have a product of two terms that must be equal to zero. This means either the first term (4^x) is zero or the second term ((9/4)^x - (6/4)^x - 1) is zero. First, let's consider the second term: ( (9/4)^x - (6/4)^x - 1 ) = 0 Step 4: We can simplify the second term further: ( (9/4)^x - (3/2)^x - 1 ) = 0 Unfortunately, there is no straightforward algebraic way to solve this equation. However, we can still find approximate solutions using numerical methods or graphing. Let's try to approximate a solution for x using a numerical method. Step 5: For numerical approximation, you can use tools like graphing calculators or software like Wolfram Alpha or numerical methods such as the Newton-Raphson method. Alternatively, you can use trial and error to find approximate solutions. For simplicity, let's use trial and error. If we try x = 2, we get: ( (9/4)^2 - (3/2)^2 - 1 ) ≈ (2.25 - 2.25 - 1) ≈ -0.5 As this is not equal to zero, we need to try a different value of x. Let's try x = 3: ( (9/4)^3 - (3/2)^3 - 1 ) ≈ (5.06 - 3.375 - 1) ≈ 0.685 This is also not equal to zero. You can continue trying different values of x using trial and error or use numerical methods to get a more accurate approximation. Keep in mind that the exact solution to this equation might not be expressible in simple algebraic terms.

  • @mikem668

    @mikem668

    9 ай бұрын

    @@ThePrimeMinisterOfTheBlock Hello Mr. Prime Mister. My wife's uncle was one of the 100 best mathematicians of the 20th century. I once asked him for help in differential equations. He hated differential equations. Said they were Cookbook math. Anything that's a cookbook or involves trial and error - or numerical approximations - is perfect for AI. It didn't "solve" Go, Chess, or Shogi, but it revolutionized the first by playing millions of games and is better than any human in all three. In mathematical theorem proving, the problem was of a different kind. The "proof" would involve thousands of steps on problems that only a few people in the world understood. And to check the "proof" involved a lot of work. Also potentially flawed. Sorry, Mr Prime Minister, it's turtles already down.

  • @CalvinEastwood
    @CalvinEastwood9 ай бұрын

    A nice reminder of why knowing logarithmic properties is so important

  • @lwh7301

    @lwh7301

    9 ай бұрын

    Contrary....never had to use it ever in my life.

  • @CalvinEastwood

    @CalvinEastwood

    9 ай бұрын

    @@lwh7301 Then you've never lived 😜 YOLO!

  • @lwh7301

    @lwh7301

    9 ай бұрын

    @@CalvinEastwood Never used it once in med school, and never used it once in 40 years after.

  • @sharongrant789
    @sharongrant7899 ай бұрын

    Thank you. Great excercise ,once again thank you.

  • @garumugam9370
    @garumugam937010 ай бұрын

    Very good usage of Formulas.

  • @kevin_mitchell
    @kevin_mitchell10 ай бұрын

    This is kindergarten stuff! I gave this to my 2-yo daughter and she solved it in seconds. Admittedly, her answer was different to the one shown here, but the squiggles looked nice.

  • @frankfiddler1144
    @frankfiddler11449 ай бұрын

    Thank you for your logic explanation, I've been trying to solve this equation since 1973 (my final year at school)

  • @neoneeo
    @neoneeo11 ай бұрын

    U took me to my 🎒📚 days😊

  • @irfansyah9929
    @irfansyah99296 ай бұрын

    Regardless of the number of people that say you should have used a calculator earlier...i think this is a very good demonstration of how to solve these types of questions

  • @FatihKarakaya_ile
    @FatihKarakaya_ile9 ай бұрын

    I calculated x from my mind, with a calculation error, result is 1.87, then corrected it to a value as 1.187, so close without steps :) Thanks for the solution!.. Great..

  • @Alex9ilov
    @Alex9ilov9 ай бұрын

    Строим два графика функций: y1=9x-6x и y2=4x. Точка пересечения этих двух функций y1 и y2 - и есть решение задачи.

  • @user-jd3ft8wt5r

    @user-jd3ft8wt5r

    9 ай бұрын

    @Alex9ilov, наверняка требуется решить уравнение аналитически, а не графически. Тем более что графически в данном случае получится лишь приближённое решение.

  • @rinatsamerhanov5371

    @rinatsamerhanov5371

    9 ай бұрын

    @@user-jd3ft8wt5r а у нее тоже не точное решение

  • @PaulGanarara

    @PaulGanarara

    9 ай бұрын

    ахахха

  • @user-jd3ft8wt5r

    @user-jd3ft8wt5r

    9 ай бұрын

    @@rinatsamerhanov5371Почему не точное? x=log_3/2[((1+sqrt(5))/2].

  • @klaiman7996

    @klaiman7996

    Ай бұрын

    @@rinatsamerhanov5371у нее как раз точное. Просто зря она за калькулятор взялась. Все, что после 9:26 - лишнее. Ну и про второй корень, тот что комплексное число, который она заигнорила.

  • @EEBPioneer
    @EEBPioneer10 ай бұрын

    Проверка на приближенных значениях нелепый и бессмысленный шаг, поскольку все преобразования в решении тождественны. В чем была ценность аналитического решения, если в конце мы берём калькулятор и считает!?

  • @yutokas
    @yutokas3 ай бұрын

    I would recommend more care with the notation. When equating something to a fraction, the "=" sign must be centered with respect to the fraction line. In general, all signs between fractions should be centered with respecto to te fraction lines. Regarding the solution of the quadratic equation, I think it's better (from the mathematical point of view) to complete the squares instead of applying a memorized formula

  • @johnnyd1790
    @johnnyd179010 ай бұрын

    Easy peasy, especially of you can do radicals and logs in your head! -_-' Besides that, superb problem. I did do a few substitutions in my head like 1, -1, 2, -2, 1/2, -1/2 and I realized the solution is not an easy to come by number. And that's it. lol

  • @dawnlightening
    @dawnlightening10 ай бұрын

    Could also have applied the Secant Approximation to solve ((9^x - 6^x)/(4^x)) - 1 = 0, with initial tries of x = 1 & x = 2. In today's world where numerical methods and brute force computing triumph over classical analysis, speed of computation is what counts. But your analysis is beautiful nonetheless. Also, as @oussamajaber3512 observed earlier, once you solved the quadratic for 1.5^x you could have used either natural logs or logs to base 10 to immediately solve the answer.

  • @janwendlandt3126

    @janwendlandt3126

    9 ай бұрын

    If you are programming something where you need exactly this calculation method several times, for example, it makes sense to optimize the algorithm even with today's mechanical computing power. Sometimes it is even necessary. The way is then to decompose the problem, as in the solution to a problem like this. In other words, what used to be intelligent still is today.

  • @jcgoogle1808

    @jcgoogle1808

    9 ай бұрын

    If you don't know the fundamentally based mathematical process,.... then you don't know theory. If you don't know the theory, you can't solve all or a least a substantially wider range of problems. The point of the video is not speed, but to show how to properly get the answer,.. not the answer itself. Imagine using trial and error to go to space.

  • @janwendlandt3126

    @janwendlandt3126

    9 ай бұрын

    @@jcgoogle1808 Check out the solution, which I also commented here, before you get the wrong idea of what you think I might have meant.

  • @jcgoogle1808

    @jcgoogle1808

    9 ай бұрын

    @@janwendlandt3126 My post was in response to dawnlightening's comment on numerical methods triumphing over fundamental.

  • @janwendlandt3126

    @janwendlandt3126

    9 ай бұрын

    @@jcgoogle1808 I see. All right.

  • @redmed10
    @redmed1010 ай бұрын

    I eventually understand why kids at school would say I'm never gonna need this.

  • @MrGrumbleguts

    @MrGrumbleguts

    10 ай бұрын

    It isn't this that they'll use, it is the skills of problem solving, which they will use every day of their lives, and people who don't understand this need help.

  • @CotopaxiAH1968

    @CotopaxiAH1968

    10 ай бұрын

    @@MrGrumbleguts There is no skill of problem solving here. Nothing about the solution presented transfers to more general cases that you are likely to encounter in the real world. Like an earlier comment said, the equation is rigged for this solution. It only works in this special scenario. Try with others, like use 5 instead of 4, and you'll be stuck. This is a moot academic exercise with no practical bearing. I always despised Olympiads for these kinds of questions but my school kept sending me anyway. *eyeroll*

  • @MrGrumbleguts

    @MrGrumbleguts

    10 ай бұрын

    @@CotopaxiAH1968 Wow, what an incredibly stupid and narrow view.

  • @chessplayer5728

    @chessplayer5728

    10 ай бұрын

    @@CotopaxiAH1968 Olympiad questions are not meant for practical applications. They are meant for people who enjoy mathematics

  • @phil4826

    @phil4826

    10 ай бұрын

    And there are many engineering applications to problems where you recast it to a problem that has an analytical solution, so you don’t need a fancy computer. The answer will almost always be good enough because you don’t initially have enough information to formulate accurate equations anyway.

  • @arrowrod
    @arrowrod9 ай бұрын

    Remember those days, 65 years ago. Calculus tests with solutions requiring dozens of steps. With pencil and paper. I usually made an error in one of the steps. Back then, slide rules were prohibited. Later calculators.

  • @lavozm6363
    @lavozm63638 ай бұрын

    Excelente video! Gracias Siempre fui medio torpe para el inglé. By the way Soy profe de química y amo la matemática, y viendo este video en inglés wow me hizo sentir habil escuchando inglés😊. Como que entendía lo que hablabas. Concluyo que matemática es un idioma universal Buen video👍 no lo llegaba a calcular, y finalmente viéndolo me quedó claro (ok)

  • @zhenghuanwu9658

    @zhenghuanwu9658

    5 ай бұрын

    Bueno, la proxima vez, ponemos en chino

  • @damiancieslak2194
    @damiancieslak219411 ай бұрын

    Great. Tkank You

  • @LKLogic

    @LKLogic

    11 ай бұрын

    👍🏻🥰

  • @alexeygirin6521
    @alexeygirin652110 ай бұрын

    Апроксимацию можно было начать гораздо раньше. Такие задачи не дают на олимпиадах. На олимпиадах дают задачи по поиску аналитического решения, которое является точным.

  • @mustfit

    @mustfit

    10 ай бұрын

    ​@@beaver333 у них принято до приблизительного численного ответа доводить? Молодцы, отличная практика.

  • @user-op7yo1oz2b

    @user-op7yo1oz2b

    9 ай бұрын

    Я вообще в первый момент не понял, что происходит, когда она начала десятичные дроби лепить))) Привык, что в математике требуется точный ответ))) Да и что-то она где-то напуделяла, у меня после 1,8 цифры малость поболее вышли, даже если так считать...

  • @mustfit

    @mustfit

    9 ай бұрын

    @@beaver333, писать -1 вместо i нормально. Если это не требуется часто, зачем плодить лишний формализм? Мозгов от этого не прибавится.

  • @ilmakhan7344
    @ilmakhan734410 ай бұрын

    that was so nice adding all the rules

  • @ninjawarble
    @ninjawarble7 ай бұрын

    Do you compute the value of the log mentally since your saying approximately... or you calculated it early? If so, please let us learn how to calculate it mentally too. Thank you Author.

  • @kimutaiboit8516

    @kimutaiboit8516

    4 ай бұрын

    It is easy to commit to memory log of natural numbers up to 10. Log 1 is 0 Log 2 is 0.3010 Log 3 is 0.4771 Log 4 is log 2 twice Log 5 is 1-3010 Log 6 is log2 + log3 Log 8 is log2 × 3 Log 9 is log 3×2 Log 10 is 1 Log 7 is close (log5+1)/2

  • @janwendlandt3126
    @janwendlandt31269 ай бұрын

    I haven't seen the video, and I guess the way ist similar: 9^x - 6^x = 4^x --> ln9/ln2 = 3.16 ; ln6/ln2 = 2.58 ; ln4/ln2 = 2 (2^x)^3.16 - (2^x)^2.58 = (2^x)^2 substitution: z = 2^x z^3.16 - z^2.58 = z² /z² z^1.16 - z^0.58 = 1 first exponent is like double the second: (z^0.58)² - z^0.58 = 1 substituion: a = (z^0.58) a² - a - 1 = 0 pq-formula: a = 1.62 substituion back: z = a^(1/0.58) z = 1.62^(1/0.58) z = 2.28 x = ln(z)/ln(2) x = ln(2.28)/ln(2) x = 1.186814390280982

  • @shanybiran468
    @shanybiran46810 ай бұрын

    Nice flow of calculation demo! @ around 11:40 you wrote log2 as .301 in the numerator and .307 in the denominator. Could that account for some of the inaccuracy in your final answer?

  • @tonik289

    @tonik289

    9 ай бұрын

    No. Inaccuracy appeared as soon as she started using numbers and is inevitable when you write numbers instead of formulas when dealing with irrational numbers. As for the questioned values, I think this is just a writing issue, maybe decoding someone's (own?) notes on this, she also writes 0.4221 instead of 0.4771, but the outcome of 0.1761 is ok.

  • @SimonJM
    @SimonJM9 ай бұрын

    Simple solution - clicked play and found out! ;) Not done maths to any level for *cough ahem* a few decades or so and that used rules that I did not know existed, gracefully done!

  • @Padyatra
    @Padyatra9 ай бұрын

    I am not a mathematician, not even that crazy about solving formulas, but the original formula was stating "equals", not "approximates", therefore this is not really a solution. If you are not setting any parameters for deviation, you can say, that x=2. The result will be way off, but you can say, that it is "approximately" the same with difference in the order of magnitude. :)

  • @winterheat
    @winterheat10 ай бұрын

    you don't have to take log to the base 3/2. At this step you can use log base 10 and get everything from the calculator

  • @tferuh
    @tferuh10 ай бұрын

    Now I remember why I hated math in college. Nobody can think math is fun after seeing this.

  • @wakelamp

    @wakelamp

    9 ай бұрын

    Maths can be fun, but I will give you the summary of the important skills of my maths degree, which I apply daily.. Imagine a cake Applied maths - the edges/boundaries/icing decide what happens. And always reality check your solution. Statistics - knowing what the cake is made of decides the data. But if we cover it with icing. Seriously, understand the limitations of your data. Pure maths - if we can create a recipe for cake for all possible cakes we can eat the cake. Seriously, being able to formulate the problem is half the battle. different parts of ut the most important thing you learn in maths is to be able to state problems

  • @tonik289

    @tonik289

    9 ай бұрын

    You're right. To have fun out of this you shouldn't write every detailed step, but I guess that was not the point of the video :(

  • @adetunjiaderemi1101
    @adetunjiaderemi110110 ай бұрын

    Nice question and a nice answer🧠🔥🔥🔥

  • @Cantor214
    @Cantor2147 ай бұрын

    So given the form (a^x) - (b^x) = c^x where a, b and c are integers picked by the author of the problem. What if the author of the problem accidentally or intentionally picked a combination of a, b and c for which there was no solution for x? At what point in trying to solve the problem would you realize it?

  • @rinatsamerhanov5371
    @rinatsamerhanov53719 ай бұрын

    Концовка убила всю элегантность решения.

  • @backtracks963

    @backtracks963

    6 ай бұрын

    Чувак, все же знают значения логарифмов. Ну ты чё?

  • @theMerzavets

    @theMerzavets

    3 ай бұрын

    @@backtracks963 а зачем они нужны, эти значения? Никто же не пишет в решении"6.28" вместо "2π", вот и тут так же.

  • @pusabodhisattva2183
    @pusabodhisattva218310 ай бұрын

    this is also a question to ask the software engineer or any engineer, so that you can ask it and expect the candidate to not be able to answer it, and then, hire the young or the good looking guy or girl, and write in the report "although he or she cannot solve it, he or she shows good progress". For the old person, just write in the report: "Cannot solve in allocated time. Not recommending a hire. I don't see a strong signal."

  • @sportscarnut
    @sportscarnut6 ай бұрын

    You could have used a spreadsheet, plot 2 functions, the left side and the right side of the equations and see where they intersect. I did that in 10 seconds and got the same result.

  • @zubairabdulraheem7082
    @zubairabdulraheem708210 ай бұрын

    Nice one. I love the logic

  • @hasanatilgan3671
    @hasanatilgan367110 ай бұрын

    Microsoft Bing solved the problem in 5 seconds as below: 9^x-6^x=4^x 9^x-6^x=4^x To solve the equation 9^x - 6^x = 4^x for x, we can use logarithms. Here is one way to solve it: Rewrite the equation as 9^x = 6^x + 4^x. Take the logarithm of both sides of the equation. You can use any base for the logarithm, but it’s usually easiest to use the natural logarithm (ln). Apply the logarithm rules to simplify the equation. For example, ln(a + b) = ln(a) + ln(1 + b/a). Solve for x. Using this method, we get: 9^x = 6^x + 4^x ln(9^x) = ln(6^x + 4^x) x ln(9) = ln(6^x + 4^x) x = ln(6^x + 4^x) / ln(9) x ≈ 1.1868

  • @divinejustin3976
    @divinejustin397611 ай бұрын

    How can I use this to save my marriage? Bcos if I can solve this I can solve any problems in life

  • @ft7339

    @ft7339

    10 ай бұрын

    You will learn to think analytically.. 👍😀 (e.g. if I do this and that, then it will result in this and that.. OK, the future is not predictable, but since everything on earth and on life is a matter of probability, everything depends how many past experiences you had stored (own experiences, books, good films, stories from friends, etc.) in your brain to extrapolate a possible outcome.. And the sum of all this is called INTELLIGENCE!) 👍😀

  • @GeoCalifornian

    @GeoCalifornian

    10 ай бұрын

    @@ft7339that’s a very Good answer!

  • @Strelok-SV
    @Strelok-SV9 ай бұрын

    It's funny, but I solved such equations in the 11th, last grade in Ukraine =) At a school with in-depth study of math. Now I tried to solve it myself 5 years after graduation, and got the same answer

  • @samarpalsingh6222
    @samarpalsingh62227 ай бұрын

    How did you calculated fraction powder of an integer?

  • @peternguyen1899
    @peternguyen18999 ай бұрын

    Write a python program to evaluate this. Testing the all X values between 1 and 2. Utilise the interval method. Then hone in on the solution.

  • @shazzadsobuj495
    @shazzadsobuj49510 ай бұрын

    This is the worse solution I've ever seen. If you are going to use a calculator eventually then you should use it in the previous page.

  • @padiwpatkonnsa7433

    @padiwpatkonnsa7433

    10 ай бұрын

    Exactly. That solution confuse me. Why do yo have to do all of that to explain a so dumb in math like me all of that😅😅

  • @sambelld1

    @sambelld1

    10 ай бұрын

    The question was taken from an exam, thus the student is meant to demonstrate their understanding of the techniques taught in the class. Taking a shortcut is not an option!

  • @shazzadsobuj495

    @shazzadsobuj495

    10 ай бұрын

    @@sambelld1 The question was taken from the Olympiad exam. And I know exactly how this olympiad thing works. They just needed an approach that's all. Though the solution is correct but not in efficient way.

  • @kvr5178
    @kvr51786 ай бұрын

    The girl explains in too much detail!

  • @jursamaj
    @jursamaj8 ай бұрын

    11:54 Error: the 2nd log(2) you wrote as 0.307, instead of 0.301. Then at 12:00, you subtracted wrong. As written, it would be 0.1701. Instead, you wrote the correct value, as if your previous mistake weren't there.

  • @GiovanniMascellaro
    @GiovanniMascellaro4 ай бұрын

    You are very brilliant! Congratulations!

  • @Robocop-qe7le
    @Robocop-qe7le10 ай бұрын

    you lost me at logs. the solution beyond quadratic eq is horrible.

  • @user-sl9mx5gc4s
    @user-sl9mx5gc4s11 ай бұрын

    Nice work! However, u forget a simple x value , it is x = 0 .

  • @DDoid286

    @DDoid286

    11 ай бұрын

    that doesnt work

  • @Chizuko-su9zr

    @Chizuko-su9zr

    11 ай бұрын

    1 - 1 = 1?

  • @Z3nt4

    @Z3nt4

    10 ай бұрын

    yikes.

  • @MikeBrawlStars240

    @MikeBrawlStars240

    10 ай бұрын

    No kid, equation will become 1-1=1 if put x=0 , go learn maths! 😂

  • @johnsonahiamadzor7404

    @johnsonahiamadzor7404

    10 ай бұрын

    @@MikeBrawlStars240 hahaha

  • @antonfernando8409
    @antonfernando84095 ай бұрын

    your voice is so calm, helps even doing chinese math lol

  • @user-rg1fd9hf9t
    @user-rg1fd9hf9t10 ай бұрын

    Fibonacci auxiliary eq. An+2 = An+1 + An t^2 = t + 1 Golden ratio t = (1+root5)/2 t = (3/2)^x = (1+root5)/2 log . . .

  • @eyepicyou
    @eyepicyou2 ай бұрын

    In my high school and college days, I had several math classes. Not once did any ever teach about logs. I got lost when you started talking about them. I can see they are useful, but how you got there, I'm still here standing in the dust.

  • @SuperGreenlaser
    @SuperGreenlaser6 ай бұрын

    very elegant... enjoyed the tour

  • @Qbm2109
    @Qbm210910 ай бұрын

    Please, place the equal symbol at the same line that the división line. Thanks, of course

  • @mayanm7105
    @mayanm71059 ай бұрын

    Class of a teacher.. simple and better

  • @HarlanBrothers
    @HarlanBrothers9 ай бұрын

    Nice job. However, assuming we have limited ourselves to Real solutions, it’s all fine until 7:58 at which point the explanation becomes unnecessarily long and complicated. We can take the logarithm of both sides in ANY base, for instance: x ln[3/2] = ln[1+sqr5)/2] (natural logarithm) x Log[3/2] = Log[1+sqr5)/2] (base 10 logarithm) This means that if we’re looking for a numerical approximation, we simply calculate this in whatever base we want: x = log[1+sqr5)/2] / log[3/2] ~ 1.18681 and we’re done.

  • @fisicacomofabio4522
    @fisicacomofabio45229 ай бұрын

    Essa questão caiu no ITA aqui no Brasil. Igualzinha, jogando o 6^x para o outro membro, é a mesma.

  • @MartinMeise
    @MartinMeise10 ай бұрын

    Durch einfaches probieren kommt man schnell auf eine Zahl zwischen 1 und 2. 9-6=4 oder 81-36=16. Dabei wird auch deutlich, dass der Wert eher bei 1 als bei 2 liegt.

  • @Gbhmagic
    @Gbhmagic9 ай бұрын

    in my achool days i could do these but it been so long since inused anything like this. its pretty amazing how much you forget when its not part of daily life.

  • @UberMiguel603
    @UberMiguel6039 ай бұрын

    Ending with the affirmation this is the best channel ever.. makes me regret watching.

  • @aerogorn8668
    @aerogorn86689 ай бұрын

    I just glanced through the video. Looks like a fun problem.

  • @handyandy6488
    @handyandy64889 ай бұрын

    I need a refresher on complex numbers and their uses in Engineering - can you help?

  • @s.mironova.official
    @s.mironova.official9 ай бұрын

    Комментарий в пять слов - просто ради поддержки канала. И спасибо автору❤ за доставленное удовольствие :-)