A long road to the limit

  Рет қаралды 5,916

Prime Newtons

Prime Newtons

Күн бұрын

Пікірлер: 45
@BartBuzz
@BartBuzz 2 күн бұрын
That was one heck of a limit! I was expecting you to use L'Hospital's Rule. But your method was definitely more intriguing and challenging!
@shhh._
@shhh._ 19 сағат бұрын
Does L'hopital work for (1)^1/0 ?
@BartBuzz
@BartBuzz 19 сағат бұрын
@@shhh._ You can take the log and manipulate it to arrange it as 0/0.
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs 3 күн бұрын
You’re a happy person.
@I_like_smashburgers
@I_like_smashburgers 3 күн бұрын
so this is what I did: take natural log, bring the exponent down rewrote natural log part using property - log(a/b) = log(a) - log(b) rewrote to have the natural log part as numerator, x as denominator (indeterminate, can use L’H) it’s a little tedious, but then it’s very simple, can just use direct substitution then ln(T) = -(ln(a)+ln(b))/2 then do e raised to both sides then simplify to get result.
@alexicon2006
@alexicon2006 3 күн бұрын
An absolute banger of a limit. That I wish I never encounter in an exam.
@heinrich.hitzinger
@heinrich.hitzinger 2 күн бұрын
The last question: 👁👄👁
@alexicon2006
@alexicon2006 2 күн бұрын
@heinrich.hitzinger I wont sleep tonight out of pure dread
@martinmolander5425
@martinmolander5425 3 күн бұрын
I guess it is a general rule: lim(x->0) of (f(x))^(1/x), where f(0)=1 and f'(x) is continuous around f'(0) . The limit is e^(f'(x)).
@Grecks75
@Grecks75 2 күн бұрын
A small note: At 1:59, the reason why you can exchange the ln and lim operations is because of the continuity of the natural log function ln(x) at x0 = 1 (or, equivalently, because of continuity of the exponential function exp(x) at x0 = 0). It's *not* because of continuity of the function term under the original limit operator.
@nanamacapagal8342
@nanamacapagal8342 3 күн бұрын
I love your solution! When I solved it I just used L'H and called it a day, but your insights make this so much more interesting!
@Grecks75
@Grecks75 2 күн бұрын
Let f(x) denote the function term for which we want to determine the limit. Recognizing that the limit is of type 1^inf (or of type 0/0 after taking the natural logarithm), I went for L'Hospital's rule. I first considered the limit of the composite function g(x) = ln(f(x)) as x -> 0. After applying L'Hospital to g(x), I got the limit of -1/2*ln(ab) for g(x) as x -> 0. Utilizing continuity of the exp() function, the limit of f(x) as x -> 0 then becomes 1/sqrt(ab). Pretty easy that way and also a bit more rigorous than using Taylor polynomials as approximations. Speaking of these approximations, I think that PrimeNewtons effectively achieved a similar thing with his Taylor polynomials as what is usually done in the proof of L'Hospital's rule where the functions in the numerator and denominator are replaced by their first-order (i.e. linear) approximations.
@TheRovardotter
@TheRovardotter 2 күн бұрын
Thank you for this! You’re the best
@morluz4870
@morluz4870 2 күн бұрын
With only basic knowledge, I managed to solve it in half a page without any approximations, just by using fundamental limits. Still, your way of solving it was interesting!
@pedrojesus4967
@pedrojesus4967 2 күн бұрын
Fantastic. I wish I forget this video so I could try to do this limit by myself
@narangfamily7668
@narangfamily7668 3 күн бұрын
Wowza! This question requires a lot of brains!😊
@Metaverse-d9f
@Metaverse-d9f 3 күн бұрын
Use the formula for 1^infinity, and then L', it only takes 6 steps (5mins).
@RahulKumar-id5cq
@RahulKumar-id5cq 6 сағат бұрын
I solved it. After solving I felt happiness.
@golddddus
@golddddus 3 күн бұрын
Developing a function in a series is a very successful method for calculating limes. I remember that I had an even more complicated limes in my postgraduate exam that could only be solved successfully in this way. What's more, I had to go to the third member of Taylor's series.😎
@alexandermorozov2248
@alexandermorozov2248 3 күн бұрын
It was possible to use L'Hospital's rule, also known as Bernoulli's rule, and take the derivative of the numerator and denominator of the fraction to reveal the uncertainty of the form 0 divided by 0. Shamanizing with rows is the Stone Age :)
@MyVpn-cs3ri
@MyVpn-cs3ri 2 күн бұрын
I think one can use L'Hospital's rule for cases when it is 0/0 or infinity/infinity. I don't think it is true here and so L'Hospital's rule cannot be applied. But again, maybe I am missing something.
@GreenMeansGOF
@GreenMeansGOF 2 күн бұрын
I would either do L’Hopital’s Rule or a full series expansion.
@michaelz2270
@michaelz2270 2 күн бұрын
Take logs, and you want lim as x goes to zero of 1/x * (ln(a^(x^2) + b^(x^2)) - ln(a^x + b^x) ), which equals the sum of the limits of 1/x * (ln(a^(x^2) + b^(x^2)) - 2) and -1/x * (ln(a^x + b^x) - 2). The first is the derivative of ln(a^(x^2) + b^(x^2)) at x = 0 and the second is -1 times the derivative of ln(a^x + b^x) at x = 0. The first derivative computes to zero and the second derivative to (ln(a) + ln (b))/2 = ln(ab)/2. So the log of the limit is -ln(ab)/2 and thus the limit is 1/(ab)^(1/2).
@boguslawszostak1784
@boguslawszostak1784 Күн бұрын
Let’s try to make the long road shorter. f^(1/x) = (1 + f - 1)^(1/x) = (1 + (f - 1))^(1/x) * ((f - 1)/(f - 1)) = (1 + (f - 1))^(1/(f - 1)) * ((f - 1)/x) = [(1 + (f - 1))^(1/(f - 1))]^((f - 1)/x) In our story, x approaches 0, f = f(x) = (a^x^2 + b^x^2)/(a^x + b^x) approaches 1, so (f - 1) approaches 0, and 1/(f - 1) approaches infinity. Therefore, the base of the power function in the in square brackets approaches e. We now need to determine the limit of the exponent ((f - 1)/x) as x approaches 0. ((f - 1)/x) = ((a^x^2 + b^x^2)/(a^x + b^x) - 1) / x = ((a^x^2 + b^x^2) - (a^x + b^x)) / (x * (a^x + b^x)) = ((a^x^2 - a^x)/x + (b^x^2 - b^x)/x) * (1/(a^x + b^x)). The factor 1/(a^x + b^x) approaches ½, so we now need to calculate the limit of (a^x^2 - a^x)/x and similarly (b^x^2 - b^x)/x. This can be done as shown in the video by expanding into a series, or we can use L’Hopital’s rule to obtain the limit: -ln(a) - ln(b), which after substitution gives (-1/2) * ln(ab) = ln((ab)^(1/2)). Finally, e^ln((ab)^(1/2)) = (ab)^(-1/2) = 1/sqrt(ab). You can also try to calculate this limit without series and L'Hopital's rule by extracting a^x from the parentheses and obtaining: (a^x^2 - a^x) / x = (a^x) * (a^(x^2 - x) - 1) / x a^x tends to 1, so we are left with the limit: (a^(x^2 - x) - 1) / x = (e^((x^2 - x) * ln(a)) - 1) / x as x tends to 0 Here, you can use the expansion in a series. After subtracting 1, each term can be divided by x, and we see that all terms except for -ln(a) tend to 0. You can continue further: (e^((x^2 - x) * ln(a)) - 1) / x = (e^((x^2 - x) * ln(a)) - 1) / ((x^2 - x) * ln(a)) * ((x^2 - x) * ln(a)) / x = ((e^t - 1) / t) * (x - 1) * ln(a) As you can see, the remaining proof is that (e^t - 1) / t tends to 1 as t tends to 0. This identity is one of the fundamental limits in calculus
@peternganga1300
@peternganga1300 3 күн бұрын
Really needed this one 😊
@Maths786
@Maths786 3 күн бұрын
Sir please do a limit question which was came in JEE Advanced 2014 shift-1 question number 57 it's a question of a limit lim as x-->1 [{-ax + Sin(x-1) + a}/{x + Sin(x-1) - 1}]^[{1-x}/{1-√x}] = 1/4 You have to find the greatest value of a It has 2 possible answers 0 and 2 But I want the reason that why should I reject 2 and accept 0 Because final answer is 0 Please help 😢
@PrimeNewtons
@PrimeNewtons 3 күн бұрын
Ok. I've seen this request before. Ill check it out. Please email me if you have the full question
@Maths786
@Maths786 3 күн бұрын
@PrimeNewtons please tell your Email ID
@Maths786
@Maths786 3 күн бұрын
​@@PrimeNewtons sir please tell your E mail ID
@Maths786
@Maths786 3 күн бұрын
​@@PrimeNewtons Sir please tell your E-m@il ID
@Metaverse-d9f
@Metaverse-d9f 3 күн бұрын
Actually, it's a "VERY SHORT" road.
@JdeBP
@JdeBP 3 күн бұрын
The unmatched opening round bracket at 3:45 is never closed; unlike adding zeroes until one reaches the age of 70, which soon becomes a bad choice for getting a lot of zeroes. 😊
@raymondseligman7003
@raymondseligman7003 2 күн бұрын
I have asked this before but where did you get your math education and do you teach somewhere?
@mrmafia8640
@mrmafia8640 3 күн бұрын
That's crazy 💀
@ruthgonzalez6547
@ruthgonzalez6547 2 күн бұрын
Wow!
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs 3 күн бұрын
T=Limit[(a*x^2+b*x^2)/(a^x+b^x),x->0]^(1/x),a,b>0 T=1/Sqrt[ab]=Sqrt[ab]/ab It’s in my head.
@lornacy
@lornacy 2 күн бұрын
Is the limit the reason that the domains of a and b are restricted?
@isaacbenrubi9613
@isaacbenrubi9613 3 күн бұрын
One might say this really pushed you to your limits.
@jasoncetron233
@jasoncetron233 Күн бұрын
As a practical matter, using L'Hôpital's Rule is much quicker. As a teaching tool, the methods you used are far more interesting.
@dkphys
@dkphys 3 күн бұрын
just use de l' hopital rule. It doesn't make much sense using taylor expansions to calculate a limit.
@dirklutz2818
@dirklutz2818 2 күн бұрын
It's amazing that it can be done that way! (with the Taylor series)
@dkphys
@dkphys 2 күн бұрын
The Taylor series is an approximation of the function near a specific point. As long as you keep enough terms, so that the function is approximated accurately, the taylor series can always be used in order to calculate a limit. my point is that there is not much point in using something that is much more advanced in order calculate something much simpler. De l' hopital rule is essentially the same thing. Given two functions f(x) and g(x), one uses the linear approximations f(x)=f(x_0)+f'(x_0)(x-x_0) and g(x)=g(x_0)+g'(x_0)(x-x_0). Obviously if f(x_0)=g(x_0)= 0 the ratio f(x)/g(x) around x_0 is f'(x_0)/g'(x_0) .
@Maths786
@Maths786 3 күн бұрын
Sir please tell your Email ID
@stealth3122
@stealth3122 2 күн бұрын
wdym? his email is at the start of the video always.
Divisibility by 24
12:35
Prime Newtons
Рет қаралды 17 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 39 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 986 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 44 МЛН
a! b! = a! + b! + c!
14:38
Prime Newtons
Рет қаралды 9 М.
Integrate x^-x dx
20:37
Prime Newtons
Рет қаралды 122 М.
I never understood why you can't go faster than light - until now!
16:40
FloatHeadPhysics
Рет қаралды 3,4 МЛН
The Strange Physics Principle That Shapes Reality
32:44
Veritasium
Рет қаралды 6 МЛН
You don't understand Maxwell's equations
15:33
Ali the Dazzling
Рет қаралды 80 М.
A Brilliant Limit
16:58
blackpenredpen
Рет қаралды 1,4 МЛН
Factoring Quadratics WITHOUT Guessing Product & Sum
20:01
JensenMath
Рет қаралды 78 М.
Epsilon - Delta Proof (precise definition of the limit)
20:11
Prime Newtons
Рет қаралды 67 М.
The Man Who Understood Entropy.
22:47
Quantverse
Рет қаралды 68 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 39 МЛН