Knowunity AI

Open the App

Subjects

共通試験共通試験63 views·Updated May 11, 2026·5 pages

指数の基本と応用:計算の秘訣

中学の自然数の指数から一気に実数まで指数を拡張するよ。$2^{-3}$や$4^{\frac{1}{2}}$みたいな計算ができるようになって、指数関数や対数関数の土台になる超重要な単元だ。

1
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

指数の拡張と基本法則

君たちの指数の世界がここから一気に広がるよ。中学では自然数だけだった指数が、整数、有理数、そして実数全体まで使えるようになる。

ゼロ指数と負の整数指数が最初のハードル。a0=1a^0 = 1は覚えるしかないけど、an=1ana^{-n} = \frac{1}{a^n}は「マイナスがついたら逆数にする」と覚えよう。例えば$3^{-2} = \frac{1}{3^2} = \frac{1}{9}$。

**累乗根(n乗根)**はxn=ax^n = aを満たすxxのこと。a>0a > 0なら正のnn乗根がただ一つ存在して、an\sqrt[n]{a}と書く。n=2n = 2のときはa\sqrt{a}

💡 ポイント: 指数法則は中学と同じ。am×an=am+na^m \times a^n = a^{m+n}am÷an=amna^m \div a^n = a^{m-n}(am)n=amn(a^m)^n = a^{mn}(ab)n=anbn(ab)^n = a^n b^n。これは絶対覚えて!

2
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

有理数指数の定義と法則

ここからが本格的な高校数学。指数を分数まで拡張するよ。

a>0a > 0で、mmを整数、nnを2以上の整数とするとき、a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}amn=(an)m=amna^{\frac{m}{n}} = (\sqrt[n]{a})^m = \sqrt[n]{a^m}と定義する。

超重要:有理数指数を考えるときは、aaは必ず正の数(a>0)(a > 0)にする。なぜなら(2)12=2(-2)^{\frac{1}{2}} = \sqrt{-2}は実数で定義できないから。

この定義のおかげで、累乗根の面倒な計算も指数法則で処理できる。a2=a22=a1=a\sqrt{a^2} = a^{\frac{2}{2}} = a^1 = aみたいに。

💡 ポイント: 指数法則は有理数指数でもそのまま使える。ar×as=ar+sa^r \times a^s = a^{r+s}など、4つの法則すべて健在!

3
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

計算例:数値の計算

実際に問題を解いて感覚を掴もう。$16^{-\frac{1}{3}}$を計算してみる。

まず底を素因数分解する。$16 = 2^4$。次に指数法則(am)n=amn(a^m)^n = a^{mn}を使う。

$16^{-\frac{1}{3}} = 242^4^{-\frac{1}{3}} = 2^{4 \times 13-\frac{1}{3}} = 2^{-3} = \frac{1}{2^3} = \frac{1}{8}$

手順は①素因数分解 ②指数法則適用 ③負の指数の定義で処理、の3ステップ。

💡 ポイント: 底が大きい数のときは、必ず小さい素数のべき乗で表そう。$81 = 3^432 = 2^5$とか。

4
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

累乗根を含む式の簡略化

a53÷a×a6\sqrt[3]{a^5} \div \sqrt{a} \times \sqrt[6]{a}を計算する(a>0)(a > 0)

戦略:すべての累乗根を分数指数に直してから指数法則でまとめる。

まず変換:a53=a53\sqrt[3]{a^5} = a^{\frac{5}{3}}a=a12\sqrt{a} = a^{\frac{1}{2}}a6=a16\sqrt[6]{a} = a^{\frac{1}{6}}

式はa53÷a12×a16=a5312+16a^{\frac{5}{3}} \div a^{\frac{1}{2}} \times a^{\frac{1}{6}} = a^{\frac{5}{3} - \frac{1}{2} + \frac{1}{6}}

指数を通分すると:5312+16=10636+16=86=43\frac{5}{3} - \frac{1}{2} + \frac{1}{6} = \frac{10}{6} - \frac{3}{6} + \frac{1}{6} = \frac{8}{6} = \frac{4}{3}

答え:a43a^{\frac{4}{3}}(累乗根で表すならaa3a\sqrt[3]{a}

💡 ポイント: 複雑な累乗根は必ず分数指数に直す。そうすれば指数法則の足し算・引き算だけで解決!

5
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

注意点とよくある間違い

計算で絶対に注意すべきポイントをチェックしよう。

底の条件(a>0)(a > 0)を常に意識する。問題文に書いてなくても、a12a^{\frac{1}{2}}があれば暗にa>0a > 0が前提。

よくある間違いを表でまとめた:

間違いやすい例正しい計算
$\sqrt{a^2 + b^2} = a + b$間違い!$\sqrt{9+16} = 5$だけど$3+4 = 7$
$(2^3)^2 = 2^5$正しくは$2^{3 \times 2} = 2^6 = 64$
$a^{-2} = -a^2$正しくは$a^{-2} = \frac{1}{a^2}$

計算の基本方針:①底を素因数分解 ②累乗根を分数指数に変換 ③指数法則で計算 ④必要なら累乗根の形に戻す

💡 試験のコツ: 指数計算は対数関数の基礎にもなる。ここで計算ミスをなくせば、数学II全体の得点力がアップするよ!

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content in TOEIC

9
TOEICTOEIC

英検2級 単語①

英検2級の単語をノートにまとめました。英単語をオレンジ色で整理したので、ご自由にお使いください!

高13463
共通試験共通試験

数と式

実数の概念を理解し、多項式の計算、因数分解、平方根の計算など、式の展開と変形を習得します。

中31023
共通試験共通試験

指数関数・対数関数のグラフ

指数関数と対数関数のグラフの形状、漸近線、増減といった性質を理解し、相互の関係性を考察します。

高3731
共通試験共通試験

化学基礎

物質の構成、状態、化学変化の基本原理を学び、原子や分子の視点から物質の性質を理解します。

高1654
共通試験共通試験

約数と倍数、素数

最大公約数、最小公倍数の求め方、素因数分解、素数の性質を理解し、整数の基本的な構造を把握します。

高31040
共通試験共通試験

二次方程式・二次不等式

判別式を用いた解の判別、解と係数の関係、そして二次不等式のグラフを用いた解法を習得し、応用問題に活用します。

高3853
共通試験共通試験

日本の歴史(古代~中世) (Japanese History: Ancient to Medieval)

旧石器時代から弥生時代、古墳時代、飛鳥・奈良時代、平安時代、鎌倉時代までの日本の歴史を学びます。当時の人々の暮らしや文化、政治の移り変わりを理解します。

中1320
共通試験共通試験

正弦定理・余弦定理

三角形の辺の長さと角の関係を示す正弦定理と余弦定理を習得し、未知の辺や角を求める問題に応用します。

高3232
共通試験共通試験

力と圧力 (Force and Pressure)

力の働きや大きさ、向きについて学びます。圧力の概念を理解し、浮力や大気圧など、身近な現象と関連付けて考えます。

中1210

Most popular content

9

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user

共通試験共通試験63 views·Updated May 11, 2026·5 pages

指数の基本と応用:計算の秘訣

中学の自然数の指数から一気に実数まで指数を拡張するよ。$2^{-3}$や$4^{\frac{1}{2}}$みたいな計算ができるようになって、指数関数や対数関数の土台になる超重要な単元だ。

1
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

指数の拡張と基本法則

君たちの指数の世界がここから一気に広がるよ。中学では自然数だけだった指数が、整数、有理数、そして実数全体まで使えるようになる。

ゼロ指数と負の整数指数が最初のハードル。a0=1a^0 = 1は覚えるしかないけど、an=1ana^{-n} = \frac{1}{a^n}は「マイナスがついたら逆数にする」と覚えよう。例えば$3^{-2} = \frac{1}{3^2} = \frac{1}{9}$。

**累乗根(n乗根)**はxn=ax^n = aを満たすxxのこと。a>0a > 0なら正のnn乗根がただ一つ存在して、an\sqrt[n]{a}と書く。n=2n = 2のときはa\sqrt{a}

💡 ポイント: 指数法則は中学と同じ。am×an=am+na^m \times a^n = a^{m+n}am÷an=amna^m \div a^n = a^{m-n}(am)n=amn(a^m)^n = a^{mn}(ab)n=anbn(ab)^n = a^n b^n。これは絶対覚えて!

2
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

有理数指数の定義と法則

ここからが本格的な高校数学。指数を分数まで拡張するよ。

a>0a > 0で、mmを整数、nnを2以上の整数とするとき、a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}amn=(an)m=amna^{\frac{m}{n}} = (\sqrt[n]{a})^m = \sqrt[n]{a^m}と定義する。

超重要:有理数指数を考えるときは、aaは必ず正の数(a>0)(a > 0)にする。なぜなら(2)12=2(-2)^{\frac{1}{2}} = \sqrt{-2}は実数で定義できないから。

この定義のおかげで、累乗根の面倒な計算も指数法則で処理できる。a2=a22=a1=a\sqrt{a^2} = a^{\frac{2}{2}} = a^1 = aみたいに。

💡 ポイント: 指数法則は有理数指数でもそのまま使える。ar×as=ar+sa^r \times a^s = a^{r+s}など、4つの法則すべて健在!

3
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

計算例:数値の計算

実際に問題を解いて感覚を掴もう。$16^{-\frac{1}{3}}$を計算してみる。

まず底を素因数分解する。$16 = 2^4$。次に指数法則(am)n=amn(a^m)^n = a^{mn}を使う。

$16^{-\frac{1}{3}} = 242^4^{-\frac{1}{3}} = 2^{4 \times 13-\frac{1}{3}} = 2^{-3} = \frac{1}{2^3} = \frac{1}{8}$

手順は①素因数分解 ②指数法則適用 ③負の指数の定義で処理、の3ステップ。

💡 ポイント: 底が大きい数のときは、必ず小さい素数のべき乗で表そう。$81 = 3^432 = 2^5$とか。

4
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

累乗根を含む式の簡略化

a53÷a×a6\sqrt[3]{a^5} \div \sqrt{a} \times \sqrt[6]{a}を計算する(a>0)(a > 0)

戦略:すべての累乗根を分数指数に直してから指数法則でまとめる。

まず変換:a53=a53\sqrt[3]{a^5} = a^{\frac{5}{3}}a=a12\sqrt{a} = a^{\frac{1}{2}}a6=a16\sqrt[6]{a} = a^{\frac{1}{6}}

式はa53÷a12×a16=a5312+16a^{\frac{5}{3}} \div a^{\frac{1}{2}} \times a^{\frac{1}{6}} = a^{\frac{5}{3} - \frac{1}{2} + \frac{1}{6}}

指数を通分すると:5312+16=10636+16=86=43\frac{5}{3} - \frac{1}{2} + \frac{1}{6} = \frac{10}{6} - \frac{3}{6} + \frac{1}{6} = \frac{8}{6} = \frac{4}{3}

答え:a43a^{\frac{4}{3}}(累乗根で表すならaa3a\sqrt[3]{a}

💡 ポイント: 複雑な累乗根は必ず分数指数に直す。そうすれば指数法則の足し算・引き算だけで解決!

5
of 5
# 指数の拡張と計算

指数の拡張の概要・

中学で学んだ自然数の指数から、高校数学IIでは指数を整数、有理数、そして実
数全体にまで拡張する。これにより、$2^{-3}$や$4^{\frac{1}{2}}$のような計算が可能になる。この
拡張は、後の指数関数や対数関数を理解する

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

注意点とよくある間違い

計算で絶対に注意すべきポイントをチェックしよう。

底の条件(a>0)(a > 0)を常に意識する。問題文に書いてなくても、a12a^{\frac{1}{2}}があれば暗にa>0a > 0が前提。

よくある間違いを表でまとめた:

間違いやすい例正しい計算
$\sqrt{a^2 + b^2} = a + b$間違い!$\sqrt{9+16} = 5$だけど$3+4 = 7$
$(2^3)^2 = 2^5$正しくは$2^{3 \times 2} = 2^6 = 64$
$a^{-2} = -a^2$正しくは$a^{-2} = \frac{1}{a^2}$

計算の基本方針:①底を素因数分解 ②累乗根を分数指数に変換 ③指数法則で計算 ④必要なら累乗根の形に戻す

💡 試験のコツ: 指数計算は対数関数の基礎にもなる。ここで計算ミスをなくせば、数学II全体の得点力がアップするよ!

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content in TOEIC

9
TOEICTOEIC

英検2級 単語①

英検2級の単語をノートにまとめました。英単語をオレンジ色で整理したので、ご自由にお使いください!

高13463
共通試験共通試験

数と式

実数の概念を理解し、多項式の計算、因数分解、平方根の計算など、式の展開と変形を習得します。

中31023
共通試験共通試験

指数関数・対数関数のグラフ

指数関数と対数関数のグラフの形状、漸近線、増減といった性質を理解し、相互の関係性を考察します。

高3731
共通試験共通試験

化学基礎

物質の構成、状態、化学変化の基本原理を学び、原子や分子の視点から物質の性質を理解します。

高1654
共通試験共通試験

約数と倍数、素数

最大公約数、最小公倍数の求め方、素因数分解、素数の性質を理解し、整数の基本的な構造を把握します。

高31040
共通試験共通試験

二次方程式・二次不等式

判別式を用いた解の判別、解と係数の関係、そして二次不等式のグラフを用いた解法を習得し、応用問題に活用します。

高3853
共通試験共通試験

日本の歴史(古代~中世) (Japanese History: Ancient to Medieval)

旧石器時代から弥生時代、古墳時代、飛鳥・奈良時代、平安時代、鎌倉時代までの日本の歴史を学びます。当時の人々の暮らしや文化、政治の移り変わりを理解します。

中1320
共通試験共通試験

正弦定理・余弦定理

三角形の辺の長さと角の関係を示す正弦定理と余弦定理を習得し、未知の辺や角を求める問題に応用します。

高3232
共通試験共通試験

力と圧力 (Force and Pressure)

力の働きや大きさ、向きについて学びます。圧力の概念を理解し、浮力や大気圧など、身近な現象と関連付けて考えます。

中1210

Most popular content

9

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user