A nice integral from 1886

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 70

  • @maths_505
    @maths_505  Рік тому +6

    In case anyone needs a proof for the series expansion of ln(2sinx):
    ua-cam.com/video/mqPTvELJPM0/v-deo.html

    • @manstuckinabox3679
      @manstuckinabox3679 Рік тому

      wouldn't that simply be one of the anti-derivatives of cot + ln(2)?

    • @gagadaddy8713
      @gagadaddy8713 Рік тому

      I doubt if this is really an examination question (without any hint) in Cambridge. I guess it will take a Math professor a day or half to figure out the possible solution. 😅

  • @justinchan1045
    @justinchan1045 Рік тому +35

    If you're allergic to trig like me, you can substitute u = 2-x to get an equivalent integral summed from -2 to 2, then substitue v=-u to get another equivalent integral, and then sum those 2 to see that twice the required integral is the integral of an even function from -2 to 2.

    • @maths_505
      @maths_505  Рік тому +9

      Allergic to trig😂😂😂
      Nice one mate. I like the approach you've outlined.

    • @alexedwards9704
      @alexedwards9704 Рік тому +3

      I tried the same, but isn't it odd functions that 0-out across symmetric regions of integration?

    • @justinchan1045
      @justinchan1045 Рік тому +1

      Oops, you're right. I really shouldn't integrate at 1 in the morning. From where I left off, it looks like you do indeed have to use a trig sub to finish it off.

  • @digxx
    @digxx Рік тому +13

    To show that the integral I is 0, you can also just substitute u=4-x to first get 2I=Int(ln(x*(4-x))/sqrt(x*(4-x)),x=0..4) after combining 2I=I+I. Then substitute x=2+u which gives 2I=Int(ln(4-u^2)/sqrt(4-u^2),u=-2..2)=2*Int(ln(4-u^2)/sqrt(4-u^2),u=0..2). Finally substitute v=4-u^2, which results in 2I=Int(ln(v)/(sqrt(v*(4-v))),v=0..4)=I. Thus I=0.

    • @uggupuggu
      @uggupuggu 9 місяців тому

      Which integral

  • @ambiguousheadline8263
    @ambiguousheadline8263 7 місяців тому +2

    Alternatively we can define the integral to be a more general form of this case: int 0 to A of ln(x)/sqrt(Ax-x^2) dx which upon separating the denominator into sqrt(x) sqrt(A-x) the substitution u=sqrt(x) is quite logical, leaving us with an integral which simplifies to int 0 to sqrt(A) 4ln(u)/(sqrt(A-u^2)) du which is begging for a trig sub u=sqrt(A)sin(t). Upon simplification we have int 0 to pi/2 4ln(sqrt(A)sin(t)) dt which using log rules can be separated into Euler's log trig integral, which is -pi/2 ln(2), and an easy integral which evaluates to pi/4 ln(A). Multiplying everything by the factor of 4 gives us pi(ln(A/4)) as the final result. Substituting A=4 gives us the desired result I=0.

  • @manstuckinabox3679
    @manstuckinabox3679 Рік тому +5

    Ah dear mister mathematics five-hundred and five, I consider your query a mere trivia to the winds of my supreme integration techniques.

    • @maths_505
      @maths_505  Рік тому +1

      Now that's the type of comment I wanted to read on a video about 19th century integral calculus exams🤣

  • @yoav613
    @yoav613 Рік тому +2

    Nice tricks!! I solved it with the beta function,no need for tricks, but alot of work and knowledge.😃💯

  • @SaidVSMath
    @SaidVSMath Рік тому +1

    That was so awesome, thanks for sharing!

  • @holyshit922
    @holyshit922 Рік тому +1

    We can get rid of radical using Euler substitution
    sqrt(4x-x^2)=xt
    t=sqrt(4x-x^2)/x
    t=sqrt(4/x-1)
    sqrt(4x-x^2)=xt
    4x-x^2=x^2t^2
    4x=x^2+x^2t^2
    4x=x^2(1+t^2)
    4/(1+t^2)=x^2/x
    x = 4/(1+t^2)
    xt = 4t/(1+t^2)
    dx = -8t/(1+t^2)^2
    Int(ln(4/(1+t^2))*(1+t^2)/(4t)*(-8t)/(1+t^2)^2,t=infinity..0)
    2Int((2ln(2)-ln(1+t^2))/(1+t^2),t=0..infinity)
    2ln(2)Int(1/(1+t^2),t=0..infinity)-2Int(ln(1+t^2)/(1+t^2),t=0..infinity)
    Int(ln(1+t^2)/(1+t^2),t=0..infinity)
    t = tan(u)
    dt=(1+tan^2(u))du
    Int(ln(1+tan^2(u)),u=0..Pi/2)
    Int(ln(1/cos^2(u)),u=0..Pi/2)
    -2Int(ln(cos(u)),u=0..Pi/2)

  • @bjornfeuerbacher5514
    @bjornfeuerbacher5514 Рік тому

    Since the original integral evaluates to zero and the function which is integrated has a zero at x = 1, it follows that the integrals over that function from 0 to 1 and from 1 to 4 cancel each other. So I thought it would be interesting to calculate one of these integrals on its own; obviously, I chose the simpler one from 0 to 1. Progressing by the same methods, finally I have to evaluate the following infinite sum:
    -2 sum_{k \ge 1} sin(k pi/3) / k²
    Examining the possible values of sin(k pi/3), this can be written as the following infinite sum:
    -sqrt(3) sum_(n ge 0} (1/(6n+1)² + 1/(6n+2)² - 1/(6n+4)² - 1/(6n+5)²)
    And now I'm stuck. :D (I very vaguely remember that I've seen Michael Penn evaluate a similar sum some months ago, but I don't remember either when nor how he did do it.)

    • @Kapomafioso
      @Kapomafioso Рік тому +1

      Hm, the sum of sin(k x)/k^2 does not seem to have a closed-form solution (if you don't admit poly logarithm function family), not sure if specifically for x = pi/3 it does...

    • @bjornfeuerbacher5514
      @bjornfeuerbacher5514 Рік тому

      @@richardheiville937 Thanks, I just found out for myself that the result is -2 times the Clausen function of pi/3. And apparently one can't express that in closed form, using other known constants like pi or Catalan's constant. :(

    • @Kapomafioso
      @Kapomafioso Рік тому

      @@richardheiville937 actually, that's a good point, Michael Penn did a video on Clausen2 function recently. It can be expressed via an integral or a sum, that's it.

  • @Prose-vo8qd
    @Prose-vo8qd Рік тому

    I remember seeing this in a book a while back, was able to do it via a substitution bonanza. Was shocked to see that the original integral is 0, but the added representation for G is even better…

    • @maths_505
      @maths_505  Рік тому +2

      Yeah I was kinda disappointed when I got a zero and then checked the solution given by nahin. So I tried playing around till I found a cool result.

    • @Prose-vo8qd
      @Prose-vo8qd Рік тому

      @@maths_505 Keep up the good work! Definite integrals are probably my favorite computation to do, well except for some of the crazier contour integrals

  • @mathunt1130
    @mathunt1130 Рік тому +2

    You could have expanded the intergrand ln(1-sinx) as a power series in sinx and used tricks to evaluate that. I think that would have been easier.

  • @metuphys5611
    @metuphys5611 Рік тому +2

    The integral that took Paul J. Nahin 5 hours to evaluate

    • @maths_505
      @maths_505  Рік тому +5

      Only reason I did it faster was cuz I was listening to eminem while penning the solution development 😂

    • @metuphys5611
      @metuphys5611 Рік тому

      @@maths_505 took me 20 or so minutes as well. It was 4-5 am in the morning I just couldn't sleep that night I was solving integral after integral that night.

    • @maths_505
      @maths_505  Рік тому

      Integral bros😎

  • @MrWael1970
    @MrWael1970 Рік тому

    Thank you for your faithful effort. At 14:49 the index of summation shall be in terms of n but not k.

    • @maths_505
      @maths_505  Рік тому +1

      Oh yes indeed
      Thanks for pointing that out doctor

  • @ferofero1115
    @ferofero1115 Рік тому

    10:40 most important explanation of the video, for those wondering.

    • @maths_505
      @maths_505  Рік тому +1

      Finally someone adds a timestamp

  • @ΙΗΣΟΥΣΧριστος-θ2γ

    Nice david goggins reference with the logs lmao

    • @maths_505
      @maths_505  Рік тому +1

      They really don't me son😂

  • @UnknownGhost97
    @UnknownGhost97 Рік тому +1

    As a mathematician I feel these advanced calculus questions are not taught in Indian Education syllabus till now It should be taught in MSc or PhD in foreign universities😎😎

  • @achrafsaadali7459
    @achrafsaadali7459 Рік тому +1

    Can you make a video where you demonstrate when and when not use interversion of limits sum and integrals among each other , that will really be helpful

    • @daddy_myers
      @daddy_myers Рік тому +2

      I definitely agree with this one. 👍💯💯

    • @maths_505
      @maths_505  Рік тому +1

      If the structure converges you can switch up limits of operators involved. If it doesn't, the switch up is invalid.

    • @daddy_myers
      @daddy_myers Рік тому +1

      @@maths_505 Some counterexamples would be really helpful for new viewers, though.

    • @maths_505
      @maths_505  Рік тому +1

      Aight bro

  • @ranjithkumararunachalam3844

    How other variables constant when we integrate with respect specific variables?

  • @oraz.
    @oraz. Рік тому +1

    It's not obvious to me why you choose a trig function for the substitution.

  • @rayquazabtc9131
    @rayquazabtc9131 11 місяців тому

    Sir I didn't get the step when you put 2sinu in ln how can you please explain me

  • @slavinojunepri7648
    @slavinojunepri7648 Рік тому

    Good stuff

  • @mathalysisworld
    @mathalysisworld Рік тому

    14:48 There's a tiny glitch in the solution. Your sum should begin with k>=0 not k>=1. And to be more correct, n>=0. Thanks

    • @tobyayres5901
      @tobyayres5901 2 місяці тому

      I just looked at this, he uses the wrong notation however Catalans constant is the sum from n>=0 so his answer is still correct.

  • @jakehobrath7721
    @jakehobrath7721 8 місяців тому

    How you just instinctively knew that a u-sub of x-2=2sin(u) would make everything cancel out makes me feel wholly inadequate. What made you think of a trig-identity there?

    • @maths_505
      @maths_505  8 місяців тому

      Bro why would you feel that way??
      C'mon don't be hard on yourself I've done about 300 videos and I've been solving integrals for years just for the fun of it. Just keep grinding, you'll develop an intuitive sense with time.

    • @maths_505
      @maths_505  8 місяців тому

      Think of it as hitting the gym.... initially you're gonna mess up most exercises with bad form and be clueless about volume but later you develop an intuitive sense of body building, get better at technique (watching lots of Jeff Nipard and mike isratel 😂) and you figure out how much volume and rest is optimal for you.

  • @shafin3365
    @shafin3365 Рік тому +6

    From Bangladesh 🇧🇩

  • @ArtyomDzagaryan
    @ArtyomDzagaryan Рік тому

    how u solve integral(lncosudu)

    • @maths_505
      @maths_505  Рік тому

      You mean from zero to pi/2?
      That's a pretty common result. I made a video on it a long while back. I think there's a post on my Instagram that evaluates it too

  • @عليعقل-ص6ث
    @عليعقل-ص6ث Рік тому

    Hi good work can i solve them using resdue cauchy theorem❤

  • @moeberry8226
    @moeberry8226 Рік тому

    Andrew Tate has been preaching at Cambridge since 1886.

    • @maths_505
      @maths_505  Рік тому

      Nd goggins carried the logs that made the buildings

  • @bartekabuz855
    @bartekabuz855 Рік тому

    are you really a Ronaldo fan or was that a nice joke that fit the situtation?

    • @maths_505
      @maths_505  Рік тому +2

      SUIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII

  • @giuseppemalaguti435
    @giuseppemalaguti435 Рік тому

    x=2+2sinA....I=0, boh a me risulta 0.. Magari rifaccio i calcoli domani e troverò l'errore

  • @NascentBust
    @NascentBust Рік тому +1

    your 'u' and 'n' are indistinguishable. very annoying.

  • @marioguercio8722
    @marioguercio8722 Рік тому

    Muy mala explicación y mala letra.