Processing math: 100%

If $f$ is a quadratic function such that $f(0)=1$ and

f(x)x2(x+1)3dx

is a rational function, find the value of $f'(0)$


sol)

$f(0)=1$이고, $f(x)$가 2차식이므로 $f(x)=ax^2+bx+1$로 표현할 수 있으며, 우리가 구해야하는 $f'(0)$ 값이 $b$와 같음도 알 수 있다.


먼저 유리함수의 적분을 하기 위해 Partial Fraction Decomposition을 하자.

f(x)x2(x+1)3=ax2+bx+1x2(x+1)3=ab+1(x+1)3+2b(x+1)2+1x2+3bx+1+b3x


이를 적분하면 아래와 같다.

f(x)x2(x+1)3dx=a+b12(x+1)2+b2x+11x+(b3)ln|x|(b3)ln|x+1|+C


이때, $\int{\frac{f(x)}{x^2(x+1)^3}}dx$가 유리함수라고 하였으므로, $\ln$항이 존재해서는 안된다.

(b3)ln|x|(b3)ln|x+1|=(b3){ln|x|ln|x+1|}=0

b=3


+ Recent posts