Post Reply 
(35S) Quick integration
12-22-2022, 01:54 PM (This post was last modified: 08-19-2023 10:47 AM by Albert Chan.)
Post: #28
RE: (35S) Quick integration
(11-28-2022 06:49 PM)Albert Chan Wrote:  At the end of blackpenredpen video, we have:

∫(√(x^2+1) dx) = (x*√(x^2+1) + ln(x+√(x^2+1))) / 2 + C

Another way, by guessing shape of RHS

Let x = sinh(y)      → dx = cosh(y) dy

Matching integral, we wanted cosh(y) dx
Guess from integration by part term, cosh(y)*x

d(cosh(y)*x) = d(sinh(2y)/2) = cosh(2y) dy = (2*cosh(y)^2-1) dy = 2*cosh(y) dx - dy

cosh(y) dx = (d(x*√(x^2+1)) + dy) / 2

--> ∫(√(x^2+1) dx) = (x*√(x^2+1) + asinh(x)) / 2 + C



Mathematica way, let x = tan(y), dx = sec(y)^2 dy

∫(√(x^2+1) dx) = ∫(sec(y)^3 dy)

∫(sec(y)^3 dy)
= ∫(sec(y) d(tan(y))
= tan(y)*sec(y) - ∫(tan(y) * (tan(y) sec(y) dy))      // integrate by parts
= tan(y)*sec(y) + ∫(sec(y) dy) - ∫(sec(y)^3 dy)

From definition of Gudermannian function inverse
[Image: 76c0302e0820820cf3804ab0b839f12d330716d2]

∫(sec(y)^3 dy) = (tan(y)*sec(y) + asinh(tan(y))) / 2 + C

--> ∫(√(x^2+1) dx) = (x*√(x^2+1) + asinh(x)) / 2 + C

This is also the approach used by https://www.integral-calculator.com/
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(35S) Quick integration - Roberto Volpi - 11-12-2022, 02:50 PM
RE: (35S) Quick integration - PedroLeiva - 11-12-2022, 03:29 PM
RE: (35S) Quick integration - PedroLeiva - 11-12-2022, 03:57 PM
RE: (35S) Quick integration - Albert Chan - 11-12-2022, 05:13 PM
RE: (35S) Quick integration - Thomas Klemm - 11-12-2022, 05:16 PM
RE: (35S) Quick integration - J-F Garnier - 11-14-2022, 02:50 PM
RE: (35S) Quick integration - rawi - 11-13-2022, 05:27 AM
RE: (35S) Quick integration - rawi - 11-13-2022, 12:49 PM
RE: (35S) Quick integration - Thomas Klemm - 11-14-2022, 07:39 AM
RE: (35S) Quick integration - Thomas Klemm - 11-14-2022, 01:54 PM
RE: (35S) Quick integration - Albert Chan - 11-14-2022, 02:45 PM
RE: (35S) Quick integration - Thomas Klemm - 11-15-2022, 09:49 AM
RE: (35S) Quick integration - Thomas Klemm - 11-18-2022, 04:59 PM
RE: (35S) Quick integration - Liamtoh Resu - 11-19-2022, 01:42 AM
RE: (35S) Quick integration - Albert Chan - 11-19-2022, 04:58 AM
RE: (35S) Quick integration - Thomas Klemm - 11-19-2022, 05:19 AM
RE: (35S) Quick integration - Thomas Klemm - 11-19-2022, 05:36 AM
RE: (35S) Quick integration - Liamtoh Resu - 11-19-2022, 04:45 PM
RE: (35S) Quick integration - Albert Chan - 11-28-2022, 06:49 PM
RE: (35S) Quick integration - Albert Chan - 12-22-2022 01:54 PM



User(s) browsing this thread: 1 Guest(s)