α = ln(2), β = ln(1 + √2). Verified with formula: ln|\(\frac{x+a}{x-a}\)|.
1Step 1: Trigonometric Substitution x = a sin(θ)
Start with the substitution \(x = a \sin(\theta)\). Then, \( dx = a \cos(\theta) d\theta \). Substitute into the integral:\[ \int \frac{1}{a^2 - x^2} \, dx = \int \frac{1}{a^2 - (a^2 \sin^2(\theta))} \, a \cos(\theta) d\theta \]\( = \int \frac{a \cos(\theta)}{a^2 \cos^2(\theta)} \, d\theta \)\( = \int \frac{1}{a \cos(\theta)} \, d\theta \)\( = \frac{1}{a} \int \sec(\theta) \, d\theta \) where \(\sec(\theta) = \frac{1}{\cos(\theta)} \).
2Step 2: Evaluate the Integral with x = a sin(θ)
The integral of \(\sec(\theta)\) is \(\ln|\sec(\theta) + \tan(\theta)| + C\). Thus:\[ \frac{1}{a} \ln|\sec(\theta) + \tan(\theta)| + C \]Convert back to terms of \(x\):\( \sec(\theta) = \frac{1}{\cos(\theta)} = \frac{a}{\sqrt{a^2 - x^2}}\) and \( \tan(\theta) = \frac{x}{\sqrt{a^2 - x^2}} \).Thus, the expression becomes:\[ \frac{1}{a} \ln \left(\frac{x + a}{\sqrt{a^2 - x^2}}\right) + C \]
3Step 3: Trigonometric Substitution x = a sec(θ)
Use the substitution \(x = a \sec(\theta)\), then \(dx = a \sec(\theta) \tan(\theta) \, d\theta\).Substitute into the original integral:\[ \int \frac{1}{a^2-x^2} \, dx = \int \frac{1}{a^2 - a^2 \sec^2(\theta)} \cdot a \sec(\theta) \tan(\theta) \, d\theta \]\( = \int \frac{-a \sec(\theta) \tan(\theta)}{a^2 \tan^2(\theta)} \, d\theta \)\( = -\frac{1}{a} \int \csc(\theta) \, d\theta \) where \( \csc(\theta) = \frac{1}{\sin(\theta)} \).
4Step 4: Evaluate the Integral with x = a sec(θ)
The integral of \(\csc(\theta)\) is \(-\ln|\csc(\theta) + \cot(\theta)| + C\). Thus:\[ -\frac{1}{a} \ln|\csc(\theta) + \cot(\theta)| + C \]In terms of \(x\):- \(\csc(\theta) = \frac{x}{\sqrt{x^2 - a^2}}\)- \(\cot(\theta) = \frac{a}{\sqrt{x^2-a^2}}\)Become:\[ \frac{1}{a} \ln \left(\frac{x+a}{\sqrt{x^2-a^2}}\right) + C \]
5Step 5: Evaluate α and β
For \(\alpha = \int_0^{1/2} \frac{1}{1-x^2} \, dx\), use \(a = 1\) for the first formula:\[ \left. \frac{1}{1} \ln \left(\frac{x+1}{\sqrt{1 - x^2}}\right) \right|_0^{1/2} \]Calculating, you get:\(\alpha = \ln(2)\)For \(\beta = \int_{\sqrt{2}}^2 \frac{1}{1-x^2} \, dx\), use \(a = 1\) for the second formula:\[ \left. \frac{1}{1} \ln \left(\frac{x+1}{\sqrt{x^2-1}}\right) \right|_{\sqrt{2}}^{2} \]Calculating, you get:\(\beta = \ln \left(1 + \sqrt{2} \right)\)
6Step 6: Verify Identity
Start with the identity: \( \frac{1}{a^{2}-x^{2}}=\frac{1}{2 a}\left(\frac{1}{x+a}-\frac{1}{x-a}\right) \)Integrate:\[ \frac{1}{2a} \left( \ln|x+a| - \ln|x-a| \right) + C \]This simplifies to:\[ \frac{1}{2a} \ln \left| \frac{x+a}{x-a} \right| + C \]
7Step 7: Verify α and β with Identity
Use the verified formula for \(\alpha\) and \(\beta\):For \(\alpha\):\[ \int_0^{1/2} \frac{1}{1-x^2} \, dx = \frac{1}{2} \ln \left| \frac{1/2+1}{1/2-1} \right| \]Calculating gives \(\ln(2)\) as expected.For \(\beta\):\[ \int_{\sqrt{2}}^2 \frac{1}{1-x^2} \, dx = \frac{1}{2} \ln \left| \frac{2+1}{\sqrt{2}+1} \right| \]Calculating gives \(\ln(1+\sqrt{2})\) confirming previous results.