I feel the quick way to approach this problem is to recognise that we have a polynomial where both y^3 and y exist. This should ring a bell that we should find some cubed number somewhere. We can write 130 = 125 + 5 = 5^3 + 5. That's it. Immediately we get y^3 - 5^3 + y - 5 = 0, or (y -5)(y^2 + 5y + 26) = 0, where y = 2^x. Here onwards, it is simple.
At the end you can simply apply the definition of logarithm... 2^x = 5 ---> x is the power to wich the base 2 must be raised in order to obtain 5 so you can write: x = log2(5)
Me given IIT 20 yrs back and working in IT from 15+ yrs still willing to learn this so that I can teach my kid. Feels like back to square one. 😂 happy learning guys.
130=26×5=(5^2+1)×5=5^3+5; 8^x+2^x=(2^x)^3+(2^x); 2^x=5 My high school math teacher used to tell me,to understand an equation better you need to dis-simplify the brief side other than to simplify the complex side.
To all the pretentious people who keep commenting that she made it hard, please note that she is trying to teach everyone at any level, that's why she chose the most straightforward method that any type of student can follow. She is not teaching only the undiscovered geniuses such as yourselves.
@@christophersayrs907You’re such a weirdo, to take offence at the comment. He/she is right though, there are numerous ways to solve a problem in maths. Some ways will be faster than others, and may involve spotting a ‘shortcut’. But a teacher should always teach the ‘long’ method first, so that the student learns how to solve the problem in the standard way in the event that they cannot spot the shortcut.
I loved my Math's Teacher Sir A Hameed Wayn, in Metric Class ... And after him, you are the 2nd one, whom I would like to praise .. Since my First Teacher changed the School , and just for Mathematics I followed him to that school. From there, you can see my love for Mathematics . Liked your V-Log ... Though i dont know your name .
y3+y is stricly increasing, thus has only 1 real root, no need to complexify all what he did, like he did with all his base 2 and 5 logarithms. Just write 2^x=5 equals to x = ln(5)/ln(2), it's the basics of logs and exponentials
@@daakudaddy5453 test the monotonicity as the derivative of t³ = 3t² means that fnxn in increasing on R and as t approaches -infinity fnxn approaches -infinity and as fnxn approaches infinity fnxn approaches infinity which assured that there will be only one intersection point of x axis and fnxn hence only one possible solution log base 2 raised to 5 🙂 Duh!
Change of bases can be used to simplify the final expression 8^log_2(5) = (2^log_2(5))^3 by associativity and commutativity =5^3 since x^log_x(a) = a =125 And the same with the other term, so 125+5 = 130
FASTER APPROACH : 8^x+2^x is always increasing function, hence one root only. Setting x equal to some numbers, we realize that x is between 2 and 3. Consequently,y is between 4 and 8, but y is obviously less than 6 by analyzing cubic equation. So y is between 4 and 6, try 5 and we get that y=5. Everything can be solved in mind.
Superb job teaching how to solve the problem!👍🏽 I would add, if you ever spend that much time solving a problem at a math olympiad it had better be a proof of the Reimann hypotheses 'cause you can forget about winning the math olympiad.❤
We will also have complex values of x... Since we have a cubic polynomial y^3+y-130=0, it will therefore have 3 roots out of which 1 is real (log5/log2) and other two are complex Other two values of x hence will be: x=log(5+- isqrt71)/2/log2
For all functions of type f(x)=ax^3+bx+c the equation f(x)=0 can have only one real root in case of a>0, b>0, because f'(x)=3ax^2+b>0 and therefore f(x) is monotonically increasing. Also, if the equation f(x)=0 has rational roots in the form p/q, p is a divisor of c and q is a divisor of a. If a=1, the rational roots are always whole numbers. One can immediately see that in the specific example f(y)=y^3+y-130=0 , y=5 is a solution, because we first check the whole divisors of 130 (+-1, +-2, +-5, +-10, +-13). Try to solve x^7+x^5+x^3+x=170 with your method....No chance. With above, you show that x=2 is the only root in just 2 rows.
First observe that 8^x=(2^3)^x=(2^x)^3. Then set 2^x=y and you get the equation: y^3+y=y*(y^2+1)=130. A few trials gives y=5 and thus x=ln(5)/ln(2)=log(5)/log(2).
I did it like this... 2^(3x)+2^x=130 Let 2^x=y Then y³+y=130 By observation, y=5 Hence 2^x=5 X=log(2)5, ie log 5 base 2 Overall, this problem was on the easier side if it's from olympiad, as I and my friends (Indian high-school students) were able to solve it pretty easily 😅
Hello. I am a mathematics enthusiast from Nigeria and I really want to increase my knowledge in mathematics. I would like to connect with you. Do you mind?
4:50 Redundant. By definition of logarithm, it is the value of the exponent to put on the base to get the argument of the logarithm. So basically in this case x is essentially, in base 2, log(5).
Really crazy how easy this problem would be for my past self studying engineering. Being done with school and doing the same shit over and over again at work really rots your brain
@@Peter-Alexander yeah man I'm learning an additional 2 languages right now and also learning more music theory. Trading is also my side thing so I think the analytical part of my brain is still working to some extent. It's just that complex math isn't really my thing these days
It's too complicated, I mean after getting 2^x = 5 we get in accordance with the definition of a logarithm x = log2(5) where log2 is a logrithm with base 2. All following calculations in the video are unnecessary.
Although I knew the answer to the problem, being lazy I preferred "Hit and Trial Method" from the given option for these type of questions. This saves a lot of time 😅😅
Before watching: This is not one that can be easily solved by simply plugging in integers and hoping for a result. Our solution is going to be somewhere between 2 (8^2 + 2^2 = 64+4=68) and 3 (8^3 + 2^3 = 512+8 = 520), and probably closer to 2 than to 3. Therefore, we have to actually do some calculations. Alright, 8 = 2^3, and (a^b)^c = a^(bc). Thus 8^x = (2^3)^x = 2^(3x). We declare U = 2^x. Then 8^x = 2^(3x) = u^3. Then we have u^3 + u = 130. Subtract 130 from both sides to get u^3+u-130=0. Now, we attempt to factor this. The factors of 130 are 1, 2, 5, 10, and 13. Of those, U=10 gives us results far too large, and U=2 gives us ones far too small. U=5 gives us 125+5-130 = 0, which is accurate. Thus, (u-5) is a factor. after doing some division, we can factor the equation into (u-5)(u^2 + 5u + 26 )=0. Going to use the quadratic formula on the second factor, we note that the discriminant is negative. Thus, these are not real roots, so we can skip this section. Thus, we will go with U=5. However, we're not done! That's the solution for U, not for X. U = 2^x. Thus, we have 2^x = 5. Take log_2 of both sides: Log_2(2^x) = log_2(5) -> X = log_2(5) Log_2 of 5 will be between log_2 of 4 (2) and log_2 of 8 (3), likely closer to 2 than 3. This checks out. If you want to change this to a different log using change of base, you may do so. log_b(a) = (log_c(a))/(log_c(b)),. Then using natural log ln, with a =5 and b = 2: x = (ln 5)/(ln2). (We're not doing this for the sake of precision, but rather so it can be easily checked on a calculator. A lot of calculators don't have functions built into them for logs of different bases, at least not ones that you can get to easily. Thus, you have to switch to either common log (log_10) or natural log (log_e))
Having got to y³+ y = 130 it's not hard to try a few small numbers and see that y=5 is a solution. From that the quadratic part could be worked out, though it should be obvious that there can be no other real solutions since y>5 would be too big and y
great video but the verification can be a little bit better if it's like this: 8^log5 base 2 + 2^log5 base 2 = (2^3) ^log5 base 2 + 2^log5 base 2 = (2^log5 base 2) ^3 + 2^log5 base 2 as we already know a ^logN base a = N => (2^log5 base 2) ^3 + 2^log5 base 2 = 5 ^3 + 5 = 125 + 5 = 130 excellent video keep it up and upload more videos like this.
reminder me my school years in one of the best math schools in Russia 25 years ago, now all forgotten but still these problems are solvable on the fly almost🙂 good times it was
In solution checking a^(log c to base a) can be written as c^(log a to base a) . So 8^(log 5 to base 2) can be written as 5^(log 8 to bas 2), which is 5^3 and 2^(log 5 to base 2), is 5^(log 2 to base 2) which is 5 5^3+5=130
To check the solution 2^x=5, or x=log5{base2}, For the original equation 8^x+2^x=130, rewrite as (2^x)3+2^x=130.substitute in the solution: 2^3(log5{base2})+2^log5{base2}=130. This becomes because of the laws of indices: 5^3+5=125+5=130.
If you are asked for only the Real solution then youbare correct. If you want all solutions, you must take the quadratic into account and get two more Complex solutions.
When using common logs, complex solutions do not work. If you tried to substitute it back in the equation, the imaginary components would not cancel. Therefore, they are rejected.
I looked at this for like 2 minutes without a thought of any complex maths and thought the answer might be X= 2.25 and I’m honestly pretty pleased. Lol
I don't know anything about logarithms as it isn't in my syllabus but can we not solve it like this Note (8 to the power x is written as -8x) 8x +2x= 130 2(4x+1x) = 130 4x+1x=65 Anything as an exponent to 1 is 1 hence 4x+1=65 4x=64 4to the power x = 4 to the power 3 Hence x= 3
This is hard core algebra. Cubic equations, quadratic equations w/ the quadratic formula, logarithms, fractional exponents, ect…. I did stuff close to this level in high school. The difference was that it did not have multiple layers of this complexity. My takeaway from that experience was that algebra wasn’t hard so long as you worked a lot of different problems and got plenty of practice.
I think 5 is a rather easy to find "obvious" solution by searching a integer which cube is close to 130. Then it becomes a polynom division. The proposed factorisation is nevertheless very smart !
As soon as she got it to Y Cubed plus Y = 130, the answer jumped out at me and I yelled it out loud, trying to beat her to the punch. Who knew I actuality had time to go check the mail, first?
Gives me shivers, brings back nightmarish memories of struggling with all this in school years!😮 But enjoying it too, in a contradictory way, because there is no pressure!😊
This is an imperfect solution. I realized that the power I'd 8 could not be 3 abs 2 was too small, meaning it was not going g to be an integer. Kind of ridiculous in my book.
26y-25y is just to replace (+y). So he can factor out 5 from 130,which will be (y-5). We should be able to find numbers to factor out since it is just a math question, so not a general method, but specifically to try to see if we can find numbers to factor out.
I think you could simply write 2^x = 5 => x = log2(5) without all these log divisions, because log2(5) literally means power to which we have to rase 2 in order to get 5, which is x in our case
Why aren't the imaginary solutions taken into account? I mean, they are solutions to the original equation, aren't they? Is there an assumption that we must find the real solutions only?
Ótima explicação. Mas, quando você já havia encontrado que 2 elevado a x era igual a 5 , já poderia ter usado a definição de logaritmos e chegar direto na conclusão que x é igual a log de 5 na base 2 . Ou fazer assim seria um erro matemático? Parabéns pelo excelente vídeo!
With the last digit of 130 being a zero, the last digit of 2^3x and 2^x must add to 10, 130 is an integer. The only pairs of numbers for x and 3x being powers of two would be 2,8, ,4,16 , 8,32 16,64 which sum to less than 130 or 32,128 etc,which which are greater than 130. your answer is approximate. 130 is discrete. This has no solution for exactly 130
I do not yet have the mathematical experience to have come up with that line of thinking to jump to thinking of the factorisation of 130 then rewriting as factor by grouping. I got to the step where I substituted u = 2^x but had no idea that was actually the way to proceed. I was stuck at what to do now with the 130 as I had no obvious way to factorise u^3 + u - 130 = 0.
I think the question is ill phrased because the types of the symbols in the equation are not specified. For example: no solution over integers. One solution over reals. 3 overvcomplex numbers. But what if we consider prime fields F_p with p>130 or any other algebra type where those symbols could be interpreted in?
What happened in the end? Why the author used approximately solve? 2^log(2 5) = 5 by log's definition. And 8^log(2 5) = 2^3log(2 5) = (2^log(2 5))^3 = 5^3 = 125
130=26×5=(5^2+1)×5=5^3+5; 8^x+2^x=(2^x)^3+(2^x); 2^x=5 My high school math teacher used to tell me,to understand an equation better you need to dis-simplify the brief side other than to simplify the complex side.
Instead of that lengthy solution, let 2^x=y, and then let f(y)=y^3+y-130 For y=5, f(5)=0 f'(y)=3y^2+1, which is positive for all values of y, meaning f(y) is a monotonically increasing function, which makes y=5 the only root of f(y) Then 2^x=5 and solve using logarithmic properties
Yeah, but this is only shorter because it happened to be monotonically increasing. If it wasn’t, you would’ve done this step for no reason, and still had to do the lengthy solution.
I feel the quick way to approach this problem is to recognise that we have a polynomial where both y^3 and y exist. This should ring a bell that we should find some cubed number somewhere. We can write 130 = 125 + 5 = 5^3 + 5. That's it. Immediately we get
y^3 - 5^3 + y - 5 = 0, or (y -5)(y^2 + 5y + 26) = 0, where y = 2^x.
Here onwards, it is simple.
(8×15)+(2×5)=130
thats what i did, i got hung up because i did log(5)-log(2) instead of log2(5)
Wow. This was way easier! I should've just thought through some numbers and would've hit it just by thinking of those 1st few perfect cubes.
y=2x , find the value idiot
She made it way harder to solve than she had to.
At the end you can simply apply the definition of logarithm...
2^x = 5 ---> x is the power to wich the base 2 must be raised in order to obtain 5
so you can write:
x = log2(5)
No, she has to do a 5-minute thesis on it (to go from 2^x=5 to x=log5 to base 2, otherwise her students might not understand it.
@@tintiniitkwe learned it as logba=e where e is the exponent b is the base and a the “answer”. its very helpful
😂😂
I think you are right
Me given IIT 20 yrs back and working in IT from 15+ yrs still willing to learn this so that I can teach my kid. Feels like back to square one. 😂 happy learning guys.
Looks like you're stuck in a loop in life.
Don't teach to kids whatever that's not useful. Times are changing rapidly. Pretty sure you never used this in your working life.
*for 15 years
@@krishmavthese type of outside the box question are what asked in sof olympiads
@@ankurmondal3220so you are studying fkr sof olympiads, go and give the real IMO
Make sure you don't piss in your pants
This is why I'm going back to watching cooking videos.
Or funny cats
Come on. Everyone should know how to solve this
@@Aman-nk5uq he means it's too easy
Most mathematicians probably can't cook worth a damn. Most people can't.
😂😂 I don't blame you
130=26×5=(5^2+1)×5=5^3+5;
8^x+2^x=(2^x)^3+(2^x);
2^x=5
My high school math teacher used to tell me,to understand an equation better you need to dis-simplify the brief side other than to simplify the complex side.
Wowwww😮😮😮
Nice! I did it like this as well or, similar.
Yeah, it just depends. A lot of times that advice will work, but not always.
Yours can't guarantee there is unique root.
@@zhenyuzhai4098 I know it should be unique in this case
To all the pretentious people who keep commenting that she made it hard, please note that she is trying to teach everyone at any level, that's why she chose the most straightforward method that any type of student can follow. She is not teaching only the undiscovered geniuses such as yourselves.
@@christophersayrs907You’re such a weirdo, to take offence at the comment. He/she is right though, there are numerous ways to solve a problem in maths. Some ways will be faster than others, and may involve spotting a ‘shortcut’. But a teacher should always teach the ‘long’ method first, so that the student learns how to solve the problem in the standard way in the event that they cannot spot the shortcut.
Instead of using decimals you could have used more logarithmic identities when you were checking. I think that would have been cleaner.
Came here to note that.
Exactly.. 2^(log 125/log 2) = 125 and so on.
@@manojpadmanabhan2615 let's be nice with our math mates
I loved my Math's Teacher Sir A Hameed Wayn, in Metric Class ... And after him, you are the 2nd one, whom I would like to praise ..
Since my First Teacher changed the School , and just for Mathematics I followed him to that school. From there, you can see my love for Mathematics . Liked your V-Log ... Though i dont know your name .
Incredible how much effort you put in this. 130=5³+5¹ and this is identical to your y³+y. Therefore y = 2^x = 5. => x = log2 (5). Easy.
It’s just to prove that there is no other solutions with real values
You also have to check for other possible solutions. Duh!
y3+y is stricly increasing, thus has only 1 real root, no need to complexify all what he did, like he did with all his base 2 and 5 logarithms.
Just write 2^x=5 equals to x = ln(5)/ln(2), it's the basics of logs and exponentials
@@daakudaddy5453 test the monotonicity as the derivative of t³ = 3t² means that fnxn in increasing on R and as t approaches -infinity fnxn approaches -infinity and as fnxn approaches infinity fnxn approaches infinity which assured that there will be only one intersection point of x axis and fnxn hence only one possible solution log base 2 raised to 5 🙂 Duh!
All these problems seem a little too easy for olympiads
Are you sure?
@@estefanocrespo7930yes these are like middle school problems for us
@@estefanocrespo7930im not him but yeah this is pretty easy for olympiads because i can even answer it
Maybe it's the special olypiad
😂😂😂😂
Change of bases can be used to simplify the final expression
8^log_2(5) = (2^log_2(5))^3 by associativity and commutativity
=5^3 since x^log_x(a) = a
=125
And the same with the other term, so
125+5 = 130
I agree, the finish could have been done a bit more elegantly with out finding the decimal approx.
Exactly, I was like what is she doing....this can't be an Olympiad question
I remember fondly a time where maybe, just maybe, I might have had some idea, but I haven’t used anything beyond grade 9 algebra in 20 years.
FASTER APPROACH : 8^x+2^x is always increasing function, hence one root only. Setting x equal to some numbers, we realize that x is between 2 and 3. Consequently,y is between 4 and 8, but y is obviously less than 6 by analyzing cubic equation. So y is between 4 and 6, try 5 and we get that y=5. Everything can be solved in mind.
Superb job teaching how to solve the problem!👍🏽
I would add, if you ever spend that much time solving a problem at a math olympiad it had better be a proof of the Reimann hypotheses 'cause you can forget about winning the math olympiad.❤
We will also have complex values of x...
Since we have a cubic polynomial y^3+y-130=0, it will therefore have 3 roots out of which 1 is real (log5/log2) and other two are complex
Other two values of x hence will be: x=log(5+- isqrt71)/2/log2
The imaginary solutions were extraneous. That's why they were explicitly discarded.
@@NicholasOfAutrecourtextraneous or extra anus?
How does this relate to real world practicality, thank you.
A doctor here , thanking my stars for me choosing biology and not maths😅😅
This is why I know anatomy so well!
Just subtract 130 from both sides and solve for the x-intercepts of the equation 8^x + 2^x - 130 = y. When y= 0 the graph intercepts the x axis.
For all functions of type f(x)=ax^3+bx+c the equation f(x)=0 can have only one real root in case of a>0, b>0, because f'(x)=3ax^2+b>0 and therefore f(x) is monotonically increasing. Also, if the equation f(x)=0 has rational roots in the form p/q, p is a divisor of c and q is a divisor of a. If a=1, the rational roots are always whole numbers. One can immediately see that in the specific example f(y)=y^3+y-130=0 , y=5 is a solution, because we first check the whole divisors of 130 (+-1, +-2, +-5, +-10, +-13).
Try to solve x^7+x^5+x^3+x=170 with your method....No chance. With above, you show that x=2 is the only root in just 2 rows.
First observe that 8^x=(2^3)^x=(2^x)^3. Then set 2^x=y and you get the equation: y^3+y=y*(y^2+1)=130. A few trials gives y=5 and thus x=ln(5)/ln(2)=log(5)/log(2).
I did it like this...
2^(3x)+2^x=130
Let 2^x=y
Then y³+y=130
By observation, y=5
Hence
2^x=5
X=log(2)5, ie log 5 base 2
Overall, this problem was on the easier side if it's from olympiad, as I and my friends (Indian high-school students) were able to solve it pretty easily 😅
Hello.
I am a mathematics enthusiast from Nigeria and I really want to increase my knowledge in mathematics. I would like to connect with you.
Do you mind?
Same thoughts here. I literally solved it in mind using the similar way as you in 1min
Yeah but try to solve it when u were 13 or 15.
Damn we really dont need a 8 minute to solve this one. Nice observation.
people @13-15 in india can solve this way faster compared to the older folks in india btw@@m3zuss
4:50
Redundant. By definition of logarithm, it is the value of the exponent to put on the base to get the argument of the logarithm. So basically in this case x is essentially, in base 2, log(5).
Really crazy how easy this problem would be for my past self studying engineering. Being done with school and doing the same shit over and over again at work really rots your brain
Это не легкая задача
Challenge your brain in your free time or find a more interesting job (when possible) 😊
@@Peter-Alexander yeah man I'm learning an additional 2 languages right now and also learning more music theory. Trading is also my side thing so I think the analytical part of my brain is still working to some extent. It's just that complex math isn't really my thing these days
It's too complicated, I mean after getting 2^x = 5 we get in accordance with the definition of a logarithm x = log2(5) where log2 is a logrithm with base 2. All following calculations
in the video are unnecessary.
Yeah, exactly my thoughts: just use the definition!
It was painful to see how she derives x after getting 2^x = 5 (((
Confuse the number 26y - 25y, can you explaine it!
26y-25y=y
Although I knew the answer to the problem, being lazy I preferred "Hit and Trial Method" from the given option for these type of questions. This saves a lot of time 😅😅
Your handwriting and logical thinking ability are awesome ❤
Before watching:
This is not one that can be easily solved by simply plugging in integers and hoping for a result. Our solution is going to be somewhere between 2 (8^2 + 2^2 = 64+4=68) and 3 (8^3 + 2^3 = 512+8 = 520), and probably closer to 2 than to 3.
Therefore, we have to actually do some calculations.
Alright, 8 = 2^3, and (a^b)^c = a^(bc). Thus 8^x = (2^3)^x = 2^(3x).
We declare U = 2^x. Then 8^x = 2^(3x) = u^3.
Then we have u^3 + u = 130.
Subtract 130 from both sides to get u^3+u-130=0.
Now, we attempt to factor this. The factors of 130 are 1, 2, 5, 10, and 13.
Of those, U=10 gives us results far too large, and U=2 gives us ones far too small. U=5 gives us 125+5-130 = 0, which is accurate.
Thus, (u-5) is a factor. after doing some division, we can factor the equation into (u-5)(u^2 + 5u + 26 )=0.
Going to use the quadratic formula on the second factor, we note that the discriminant is negative. Thus, these are not real roots, so we can skip this section.
Thus, we will go with U=5. However, we're not done! That's the solution for U, not for X.
U = 2^x. Thus, we have 2^x = 5.
Take log_2 of both sides:
Log_2(2^x) = log_2(5) -> X = log_2(5)
Log_2 of 5 will be between log_2 of 4 (2) and log_2 of 8 (3), likely closer to 2 than 3. This checks out.
If you want to change this to a different log using change of base, you may do so. log_b(a) = (log_c(a))/(log_c(b)),.
Then using natural log ln, with a =5 and b = 2:
x = (ln 5)/(ln2).
(We're not doing this for the sake of precision, but rather so it can be easily checked on a calculator. A lot of calculators don't have functions built into them for logs of different bases, at least not ones that you can get to easily. Thus, you have to switch to either common log (log_10) or natural log (log_e))
Superb
☠️
Having got to y³+ y = 130 it's not hard to try a few small numbers and see that y=5 is a solution. From that the quadratic part could be worked out, though it should be obvious that there can be no other real solutions since y>5 would be too big and y
Yes I think so
Два графика функций
у=х^3 и у=-х+130 пересекаются в одной точке в 1 четверти=> х=5 единственное решение
Stop at 1:15. You kind of know that Y has to be an integral number given it's a math Olympiad problem. A few guess will gets Y=5 easily.
great video but the verification can be a little bit better if it's like this:
8^log5 base 2 + 2^log5 base 2 = (2^3) ^log5 base 2 + 2^log5 base 2
= (2^log5 base 2) ^3 + 2^log5 base 2
as we already know a ^logN base a = N
=> (2^log5 base 2) ^3 + 2^log5 base 2 = 5 ^3 + 5
= 125 + 5
= 130
excellent video keep it up and upload more videos like this.
Thanks you so much for refreshing my memory from 10 years ago, Now I wish I have continued on the math field instead
reminder me my school years in one of the best math schools in Russia 25 years ago, now all forgotten but still these problems are solvable on the fly almost🙂 good times it was
Какая школа?
For 2^x=y
y³+y=130
y(y²+1)=130
Clearly for y=5, equation satisfied so x=log5(base 2) is the correct answer.
I learn my level is olimpic thanks to this channel.😂
1:37 is confusing? Why and how can you write y=26y-5y?
У = 26у - 25у
У = 1у
@@КристиянСлавчев-ф7рhow does 26&25 relate to 130
In solution checking
a^(log c to base a) can be written as c^(log a to base a) .
So 8^(log 5 to base 2) can be written as 5^(log 8 to bas 2), which is 5^3 and 2^(log 5 to base 2), is 5^(log 2 to base 2) which is 5
5^3+5=130
To check the solution 2^x=5, or x=log5{base2}, For the original equation 8^x+2^x=130, rewrite as (2^x)3+2^x=130.substitute in the solution: 2^3(log5{base2})+2^log5{base2}=130. This becomes because of the laws of indices: 5^3+5=125+5=130.
Спасибо! Не понимаю концовку с таймкода 4:38, и так ясно, что логорифм - это степень числа по основанию.🧐
If you are asked for only the Real solution then youbare correct. If you want all solutions, you must take the quadratic into account and get two more Complex solutions.
Don't be clever. When is a maths solution going to ask for complex solutions
@@planomathandscienceanywhere above high school, and at high school levels in some countries, expect a full answer unless otherwise specified.
yeah! I want all answers!
When using common logs, complex solutions do not work. If you tried to substitute it back in the equation, the imaginary components would not cancel. Therefore, they are rejected.
@1234larry1 So apparently, Wolfram Alpha is wrong as well? It can substitute the values back in without issue.
Your voice is so soothing
The longest way to do that equation.
I looked at this for like 2 minutes without a thought of any complex maths and thought the answer might be X= 2.25 and I’m honestly pretty pleased. Lol
I also have zero training in mathematics outside of high school 10+ years ago so go very easy on me
I don't know anything about logarithms as it isn't in my syllabus but can we not solve it like this
Note (8 to the power x is written as -8x)
8x +2x= 130
2(4x+1x) = 130
4x+1x=65
Anything as an exponent to 1 is 1 hence
4x+1=65
4x=64
4to the power x = 4 to the power 3
Hence x= 3
So hard. Congrats. Several math concepts 👏👏👏👏👏
This is hard core algebra. Cubic equations, quadratic equations w/ the quadratic formula, logarithms, fractional exponents, ect…. I did stuff close to this level in high school. The difference was that it did not have multiple layers of this complexity. My takeaway from that experience was that algebra wasn’t hard so long as you worked a lot of different problems and got plenty of practice.
I think 5 is a rather easy to find "obvious" solution by searching a integer which cube is close to 130. Then it becomes a polynom division.
The proposed factorisation is nevertheless very smart !
y(y²+1) = 5(5²+1)
...at this stage it should be apparent that y = 5 🤪
Given y = 2^x
Then 2^x = 5
log²(2^x) = log²(5)
x = log²(5)
Aah my favourite maths algebra those days ❤🎉
Nicely done. Weird how your 2's are written differently even in the same equation
In Turkey you learn solving these at the age of 14-15 already. This is easy peasy and has nothing to do with olympics.
very informative and easy way of teaching
I'm already confused at 1:29 . Where did the 25 come from?
130 = 26х5
Teacher: prove to me unicorn exist through maths
Me: suppose unicorn exist
Hence proved unicorn exist
Use rational zero theorem.
Y=5.
And divide the function by (y-5) and get the quadratic.
Much faster....
As soon as she got it to Y Cubed plus Y = 130, the answer jumped out at me and I yelled it out loud, trying to beat her to the punch. Who knew I actuality had time to go check the mail, first?
Let a=2^x, then a^3+a=130, so a=5 is a solution, then x= ln5/ln2. The other solutions can be found by factoring out (a-5) and solving the quadratic.
4:47 x is already log 5 to the base 2 as per logarithm definition,. Isnt it
Gives me shivers, brings back nightmarish memories of struggling with all this in school years!😮
But enjoying it too, in a contradictory way, because there is no pressure!😊
This is an imperfect solution. I realized that the power I'd 8 could not be 3 abs 2 was too small, meaning it was not going g to be an integer. Kind of ridiculous in my book.
130 = 26 x 5 but you have written 26 and 25. Where it could be 26y-5y, you have written 26y-25y. I don't get it here 1:28
26y-25y is just to replace (+y). So he can factor out 5 from 130,which will be (y-5). We should be able to find numbers to factor out since it is just a math question, so not a general method, but specifically to try to see if we can find numbers to factor out.
I think you could simply write 2^x = 5 => x = log2(5) without all these log divisions, because log2(5) literally means power to which we have to rase 2 in order to get 5, which is x in our case
I literally solved it in my head, this is too easy to be an olympiad question
Idk about any one else but 5g of mushrooms and watching her solve math is my new favorite hobby
In real exams, you can just substitute the given choices if satisfies the 130. It will save lot of time instead of solving.
In real exams you are not given choices. What educational system did you attend? "Fast food and exams Inc."?
@@AceGunner72 maybe you didnt take any licensure exams.
Why aren't the imaginary solutions taken into account? I mean, they are solutions to the original equation, aren't they? Is there an assumption that we must find the real solutions only?
Use substitution. Substitute 2^x =y and solve polynomial equation.
Ótima explicação. Mas, quando você já havia encontrado que 2 elevado a x era igual a 5 , já poderia ter usado a definição de logaritmos e chegar direto na conclusão que x é igual a log de 5 na base 2 .
Ou fazer assim seria um erro matemático?
Parabéns pelo excelente vídeo!
I also wondered why we need last manipulations with Log, it is redundant. 2^X=Y. X = logY.
Was in it better to approximate x between 2 and 3 at a glance?
..am I the only one to solve it in their mind after seeing the thumbnail?
yes. You're the only one.
With the last digit of 130 being a zero, the last digit of 2^3x and 2^x must add to 10, 130 is an integer. The only pairs of numbers for x and 3x being powers of two would be 2,8, ,4,16 , 8,32 16,64 which sum to less than 130 or 32,128 etc,which which are greater than 130. your answer is approximate. 130 is discrete. This has no solution for exactly 130
Yes 130=26x5, but how to get y=26y-25y ?
I mean how to think of such an inference ?
Experience :)
I do not yet have the mathematical experience to have come up with that line of thinking to jump to thinking of the factorisation of 130 then rewriting as factor by grouping. I got to the step where I substituted u = 2^x but had no idea that was actually the way to proceed. I was stuck at what to do now with the 130 as I had no obvious way to factorise u^3 + u - 130 = 0.
@4:10 - no real roots? That's why we have complex numbers! Rework the video and give us two more correct answers!
Посмотрела несколько видео с этими олимпиадными заданиями. Хотела бы я на такие олимпиады, когда училась в средней школе😅
Beautiful question. It's answer is log5/log2 both on the base 10 👌👌
or any other base for that matter
3/4, very simple
Inspecting, 2
this is extremely easy for an olympiad question
Yeah I got it too. But when you check it, you should not convert to log value and you can simply find it.
I think the easiest solution is that we know 2^7=128 next is 8^(1/3) = third root 8 =2 so 128+2=130
This was my solution as well. Much simpler.
Both the exponents are “x” so the value needs to be same. Can’t be 7 for one x and 1/3 for the other
은가은씨 오늘도 즐거운 불금 되세요.....
This is a very easy question for high school students in Vietnam
I have simplier solution. Multiply both by root x, so then 8+2 = x base root of 130. Which easily = 2.3....
“Every” day I’m calculating this absolutely ridiculous information!
Did this for a major part of life. Never used it again
I have some concerns.......
I think the question is ill phrased because the types of the symbols in the equation are not specified. For example: no solution over integers. One solution over reals. 3 overvcomplex numbers. But what if we consider prime fields F_p with p>130 or any other algebra type where those symbols could be interpreted in?
2^log²5 = 5 (by definition)
8^log²5 = (2^3)^log²5=
(2^log²5)^3=
5^3=125
There is no need to do approximete calculations.
In Italy this is called "col senno di poi"! 😂
This equation can be simplified to 2^x = 5
or can also be 8^x = 125
She is not solving math problem she is making math problem.
What happened in the end? Why the author used approximately solve? 2^log(2 5) = 5 by log's definition. And 8^log(2 5) = 2^3log(2 5) = (2^log(2 5))^3 = 5^3 = 125
1:25 what does she get out of that?
Factors of -130 according to you are 26 and -5. Why did you use 26 and-25.?
Because y = 26y - 25y. If she used 5 instead of 25, it will be 26y - 5y = 21y
125+5=130
125=5^3.
Just plugged in first "obvious" solution to reduce cubic to quadratic equation.
130=26×5=(5^2+1)×5=5^3+5;
8^x+2^x=(2^x)^3+(2^x);
2^x=5
My high school math teacher used to tell me,to understand an equation better you need to dis-simplify the brief side other than to simplify the complex side.
-130 has not been factorised..only “y” at second place has been extended “26y-25y”..
She did not explain it. It’s better to just notice 5 is a root and then divide the equation by x-5
I am a university student in Turkey. We were learning this in primary education. It is a very simple question. Frankly, I was surprised.
Di mi yaa bir de çözümü çok uzatmış biz otomatik olarak logaritma formülüne çakıp geciyorduk 😂
I hate log, because every time you calculate the log, it is impossible to calculate by yourself without calculator.
I did it in my head in under 2 mins as follows (8^(1/3)) +( 2^7) = 130
This question is asked as an easy question in university entrance exams in Turkiye
Instead of that lengthy solution, let 2^x=y, and then let f(y)=y^3+y-130
For y=5, f(5)=0
f'(y)=3y^2+1, which is positive for all values of y, meaning f(y) is a monotonically increasing function, which makes y=5 the only root of f(y)
Then 2^x=5 and solve using logarithmic properties
Yeah, but this is only shorter because it happened to be monotonically increasing. If it wasn’t, you would’ve done this step for no reason, and still had to do the lengthy solution.