📚 PDF资源导航

Mastering Quadratic Function Modelling for A-Level Maths | A-Level 数学:二次函数建模实战技巧

📚 Mastering Quadratic Function Modelling for A-Level Maths | A-Level 数学:二次函数建模实战技巧

Quadratic functions are one of the most versatile tools in A-Level mathematics. From projectile motion to profit maximisation, they appear in countless real-world contexts. This article will guide you through practical strategies for building, interpreting, and solving quadratic models.

二次函数是 A-Level 数学中最实用的工具之一。从抛体运动到利润最大化,它们出现在无数现实场景中。本文将带你掌握建立、解读和求解二次模型的实战策略。


1. The Three Forms of a Quadratic | 二次函数的三种形式

Before modelling, you must be fluent in the three standard forms. The general form is y = ax² + bx + c, which clearly shows the y-intercept c. The factored form y = a(x – p)(x – q) gives the roots p and q. The vertex form y = a(x – h)² + k reveals the turning point (h, k).

在建立模型之前,你必须熟练掌握三种标准形式。一般式 y = ax² + bx + c 能清晰显示 y 轴截距 c。因式式 y = a(x – p)(x – q) 直接给出根 p 和 q。顶点式 y = a(x – h)² + k 则揭示顶点坐标 (h, k)。

  • General form: y = ax² + bx + c – best for quick expansion and differentiation.
  • Factored form: y = a(x – p)(x – q) – ideal for finding roots or x-intercepts.
  • Vertex form: y = a(x – h)² + k – perfect for maximum/minimum problems.
  • 一般式:y = ax² + bx + c – 适合快速展开和求导。
  • 因式式:y = a(x – p)(x – q) – 适合求根或 x 轴交点。
  • 顶点式:y = a(x – h)² + k – 最适合求解最大值/最小值问题。

2. Recognising Quadratic Relationships in Real Data | 从现实数据中识别二次关系

When you are given a word problem, look for phrases that indicate a squared variable. “Area of a square”, “braking distance”, “revenue as price squared”, or “height versus time” often signal a quadratic. If the second difference of a data set is constant, the underlying model is quadratic.

遇到应用题时,注意那些暗示变量平方的关键词。”正方形的面积”、”刹车距离”、”收入与价格平方相关”或”高度随时间变化”通常都指向二次函数。如果一组数据的二阶差分为常数,那么其内在模型就是二次函数。

For example, the braking distance d of a car is proportional to the square of its speed v, so d = kv². This is a simple quadratic model with no linear term.

例如,汽车的刹车距离 d 与速度 v 的平方成正比,因此 d = kv²。这是一个没有一次项的简单二次模型。


3. Steps to Build a Quadratic Model | 建立二次模型的步骤

Follow these four steps every time. First, define the variables clearly. Second, decide which form of quadratic is appropriate. Third, use the given conditions to form equations. Fourth, solve for the unknown parameters a, b, c or a, h, k.

每次建模都遵循以下四步:第一步,清晰定义变量;第二步,决定使用哪种二次形式;第三步,用已知条件列出方程;第四步,解出未知参数 a, b, c 或 a, h, k。

Suppose a rectangle has a fixed perimeter of 40 m. Let the length be x, then the width is 20 – x. The area A = x(20 – x) = -x² + 20x. Here the quadratic model is already built from a geometric constraint.

假设一个矩形周长为定值 40 米。设长为 x,则宽为 20 – x。面积 A = x(20 – x) = -x² + 20x。这里,二次模型直接从几何约束中建立。


4. Finding the Equation from Given Points | 由给定点求函数方程

You often know some points that the quadratic must pass through. If you know the vertex (h, k) and one other point, use vertex form. If you know two roots and one point, use factored form. If you know three arbitrary points, substitute into y = ax² + bx + c and solve a system of linear equations.

你常常知道二次函数必须经过的一些点。如果已知顶点 (h, k) 和另一个点,就用顶点式。如果已知两个根和一个点,就用因式式。如果已知三个任意点,则代入 y = ax² + bx + c,并解一个线性方程组。

Example: A parabola passes through (1, 4), (2, 3), and (3, 6). Substituting gives:
a + b + c = 4,
4a + 2b + c = 3,
9a + 3b + c = 6.
Solving gives a = 2, b = -7, c = 9, so y = 2x² – 7x + 9.

例:一条抛物线经过 (1, 4)、(2, 3) 和 (3, 6)。代入得:
a + b + c = 4,
4a + 2b + c = 3,
9a + 3b + c = 6。
解得 a = 2,b = -7,c = 9,因此 y = 2x² – 7x + 9。


5. The Vertex: Maximum and Minimum Problems | 顶点:最大值与最小值问题

The vertex of a quadratic model often represents the optimal solution. For y = ax² + bx + c, the x-coordinate of the vertex is x = -b / (2a). The y-coordinate is found by substituting this x back into the equation.

二次模型的顶点通常代表最优解。对于 y = ax² + bx + c,顶点的 x 坐标为 x = -b / (2a)。将 x 代回方程即可得到 y 坐标。

x_vertex = -b / (2a), y_vertex = f(-b / (2a))

For a profit function P(x) = -5x² + 200x – 1000, the maximum profit occurs at x = -200 / (2 × -5) = 20. The maximum profit is P(20) = -5(400) + 200(20) – 1000 = 1000.

对于利润函数 P(x) = -5x² + 200x – 1000,最大利润出现在 x = -200 / (2 × -5) = 20。最大利润为 P(20) = -5(400) + 200(20) – 1000 = 1000。


6. Roots and Intercepts: When the Model Meets Zero | 根与交点:当模型为零时

Roots are critical in modelling because they represent boundary conditions. In projectile motion, the positive root gives the time when the object lands. In profit analysis, the roots give the break-even points where profit is zero.

根在建模中至关重要,因为它们代表边界条件。在抛体运动中,正根给出物体落地的时间。在利润分析中,根给出盈亏平衡点,即利润为零时。

For a quadratic equation ax² + bx + c = 0, use the quadratic formula x = (-b ± √(b² – 4ac)) / (2a). The discriminant Δ = b² – 4ac tells you the nature of the solutions.

对于一元二次方程 ax² + bx + c = 0,使用求根公式 x = (-b ± √(b² – 4ac)) / (2a)。判别式 Δ = b² – 4ac 告诉你解的性质。


7. Quadratic Modelling in Projectile Motion | 抛体运动中的二次建模

The classic A-Level application is projectile motion. Without air resistance, the height h of an object launched vertically is h(t) = -½gt² + v₀t + h₀, where g is acceleration due to gravity, v₀ is initial velocity, and h₀ is initial height.

A-Level 中最经典的应用是抛体运动。忽略空气阻力时,垂直发射物体的高度 h 满足 h(t) = -½gt² + v₀t + h₀,其中 g 是重力加速度,v₀ 是初速度,h₀ 是初始高度。

Example: A ball is thrown upward with v₀ = 20 m/s from h₀ = 5 m. Using g = 10 m/s², the model is h(t) = -5t² + 20t + 5. To find when it hits the ground, set h(t) = 0, giving t = (-20 ± √(400 + 100)) / (-10) = 2 ± √5. The positive value is t ≈ 4.24 s.

例:一球以初速度 v₀ = 20 m/s 从高度 h₀ = 5 m 竖直上抛。取 g = 10 m/s²,模型为 h(t) = -5t² + 20t + 5。求落地时间,令 h(t) = 0,得 t = (-20 ± √(400 + 100)) / (-10) = 2 ± √5。正值约为 t ≈ 4.24 秒。


8. Domain and Range: The Hidden Constraints | 定义域与值域:隐藏的约束

In pure mathematics, a quadratic is defined for all real x. In modelling, the domain is restricted by real-world conditions. For example, time t cannot be negative, and distance cannot be negative. Always state the domain before interpreting your results.

在纯数学中,二次函数对所有实数 x 有定义。在建模中,定义域受现实条件限制。例如,时间 t 不能为负,距离也不能为负。在解释结果之前,务必先写出定义域。

For the projectile above, the domain is 0 ≤ t ≤ 2 + √5. The range is 0 ≤ h ≤ h_max, where h_max is the maximum height reached. Ignoring these constraints can lead to invalid answers.

对于上述抛体,定义域为 0 ≤ t ≤ 2 + √5。值域为 0 ≤ h ≤ h_max,其中 h_max 是达到的最大高度。忽略这些约束会导致无效答案。


9. Profit, Revenue and Area Optimisation | 利润、收入与面积优化

Quadratic models are widely used in economics. Revenue R(x) is often quadratic when price depends linearly on quantity. For example, if price p = 50 – 2x, then revenue R = xp = 50x – 2x². The maximum revenue occurs at x = 12.5, but if x must be an integer, you should check x = 12 and x = 13.

二次模型在经济学中应用广泛。当价格与数量成线性关系时,收入 R(x) 往往是二次函数。例如,若价格 p = 50 – 2x,则收入 R = xp = 50x – 2x²。最大收入出现在 x = 12.5,但如果 x 必须是整数,则需检查 x = 12 和 x = 13。

In geometry, given a fixed amount of fencing, the maximum rectangular area is achieved when the shape is a square – this is a direct consequence of the vertex of a quadratic area function.

在几何中,给定一定长度的围栏,围成的最大矩形面积为正方形时取得——这是二次面积函数顶点的直接推论。


10. Transforming Quadratic Models | 二次模型的变换

Sometimes a quadratic model needs to be shifted or scaled to fit a new context. If you know the graph of y = x², then y = a(x – h)² + k is a vertical stretch by a, a horizontal shift by h, and a vertical shift by k.

有时二次模型需要平移或缩放以适应新的情境。如果你知道 y = x² 的图像,那么 y = a(x – h)² + k 就是纵向伸缩 a、横向平移 h、纵向平移 k 的结果。

For example, if a bridge cable forms a parabola with vertex at (10, 5) and passes through (0, 20), the model can be written as y = a(x – 10)² + 5. Substituting (0, 20) gives 20 = 100a + 5, so a = 0.15. The equation is y = 0.15(x – 10)² + 5.

例如,如果一条桥梁缆索形成顶点在 (10, 5)、并通过 (0, 20) 的抛物线,模型可写为 y = a(x – 10)² + 5。代入 (0, 20) 得 20 = 100a + 5,所以 a = 0.15。方程为 y = 0.15(x – 10)² + 5。


11. Common Pitfalls and How to Avoid Them | 常见错误与避免方法

Many students make the same mistakes when modelling with quadratics. Here are the top five and how to avoid them.

许多学生在用二次函数建模时都会犯同样的错误。以下是最常见的五个错误及避免方法。

Pitfall How to avoid
Forgetting to convert word problems into equations Define all variables and translate each statement step by step.
Mixing up the sign of a Check whether the graph opens up (a > 0) or down (a < 0) from the context.
Ignoring domain restrictions Always state the physical meaning of x and its allowed range.
Rounding too early Keep exact surds until the final step.
Using the wrong form of quadratic Match the form to the given information (vertex vs roots vs points).
常见错误 如何避免
忘记将文字题转化为方程 定义所有变量,并逐步翻译每句条件。
弄错 a 的正负号 根据情境判断抛物线开口朝上 (a > 0) 还是朝下 (a < 0)。
忽略定义域限制 始终写出 x 的实际含义及其允许范围。
过早四舍五入 保留精确根式直到最后一步。
选错二次函数形式 根据已知信息匹配形式(顶点、根还是普通点)。

12. Practice Strategy for Exam Success | 考试成功的练习策略

To master quadratic modelling, practice with past exam questions and focus on the method, not just the answer. For each problem, write the model explicitly, state the domain, find the key features (vertex, roots), and then interpret them in the context of the question.

要掌握二次函数建模,请用真题练习,并专注于方法而非仅仅答案。对每个问题,明确写出模型,说明定义域,求出关键特征(顶点、根),然后结合题目情境解释它们。

Remember: a complete answer includes units and a concluding sentence. For example, “The maximum height is 25 m, reached after 2.5 seconds.” This shows examiners that you understand the modelling process.

记住:完整答案需要包含单位和总结句。例如:”最大高度为 25 米,在 2.5 秒时达到。”这向考官表明你理解整个建模过程。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version