はい、承知いたしました。問題を解いていきます。

解析学不定積分微分部分積分部分分数分解陰関数
2025/7/14
はい、承知いたしました。問題を解いていきます。
**

1. 問題の内容**

問題は以下の通りです。
[1] 次の不定積分を計算せよ。
(1) cos1xdx\int \cos^{-1} x \, dx
(2) 1x23x10dx\int \frac{1}{x^2 - 3x - 10} \, dx
(3) 1(x2)2(x2+1)dx\int \frac{1}{(x-2)^2 (x^2 + 1)} \, dx
(4) 1cosxsinxdx\int \frac{1 - \cos x}{\sin x} \, dx
[2] 次の関数を微分せよ。(2) については陰関数 y=y(x)y = y(x) の導関数 dydx\frac{dy}{dx}x,yx, y の式で表せ。
(1) y=xtan1xlog1+x2y = x \tan^{-1} x - \log \sqrt{1 + x^2}
(2) x3+3xy+y3=0x^3 + 3xy + y^3 = 0
**

2. 解き方の手順**

[1] 不定積分の計算
(1) cos1xdx\int \cos^{-1} x \, dx
部分積分を用います。u=cos1xu = \cos^{-1} x, dv=dxdv = dx とおくと、du=11x2dxdu = -\frac{1}{\sqrt{1 - x^2}} dx, v=xv = x となります。
したがって、
cos1xdx=xcos1xx(11x2)dx\int \cos^{-1} x \, dx = x \cos^{-1} x - \int x \left( -\frac{1}{\sqrt{1 - x^2}} \right) dx
=xcos1x+x1x2dx= x \cos^{-1} x + \int \frac{x}{\sqrt{1 - x^2}} dx
ここで、t=1x2t = 1 - x^2 とおくと、dt=2xdxdt = -2x \, dx なので、x1x2dx=121tdt=t=1x2\int \frac{x}{\sqrt{1 - x^2}} dx = -\frac{1}{2} \int \frac{1}{\sqrt{t}} dt = -\sqrt{t} = -\sqrt{1 - x^2}
よって、
cos1xdx=xcos1x1x2+C\int \cos^{-1} x \, dx = x \cos^{-1} x - \sqrt{1 - x^2} + C
(2) 1x23x10dx\int \frac{1}{x^2 - 3x - 10} \, dx
1x23x10=1(x5)(x+2)\frac{1}{x^2 - 3x - 10} = \frac{1}{(x - 5)(x + 2)}
部分分数分解を行うと、
1(x5)(x+2)=Ax5+Bx+2\frac{1}{(x - 5)(x + 2)} = \frac{A}{x - 5} + \frac{B}{x + 2}
1=A(x+2)+B(x5)1 = A(x + 2) + B(x - 5)
x=5x = 5 のとき、1=7A1 = 7A より A=17A = \frac{1}{7}
x=2x = -2 のとき、1=7B1 = -7B より B=17B = -\frac{1}{7}
したがって、
1x23x10dx=17(1x51x+2)dx=17(logx5logx+2)+C=17logx5x+2+C\int \frac{1}{x^2 - 3x - 10} \, dx = \frac{1}{7} \int \left( \frac{1}{x - 5} - \frac{1}{x + 2} \right) dx = \frac{1}{7} (\log |x - 5| - \log |x + 2|) + C = \frac{1}{7} \log \left| \frac{x - 5}{x + 2} \right| + C
(3) 1(x2)2(x2+1)dx\int \frac{1}{(x-2)^2 (x^2 + 1)} \, dx
部分分数分解を行うと、
1(x2)2(x2+1)=Ax2+B(x2)2+Cx+Dx2+1\frac{1}{(x-2)^2 (x^2 + 1)} = \frac{A}{x-2} + \frac{B}{(x-2)^2} + \frac{Cx + D}{x^2 + 1}
1=A(x2)(x2+1)+B(x2+1)+(Cx+D)(x2)21 = A(x-2)(x^2+1) + B(x^2+1) + (Cx+D)(x-2)^2
1=A(x32x2+x2)+B(x2+1)+(Cx+D)(x24x+4)1 = A(x^3 - 2x^2 + x - 2) + B(x^2 + 1) + (Cx+D)(x^2 - 4x + 4)
1=A(x32x2+x2)+B(x2+1)+C(x34x2+4x)+D(x24x+4)1 = A(x^3 - 2x^2 + x - 2) + B(x^2 + 1) + C(x^3 - 4x^2 + 4x) + D(x^2 - 4x + 4)
1=(A+C)x3+(2A+B4C+D)x2+(A+4C4D)x+(2A+B+4D)1 = (A+C)x^3 + (-2A+B-4C+D)x^2 + (A+4C-4D)x + (-2A+B+4D)
係数比較すると
A+C=0A+C = 0
2A+B4C+D=0-2A+B-4C+D = 0
A+4C4D=0A+4C-4D = 0
2A+B+4D=1-2A+B+4D = 1
A=CA = -C
2(C)+B4C+D=0B2C+D=0-2(-C) + B - 4C + D = 0 \Rightarrow B - 2C + D = 0
C+4C4D=03C4D=0-C + 4C - 4D = 0 \Rightarrow 3C - 4D = 0
2(C)+B+4D=1B+2C+4D=1-2(-C) + B + 4D = 1 \Rightarrow B + 2C + 4D = 1
3C=4D3C = 4D
B=2CD=2C34C=54CB = 2C - D = 2C - \frac{3}{4}C = \frac{5}{4}C
54C+2C+4(34C)=1\frac{5}{4}C + 2C + 4(\frac{3}{4}C) = 1
54C+2C+3C=1\frac{5}{4}C + 2C + 3C = 1
(54+5)C=1(\frac{5}{4} + 5)C = 1
254C=1\frac{25}{4}C = 1
C=425C = \frac{4}{25}
A=425A = -\frac{4}{25}
D=34C=34425=325D = \frac{3}{4}C = \frac{3}{4} \cdot \frac{4}{25} = \frac{3}{25}
B=54C=54425=15=525B = \frac{5}{4}C = \frac{5}{4} \cdot \frac{4}{25} = \frac{1}{5} = \frac{5}{25}
1(x2)2(x2+1)dx=(4251x2+5251(x2)2+425x+325x2+1)dx\int \frac{1}{(x-2)^2 (x^2 + 1)} \, dx = \int (-\frac{4}{25} \frac{1}{x-2} + \frac{5}{25} \frac{1}{(x-2)^2} + \frac{\frac{4}{25}x + \frac{3}{25}}{x^2 + 1}) \, dx
=425logx25251x2+425xx2+1dx+3251x2+1dx= -\frac{4}{25} \log|x-2| - \frac{5}{25} \frac{1}{x-2} + \frac{4}{25} \int \frac{x}{x^2+1} dx + \frac{3}{25} \int \frac{1}{x^2+1} dx
=425logx215(x2)+225log(x2+1)+325arctan(x)+C= -\frac{4}{25} \log|x-2| - \frac{1}{5(x-2)} + \frac{2}{25} \log(x^2+1) + \frac{3}{25} \arctan(x) + C
=225log(x2+1(x2)2)15(x2)+325arctan(x)+C= \frac{2}{25} \log(\frac{x^2+1}{(x-2)^2}) - \frac{1}{5(x-2)} + \frac{3}{25} \arctan(x) + C
(4) 1cosxsinxdx\int \frac{1 - \cos x}{\sin x} \, dx
1cosxsinx=1sinxcosxsinx=cscxcotx\frac{1 - \cos x}{\sin x} = \frac{1}{\sin x} - \frac{\cos x}{\sin x} = \csc x - \cot x
1cosxsinxdx=(cscxcotx)dx=cscxdxcotxdx\int \frac{1 - \cos x}{\sin x} dx = \int (\csc x - \cot x) dx = \int \csc x \, dx - \int \cot x \, dx
cscxdx=logcscx+cotx\int \csc x \, dx = -\log |\csc x + \cot x|
cotxdx=logsinx\int \cot x \, dx = \log |\sin x|
Therefore, 1cosxsinxdx=logcscx+cotxlogsinx+C\int \frac{1 - \cos x}{\sin x} dx = -\log |\csc x + \cot x| - \log |\sin x| + C
Also,
1cosxsinx=2sin2x22sinx2cosx2=tanx2\frac{1 - \cos x}{\sin x} = \frac{2 \sin^2 \frac{x}{2}}{2 \sin \frac{x}{2} \cos \frac{x}{2}} = \tan \frac{x}{2}
tanx2dx=2logcosx2+C\int \tan \frac{x}{2} dx = -2\log |\cos \frac{x}{2}| + C
(5) 微分
(1) y=xtan1xlog1+x2y = x \tan^{-1} x - \log \sqrt{1 + x^2}
dydx=tan1x+x11+x211+x2121+x22x=tan1x+x1+x2x1+x2=tan1x\frac{dy}{dx} = \tan^{-1} x + x \cdot \frac{1}{1 + x^2} - \frac{1}{\sqrt{1 + x^2}} \cdot \frac{1}{2 \sqrt{1 + x^2}} \cdot 2x = \tan^{-1} x + \frac{x}{1 + x^2} - \frac{x}{1 + x^2} = \tan^{-1} x
(2) x3+3xy+y3=0x^3 + 3xy + y^3 = 0
陰関数微分を行うと、
3x2+3y+3xdydx+3y2dydx=03x^2 + 3y + 3x \frac{dy}{dx} + 3y^2 \frac{dy}{dx} = 0
3x2+3y+(3x+3y2)dydx=03x^2 + 3y + (3x + 3y^2) \frac{dy}{dx} = 0
(x+y2)dydx=x2y(x + y^2) \frac{dy}{dx} = -x^2 - y
dydx=x2+yx+y2\frac{dy}{dx} = -\frac{x^2 + y}{x + y^2}
**

3. 最終的な答え**

[1] 不定積分の計算
(1) cos1xdx=xcos1x1x2+C\int \cos^{-1} x \, dx = x \cos^{-1} x - \sqrt{1 - x^2} + C
(2) 1x23x10dx=17logx5x+2+C\int \frac{1}{x^2 - 3x - 10} \, dx = \frac{1}{7} \log \left| \frac{x - 5}{x + 2} \right| + C
(3) 1(x2)2(x2+1)dx=225log(x2+1(x2)2)15(x2)+325arctan(x)+C\int \frac{1}{(x-2)^2 (x^2 + 1)} \, dx = \frac{2}{25} \log(\frac{x^2+1}{(x-2)^2}) - \frac{1}{5(x-2)} + \frac{3}{25} \arctan(x) + C
(4) 1cosxsinxdx=2logcosx2+C=logcscxcotx+C\int \frac{1 - \cos x}{\sin x} \, dx = -2\log |\cos \frac{x}{2}| + C = \log |\csc x - \cot x| + C
[2] 微分
(1) dydx=tan1x\frac{dy}{dx} = \tan^{-1} x
(2) dydx=x2+yx+y2\frac{dy}{dx} = -\frac{x^2 + y}{x + y^2}

「解析学」の関連問題

放物線 $C: y = 2x^2$ と点 $(1, 4)$ を通る直線 $l$ が2点で交わっている。(1) $C$ と $l$ の2つの交点の $x$ 座標を $\alpha, \beta$ (ただ...

積分放物線面積二次関数解と係数の関係
2025/7/14

$a > 1$ とする。2点 $(1, 0)$, $(a, \log a)$ を通る直線を $\ell$ とする。$\ell$ と曲線 $y = \log x$ で囲まれた図形の面積が 2 より大きく...

積分対数関数面積不等式
2025/7/14

問題文は、与えられた関数 $f(x, y)$ の等高線 $f(x, y) = 0$ について、点 $(1, 2)$ における傾きを求めるものです。具体的には以下の3つの関数について求めます。 a) $...

陰関数偏微分等高線微分
2025/7/14

問題1は、与えられた関数 $f(x, y)$ の等高線 $f(x, y) = 0$ について、点$(1, 2)$における傾きを求める問題です。 具体的には、以下の3つの関数について傾きを計算します。 ...

陰関数偏微分勾配等高線多変数関数
2025/7/14

$a > 1$ とする。直線 $l$ は点 $(1, 0)$ と $(a, \log a)$ を通る。直線 $l$ と曲線 $y = \log x$ で囲まれた図形の面積が $2$ より大きくなるのは...

積分対数関数面積
2025/7/14

$a > 1$ とする。2点 $(1, 0)$, $(a, \log a)$ を通る直線を $\ell$ とする。$\ell$ と曲線 $y = \log x$ で囲まれた図形の面積が2より大きくなる...

積分対数関数面積不等式
2025/7/14

曲線 $x = a \cos(\omega t)$, $y = a \sin(\omega t)$, $z = t$ ($0 \leq t \leq \frac{2\pi}{\omega}$) の長さ...

曲線長さ積分パラメータ表示
2025/7/14

問題2:方程式 $2x^3 + 3x^2 - 12x - 2 = 0$ の実数解の個数とその符号を調べる。 問題3:方程式 $x^3 - 6x^2 + 9x = k$ の実数解の個数が $k$ の値に...

三次関数実数解増減微分
2025/7/14

放物線 $y = 2x - x^2$ とx軸で囲まれた部分の面積を、直線 $y = mx$ で2等分するように定数 $m$ の値を求めよ。

積分面積放物線定積分
2025/7/14

与えられた関数の指定された区間における最大値と最小値を求める問題です。具体的には、以下の3つの関数について解きます。 (a) $y = x^3 - 3x^2 + 2$, 区間 $I = [-2, 4]...

最大値最小値微分導関数関数の極値
2025/7/14