みんなの教科書GitHub

数学I 図形と計量

答えと解説

答えが合っていても、解説を読んで「なぜそう解くのか」まで確認すると力がつきます。 解説を読んでもわからないときは、AIに質問してみましょう。

1基本

C=90\angle C = 90^\circBC=3BC = 3CA=4CA = 4 の直角三角形 ABCABC について、sinA\sin AcosA\cos AtanA\tan A の値を求めよ。

答え

sinA=35\sin A = \dfrac{3}{5}cosA=45\cos A = \dfrac{4}{5}tanA=34\tan A = \dfrac{3}{4}

解説

まず三平方の定理で斜辺 ABAB を求めます。

AB2=BC2+CA2=9+16=25AB^2 = BC^2 + CA^2 = 9 + 16 = 25

AB>0AB > 0 だから AB=5AB = 5 です。

AA から見ると、対辺は BC=3BC = 3、隣辺は CA=4CA = 4、斜辺は AB=5AB = 5 なので、定義より

sinA=35,cosA=45,tanA=34\sin A = \frac{3}{5}, \quad \cos A = \frac{4}{5}, \quad \tan A = \frac{3}{4}

「どの角から見た三角比か」で対辺・隣辺が入れかわります。図をかいて、角 AA の位置を確認してから読み取るのがミスを防ぐコツです。

ChatGPTで質問Claudeで質問Geminiで質問
2基本

次の値を求めよ。
(1) sin120\sin 120^\circ
(2) cos135\cos 135^\circ
(3) tan150\tan 150^\circ

答え

(1) 32\dfrac{\sqrt{3}}{2}
(2) 22-\dfrac{\sqrt{2}}{2}
(3) 33-\dfrac{\sqrt{3}}{3}

解説

180θ180^\circ - \theta の公式(sin\sin はそのまま、cos\costan\tan は符号が変わる)で鋭角に直します。

(1) 120=18060120^\circ = 180^\circ - 60^\circ なので

sin120=sin60=32\sin 120^\circ = \sin 60^\circ = \frac{\sqrt{3}}{2}

(2) 135=18045135^\circ = 180^\circ - 45^\circ なので

cos135=cos45=22\cos 135^\circ = -\cos 45^\circ = -\frac{\sqrt{2}}{2}

(3) 150=18030150^\circ = 180^\circ - 30^\circ なので

tan150=tan30=13=33\tan 150^\circ = -\tan 30^\circ = -\frac{1}{\sqrt{3}} = -\frac{\sqrt{3}}{3}

鈍角では sin\sin だけが正で、cos\costan\tan は必ず負になります。答えを書いたら符号だけでも見直しましょう。

ChatGPTで質問Claudeで質問Geminiで質問
3基本

0<θ<900^\circ < \theta < 90^\circsinθ=13\sin\theta = \dfrac{1}{3} のとき、cosθ\cos\thetatanθ\tan\theta の値を求めよ。

答え

cosθ=223\cos\theta = \dfrac{2\sqrt{2}}{3}tanθ=24\tan\theta = \dfrac{\sqrt{2}}{4}

解説

相互関係 sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 を使います。

cos2θ=1sin2θ=119=89\cos^2\theta = 1 - \sin^2\theta = 1 - \frac{1}{9} = \frac{8}{9}

θ\theta は鋭角で cosθ>0\cos\theta > 0 だから

cosθ=89=223\cos\theta = \sqrt{\frac{8}{9}} = \frac{2\sqrt{2}}{3}

次に tanθ=sinθcosθ\tan\theta = \dfrac{\sin\theta}{\cos\theta} より

tanθ=13÷223=13×322=122=24\tan\theta = \frac{1}{3} \div \frac{2\sqrt{2}}{3} = \frac{1}{3} \times \frac{3}{2\sqrt{2}} = \frac{1}{2\sqrt{2}} = \frac{\sqrt{2}}{4}

最後の変形は分母の有理化です。cos2θ\cos^2\theta から cosθ\cos\theta を出すとき、角の範囲を見て符号を決めることを忘れないようにしましょう。

ChatGPTで質問Claudeで質問Geminiで質問
4基本

三角形 ABCABC において、a=6a = 6A=60A = 60^\circB=45B = 45^\circ のとき、外接円の半径 RR と辺 bb を求めよ。

答え

R=23R = 2\sqrt{3}b=26b = 2\sqrt{6}

解説

外接円の半径がからむので正弦定理 asinA=2R\dfrac{a}{\sin A} = 2R を使います。

2R=asinA=6sin60=632=123=432R = \frac{a}{\sin A} = \frac{6}{\sin 60^\circ} = \frac{6}{\dfrac{\sqrt{3}}{2}} = \frac{12}{\sqrt{3}} = 4\sqrt{3}

よって

R=23R = 2\sqrt{3}

次に bb も正弦定理 b=2RsinBb = 2R\sin B で求めます。

b=43×sin45=43×22=26b = 4\sqrt{3} \times \sin 45^\circ = 4\sqrt{3} \times \frac{\sqrt{2}}{2} = 2\sqrt{6}

asinA=2R\dfrac{a}{\sin A} = 2R をひとつ計算しておくと、残りの辺は「2R×sin2R \times \sin(対角)」ですぐ出せます。

ChatGPTで質問Claudeで質問Geminiで質問
5基本

三角形 ABCABC において、b=2b = 2c=3c = 3A=60A = 60^\circ のとき、aa を求めよ。

答え

a=7a = \sqrt{7}

解説

2辺とその間の角が分かっているので余弦定理を使います。

a2=b2+c22bccosAa^2 = b^2 + c^2 - 2bc\cos A

に値を代入して

a2=22+322×2×3×cos60=4+912×12=136=7a^2 = 2^2 + 3^2 - 2 \times 2 \times 3 \times \cos 60^\circ = 4 + 9 - 12 \times \frac{1}{2} = 13 - 6 = 7

a>0a > 0 だから

a=7a = \sqrt{7}

余弦定理は「2bccosA-2bc\cos A」の符号ミスが最も多い定理です。cosA\cos A が正のとき引き算、負のとき結果的に足し算になる、と意識して検算しましょう。

ChatGPTで質問Claudeで質問Geminiで質問
6標準

0θ1800^\circ \le \theta \le 180^\circcosθ=14\cos\theta = -\dfrac{1}{4} のとき、sinθ\sin\thetatanθ\tan\theta の値を求めよ。

答え

sinθ=154\sin\theta = \dfrac{\sqrt{15}}{4}tanθ=15\tan\theta = -\sqrt{15}

解説

相互関係 sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 より

sin2θ=1cos2θ=1116=1516\sin^2\theta = 1 - \cos^2\theta = 1 - \frac{1}{16} = \frac{15}{16}

0θ1800^\circ \le \theta \le 180^\circ の範囲では sinθ0\sin\theta \ge 0 だから

sinθ=154\sin\theta = \frac{\sqrt{15}}{4}

次に tanθ=sinθcosθ\tan\theta = \dfrac{\sin\theta}{\cos\theta} より

tanθ=154÷(14)=154×(4)=15\tan\theta = \frac{\sqrt{15}}{4} \div \left(-\frac{1}{4}\right) = \frac{\sqrt{15}}{4} \times (-4) = -\sqrt{15}

00^\circ から 180180^\circ の範囲では sinθ\sin\theta は場合分け不要で常に 00 以上です(ここが cos\cos との違い)。cosθ<0\cos\theta < 0 なので tanθ\tan\theta も負になる、と符号の整合性を確認しましょう。

ChatGPTで質問Claudeで質問Geminiで質問
7標準

三角形 ABCABC において、a=7a = 7b=5b = 5c=3c = 3 のとき、AA を求めよ。

答え

A=120A = 120^\circ

解説

3辺が分かっているので、余弦定理を角を求める形で使います。

cosA=b2+c2a22bc=25+9492×5×3=1530=12\cos A = \frac{b^2 + c^2 - a^2}{2bc} = \frac{25 + 9 - 49}{2 \times 5 \times 3} = \frac{-15}{30} = -\frac{1}{2}

0<A<1800^\circ < A < 180^\circ だから

A=120A = 120^\circ

最大の辺 a=7a = 7 の対角なので、AA が最大角です。分子 b2+c2a2b^2 + c^2 - a^2 が負になった時点で「鈍角だ」と分かるので、答えが鋭角になっていたら計算ミスを疑えます。

ChatGPTで質問Claudeで質問Geminiで質問
8標準

三角形 ABCABC において、b=8b = 8c=5c = 5A=60A = 60^\circ とする。
(1) 面積 SS を求めよ。
(2) aa を求めよ。
(3) 内接円の半径 rr を求めよ。

答え

(1) S=103S = 10\sqrt{3}
(2) a=7a = 7
(3) r=3r = \sqrt{3}

解説

(1) 2辺とその間の角が分かっているので、面積の公式を使います。

S=12bcsinA=12×8×5×sin60=20×32=103S = \frac{1}{2}bc\sin A = \frac{1}{2} \times 8 \times 5 \times \sin 60^\circ = 20 \times \frac{\sqrt{3}}{2} = 10\sqrt{3}

(2) 余弦定理より

a2=b2+c22bccosA=64+252×8×5×12=8940=49a^2 = b^2 + c^2 - 2bc\cos A = 64 + 25 - 2 \times 8 \times 5 \times \frac{1}{2} = 89 - 40 = 49

a>0a > 0 だから a=7a = 7 です。

(3) 内接円の半径は S=12r(a+b+c)S = \dfrac{1}{2}r(a + b + c) を使います。

103=12×r×(7+8+5)=10r10\sqrt{3} = \frac{1}{2} \times r \times (7 + 8 + 5) = 10r

よって

r=3r = \sqrt{3}

「面積 → 第3の辺 → 内接円の半径」という流れは定期テスト・入試の超頻出パターンです。内接円の公式は3辺すべてが必要なので、先に aa を求めておくのがポイントです。

ChatGPTで質問Claudeで質問Geminiで質問
9標準

0θ1800^\circ \le \theta \le 180^\circsinθ+cosθ=12\sin\theta + \cos\theta = \dfrac{1}{2} のとき、sinθcosθ\sin\theta\cos\thetasinθcosθ\sin\theta - \cos\theta の値を求めよ。

答え

sinθcosθ=38\sin\theta\cos\theta = -\dfrac{3}{8}sinθcosθ=72\sin\theta - \cos\theta = \dfrac{\sqrt{7}}{2}

解説

sinθ+cosθ\sin\theta + \cos\theta の値から積を出すときは、両辺を2乗するのが定石です。

(sinθ+cosθ)2=sin2θ+2sinθcosθ+cos2θ=1+2sinθcosθ(\sin\theta + \cos\theta)^2 = \sin^2\theta + 2\sin\theta\cos\theta + \cos^2\theta = 1 + 2\sin\theta\cos\theta

これが (12)2=14\left(\dfrac{1}{2}\right)^2 = \dfrac{1}{4} に等しいので

1+2sinθcosθ=141 + 2\sin\theta\cos\theta = \frac{1}{4}
sinθcosθ=38\sin\theta\cos\theta = -\frac{3}{8}

次に sinθcosθ\sin\theta - \cos\theta も2乗して考えます。

(sinθcosθ)2=12sinθcosθ=12×(38)=74(\sin\theta - \cos\theta)^2 = 1 - 2\sin\theta\cos\theta = 1 - 2 \times \left(-\frac{3}{8}\right) = \frac{7}{4}

ここで符号を決めます。0θ1800^\circ \le \theta \le 180^\circ では sinθ0\sin\theta \ge 0 であり、sinθcosθ<0\sin\theta\cos\theta < 0 から cosθ<0\cos\theta < 0 です。したがって sinθcosθ>0\sin\theta - \cos\theta > 0 となり

sinθcosθ=74=72\sin\theta - \cos\theta = \sqrt{\frac{7}{4}} = \frac{\sqrt{7}}{2}

2乗して根号を外すときの符号決定が最大の山場です。「積が負 → cosθ\cos\theta が負 → 差は正」という論理を答案にきちんと書きましょう。

ChatGPTで質問Claudeで質問Geminiで質問
10標準

水平な地面に塔が垂直に立っている。地点 AA から塔の先端を見上げた仰角は 3030^\circ であった。AA から塔に向かって 100100 m 進んだ地点 BB で見上げると、仰角は 4545^\circ であった。塔の高さを求めよ。

答え

(503+50)(50\sqrt{3} + 50) m(約 136.6136.6 m)

解説

塔の高さを hh m、塔の根もとを HH とし、BH=xBH = x m とおきます。AABBHH は一直線上にあり、AH=x+100AH = x + 100 です。

直角三角形の tan\tan で2つの式を立てます。地点 BB から

tan45=hx=1\tan 45^\circ = \frac{h}{x} = 1

よって h=xh = x です。地点 AA から

tan30=hx+100=13\tan 30^\circ = \frac{h}{x + 100} = \frac{1}{\sqrt{3}}

よって 3h=x+100\sqrt{3}\,h = x + 100 です。

h=xh = x を代入すると

3h=h+100\sqrt{3}\,h = h + 100
(31)h=100(\sqrt{3} - 1)h = 100
h=10031h = \frac{100}{\sqrt{3} - 1}

分母を有理化します。分母分子に 3+1\sqrt{3} + 1 を掛けて

h=100(3+1)(31)(3+1)=100(3+1)31=50(3+1)=503+50h = \frac{100(\sqrt{3} + 1)}{(\sqrt{3} - 1)(\sqrt{3} + 1)} = \frac{100(\sqrt{3} + 1)}{3 - 1} = 50(\sqrt{3} + 1) = 50\sqrt{3} + 50

塔の高さは (503+50)(50\sqrt{3} + 50) m、31.73\sqrt{3} \approx 1.73 とすると約 136.6136.6 m です。測量の問題は「未知数をおいて tan\tan の式を2本立てる」のが定石です。図をかいて AH=x+100AH = x + 100 の関係を正しくつかみましょう。

ChatGPTで質問Claudeで質問Geminiで質問
11標準

三角形 ABCABC において、A=45A = 45^\circB=60B = 60^\circa=2a = \sqrt{2} のとき、bb と外接円の半径 RR を求めよ。また CC の大きさを求めよ。

答え

b=3b = \sqrt{3}R=1R = 1C=75C = 75^\circ

解説

2角と1辺が分かっているので正弦定理を使います。

asinA=bsinB\frac{a}{\sin A} = \frac{b}{\sin B}

より

b=asinBsinA=2×3222=2×32×22=3b = \frac{a\sin B}{\sin A} = \frac{\sqrt{2} \times \dfrac{\sqrt{3}}{2}}{\dfrac{\sqrt{2}}{2}} = \sqrt{2} \times \frac{\sqrt{3}}{2} \times \frac{2}{\sqrt{2}} = \sqrt{3}

外接円の半径は asinA=2R\dfrac{a}{\sin A} = 2R より

2R=222=22R = \frac{\sqrt{2}}{\dfrac{\sqrt{2}}{2}} = 2

よって R=1R = 1 です。

CC は三角形の内角の和が 180180^\circ であることから

C=1804560=75C = 180^\circ - 45^\circ - 60^\circ = 75^\circ

正弦定理の計算は「分数の分母に分数」が出てきて煩雑になりがちです。逆数の掛け算に直して、丁寧に約分しましょう。

ChatGPTで質問Claudeで質問Geminiで質問
12発展

円に内接する四角形 ABCDABCD において、AB=2AB = 2BC=1BC = 1CD=2CD = 2DA=3DA = 3 とする。
(1) cosA\cos A の値を求めよ。
(2) 対角線 BDBD の長さを求めよ。
(3) 四角形 ABCDABCD の面積 SS を求めよ。

答え

(1) cosA=12\cos A = \dfrac{1}{2}(A=60A = 60^\circ)
(2) BD=7BD = \sqrt{7}
(3) S=23S = 2\sqrt{3}

解説

円に内接する四角形では、向かい合う角の和が 180180^\circ です。つまり C=180AC = 180^\circ - A なので cosC=cosA\cos C = -\cos A が成り立ちます。これを利用して、対角線 BDBD を2通りに表すのが定石です。

(1) 三角形 ABDABD で余弦定理を使うと

BD2=AB2+DA22×AB×DA×cosA=4+912cosA=1312cosABD^2 = AB^2 + DA^2 - 2 \times AB \times DA \times \cos A = 4 + 9 - 12\cos A = 13 - 12\cos A

三角形 CBDCBD で余弦定理を使うと、cosC=cosA\cos C = -\cos A だから

BD2=BC2+CD22×BC×CD×cosC=1+4+4cosA=5+4cosABD^2 = BC^2 + CD^2 - 2 \times BC \times CD \times \cos C = 1 + 4 + 4\cos A = 5 + 4\cos A

2つの式は同じ BD2BD^2 を表すので

1312cosA=5+4cosA13 - 12\cos A = 5 + 4\cos A
8=16cosA8 = 16\cos A
cosA=12\cos A = \frac{1}{2}

よって A=60A = 60^\circ です。

(2) cosA=12\cos A = \dfrac{1}{2} を代入して

BD2=1312×12=7BD^2 = 13 - 12 \times \frac{1}{2} = 7

BD>0BD > 0 だから BD=7BD = \sqrt{7} です。

(3) 四角形を対角線 BDBD で三角形 ABDABD と三角形 CBDCBD に分けます。A=60A = 60^\circC=120C = 120^\circ なので

S=12×2×3×sin60+12×1×2×sin120=332+32=23S = \frac{1}{2} \times 2 \times 3 \times \sin 60^\circ + \frac{1}{2} \times 1 \times 2 \times \sin 120^\circ = \frac{3\sqrt{3}}{2} + \frac{\sqrt{3}}{2} = 2\sqrt{3}

「対角線を2通りの余弦定理で表して等式を作る」「向かい合う角の和が 180180^\circ」という2点がこのタイプの問題のすべてです。sin120=sin60\sin 120^\circ = \sin 60^\circ となること(sin\sin は補角で値が変わらない)も確認しておきましょう。

ChatGPTで質問Claudeで質問Geminiで質問
13発展

三角形 ABCABC において、sinA:sinB:sinC=7:5:3\sin A : \sin B : \sin C = 7 : 5 : 3 であり、周の長さが 3030 である。
(1) 3辺 aabbcc の長さを求めよ。
(2) 最大の角の大きさを求めよ。
(3) 面積 SS と外接円の半径 RR を求めよ。

答え

(1) a=14a = 14b=10b = 10c=6c = 6
(2) A=120A = 120^\circ
(3) S=153S = 15\sqrt{3}R=1433R = \dfrac{14\sqrt{3}}{3}

解説

(1) 正弦定理 a=2RsinAa = 2R\sin Ab=2RsinBb = 2R\sin Bc=2RsinCc = 2R\sin C より、辺の比は sin\sin の比に等しくなります。

a:b:c=sinA:sinB:sinC=7:5:3a : b : c = \sin A : \sin B : \sin C = 7 : 5 : 3

そこで a=7ka = 7kb=5kb = 5kc=3kc = 3k(k>0k > 0)とおくと、周の長さが 3030 だから

7k+5k+3k=15k=307k + 5k + 3k = 15k = 30

よって k=2k = 2 となり、a=14a = 14b=10b = 10c=6c = 6 です。

(2) 最大の角は最大の辺 a=14a = 14 の対角 AA です。余弦定理より

cosA=b2+c2a22bc=100+361962×10×6=60120=12\cos A = \frac{b^2 + c^2 - a^2}{2bc} = \frac{100 + 36 - 196}{2 \times 10 \times 6} = \frac{-60}{120} = -\frac{1}{2}

0<A<1800^\circ < A < 180^\circ だから A=120A = 120^\circ です。

(3) 面積は AA をはさむ2辺 bbcc を使って

S=12bcsinA=12×10×6×sin120=30×32=153S = \frac{1}{2}bc\sin A = \frac{1}{2} \times 10 \times 6 \times \sin 120^\circ = 30 \times \frac{\sqrt{3}}{2} = 15\sqrt{3}

外接円の半径は正弦定理より

2R=asinA=1432=2832R = \frac{a}{\sin A} = \frac{14}{\dfrac{\sqrt{3}}{2}} = \frac{28}{\sqrt{3}}

よって

R=143=1433R = \frac{14}{\sqrt{3}} = \frac{14\sqrt{3}}{3}

sin\sin の比 = 辺の比」への言いかえが第一歩です。比の問題では kk とおいて具体的な長さに直すと、あとは通常の計算に持ち込めます。

ChatGPTで質問Claudeで質問Geminiで質問
14発展

1辺の長さが 66 の正四面体 ABCDABCD について、次を求めよ。
(1) 頂点 AA から底面 BCDBCD に下ろした垂線 AHAH の長さ
(2) 正四面体 ABCDABCD の体積 VV
(3) 辺 ABAB と底面 BCDBCD のなす角を θ\theta とするときの cosθ\cos\theta の値

答え

(1) AH=26AH = 2\sqrt{6}
(2) V=182V = 18\sqrt{2}
(3) cosθ=33\cos\theta = \dfrac{\sqrt{3}}{3}

解説

(1) 正四面体では、頂点 AA から底面に下ろした垂線の足 HH は正三角形 BCDBCD の外心(重心)に一致します。まず BHBH、すなわち正三角形 BCDBCD の外接円の半径を正弦定理で求めます。

BH=CD2sin60=62×32=63=23BH = \frac{CD}{2\sin 60^\circ} = \frac{6}{2 \times \dfrac{\sqrt{3}}{2}} = \frac{6}{\sqrt{3}} = 2\sqrt{3}

直角三角形 ABHABH(AHB=90\angle AHB = 90^\circ)で三平方の定理を使うと

AH2=AB2BH2=3612=24AH^2 = AB^2 - BH^2 = 36 - 12 = 24

AH>0AH > 0 だから

AH=24=26AH = \sqrt{24} = 2\sqrt{6}

(2) 底面の正三角形 BCDBCD の面積は、面積の公式より

BCD=12×6×6×sin60=18×32=93\triangle BCD = \frac{1}{2} \times 6 \times 6 \times \sin 60^\circ = 18 \times \frac{\sqrt{3}}{2} = 9\sqrt{3}

体積は「底面積 × 高さ ÷ 3」なので

V=13×93×26=33×26=618=6×32=182V = \frac{1}{3} \times 9\sqrt{3} \times 2\sqrt{6} = 3\sqrt{3} \times 2\sqrt{6} = 6\sqrt{18} = 6 \times 3\sqrt{2} = 18\sqrt{2}

(3) 辺 ABAB と底面のなす角は、ABAB と、その底面への正射影 HBHB とのなす角、つまり ABH\angle ABH です。直角三角形 ABHABH

cosθ=BHAB=236=33\cos\theta = \frac{BH}{AB} = \frac{2\sqrt{3}}{6} = \frac{\sqrt{3}}{3}

空間図形は「垂線の足の位置を確定 → 直角三角形を含む平面を取り出す」の2段階で平面の問題に直すのが定石です。直線と平面のなす角は「直線と、その正射影のなす角」であることも確認しておきましょう。

ChatGPTで質問Claudeで質問Geminiで質問