📚 PDF资源导航

GCSE AQA Maths: Complex Variable Functions? Actually Composite Functions! | GCSE AQA 数学:复变函数?复合函数考点精讲

📚 GCSE AQA Maths: Complex Variable Functions? Actually Composite Functions! | GCSE AQA 数学:复变函数?复合函数考点精讲

The term “complex variable functions” typically belongs to university-level analysis, but many GCSE students confuse it with composite functions — a core topic on the AQA specification. This article demystifies composite functions, covering notation, evaluation, domains, inverse links, and exam-style questions to help you nail this part of the algebra syllabus.

“复变函数”这个词通常属于大学级别的数学分析,但很多 GCSE 考生会把它和复合函数(composite functions)搞混——而后者正是 AQA 考纲上的重点内容。本文将彻底讲清复合函数的记法、求值、定义域、与反函数的联系,并提供真题风格练习,帮你稳稳拿下这一代数板块。

1. What Is a Composite Function? | 什么是复合函数?

A composite function is created when you apply one function to the output of another. If you have two functions, f and g, then fg(x) means “do g first, then apply f to that result”. Mathematically, fg(x) = f( g(x) ). The small circle notation f∘g(x) means exactly the same thing.

复合函数指的是将一个函数的输出,作为另一个函数的输入。如果有两个函数 f 和 g,那么 fg(x) 的意思就是“先作用 g,再把得到的结果放入 f”。数学上写作 fg(x) = f( g(x) )。小圆点记法 f∘g(x) 表达的意思完全相同。


2. Notation: fg(x) vs gf(x) | 记法区分:fg(x) 与 gf(x)

Order matters greatly. fg(x) is not the same as gf(x). For example, if f(x) = 2x and g(x) = x + 3, then fg(x) = f(x+3) = 2(x+3) = 2x+6, whereas gf(x) = g(2x) = 2x+3. Always read from right to left: the function nearest to x happens first.

顺序至关重要。fg(x) 与 gf(x) 绝对是两个不同的函数。例如,设 f(x)=2x,g(x)=x+3,则 fg(x)=f(x+3)=2(x+3)=2x+6,而 gf(x)=g(2x)=2x+3。记住从右往左读:最靠近 x 的函数先作用。


3. Evaluating Composite Functions Numerically | 数值计算复合函数

When asked to find fg(5), you don’t always need the full algebraic expression. First compute g(5), then substitute that output into f. For instance, with f(x)=√x and g(x)=x-2, g(5)=3, then f(3)=√3. This stepwise approach often saves time in calculator papers.

如果题目要求计算 fg(5),你不一定非要写出完整的代数式。先算出 g(5),再将结果代入 f。例如,f(x)=√x,g(x)=x-2,g(5)=3,然后 f(3)=√3。这种分步代入的方法在允许使用计算器的考试中常常能节省时间。


4. Building Composite Functions from Simple Expressions | 用简单表达式构建复合函数

Given f(x)=3x-1 and g(x)=x², you can form fg(x) by replacing each x inside f with x²: fg(x)=3(x²)-1=3x²-1. For gf(x), replace each x inside g with 3x-1: gf(x)=(3x-1)²=9x²-6x+1. Always use brackets to avoid sign errors.

已知 f(x)=3x-1,g(x)=x²,构建 fg(x) 时,把 f 中的每个 x 换成 x²:fg(x)=3(x²)-1=3x²-1。构建 gf(x) 时,把 g 中的每个 x 换成 3x-1:gf(x)=(3x-1)²=9x²-6x+1。务必使用括号,避免符号出错。


5. When the Inner Function Contains Fractions | 当内层函数含有分式时

Suppose f(x)=1/x and g(x)=x+2. Then fg(x)=1/(x+2). The composite is defined only where the denominator is non-zero, so x ≠ −2. In contrast, gf(x)=1/x+2, which is defined for x ≠ 0. Seeing how domains shift is a frequent exam requirement.

假设 f(x)=1/x,g(x)=x+2。那么 fg(x)=1/(x+2)。此复合函数仅在分母不为零时成立,因此 x ≠ −2。反过来,gf(x)=1/x+2,它要求 x ≠ 0。观察定义域如何变化是 GCSE 考试中常见的出题角度。


6. Domain Restrictions in Composite Functions | 复合函数的定义域限制

The domain of fg(x) is the set of all x such that x is in the domain of g, and g(x) is in the domain of f. For example, if f(x)=√x (domain x ≥ 0) and g(x)=x-5, then fg(x)=√(x-5). We require x-5 ≥ 0 ⇒ x ≥ 5. So the domain of fg is x ≥ 5, even though g alone is defined for all real numbers.

fg(x) 的定义域是所有满足“x 在 g 的定义域内,并且 g(x) 在 f 的定义域内”的 x 的集合。例如,f(x)=√x(定义域 x ≥ 0),g(x)=x-5,则 fg(x)=√(x-5)。要求 x-5 ≥ 0 ⇒ x ≥ 5。因此 fg 的定义域是 x ≥ 5,尽管 g 本身对所有实数都有定义。


7. Composite Functions and Inverse Functions | 复合函数与反函数

Inverse functions “undo” each other. This is tested through composition: if f⁻¹ is the inverse of f, then ff⁻¹(x)=x and f⁻¹f(x)=x. A typical AQA question might give you f(x)=2x+3 and ask you to show that f⁻¹f(4)=4 without finding the inverse. Just compute f(4)=11, then apply the inverse by solving 2y+3=11, giving y=4.

反函数的作用是“相互抵消”,这一点通过复合来考查:如果 f⁻¹ 是 f 的反函数,那么 ff⁻¹(x)=x 且 f⁻¹f(x)=x。典型的 AQA 题目可能会给出 f(x)=2x+3,然后让你证明 f⁻¹f(4)=4 而不必求出反函数。只需先算 f(4)=11,再通过解方程 2y+3=11 来施加反函数,得到 y=4。


8. Solving Equations Involving Composites | 解含复合函数的方程

You may need to solve fg(x)=k for unknown x. First form the composite expression, then set up and solve the equation. Example: f(x)=2x+1, g(x)=x², solve fg(x)=9. fg(x)=2x²+1=9 → 2x²=8 → x²=4 → x=2 or x=−2. Always check the domain of the composite.

你可能需要解 fg(x)=k 这样的方程。先写出复合表达式,再建立方程并求解。例如,f(x)=2x+1,g(x)=x²,解 fg(x)=9。fg(x)=2x²+1=9 → 2x²=8 → x²=4 → x=2 或 x=−2。切记检验答案是否在复合函数的定义域内。


9. Working with Algebraic Fractions in Composites | 复合函数中的代数分式处理

If f(x)=(x+1)/(x-1) and g(x)=2x, then fg(x)= (2x+1)/(2x-1). This expression can be used to solve equations or find inverse relations. Algebraic simplification is key — factorising or multiplying by the denominator may be needed when solving.

如果 f(x)=(x+1)/(x-1),g(x)=2x,那么 fg(x)=(2x+1)/(2x-1)。这一表达式可用于解方程或寻求反函数关系。代数化简是关键——求解时往往需要分解因式或乘以分母。


10. Real Exam-Style Example – AQA Past Paper | 真题风格演练 – AQA 历年真题思路

Question: f(x)=√(x+3) for x ≥ −3; g(x)=x²−1 for all x. Find (a) fg(2), (b) gf(x) and state its domain. For (a), g(2)=3, f(3)=√6. For (b), gf(x) = (√(x+3))² − 1 = x+3−1 = x+2, but remember: the square and root cancel only for x ≥ −3. Therefore gf(x)=x+2 with domain x ≥ −3.

题目:f(x)=√(x+3),x ≥ −3;g(x)=x²−1,对所有 x。求 (a) fg(2), (b) gf(x) 并说明其定义域。对于 (a),g(2)=3,f(3)=√6。对于 (b),gf(x) = (√(x+3))² − 1 = x+3−1 = x+2,但必须注意:平方与根号相抵消仅在 x ≥ −3 时成立。因此 gf(x)=x+2,定义域为 x ≥ −3。


11. Graph Transformations as Composites | 图像变换中的复合思想

When you see y = f(2x) or y = f(x)+3, you are effectively creating a composite. y = f(2x) composes f with g(x)=2x, i.e. fg(x). Understanding this helps link algebraic composites to graph stretches and translations, a skill rewarded in higher-tier questions.

当你看到 y = f(2x) 或 y = f(x)+3 时,本质上就是在生成复合函数。y = f(2x) 是将 f 与 g(x)=2x 进行复合,也就是 fg(x)。理解这一点有助于把代数的复合函数与图像的伸缩、平移联系起来,这是高分层题目中非常看重的能力。


12. Common Mistakes and How to Avoid Them | 常见错误与应对技巧

Mistakes often include: forgetting brackets when substituting, mixing up fg and gf, neglecting domain restrictions, and applying the inner function to the wrong variable. To avoid these, always write the substitution step explicitly: fg(x) = f( g(x) ) = f( … ) and use a highlighter to mark the input of the outer function.

常见错误包括:代入时忘记加括号、混淆 fg 和 gf、忽略定义域限制、把内层函数作用到错误的变量上。避免这些错误的方法是:务必明确写出代入步骤,如 fg(x) = f( g(x) ) = f( … ),并用荧光笔标出外层函数的输入。

Published by TutorHao | GCSE AQA Maths 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