跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2013年8月実施 微积分

Author

思齐塾, 祭音Myyura

Description

次の定積分 (definite integral) を計算せよ.

I=0114x2dxI = \int_{0}^{1} \frac{1}{4-x^2} dx

题目描述

计算定积分

I=0114x2dx.I=\int_{0}^{1}\frac{1}{4-x^2}\,dx.

Kai

We can evaluate the integral by using partial fractions. First, we can write

14x2=1(2x)(2+x)=A2x+B2+x\frac{1}{4-x^2} = \frac{1}{(2-x)(2+x)} = \frac{A}{2-x} + \frac{B}{2+x}

Multiplying both sides by 4x24-x^2 , we get

1=A(2+x)+B(2x)=(AB)x+2A+2B1 = A(2+x) + B(2-x) = (A-B)x + 2A + 2B

Comparing coefficients, we have the following system of equations:

AB=0A-B = 0
2A+2B=12A + 2B = 1

From the first equation, A=BA=B . Substituting this into the second equation, we have 4A=14A=1 , so A=14A = \frac{1}{4} and B=14B = \frac{1}{4} . Thus,

14x2=14(12x+12+x)\frac{1}{4-x^2} = \frac{1}{4} \left(\frac{1}{2-x} + \frac{1}{2+x}\right)

Now we can evaluate the integral:

I=0114x2dx=1401(12x+12+x)dxI = \int_0^1 \frac{1}{4-x^2} dx = \frac{1}{4} \int_0^1 \left(\frac{1}{2-x} + \frac{1}{2+x}\right) dx
I=14[ln2x+ln2+x]01=14[ln2+x2x]01I = \frac{1}{4} \left[ -\ln|2-x| + \ln|2+x| \right]_0^1 = \frac{1}{4} \left[ \ln\left|\frac{2+x}{2-x}\right| \right]_0^1
I=14(ln(2+121)ln(2+020))=14(ln(3)ln(1))=14(ln30)=14ln3I = \frac{1}{4} \left( \ln\left(\frac{2+1}{2-1}\right) - \ln\left(\frac{2+0}{2-0}\right) \right) = \frac{1}{4} \left( \ln(3) - \ln(1) \right) = \frac{1}{4}(\ln 3 - 0) = \frac{1}{4} \ln 3

So, the integral is

I=ln34I = \frac{\ln 3}{4}

Final Answer: The final answer is ln34\boxed{\frac{\ln 3}{4}}