SL 5.1 — Introduction to limits and the derivative(極限と導関数の考え方)

ノートWhat you should be able to do
  • limit(極限)が何を表しているかが分かり、表やグラフから極限の値を見積もれる
  • 曲線の接線の傾きが、弦の傾きの極限として決まることが分かる。
  • derivative(導関数)を、傾きの関数として読める。
  • derivative を、変化率(rate of change)として読める。
  • \(\dfrac{dy}{dx}\)\(f'(x)\)\(\dfrac{dV}{dr}\)\(\dfrac{ds}{dt}\)記号が読める
  • derivative の単位を答えられる。
  • 表から変化率を見積もり、その意味を英語で書ける。
  • グラフを見て、\(f'(x)\)正か・\(0\) か・負かを言える。
重要Formula booklet に、この項目の式はありません

公式集の Topic 5 の欄は 5.3、5.5、5.8 だけです。5.1 の欄はありません。

理由は単純で、この項目には計算の公式が出てこないからです。ここは考え方と記号の項目です。

微分の公式(\(f(x) = ax^{n} \Rightarrow f'(x) = anx^{n-1}\))は、SL 5.3 で出てきます。この項目では、まだ使いません。

ヒントシラバスが「やらなくてよい」と言っていること

Guidance 欄に、はっきり書かれています。

Not required: Formal analytic methods of calculating limits.

つまり、極限を式で計算する方法は、AI SL では要求されません。 日本の数学IIIでやるような極限の計算は、出てきません。

代わりに指定されているのは、この1行です。

Estimation of the value of a limit from a table or graph.

表かグラフから見積もる。 それだけです。

The idea

Topic 2Topic 4 では、グラフや model を使って \(2\) つの量の関係を調べました。ここからは、その関係がある瞬間にどれくらいの速さで変化しているかを考えます。

この項目は、微分(calculus)の入口です。新しい計算は出てきませんが、新しい見方が3つ出てきます。

  1. limit(極限) … 「近づいていく先」
  2. derivative(導関数) … 「傾きの関数」
  3. rate of change(変化率) … 「変化の速さ」

この \(3\) つは、別の概念です。 ただし、つながっています。limit を使って接線の傾きを考え、その傾きを関数としてまとめたものが derivative です。そして derivative は、現実の場面では rate of change として解釈できます。 順に見ていきます。

1. limit(極限)は「近づいていく先」です

次の関数を考えます。

\[ f(x) = \frac{x^{2} - 9}{x - 3} \]

\(x = 3\) を入れると分母が \(0\) になるので、\(f(3)\) は存在しません。 ですが、\(x\)\(3\)近づけていくと、\(f(x)\) の値はどうなるでしょうか。

図 1: Estimating a limit from a table and a graph

左の表を見てください。\(x\) を上からも下からも \(3\) に近づけると、\(f(x)\)どちらからも \(6\) に近づいています。 これを、次のように書きます。

\[ \lim_{x \to 3} f(x) = 6 \tag{1}\]

読み方は「リミット、\(x\)\(3\) に近づくときの \(f(x)\)」です。\(x \to 3\) は「\(x\)\(3\)近づく」という意味で、「\(x\)\(3\)なる」ではありません。

重要\(f(3)\)\(\lim\limits_{x \to 3} f(x)\) は別のものです
  • \(f(3)\)\(x\)ちょうど \(3\) のときの値。この例では存在しません
  • \(\lim\limits_{x \to 3} f(x)\)\(x\)\(3\)近づいた先の値。この例では \(6\)

グラフの \(x = 3\) のところに穴(hole)があいているのが、この違いです。穴はあいているのに、行き先は決まっています。

ヒント表は「両側から」作ります

\(x = 3.1, 3.01, 3.001\) だけでは足りません。\(x = 2.9, 2.99, 2.999\) の側も書いてください。

両側から同じ値に近づいて、はじめて極限が決まります。試験でも、表は両側ぶん与えられます。

2. 曲線の傾きは、弦の傾きの極限です

直線の傾きは、SL 2.1 で習ったとおり「たての変化 \(\div\) よこの変化」で出せます。では、曲線の傾きはどうやって決めるのでしょうか。

曲線は、場所によって傾きが違います。ですから「曲線の傾き」ではなく、「曲線上のある点での傾き」を考えます。

図 2: From chords to the tangent

\(y = x^{2}\) の上の点 \(P(2, 4)\) で考えます。\(P\) ともう \(1\) つの点を結んだ直線を chord(弦)といいます。弦の傾きなら、\(2\) 点があるので計算できます。

表 1: 弦の傾きが近づいていく先
もう1つの点 弦の傾き
\((3, \ 9)\) \(\dfrac{9-4}{3-2} = 5\)
\((2.5, \ 6.25)\) \(\dfrac{6.25-4}{2.5-2} = 4.5\)
\((2.1, \ 4.41)\) \(\dfrac{4.41-4}{2.1-2} = 4.1\)
\((2.01, \ 4.0401)\) \(\dfrac{4.0401-4}{2.01-2} = 4.01\)

もう \(1\) つの点を \(P\)近づけていくと、弦の傾きは \(5 \to 4.5 \to 4.1 \to 4.01 \to \cdots\) と、\(4\) に近づきます。

このとき、弦は tangent(接線)に近づいていきます。だから、

\(P\) での曲線の傾き \(=\) 接線の傾き \(=\) 弦の傾きの極限 \(= 4\)

ヒント「その点だけ」では傾きは出せません

点が \(1\) つしかないと、傾きの式 \(\dfrac{y_{2}-y_{1}}{x_{2}-x_{1}}\)\(\dfrac{0}{0}\) になってしまいます。

そこで、いったん \(2\) 点で計算しておいて、あとから近づけるという手を使います。これが微分の出発点です。

3. derivative は「傾きの関数」です

いまは \(P(2,4)\) という \(1\) 点で考えましたが、曲線のどの点でも同じことができます。

図 3: The gradient function

\(y = x^{2}\) でやってみると、こうなります。

表 2: \(y = x^2\) の各点での傾き
\(x\) \(-2\) \(-1\) \(0\) \(1\) \(2\)
その点での傾き \(-4\) \(-2\) \(0\) \(2\) \(4\)

\(x\) を決めると、傾きが \(1\) つ決まります。これは関数です。 この新しい関数を、もとの関数の derivative(導関数)といいます。

表 2 を見ると、傾きはいつも \(x\)\(2\) 倍になっています。つまり \(y = x^{2}\) の導関数は \(2x\) です。

ノートこの項目では、導関数を「求める」ことはしません

上の \(2x\) は、表から見つけたものです。公式で計算したわけではありません。

\(f(x) = ax^{n}\) から \(f'(x)\) を出す公式は、SL 5.3 で習います。この項目では、導関数とは何なのかを分かることが目的です。

導関数(derivative)を記号で表す(その読み方)

シラバスの Guidance 欄が、使われる記号を名指ししています。

Forms of notation: \(\dfrac{dy}{dx}\), \(f'(x)\), \(\dfrac{dV}{dr}\) or \(\dfrac{ds}{dt}\) for the first derivative.

表 3: 導関数の記号
記号 読み方 意味
\(f'(x)\) エフ・ダッシュ・エックス(英語では f prime x \(f(x)\) の導関数
\(\dfrac{dy}{dx}\) ディー・ワイ・ディー・エックス \(x\) が変わったときの \(y\) の変化率
\(\dfrac{dV}{dr}\) ディー・ブイ・ディー・アール \(r\) が変わったときの \(V\) の変化率
\(\dfrac{ds}{dt}\) ディー・エス・ディー・ティー \(t\) が変わったときの \(s\) の変化率
重要\(\dfrac{dy}{dx}\) は、\(1\) つの記号として扱います

AI SL では、ふつうの分数のように約分せず、全体を \(1\) つの変化率の記号として扱います。

下が「何で割ったか」、上が「何が変わったか」と読んでください。\(\dfrac{dV}{dr}\) なら「\(r\) が変わったときの \(V\)」です。

4. derivative は「変化率」です

AI で一番よく出るのは、導関数(derivative)を傾きとしてではなく、変化率として読み解くことです。

\(\dfrac{ds}{dt}\) で、\(s\) が距離(m)、\(t\) が時間(秒)だとします。すると \(\dfrac{ds}{dt}\) は「\(1\) 秒あたり何 m 進むか」、つまり速さです。

単位は、記号を見れば決まります

\(\dfrac{ds}{dt}\) の単位は、\(s\) の単位 \(\div\) \(t\) の単位です。記号の形がそのまま単位の形になっています。

表 4: 導関数の単位
記号 \(s\)\(t\) などの単位 導関数の単位 意味
\(\dfrac{ds}{dt}\) m、秒 m/秒 速さ
\(\dfrac{dT}{dt}\) \(^\circ\)C、分 \(^\circ\)C/分 温度の変わる速さ
\(\dfrac{dV}{dr}\) cm\(^3\)、cm cm\(^2\) 半径を増やしたときの体積の増え方
\(\dfrac{dC}{dn}\) ドル、個 ドル/個 \(1\) 個増やしたときの費用の増え方
\(\dfrac{dP}{dt}\) 人、年 人/年 人口の増える速さ
警告単位を聞かれたら、\(\div\) を書くだけです

State the units of dV/dr. のような設問では、\(V\) の単位を \(r\) の単位で割ります。

\(\dfrac{\text{cm}^{3}}{\text{cm}} = \text{cm}^{2}\) です。ここで止まらずに、\(\text{cm}^2\) まで直してください。

符号と大きさの読み方

  • \(f'(x) > 0\) … 増えている(グラフは右上がり
  • \(f'(x) = 0\) … その瞬間は増えも減りもしていない(グラフは水平
  • \(f'(x) < 0\) … 減っている(グラフは右下がり
図 4: The sign of the gradient

大きさも意味を持ちます。\(\dfrac{dT}{dt} = -5\)\(\dfrac{dT}{dt} = -1\) なら、前者のほうが速く冷えています。

(この見方は、SL 5.2 でくわしく扱います。)

5. 表から変化率を見積もる

試験でよく出る形です。関数の式は与えられず、表だけが与えられます。

やり方は2節と同じで、弦の傾きを計算します。

\[ \text{変化率の見積もり} = \frac{y \text{ の変化}}{x \text{ の変化}} \tag{2}\]

図 5: Estimating a rate of change from a table
ヒント知りたい点を「はさむ」ように選んでください

\(t = 4\) での変化率を知りたいとき、\(t = 4\)\(t = 6\)\(2\) 点よりも、\(t = 2\)\(t = 6\)\(2\)のほうが良い見積もりになります。

知りたい点がまん中に来るように選ぶ、と覚えてください。図 5 の緑の弦が、赤い接線とほぼ平行になっているのが分かります。

警告これは「見積もり」です

弦の傾きは、接線の傾きとぴったり同じではありません。 ですから答えを書くときは、estimate(見積もり)だと分かる言い方にしてください。

Estimate the rate of change と聞かれているときは、それで正解です。ぴったりの値を出そうとしなくて構いません。

Why it works

なぜ「弦の傾きを近づける」というやり方で、接線の傾きが決まるのかを説明します。

曲線を、どんどん拡大していくところを想像してください。

\(y = x^{2}\) のグラフを、点 \((2,4)\) のまわりで拡大していくと、だんだんまっすぐに見えてきます。 さらに拡大すると、目で見るかぎり直線と区別がつかなくなります。

その「まっすぐに見えている直線」が、接線です。

弦は、\(2\) 点を結んだ直線です。\(2\) 点が近づくほど、その \(2\) 点のあいだの曲線は「まっすぐな部分」に近づきます。だから、弦は接線に近づいていきます。

これが、「傾き \(=\) 弦の傾きの極限」の意味です。極限という言葉が要るのは、\(2\) 点をぴったり重ねてしまうと傾きが計算できなくなるからです。重ねずに、いくらでも近づける。その行き先を見る、というのが極限の考え方です。

Worked examples

問題文は英語です。意味が理解できなかったら、問題文の下の「日本語訳」を開いてください。解説は日本語です。

例題 1 The function \(f\) is given by \(f(x) = \dfrac{x^{2}-9}{x-3}\). The graph of \(f\) is shown below.

図 6: The graph of \(f\)

(a) Explain why \(f(3)\) does not exist.

(b) Complete the table below, giving each value correct to three decimal places.

\(x\) \(2.9\) \(2.99\) \(2.999\) \(3.001\) \(3.01\) \(3.1\)
\(f(x)\)

(c) Hence write down the value of \(\displaystyle\lim_{x \to 3} f(x)\).


(a) Explain why なので、理由を一文で書きます。

\(x = 3\) を入れると、分母が \(3 - 3 = 0\) になります。\(0\) で割ることはできません。

(b) \(x\) の値を \(1\) つずつ入れます(GDCの使い方)。電卓に \(\dfrac{x^{2}-9}{x-3}\) を打ち込んで、\(x\) を変えていくだけです。

\(x\) \(2.9\) \(2.99\) \(2.999\) \(3.001\) \(3.01\) \(3.1\)
\(f(x)\) \(5.900\) \(5.990\) \(5.999\) \(6.001\) \(6.010\) \(6.100\)

(c) 表の値は、左からも右からも \(6\) に近づいています。

\[ \lim_{x \to 3} f(x) = 6 \]

ヒント\(f(3)\) がなくても、極限はあります

(a) で「存在しない」と答えたのに、(c)\(6\) と答える — 矛盾しているように見えるかもしれません。

ですが、この \(2\) つは別のものです。\(x = 3\) そのものでは値がなく、\(x = 3\)近づいた先では \(6\) です。

グラフでいえば、穴があいているだけです。

ノート解答例(答案用紙にはこう書く)

(a) When \(x = 3\) the denominator is \(3 - 3 = 0\), and division by zero is not possible, so \(f(3)\) does not exist.

(b) \(5.900\), \(5.990\), \(5.999\), \(6.001\), \(6.010\), \(6.100\)

(c) \(\displaystyle\lim_{x \to 3} f(x) = 6\)

例題 2 The point \(P\) lies on the curve \(y = x^{2}\) and has coordinates \((2, 4)\). The point \(Q\) also lies on the curve.

図 7: The curve \(y = x^{2}\), with \(P\) and two positions of \(Q\)

(a) Find the gradient of the chord \(PQ\) when \(Q\) is the point \((3, 9)\).

(b) Find the gradient of the chord \(PQ\) when \(Q\) is the point \((2.1, 4.41)\).

(c) The table shows the gradient of \(PQ\) for several positions of \(Q\).

\(x\)-coordinate of \(Q\) \(3\) \(2.5\) \(2.1\) \(2.01\) \(2.001\)
gradient of \(PQ\) \(5\) \(4.5\) \(4.1\) \(4.01\) \(4.001\)

Write down the gradient of the curve at \(P\).


(a)(b) 弦は \(2\) 点を結んだ直線なので、SL 2.1 の傾きの式が使えます。

\[ \text{(a)} \quad m = \frac{9 - 4}{3 - 2} = \frac{5}{1} = 5 \]

\[ \text{(b)} \quad m = \frac{4.41 - 4}{2.1 - 2} = \frac{0.41}{0.1} = 4.1 \]

(c) 表の傾きは \(5 \to 4.5 \to 4.1 \to 4.01 \to 4.001\) と、\(4\) に近づいています。

\(Q\)\(P\) に近づくと弦は接線に近づくので、\(P\) での曲線の傾きは \(4\) です。

警告\(2.001\) の行を見て「\(4.001\) が答え」としないでください

表の最後の値が答えではありません。答えは、その先にある行き先です。

\(5, 4.5, 4.1, 4.01, 4.001, \ldots\) と続いていったら、どこに着くか — それが \(4\) です。

ノート解答例(答案用紙にはこう書く)

(a) \(m = \dfrac{9-4}{3-2} = 5\)

(b) \(m = \dfrac{4.41-4}{2.1-2} = 4.1\)

(c) The gradient of the curve at \(P\) is \(4\).

例題 3 (a) A sphere has volume \(V\) cm\(^3\) and radius \(r\) cm. Write down what \(\dfrac{dV}{dr}\) represents, and state its units.

(b) A car has travelled \(s\) metres after \(t\) seconds. When \(t = 10\), \(\dfrac{ds}{dt} = 18\). Interpret this value in the context of the question.


(a) 記号の下が「何で割ったか」、上が「何が変わったか」です。\(\dfrac{dV}{dr}\) は、半径が変わったときの体積の変化率です。

単位は \(V\) の単位を \(r\) の単位で割ります。

\[ \frac{\text{cm}^{3}}{\text{cm}} = \text{cm}^{2} \]

試験ではこう書く

\(\dfrac{dV}{dr}\) is the rate of change of the volume with respect to the radius. The units are cm\(^2\).

(b) Interpret なので、数値をそのまま言いかえるのではなく、場面の言葉で書きます。

\(\dfrac{ds}{dt}\) は距離を時間で割ったものなので、速さです。単位は m/秒です。

試験ではこう書く

After \(10\) seconds, the car is travelling at \(18\) metres per second.

\(10\) 秒後、車は毎秒 \(18\) m の速さで走っています。)

重要Interpret の答えには、必ず \(3\) つを入れてください
  1. いつ\(t = 10\) のとき、\(10\) 秒後に)
  2. 何が(車の進む速さが)
  3. どれだけ\(18\) m/秒)

\(18\) です」だけでは点になりません。\(3\) つそろって \(1\)です。

ノート解答例(答案用紙にはこう書く)

(a) \(\dfrac{dV}{dr}\) is the rate of change of the volume with respect to the radius.

Units: cm\(^2\)

(b) After \(10\) seconds, the car is travelling at \(18\) metres per second.

例題 4 The diagram shows the graph of a function \(f\).

図 8: The graph of \(f\)

(a) Write down the two values of \(x\) for which \(f'(x) = 0\).

(b) State whether \(f'(0)\) is positive or negative, giving a reason.

(c) State whether \(f'(3)\) is positive or negative, giving a reason.


同じ形のグラフが 図 4 にもあります。そちらには、答えの見方が書き込んであります。

(a) \(f'(x) = 0\) は、接線が水平になっているところです。図 8 では、山のてっぺんと谷の底の \(2\) か所で、\(x\) の値は \(-2\)\(2\) です。目盛りの上にちょうど乗っているので、読み取るだけで済みます。

(b) \(x = 0\) のあたりで、グラフは右下がりです。

試験ではこう書く

Negative, because the graph is decreasing at \(x = 0\).

(c) \(x = 3\) のあたりでは、グラフは右上がりです。

試験ではこう書く

Positive, because the graph is increasing at \(x = 3\).

ヒントgiving a reason は「増えているか減っているか」で足ります

むずかしい理由は要りません。increasingdecreasing のどちらかを書けば十分です。

the gradient of the tangent is negative でも構いません。

ノート解答例(答案用紙にはこう書く)

(a) \(x = -2\) and \(x = 2\)

(b) Negative, because the graph is decreasing at \(x = 0\).

(c) Positive, because the graph is increasing at \(x = 3\).

例題 5 A cup of coffee is left to cool. Its temperature \(T\ ^\circ\)C is measured every two minutes, where \(t\) is the time in minutes.

\(t\) (minutes) \(0\) \(2\) \(4\) \(6\) \(8\) \(10\)
\(T\) (\(^\circ\)C) \(80.0\) \(64.4\) \(52.9\) \(44.4\) \(38.1\) \(33.4\)

(a) Use the values at \(t = 2\) and \(t = 6\) to estimate \(\dfrac{dT}{dt}\) when \(t = 4\).

(b) State the units of \(\dfrac{dT}{dt}\).

(c) Interpret your answer to part (a) in the context of the question.

(d) Explain why your answer to part (a) is only an estimate.


(a) 弦の傾きを計算します図 5 が、この問題の表をグラフにしたものです。\(t = 2\) のとき \(T = 64.4\)\(t = 6\) のとき \(T = 44.4\) です。

\[ \frac{dT}{dt} \approx \frac{44.4 - 64.4}{6 - 2} = \frac{-20}{4} = -5 \]

答えは \(-5\) です。 マイナスを落とさないでください。冷めているので、温度は減っています。

(b) \(T\) の単位 \(\div\) \(t\) の単位なので、\(^\circ\)C per minute\(^\circ\)C/分)です。

(c) Interpret なので、場面の言葉で書きます。

試験ではこう書く

After \(4\) minutes, the temperature of the coffee is falling at about \(5\ ^\circ\)C per minute.

\(4\) 分後、コーヒーの温度は \(1\) 分あたり約 \(5\ ^\circ\)C の速さで下がっています。)

(d)

試験ではこう書く

The calculation gives the gradient of the chord between \(t = 2\) and \(t = 6\), not the gradient of the tangent at \(t = 4\). The two are close but not equal.

(この計算は \(t = 2\) から \(t = 6\) までの弦の傾きであって、\(t = 4\) での接線の傾きではありません。\(2\) つは近いですが、等しくはありません。)

重要(c) で fallingdecreasing を落とさないでください

\(-5\ ^\circ\)C per minute です」とだけ書くと、マイナスの意味を説明していません。

英語では、次のどちらかの形にします。

  • falling at \(5\ ^\circ\)C per minute\(5\) の速さで下がっている)
  • changing at \(-5\ ^\circ\)C per minute\(-5\) の割合で変化している)

falling と書いたら、数はプラスの \(5\) にします。 両方マイナスにすると、二重否定になってしまいます。

ノート解答例(答案用紙にはこう書く)

(a) \(\dfrac{dT}{dt} \approx \dfrac{44.4 - 64.4}{6 - 2} = -5\)

(b) \(^\circ\)C per minute

(c) After \(4\) minutes, the temperature of the coffee is falling at about \(5\ ^\circ\)C per minute.

(d) The calculation gives the gradient of the chord between \(t = 2\) and \(t = 6\), not the gradient of the tangent at \(t = 4\). The two are close but not equal.

Common errors

警告\(\lim\limits_{x \to a} f(x)\)\(f(a)\) だと思う

\(x\)\(a\)近づく」と「\(x\)\(a\)なる」は違います。

\(f(a)\) が存在しなくても、極限は存在することがあります。むしろ、そういう場面でこそ極限を使います。

表を作ったとき、\(x = a\) の行は空欄(または undefined)になります。それでも上下の行から行き先は読めます。

警告表の最後の値を、極限の答えにする

\(5, 4.5, 4.1, 4.01, 4.001\) を見て「\(4.001\)」と書いてしまう誤りです。

答えは、その先にある行き先です。\(4\) です。

見分け方は、近づいていく先がきれいな数になっているかです。\(4.001\) のような数が答えになることは、まずありません。

警告\(\dfrac{dy}{dx}\) を、ふつうの分数として約分する

AI SL では、\(dy\)\(dx\) に分けたり約分したりはしません。全体で \(1\) つの変化率の記号として扱います。

\(\dfrac{dV}{dr}\)\(d\) を約分して \(\dfrac{V}{r}\) にする、という誤りを見ることがあります。まったく別のものです。

警告変化率の答えで、マイナスを落とす

減っている場面では、導関数はになります。\(\dfrac{44.4 - 64.4}{4}\) の分子は \(-20\) です。

引き算の順番にも気をつけてください。あとの値 \(-\) 前の値です。\(\dfrac{64.4 - 44.4}{4} = +5\) としてしまうと、符号が逆になります。

警告Interpret の答えに、単位や文脈を書かない

\(-5\) です」では点になりません。いつ・何が・どれだけ\(3\) つが要ります。

After \(4\) minutes, the temperature is falling at about \(5\ ^\circ\)C per minute.

この形を、そのまま覚えてしまうのが早いです。

警告単位を、もとの量の単位のまま書く

\(\dfrac{dV}{dr}\) の単位を cm\(^3\) と書いてしまう誤りです。

割り算をしてください。 \(\dfrac{\text{cm}^{3}}{\text{cm}} = \text{cm}^{2}\) です。

\(\dfrac{ds}{dt}\) なら m ではなく m/秒\(\dfrac{dC}{dn}\) ならドルではなく ドル/個です。

警告弦の傾きを、片側だけで取る

\(t = 4\) での変化率を、\(t = 4\)\(t = 6\) だけで出すと、少しずれます。

知りたい点をはさむように選んでください。 \(t = 2\)\(t = 6\) のほうが良い見積もりになります。

ただし、問題文がどの \(2\) 点を使うか指定していたら、それに従ってください。

警告この項目で、微分の公式を使ってしまう

\(y = x^{2}\) だから \(\dfrac{dy}{dx} = 2x\)、と書きたくなるかもしれません。

SL 5.1 の問題では、それは求められていません。 表やグラフから読み取るように指示されています。

指示が Use the tableFrom the graph なら、そのとおりにしてください。 公式で出した答えは、指示に従っていないぶん点を落とします。

Using your GDC (TI-Nspire CX II)

この項目では、電卓は表を作る道具として使います。

1. 関数を入れて、表を出す

Graphs ページで \(f1(x)\) に式を入れてから、表に切り替えます。

ctrl + T

これで画面がグラフと表の2分割になります。

図 9: The split screen after ctrl + T

表は、はじめから埋まった状態で出てきます。 空の表が出て自分で打ち込む、のではありません。\(x\)\(0\)\(1\)\(2\)\(3\)\(4\) … と \(1\) きざみで、\(f(x)\) の値もすでに計算されています。

\(x = 3\) の行を見てください。 \(f(x)\) のところが undef(undefined)になっています。これが、例題1 の (a) で答える「\(f(3)\) は存在しない」です。電卓も同じことを言っています。

\(x\) を自分で決めたいときは

極限の表は \(2.9\)\(2.99\)\(2.999\)刻みが等間隔ではありません。 出てきたままの表では作れないので、設定を変えます。

menu → Table → Edit Table Settings

IndependentAsk にすると、\(x\) の列がになります。あとは \(2.9\)\(2.99\)\(2.999\) … と \(1\) つずつ打ち込めば、右の列に \(f(x)\) が出ます。図 1 の表が、そのまま画面にできあがります。

ヒント等間隔でよいときは、Auto のまま刻みを変えます

同じ画面の Table Start に始まりの値、Table Step に刻み幅を入れます。

\(2.9\) から \(0.01\) きざみ、のような表ならこちらが速いです。\(0.1 \to 0.01 \to 0.001\) と刻みを変えていく極限の表は、Ask のほうが確実です。

2. グラフを拡大して、まっすぐになるのを見る

Why it works で書いた「拡大するとまっすぐに見える」は、電卓で確かめられます。

Graphs ページで \(y = x^{2}\) をかいて、点 \((2,4)\) のあたりを何度も拡大してください。

menu → Window/Zoom → Zoom - In

曲線が直線に見えてきます。 これが接線です。

3. 弦の傾きは、計算ページで1行

\(\dfrac{4.41 - 4}{2.1 - 2}\) のような計算は、分数のテンプレート(ctrl + \(\div\))に入れて \(1\) 行で出します。

\(0.41\)\(0.1\) を先に書き出して打ち直さないでください。

4. ある点での傾きを、直接出す機能もあります

参考までに、TI-Nspire にはある点での導関数の値を出す機能があります。

menu → 4: Calculus → 1: Numerical Derivative at a Point

\(y = x^{2}\)\(x = 2\) を指定すると、\(4\) と返ります。

警告SL 5.1 の問題では、これを答えにしないでください

この項目の設問は、Use the tableFrom the graph と指定してきます。電卓が出した \(4\) をいきなり書くと、指示に従っていないことになります。

この機能が主役になるのは、SL 5.4SL 5.6 です。ここでは、自分の答えが合っているかの確認に使ってください。

Exercises

各問題に、折りたたみが3つ付いています。日本語訳解答例(答案用紙に書くべきこと。英語です)、解説(なぜそうなるか。日本語です)。

まず自分で解いて、次に解答例と見くらべてください。解説は、合わなかったときだけ開けば十分です。

1 The function \(f\) is given by \(f(x) = \dfrac{x^{2}-4}{x-2}\). The table shows some values of \(f(x)\).

\(x\) \(1.9\) \(1.99\) \(2.01\) \(2.1\)
\(f(x)\) \(3.9\) \(3.99\) \(4.01\) \(4.1\)

(a) Explain why \(f(2)\) does not exist.

(b) Write down the value of \(\displaystyle\lim_{x \to 2} f(x)\).

(a) When \(x = 2\) the denominator is \(2 - 2 = 0\), and division by zero is not possible, so \(f(2)\) does not exist.

(b) \(\displaystyle\lim_{x \to 2} f(x) = 4\)

(b) は表の両側を見ます。左からは \(3.9 \to 3.99\)、右からは \(4.01 \to 4.1\)。どちらも \(4\) に近づいています。

\(4.01\)\(3.99\) と書かないでください。答えは行き先です。

2 The point \(P(3, 9)\) lies on the curve \(y = x^{2}\).

(a) Find the gradient of the chord joining \(P\) to the point \((4, 16)\).

(b) Find the gradient of the chord joining \(P\) to the point \((3.1, 9.61)\).

(c) The gradients of the chords from \(P\) are \(7\), \(6.5\), \(6.1\), \(6.01\), \(6.001\). Write down the gradient of the curve at \(P\).

(a) \(m = \dfrac{16-9}{4-3} = 7\)

(b) \(m = \dfrac{9.61-9}{3.1-3} = \dfrac{0.61}{0.1} = 6.1\)

(c) The gradient of the curve at \(P\) is \(6\).

(b)\(\dfrac{0.61}{0.1}\) を「\(0.61\)\(0.1\) で割る」と見てください。\(6.1\) です。\(0.061\) としないよう気をつけてください。

(c) \(7, 6.5, 6.1, 6.01, 6.001, \ldots\) の行き先は \(6\) です。

SL 5.3 で公式を習うと、\(y=x^2\) の傾きは \(2x\) で、\(x=3\) なら \(6\) だと \(1\) 行で出せるようになります。)

3 The cost of making \(n\) chairs is \(C\) dollars.

(a) Write down what \(\dfrac{dC}{dn}\) represents.

(b) State the units of \(\dfrac{dC}{dn}\).

(a) \(\dfrac{dC}{dn}\) is the rate of change of the cost with respect to the number of chairs.

(b) dollars per chair

記号の読み方のとおりです。「\(n\) が変わったときの \(C\)」です。

意味としては「いすを \(1\) 脚多く作ると、費用がいくら増えるか」です。この言い方でも点になります。

単位は \(\dfrac{\text{dollars}}{\text{chairs}}\) なので dollars per chair です。dollars だけでは足りません。

4 For each of the following, write down the units of the derivative.

(a) \(\dfrac{ds}{dt}\), where \(s\) is in kilometres and \(t\) is in hours.

(b) \(\dfrac{dA}{dr}\), where \(A\) is in cm\(^2\) and \(r\) is in cm.

(c) \(\dfrac{dP}{dt}\), where \(P\) is a number of people and \(t\) is in years.

(d) \(\dfrac{dV}{dt}\), where \(V\) is in litres and \(t\) is in minutes.

(a) km per hour

(b) cm

(c) people per year

(d) litres per minute

どれも「上の単位 \(\div\) 下の単位」です。

(b) だけ注意してください。\(\dfrac{\text{cm}^{2}}{\text{cm}} = \text{cm}\) です。cm\(^2\) per cm と書いても間違いではありませんが、cm まで直すほうが良い答えです。

(a) は速さ、(c) は人口の増える速さ、(d) は水の入る速さです。

5 The number of bacteria in a dish, in thousands, is \(N\) after \(t\) hours.

\(t\) (hours) \(0\) \(1\) \(2\) \(3\) \(4\) \(5\)
\(N\) (thousands) \(5.0\) \(8.0\) \(12.8\) \(20.5\) \(32.8\) \(52.4\)

(a) Use the values at \(t = 2\) and \(t = 4\) to estimate \(\dfrac{dN}{dt}\) when \(t = 3\).

(b) State the units of \(\dfrac{dN}{dt}\).

(c) Interpret your answer to part (a) in the context of the question.

(a) \(\dfrac{dN}{dt} \approx \dfrac{32.8 - 12.8}{4 - 2} = \dfrac{20}{2} = 10\)

(b) thousands of bacteria per hour

(c) After \(3\) hours, the number of bacteria is increasing at about \(10\,000\) per hour.

(a) 知りたいのは \(t=3\) で、使うのは \(t=2\)\(t=4\)知りたい点をはさんでいます

(b) \(N\) が「千個」単位であることに注意してください。単なる per hour では足りません。

(c) \(10\) 千個 \(= 10\,000\) 個です。単位を直して書くほうが、意味が伝わります。

今回は増えているので、答えはです。increasing を入れてください。

6 The graph of a function \(f\) is shown below.

図 10: The graph of \(f\)

(a) State whether \(f'(-3)\) is positive or negative, giving a reason.

(b) State whether \(f'(1)\) is positive or negative, giving a reason.

(a) Positive, because the graph is increasing at \(x = -3\).

(b) Negative, because the graph is decreasing at \(x = 1\).

グラフの向きを見るだけです。

  • 右上がり\(f'(x) > 0\)
  • 右下がり\(f'(x) < 0\)

\(x = -3\) は左のはしのほうで、グラフは急に上がっています。\(x = 1\) は真ん中より右で、まだ下がっている途中です(\(x = 2\) で底になります)。

giving a reason なので、increasing / decreasing の一言を必ず添えてください。

7 A tank is being emptied. The volume of water in the tank is \(V\) litres after \(t\) minutes. When \(t = 8\), \(\dfrac{dV}{dt} = -12\).

(a) Interpret this value in the context of the question.

(b) Explain what it would mean if \(\dfrac{dV}{dt}\) were equal to \(0\).

(a) After \(8\) minutes, the volume of water in the tank is decreasing at \(12\) litres per minute.

(b) The volume of water would not be changing at that moment, so no water would be entering or leaving the tank.

(a)3つそろえます。いつ(after \(8\) minutes)、何が(the volume of water)、どれだけ\(12\) litres per minute)。

decreasing at $12$ と書いたら、数はプラスの \(12\) にします。decreasing at $-12$ とは書きません。

(b) \(f'(x) = 0\) は「増えも減りもしていない」ということです。タンクの場面では「水の量が変わっていない」となります。

8 The function \(f\) is given by \(f(x) = \dfrac{x^{3}-1}{x-1}\). The table shows some values of \(f(x)\).

\(x\) \(0.9\) \(0.99\) \(1.01\) \(1.1\)
\(f(x)\) \(2.71\) \(2.9701\) \(3.0301\) \(3.31\)

Write down the value of \(\displaystyle\lim_{x \to 1} f(x)\).

\(\displaystyle\lim_{x \to 1} f(x) = 3\)

左からは \(2.71 \to 2.9701\)、右からは \(3.0301 \to 3.31\)どちらも \(3\) に近づいています。

\(2.9701\)\(3.0301\) は、\(3\) にとても近い数です。その先の行き先が答えです。

\(x = 1\) では分母が \(0\) になるので、\(f(1)\) は存在しません。それでも極限は \(3\) です。

9 The point \(P(1, 1)\) lies on the curve \(y = x^{3}\). The table shows the gradient of the chord from \(P\) to a nearby point.

\(x\)-coordinate of the other point \(2\) \(1.5\) \(1.1\) \(1.01\) \(1.001\)
gradient of the chord \(7\) \(4.75\) \(3.31\) \(3.0301\) \(3.003001\)

(a) Write down the gradient of the curve at \(P\).

(b) Explain why the gradient of the chord is never exactly equal to the gradient of the curve at \(P\).

(a) The gradient of the curve at \(P\) is \(3\).

(b) A chord needs two different points on the curve. As the second point gets closer to \(P\) the gradient gets closer to \(3\), but the two points can never be the same point, so the gradient is never exactly \(3\).

(a) \(7, 4.75, 3.31, 3.0301, 3.003001, \ldots\) の行き先は \(3\) です。

(b) が、この項目の中心にある考え方です。\(2\) 点を重ねてしまうと、傾きの式が \(\dfrac{0}{0}\) になって計算できません。 だから重ねずに、いくらでも近づける。その行き先を見る — それが極限です。

「どこまでも近づくが、届かない」という言い方ができていれば十分です。

10 A ball rolls down a slope. The distance travelled is \(s\) metres after \(t\) seconds.

\(t\) (seconds) \(0\) \(2\) \(4\) \(6\) \(8\)
\(s\) (metres) \(0\) \(6\) \(16\) \(30\) \(48\)

(a) Use the values at \(t = 2\) and \(t = 6\) to estimate the speed of the ball when \(t = 4\).

(b) Find the gradient of the chord between \(t = 4\) and \(t = 6\).

(c) Explain which of your two answers is likely to be the better estimate of the speed at \(t = 4\).

(a) \(\dfrac{ds}{dt} \approx \dfrac{30 - 6}{6 - 2} = \dfrac{24}{4} = 6\) m s\(^{-1}\)

(b) \(\dfrac{30 - 16}{6 - 4} = \dfrac{14}{2} = 7\) m s\(^{-1}\)

(c) The answer to part (a) is better, because \(t = 4\) is in the middle of the interval from \(t = 2\) to \(t = 6\). In part (b) the interval only lies on one side of \(t = 4\).

(a)(b) で答えが違います(\(6\)\(7\))。どちらも「見積もり」なので、違っていて構いません。

(c) が問いたいのは、知りたい点をはさんでいるかどうかです。

  • (a)\(t=2\)\(t=6\) で、\(t=4\)まん中にはさんでいます
  • (b)\(t=4\)\(t=6\) で、\(t=4\)はしにあります

はさんだほうが、行きすぎと足りなさが打ち消し合うので、良い見積もりになります。

検算\(t=2\) から \(t=4\) の弦は \(\dfrac{16-6}{2} = 5\)\(t=4\) から \(t=6\)\(7\)。この \(2\) つの平均が \(6\) で、(a) と一致します ✓

11 The height of a plant is \(h\) cm, \(t\) days after it was planted.

\(t\) (days) \(0\) \(5\) \(10\) \(15\) \(20\)
\(h\) (cm) \(2\) \(9\) \(21\) \(34\) \(41\)

(a) Use the values at \(t = 5\) and \(t = 15\) to estimate \(\dfrac{dh}{dt}\) when \(t = 10\).

(b) State the units of \(\dfrac{dh}{dt}\).

(c) Interpret your answer to part (a) in the context of the question.

(d) Without further calculation, state whether \(\dfrac{dh}{dt}\) at \(t = 17\) is greater or smaller than your answer to part (a). Give a reason.

(a) \(\dfrac{dh}{dt} \approx \dfrac{34 - 9}{15 - 5} = \dfrac{25}{10} = 2.5\)

(b) cm per day

(c) After \(10\) days, the height of the plant is increasing at about \(2.5\) cm per day.

(d) Smaller. Between \(t = 15\) and \(t = 20\) the height only increases by \(7\) cm in \(5\) days, which is \(1.4\) cm per day, so the plant is growing more slowly than at \(t = 10\).

(a) \(t=10\)\(t=5\)\(t=15\)はさんでいます

(d)Without further calculation とありますが、表を読むこと自体は計算ではありません。 \(5\) 日ごとの増え方を見てください。

期間 \(0\to5\) \(5\to10\) \(10\to15\) \(15\to20\)
増えた高さ \(7\) \(12\) \(13\) \(7\)

\(t = 15\) を過ぎたところで、増え方が急に落ちています。 だから \(t = 17\) での変化率は、\(t = 10\) のときより小さいです。

植物が伸びきって、成長がゆるやかになった、という場面です。表の数の並びから場面を読むのが、AI らしい問題です。