問題1では、双曲線関数coshとsinhに$\log 2$や$\log(2+\sqrt{3})$を代入した値を計算します。 問題2では、双曲線正接関数$\tanh x$について、対称性、増減、凹凸、極限($\lim_{x \to \infty} \tanh x$, $\lim_{x \to -\infty} \tanh x$)などを調べ、グラフの概形を描きます。

解析学双曲線関数双曲線正接関数微分極限グラフ
2025/7/1

1. 問題の内容

問題1では、双曲線関数coshとsinhにlog2\log 2log(2+3)\log(2+\sqrt{3})を代入した値を計算します。
問題2では、双曲線正接関数tanhx\tanh xについて、対称性、増減、凹凸、極限(limxtanhx\lim_{x \to \infty} \tanh x, limxtanhx\lim_{x \to -\infty} \tanh x)などを調べ、グラフの概形を描きます。

2. 解き方の手順

問題1:
双曲線関数は以下のように定義されます。
coshx=ex+ex2\cosh x = \frac{e^x + e^{-x}}{2}
sinhx=exex2\sinh x = \frac{e^x - e^{-x}}{2}
これらの定義に基づいて計算します。対数は自然対数(底がe)とします。
(1) cosh(log2)=elog2+elog22=2+122=522=54\cosh(\log 2) = \frac{e^{\log 2} + e^{-\log 2}}{2} = \frac{2 + \frac{1}{2}}{2} = \frac{\frac{5}{2}}{2} = \frac{5}{4}
(2) sinh(log2)=elog2elog22=2122=322=34\sinh(\log 2) = \frac{e^{\log 2} - e^{-\log 2}}{2} = \frac{2 - \frac{1}{2}}{2} = \frac{\frac{3}{2}}{2} = \frac{3}{4}
(3) cosh(log(2+3))=elog(2+3)+elog(2+3)2=(2+3)+12+32\cosh(\log(2+\sqrt{3})) = \frac{e^{\log(2+\sqrt{3})} + e^{-\log(2+\sqrt{3})}}{2} = \frac{(2+\sqrt{3}) + \frac{1}{2+\sqrt{3}}}{2}
ここで、12+3=23(2+3)(23)=2343=23 \frac{1}{2+\sqrt{3}} = \frac{2-\sqrt{3}}{(2+\sqrt{3})(2-\sqrt{3})} = \frac{2-\sqrt{3}}{4-3} = 2-\sqrt{3} なので、
cosh(log(2+3))=(2+3)+(23)2=42=2\cosh(\log(2+\sqrt{3})) = \frac{(2+\sqrt{3}) + (2-\sqrt{3})}{2} = \frac{4}{2} = 2
(4) sinh(log(2+3))=elog(2+3)elog(2+3)2=(2+3)12+32\sinh(\log(2+\sqrt{3})) = \frac{e^{\log(2+\sqrt{3})} - e^{-\log(2+\sqrt{3})}}{2} = \frac{(2+\sqrt{3}) - \frac{1}{2+\sqrt{3}}}{2}
=(2+3)(23)2=232=3= \frac{(2+\sqrt{3}) - (2-\sqrt{3})}{2} = \frac{2\sqrt{3}}{2} = \sqrt{3}
問題2:
双曲線正接関数は以下のように定義されます。
tanhx=sinhxcoshx=exexex+ex=e2x1e2x+1\tanh x = \frac{\sinh x}{\cosh x} = \frac{e^x - e^{-x}}{e^x + e^{-x}} = \frac{e^{2x}-1}{e^{2x}+1}
対称性:
tanh(x)=e2x1e2x+1=1e2x1+e2x=e2x1e2x+1=tanhx\tanh(-x) = \frac{e^{-2x}-1}{e^{-2x}+1} = \frac{1-e^{2x}}{1+e^{2x}} = -\frac{e^{2x}-1}{e^{2x}+1} = -\tanh x
したがって、tanhx\tanh xは奇関数であり、原点対称です。
増減:
tanhx\tanh xの微分を計算します。
(tanhx)=ddxexexex+ex=(ex+ex)2(exex)2(ex+ex)2=4(ex+ex)2=1cosh2x(\tanh x)' = \frac{d}{dx} \frac{e^x - e^{-x}}{e^x + e^{-x}} = \frac{(e^x + e^{-x})^2 - (e^x - e^{-x})^2}{(e^x + e^{-x})^2} = \frac{4}{(e^x + e^{-x})^2} = \frac{1}{\cosh^2 x}
cosh2x>0\cosh^2 x > 0なので、(tanhx)>0(\tanh x)' > 0であり、tanhx\tanh xは常に増加関数です。
凹凸:
(tanhx)=ddx(cosh2x)=2cosh3xsinhx=2sinhxcosh3x=2tanhxsech2x(\tanh x)'' = \frac{d}{dx} (\cosh^{-2} x) = -2 \cosh^{-3} x \sinh x = -2 \frac{\sinh x}{\cosh^3 x} = -2 \tanh x \operatorname{sech}^2 x
(tanhx)=0(\tanh x)'' = 0のとき、tanhx=0\tanh x = 0となり、x=0x = 0です。
x<0x < 0のとき、tanhx<0\tanh x < 0なので(tanhx)>0(\tanh x)'' > 0となり、下に凸です。
x>0x > 0のとき、tanhx>0\tanh x > 0なので(tanhx)<0(\tanh x)'' < 0となり、上に凸です。
したがって、x=0x=0は変曲点です。
極限:
limxtanhx=limxe2x1e2x+1=limx1e2x1+e2x=101+0=1\lim_{x \to \infty} \tanh x = \lim_{x \to \infty} \frac{e^{2x}-1}{e^{2x}+1} = \lim_{x \to \infty} \frac{1-e^{-2x}}{1+e^{-2x}} = \frac{1-0}{1+0} = 1
limxtanhx=limxe2x1e2x+1=010+1=1\lim_{x \to -\infty} \tanh x = \lim_{x \to -\infty} \frac{e^{2x}-1}{e^{2x}+1} = \frac{0-1}{0+1} = -1

3. 最終的な答え

問題1:
(1) cosh(log2)=54\cosh(\log 2) = \frac{5}{4}
(2) sinh(log2)=34\sinh(\log 2) = \frac{3}{4}
(3) cosh(log(2+3))=2\cosh(\log(2+\sqrt{3})) = 2
(4) sinh(log(2+3))=3\sinh(\log(2+\sqrt{3})) = \sqrt{3}
問題2:
tanhx\tanh xは奇関数であり、原点対称。常に増加関数。x=0x=0は変曲点。
limxtanhx=1\lim_{x \to \infty} \tanh x = 1
limxtanhx=1\lim_{x \to -\infty} \tanh x = -1
グラフは原点対称なS字カーブを描き、y=1とy=-1が漸近線です。

「解析学」の関連問題

関数 $f(x) = 2\sqrt{x}$が与えられています。この関数の定義域を求める必要があります。定義域は、関数が意味を持つような $x$ の値の範囲です。 特に問題文に指示がないのであれば、$x...

関数定義域平方根
2025/7/1

以下の5つの不定積分を計算します。 (1) $\int \frac{x}{\sqrt{5-x}} dx$ (2) $\int \frac{\sin x \cos^2 x}{1 + \cos x} dx...

不定積分置換積分三角関数
2025/7/1

問題は平均値の定理を満たす $c$ の値を求める問題です。 (c) 関数 $f(x) = \sin x$ が区間 $I = [0, \pi]$ で与えられたとき、平均値の定理を満たす $c$ を求める...

平均値の定理三角関数微分
2025/7/1

関数 $f(x) = \log(1+x)$ に対して、マクローリンの定理($n=2$)を適用した式を求め、それを用いて $\log(1.02)$ の近似値を小数第4位まで求め、さらにその近似値の誤差の...

マクローリン展開テイラー展開近似対数関数誤差
2025/7/1

与えられた5つの積分を計算します。 (1) $\int \sin x \sin 2x \, dx$ (2) $\int \frac{e^{2x}}{e^x - 1} \, dx$ (3) $\int ...

積分三角関数指数関数置換積分
2025/7/1

与えられた数列の和 $S = \sum_{k=1}^{n} \frac{1}{(2k-1)(2k+1)}$ を求める問題です。

数列級数部分分数分解telescoping sum
2025/7/1

与えられた和 $S$ を計算する問題です。 $$ S = \sum_{k=1}^{n} \frac{1}{(2k-1)(2k+1)} $$

級数部分分数分解telescoping sumシグマ
2025/7/1

与えられた数列の和 $S$ を求める問題です。 $S = \sum_{k=1}^{n} \frac{1}{(2k-1)(2k+1)}$

数列級数部分分数分解望遠鏡和
2025/7/1

$\int \cos(2x - \frac{\pi}{3}) dx$ を計算します。

積分置換積分三角関数ルート
2025/7/1

与えられた級数 $S = \sum_{k=1}^{n} \frac{1}{(3k-1)(3k+2)}$ を計算せよ。

級数部分分数分解望遠鏡級数
2025/7/1