Key Points for Learning Basic Functions in High School Math | 高一数学:基本函数学习要点

📚 Key Points for Learning Basic Functions in High School Math | 高一数学:基本函数学习要点

Functions are one of the most important topics in high school mathematics. At the Grade 10 level, mastering the basic function families — linear, quadratic, rational, absolute value, power, and piecewise functions — lays a solid foundation for calculus, trigonometry, and advanced algebra in later years. This article summarizes the essential learning points, common pitfalls, and problem-solving strategies for each core function type.

函数是高中数学最重要的内容之一。在高一阶段,掌握基本函数族——一次函数、二次函数、分式函数、绝对值函数、幂函数和分段函数——为后续学习微积分、三角学和进阶代数奠定坚实基础。本文总结了每类核心函数的关键学习要点、常见错误和解题策略。


1. Understanding the Concept of a Function | 理解函数的概念

A function is a rule that assigns exactly one output value to each input value from its domain. The domain consists of all possible input values, and the range consists of all possible output values. For a graph to represent a function, it must pass the vertical line test — any vertical line drawn through the graph must intersect it at most once.

函数是一种规则,它将定义域中的每一个输入值对应到唯一的输出值。定义域是所有可能的输入值,值域是所有可能的输出值。一个图形要表示函数,必须通过竖直线检验——任何竖直线与图形的交点至多一个。

Term 术语 Meaning 含义
Domain 定义域 All valid x-values 所有合法的 x 值
Range 值域 All resulting y-values 所有对应的 y 值
Independent variable 自变量 Commonly x 通常为 x
Dependent variable 因变量 Commonly y or f(x) 通常为 y 或 f(x)

2. Linear Functions | 一次函数

The general form of a linear function is f(x) = kx + b, where k is the slope and b is the y-intercept. The graph is a straight line. The slope k determines whether the line rises (k > 0), falls (k < 0), or is horizontal (k = 0). The intercept b tells us where the line crosses the y-axis.

一次函数的一般形式为 f(x) = kx + b,其中 k 是斜率,b 是 y 轴截距。图像是一条直线。斜率 k 决定直线上升(k > 0)、下降(k < 0)或水平(k = 0)。截距 b 表示直线与 y 轴的交点。

Slope between two points: k = (y₂ − y₁) / (x₂ − x₁)

两点间斜率:k = (y₂ − y₁) / (x₂ − x₁)

When solving problems, remember: two points uniquely determine a line, and the slope-intercept form is especially useful for graphing. To find the zero of the function, set f(x) = 0 and solve for x.

解题时记住:两点唯一确定一条直线,斜率截距式尤其适合画图。求函数的零点时,令 f(x) = 0 解出 x 即可。


3. Quadratic Functions | 二次函数

A quadratic function has the general form f(x) = ax² + bx + c, where a ≠ 0. Its graph is a parabola. When a > 0, the parabola opens upward; when a < 0, it opens downward. The vertex, axis of symmetry, and roots (zeros) are the three most critical features.

二次函数的一般形式为 f(x) = ax² + bx + c,其中 a ≠ 0。其图像是抛物线。当 a > 0 时抛物线开口向上;当 a < 0 时开口向下。顶点、对称轴和根(零点)是最重要的三个特征。

Axis of symmetry: x = −b / (2a) | Vertex: (−b/(2a), f(−b/(2a)))

对称轴:x = −b / (2a) | 顶点:(−b/(2a), f(−b/(2a)))

The discriminant Δ = b² − 4ac determines the nature of the roots:

判别式 Δ = b² − 4ac 决定根的性质:

  • If Δ > 0, two distinct real roots.

    若 Δ > 0,有两个不同的实数根。

  • If Δ = 0, one repeated real root.

    若 Δ = 0,有一个重根(两个相等的实数根)。

  • If Δ < 0, no real roots.

    若 Δ < 0,没有实数根。

To find roots, use the quadratic formula x = (−b ± √Δ) / (2a), or factorize when possible. The vertex form f(x) = a(x − h)² + k directly reveals the vertex (h, k). Completing the square is a key skill to convert general form into vertex form.

求根可使用求根公式 x = (−b ± √Δ) / (2a),或尽可能因式分解。顶点式 f(x) = a(x − h)² + k 直接给出顶点 (h, k)。配方法是把一般式化为顶点式的关键技能。


4. Rational Functions y = 1/x | 分式函数 y = 1/x

The simplest rational function is f(x) = 1/x, defined for all x ≠ 0. Its graph is a hyperbola with two branches, one in the first quadrant and one in the third quadrant (assuming the standard, unshifted form). The x-axis and y-axis are asymptotes.

最简单的分式函数是 f(x) = 1/x,定义域为 x ≠ 0。其图像是双曲线,有两条分支,一条在第一象限,一条在第三象限(对于标准未平移的形式)。x 轴和 y 轴是渐近线。

For the more general form f(x) = a/(x − h) + k, the vertical asymptote is x = h and the horizontal asymptote is y = k. The domain excludes x = h, and the range excludes y = k.

对于更一般的形式 f(x) = a/(x − h) + k,竖直渐近线为 x = h,水平渐近线为 y = k。定义域排除 x = h,值域排除 y = k。

Students often forget to exclude the forbidden value from the domain. Always check for x-values that make the denominator zero.

学生经常忘记从定义域中排除使分母为零的值。务必检查使分母为零的 x 值。


5. Absolute Value Functions | 绝对值函数

The absolute value function f(x) = |x| is defined as: when x ≥ 0, f(x) = x; when x < 0, f(x) = −x. Its graph is a V-shape with the vertex at the origin. The function is symmetric about the y-axis.

绝对值函数 f(x) = |x| 的定义为:当 x ≥ 0 时,f(x) = x;当 x < 0 时,f(x) = −x。其图像是 V 形,顶点在原点。该函数关于 y 轴对称。

When solving equations involving absolute values, consider both cases: |x| = a means x = a or x = −a (for a > 0). When solving inequalities such as |x| < a, the solution is −a < x < a. For |x| > a, the solution is x < −a or x > a.

解含绝对值的方程时,需考虑两种情况:|x| = a 意味着 x = a 或 x = −a(a > 0)。解不等式 |x| < a 时,解为 −a < x < a。对于 |x| > a,解为 x < −a 或 x > a。

A common mistake is dropping the absolute value without considering both signs. Always check solutions in the original equation.

常见错误是忽略正负两种情况直接去掉绝对值。务必把解代回原方程检验。


6. Power Functions | 幂函数

Power functions have the general form f(x) = xᵃ, where a is a constant. For a = 2, we get a parabola; for a = 1/2, we get the square root function f(x) = √x, whose domain is x ≥ 0. For a = −1, we get the reciprocal function f(x) = 1/x.

幂函数的一般形式为 f(x) = xᵃ,其中 a 为常数。当 a = 2 时得到抛物线;当 a = 1/2 时得到平方根函数 f(x) = √x,其定义域为 x ≥ 0。当 a = −1 时得到倒数函数 f(x) = 1/x。

Key learning points: pay attention to the domain based on the exponent. For fractional exponents with even denominators, the base must be non-negative. For negative exponents, the base cannot be zero.

学习要点:根据指数确定定义域。对于分母为偶数的分数指数,底数必须非负。对于负指数,底数不能为零。


7. Piecewise Functions | 分段函数

A piecewise function is defined by different expressions on different intervals. For example:

分段函数在不同区间上有不同的表达式。例如:

f(x) = { x², x < 0; x + 1, x ≥ 0 }

f(x) = { x², x < 0; x + 1, x ≥ 0 }

To evaluate a piecewise function, first determine which interval the input belongs to, then use the corresponding expression. To graph it, sketch each piece separately and pay careful attention to whether endpoints are open (not included) or closed (included).

求分段函数值时,首先判断输入属于哪个区间,然后使用对应的表达式。画图时,分别画出每一段,并特别注意端点是空心(不包含)还是实心(包含)。

Piecewise functions are especially common in real-world modeling, such as tax brackets or shipping costs. Make sure the domain intervals do not overlap and cover the entire required region.

分段函数在现实建模中非常常见,例如税率等级或运费计算。确保定义域区间不重叠并覆盖整个所需区域。


8. Properties: Monotonicity and Parity | 函数性质:单调性与奇偶性

Monotonicity describes whether a function is increasing or decreasing on an interval. If for any x₁ < x₂ in the interval, f(x₁) < f(x₂), the function is increasing; if f(x₁) > f(x₂), it is decreasing. For quadratic functions, the vertex marks the boundary between increasing and decreasing intervals.

单调性描述函数在某个区间上是递增还是递减。如果区间内任意 x₁ < x₂,都有 f(x₁) < f(x₂),则函数递增;如果 f(x₁) > f(x₂),则函数递减。对于二次函数,顶点是递增和递减区间的分界点。

Parity (even/odd symmetry) is another fundamental property. An even function satisfies f(−x) = f(x) for all x in its domain, and its graph is symmetric about the y-axis. An odd function satisfies f(−x) = −f(x), and its graph is symmetric about the origin.

奇偶性是另一个基本性质。偶函数满足 f(−x) = f(x) 对所有定义域内的 x 都成立,其图像关于 y 轴对称。奇函数满足 f(−x) = −f(x),其图像关于原点对称。

To prove monotonicity, use the definition: take x₁ < x₂, compute f(x₁) − f(x₂), and determine its sign. This method works directly without relying on graphs. For parity, always first check that the domain is symmetric about the origin.

证明单调性时,使用定义:取 x₁ < x₂,计算 f(x₁) − f(x₂),判断其符号。这种方法不依赖图形,直接有效。判断奇偶性时,必须先检查定义域是否关于原点对称。


9. Composite Functions | 复合函数

A composite function is formed by applying one function to the result of another. If f and g are two functions, the composite f(g(x)) means “apply g first, then apply f to the output.” The domain of f(g(x)) consists of all x in the domain of g such that g(x) is in the domain of f.

复合函数是将一个函数作用于另一个函数的结果。如果 f 和 g 是两个函数,复合 f(g(x)) 表示”先应用 g,再将 f 作用于输出”。f(g(x)) 的定义域由 g 定义域中所有满足 g(x) 在 f 定义域内的 x 组成。

For example, if f(x) = 2x and g(x) = x + 1, then f(g(x)) = 2(x + 1) = 2x + 2, while g(f(x)) = 2x + 1. Notice that f(g(x)) ≠ g(f(x)) in general — composition order matters.

例如,若 f(x) = 2x,g(x) = x + 1,则 f(g(x)) = 2(x + 1) = 2x + 2,而 g(f(x)) = 2x + 1。注意 f(g(x)) ≠ g(f(x)) 一般情况下不相等——复合顺序很重要。

When finding composite domains, be systematic: identify the domain of the inner function first, then impose the outer function’s domain condition on the inner function’s output.

求复合函数定义域时,要有步骤:先确定内层函数的定义域,再让内层函数的输出满足外层函数的定义域条件。


10. Function Transformations | 函数变换

Understanding transformations helps you quickly graph functions based on known base graphs. For a function y = f(x):

理解函数变换有助于基于已知基本图像快速作图。对于函数 y = f(x):

  • y = f(x) + k shifts the graph upward by k (or downward if k < 0).

    y = f(x) + k 将图像向上平移 k 个单位(k < 0 时向下平移)。

  • y = f(x + h) shifts the graph left by h if h > 0 (right if h < 0). Note the sign reversal.

    y = f(x + h) 在 h > 0 时将图像向左平移 h 个单位(h < 0 时向右平移)。注意符号相反。

  • y = −f(x) reflects the graph across the x-axis.

    y = −f(x) 将图像关于 x 轴对称翻转。

  • y = f(−x) reflects the graph across the y-axis.

    y = f(−x) 将图像关于 y 轴对称翻转。

  • y = af(x) stretches vertically by a factor of |a| (and flips if a < 0).

    y = af(x) 将图像垂直拉伸 |a| 倍(若 a < 0 则同时翻转)。

When applying multiple transformations, follow the order: horizontal translations/reflections first, then vertical stretches/compressions, then vertical translations. However, for the purposes of reading graphs, a well-structured approach that carefully tracks each step on the x-coordinate is most reliable.

当应用多种变换时,遵循顺序:先水平平移/翻折,再垂直拉伸/压缩,最后垂直平移。不过,为了准确读图,最可靠的方法是仔细追踪 x 坐标的每一步变化。


11. Common Pitfalls and Tips | 常见错误与技巧

Below is a summary of frequent mistakes students make when studying basic functions, along with practical advice.

以下是学生在学习基本函数时常犯错误的总结,以及实用建议。

Common Pitfall 常见错误 Tip 建议
Forgetting the domain of rational functions 忘记分式函数定义域 Always set denominator ≠ 0 始终令分母 ≠ 0
Solving |x| = a too quickly 解 |x| = a 过于草率 Split into x = a and x = −a 分解为 x = a 和 x = −a
Ignoring the sign reversal in x + h shifts 忽略 x + h 平移的符号反向 Think of y = (x − (−h))² 记得写成 y = (x − (−h))²
Mixing up even and odd function graphs 混淆奇偶函数图像 Even: symmetric about y-axis; Odd: about origin 偶函数关于 y 轴对称;奇函数关于原点对称
Forgetting to check composite domain 忘记检验复合函数定义域 Trace x → g(x) → f(g(x)) step by step 逐步追踪 x → g(x) → f(g(x))

12. Practice Strategies | 练习策略

To truly master basic functions, solve a variety of problems that test definitions, graphing, transformations, and real-world interpretation. Start by graphing each function by hand on paper — this builds intuition that no calculator can replace. Then, practice finding domains and ranges symbolically for combined functions.

要真正掌握基本函数,需要练习各种类型的题目,涵盖定义、作图、变换和现实应用。首先在纸上手动作图——这能培养计算器无法替代的直觉。然后练习用符号方法求组合函数的定义域和值域。

For challenging problems, break them into steps: identify the function type, determine the domain, find key features (intercepts, vertex, asymptotes), then sketch or solve. Keep a summary sheet of formulas and graphs for quick revision before exams.

对于有挑战性的问题,分解步骤:确定函数类型,求出定义域,找到关键特征(截距、顶点、渐近线),然后作图或求解。整理一张公式和图像汇总表,便于考前快速复习。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading