Monday, March 21, 2022

March Calculus Madness Sweet Sixteen - Day 6: ∫ √a ÷ (√(x+a) - √x) dx

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


Welcome to March Calculus Madness!


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


∫ √a ÷ (√(x+a) - √x) dx



Simplify:

√a ÷ (√(x+a) - √x)


Multiply by (√(x+a) + √x) ÷ (√(x+a) + √x) 


√a ÷ (√(x+a) - √x)

= √a ÷ (√(x+a) - √x) * (√(x+a) + √x) ÷ (√(x+a) + √x) 

= √a * (√(x+a) + √x) ÷ (x + a - x)

= 1 ÷ √a * (√(x+a) + √x)


Then:

∫ √a ÷ (√(x+a) + √x) dx

=  ∫ 1 ÷ √a * (√(x+a) + √x) dx

= a^(-1/2) * ∫ (x+a)^(1/2) + x^(1/2) dx

= 2 ÷ (3 * a^(1/2)) * ((x + a)^(3/2) + x^(3/2)) + C

= 2 ÷ (3 * a^0.5) * ((x + a)^1.5 + x^1.5) + C



Questions of preference:


Which is your preferred notation:


(1)  √x,  x^(1/2), or x^0.5?


(2)  x^(3/2) or x^1.5?  


Let us know in the comments.



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. 


Basic vs. Python: Circle Inscribed in Circle [HP 71B, Casio fx-CG 100]

Basic vs. Python: Circle Inscribed in Circle Calculators Used: Basic: HP 71B Python: Casio fx-CG 100 Introduction ...