
Patrick B. answered 12/18/20
Math and computer tutor/teacher
Let U = sqrt(a - bx^2) = (a - bx^2)^(1/2)
**Note that as a result, U^2 = a-bx^2 and then a-U^2 = bx^2
then dU = (1/2)(a - bx^2)^(-1/2) (2bx) dx
= (a-bx^2)^(-1/2) (bx) dx
= (bx)*dx/ sqrt(a - bx^2)
So then dx = dU *sqrt(a-bx^2)/(bx)
The integral in question becomes:
dU / bx^2 =
dU / (a-U^2) <--- **from the note specified above
This can be integrated via partial fraction decomposition (pfd):
I(U) = dU / (k+ U)(k - U)) where k = sqrt(a)
PFD is :
I(U)= B/(k+U) + C/(k-U) where k,C, and B are fixed # constants
but k is known and given
Multiplies both sides by LCD (k+U)(k-U)
1 = B(k-U) + C(k+U)
1 = k(B+C) + U(C-B) <-- remember , var is U
then C-b= 0
(B+C)k = 1
The first equation says b=c
the second equation becomes: 2bk=1
b = 1/(2k)
the pfd is:
(1/2k) [ 1/(k+U) + 1/(k-U)]
Integrating linearly:
(1/2k) ln[k+u] + ln[k-U] where U is the square root function
substituted above
integration complete