3.5
関係式は、各入力xがただ一つの出力yと対応している場合に関数と呼ばれます。例えば、方程式y = 2x + 5は、すべてのxの値に対して一意のyの値が得られるため、関数を定義します。一方、x = y^2 + 1はxの関数ではありません。これは、同じxの値(たとえばx = 2)に対して、y = 1とy …
方程式は、ドメインからの各入力が範囲内に 1 つの出力しか与えない場合に関数を定義します。ドメインからの 1 つの入力が範囲から 2 つの異なる出力を与える場合、関係は関数ではありません。
関数テーブルも同じルールに従い、テーブルが同じ入力に対して複数の出力を与える場合、関数は定義されません。
グラフ上で、2つの点が同じ x値を共有しているが、 y値が異なる場合、それは関数ではありません。
グラフは、垂直線検定を満たす場合、つまりグラフと複数回交差する垂直線がない場合、関数を表します。
たとえば、横向きの放物線は、垂直線が 2 点で交差するため、垂直線テストに失敗します。
この放物線を上部と下部に分割すると、2 つの別々の関数が作成されます。それぞれが垂直線テストに合格します。
横向きの放物線でxとyの役割を逆にすると、各y値が1つのx値のみに対応する限り、xをyの関数として定義できます。
たとえば、機能している自動販売機は、特定のドメインから押された各ボタンが、範囲から1つの特定のスナックのみに対応するという機能の優れた例です。
Q1: What makes a relation a function?
A relation is a function when each input from the domain corresponds to exactly one output in the range. If a single input produces two different outputs, the relation fails to be a function. This one-to-one correspondence is the fundamental requirement for any equation, table, or graph to define a function.
Q2: How does the vertical line test determine if a graph is a function?
The vertical line test checks whether any vertical line intersects a graph more than once. If a vertical line crosses the curve at two or more points, the graph fails the test and does not represent a function. A sideways parabola, for example, fails because vertical lines intersect it at two different points.
Q3: Can a non-function be converted into separate functions?
Yes, a non-function can often be split into multiple valid functions. For instance, a sideways parabola that fails the vertical line test can be divided into upper and lower parts, each passing the test independently. Similarly, the equation y² = x can be split into two separate functions.
Q4: Why doesn't a function table with repeated inputs define a function?
A function table must assign exactly one output to each input. If the same input appears multiple times with different outputs, the table violates the definition of a function. This principle applies whether data is presented in a table, equation, or graph format.
Q5: What is an example of a function in everyday life?
A vending machine illustrates function behavior perfectly. Each button pressed from the available domain corresponds to exactly one specific snack from the range. This one-to-one relationship between input and output mirrors how mathematical functions operate and relates to introduction to one to one functions.
Q6: How can reversing x and y values create a function from a non-function?
Reversing the roles of x and y can define x as a function of y instead. For a sideways parabola, treating y as the input and x as the output allows each y-value to correspond to only one x-value, satisfying the function definition and passing the vertical line test.
Q7: What distinguishes an equation that defines a function from one that does not?
An equation defines a function if every x-value produces exactly one y-value. For example, y = 2x + 5 is a function because each input yields a unique output. However, x = y² + 1 is not a function of x because a single x-value corresponds to multiple y-values.