Thursday, March 24, 2022

March Calculus Madness Sweet Sixteen - Day 9: ∫ e^x/(e^x + 1) dx and ∫ e^x/(e^x - 1) dx

 ------------


Welcome to March Calculus Madness!


------------


∫ e^x/(e^x + 1) dx


Let z = e^x

Then: 

ln z = x

1/z dz = dx


∫ e^x/(e^x + 1) dx

= ∫ z/(z + 1) * 1/z dz

= ∫ 1/(z + 1) dz

= ln |z + 1| + C

= ln |e^x + 1| + C


∫ e^x/(e^x - 1) dx


Again, let z = e^x


∫ e^x/(e^x - 1) dx

= ∫ z/(z - 1) * 1/z dz

= ∫ 1/(z - 1) dz

= ln |z - 1| + C

= ln |e^x - 1| + C


Eddie 



All original content copyright, © 2011-2022.  Edward Shore.   Unauthorized use and/or unauthorized distribution for commercial purposes without express and written permission from the author is strictly prohibited.  This blog entry may be distributed for noncommercial purposes, provided that full credit is given to the author. 


TI 30Xa Algorithms: Fundamental Horizontal Circle Calculations

  TI 30Xa Algorithms: Fundamental Horizontal Circle Calculations Introduction and Formulas Given the following: r = radi...