惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
Y
Y Combinator Blog
月光博客
月光博客
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
小众软件
小众软件
H
Help Net Security
Last Week in AI
Last Week in AI
B
Blog RSS Feed
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog

博客园 - 静雅斋数学

静雅斋闪电搜 | 真香 静雅斋用户签到 让 AI 给数学题目自动配套动态图 | KIMI 高中数学学习诊断系统 | 老师+学生用 图片的旋转和缩放 | 复数乘法的实际应用 | 数学科普 数学错题本 · 标准模板 函数与方程思想 | 思维跃迁 转化与化归思想 | 思维跃迁 数形结合思想 | 思维跃迁 构造函数法 | 思维跃迁 分类讨论思想 | 思维跃迁 高中数学「分离参数法」通关全路径 恒成立命题思维提升线 | 时间线测试 3D 课件 Three.js 制作 | 技术储备 高中数学函数章节知识总览 | 思维导图+全屏 Kimi 对数学 70-110 分段的学习建议 2026 年高考数学真题完全解读【上海卷】 | 图片版 2026年高考数学真题完全解读【北京卷】 | 图片版 2026年高考数学真题完全解读【天津卷】 | 图片版 2026年全国新高考一卷数学真题完全解读 2026年全国新高考二卷数学真题完全解读 博文阅读密码验证 - 博客园 曲线的旋转变换 | 超纲内容 二元二次方程与二次曲线 2026新高考二卷数学真题及解析 | 解答题02 重根法求分式多项式函数极值 现行教材中 $\sum$ 含义及相关运算 - 静雅斋数学 2026新高考二卷数学真题及解析 | 解答题01 2026新高考二卷数学真题及解析 | 多选题+填空题 2026新高考二卷数学真题及解析 | 单选题
求两个二次三项式比值的最值问题
静雅斋数学 · 2026-04-05 · via 博客园 - 静雅斋数学

前情概要

通过整理知乎回答里的典型例题,梳理这类问题的常用解法,发散我们的数学思维。 涉及到分式函数的常用变形有 配凑法换元法;相关延申请参阅分式型函数 .

典例剖析

\(\cfrac{x^2-x+1}{x^2-2x+4}\) \((x>0)\) 的最小值 .

解法❶:判别式法[最通用],此法可以延申到一次式与二次式的比值形式,如 \(f(x)=\dfrac{x+1}{x^2+3x+3}\);以及延申到二次式与一次式的比值形式,如 \(f(x)=\dfrac{x^2+3x+3}{x+1}\)

\(y=\cfrac{x^2-x+1}{x^2-2x+4}\),交叉相乘:\(y(x^2-2x+4)=x^2-x+1\)

整理成关于 \(x\) 的一元二次方程:\((y-1)x^2 + (-2y+1)x + (4y-1)=0\)

因为 \(x>0\) 有实数解,所以有:

1.若 \(y=1\):方程变为 \(-x+3=0 \Rightarrow x=3\),有效。

2.若 \(y\neq1\):则判别式必然满足 \(\Delta\ge0\)

\(\Delta = (-2y+1)^2 - 4(y-1)(4y-1) \ge 0\),变形整理为 \(12y^2-16y+3 \le 0\)

解得 \(\cfrac{4-\sqrt{7}}{6}\le y\le\cfrac{4+\sqrt{7}}{6}\),即 \(y\) 的范围为 \(\cfrac{4-\sqrt{7}}{6}\le y\le\cfrac{4+\sqrt{7}}{6}\)\(y\neq 1\)

综合以上可知, \(y\) 的取值范围为 \(\cfrac{4-\sqrt{7}}{6}\le y\le\cfrac{4+\sqrt{7}}{6}\)

验证对应 \(x>0\) 成立,故 \(y_{\min}=\cfrac{4-\sqrt{7}}{6}\)

解法❷:分离常数 + 均值换元法 + 配凑法或换元法;

\(y=\cfrac{x^2-x+1}{x^2-2x+4}\)\(=\)\(1+\cfrac{x-3}{x^2-2x+4}\)

\(t=x-3\),则 \(x=t+3\)\(t>-3\)

\(y=1+\cfrac{t}{(t+3)^2-2(t+3)+4}\)\(=\)\(1+\cfrac{t}{t^2+4t+7}\)

\(t=0\)\(y=1\)

\(t\neq0\)\(y=1+\cfrac{1}{t+\cfrac{7}{t}+4}\)

要使 \(y\) 最小,需 \(t+\cfrac7t+4\) 尽可能(负方向)。

由均值不等式:\(t<0 \Rightarrow -t+\cfrac{7}{-t}\ge2\sqrt7 \Rightarrow t+\cfrac7t\le-2\sqrt7\)

\(t+\cfrac7t+4\le4-2\sqrt7\)

\(\cfrac{1}{t+\cfrac7t+4}\ge\cfrac{1}{4-2\sqrt7}=\cfrac{4+2\sqrt7}{16-28}=-\cfrac{4+2\sqrt7}{12}=-\cfrac{2+\sqrt7}{6}\)

\(y\ge1-\cfrac{2+\sqrt7}{6}=\cfrac{6-2-\sqrt7}{6}=\cfrac{4-\sqrt7}{6}\)

等号成立条件:\(-t=\cfrac7{-t}\Rightarrow t^2=7 \Rightarrow t=-\sqrt7\)

\(x=3-\sqrt7>0\) 成立。

\(y_{\min}=\cfrac{4-\sqrt7}{6}\)

还可以延申到二次式与一次式比值的最值问题,考虑在分子位置使用均值不等式,如 [配凑法] \(h(x)\)\(=\)\(\cfrac{x^2-4x+5}{x-2}\)\(=\)\(\cfrac{(x-2)^2+1}{x-2}\)\(=\)\((x-2)\)\(+\)\(\cfrac{1}{x-2}\);也可以延申到一次式与二次式比值的最值问题,考虑在分母位置使用均值不等式,如 \(n(x)\)\(=\)\(\cfrac{x+1}{x^2+3x+3}\);则 \(n(x)\)\(=\)\(\cfrac{x+1}{(x+1)^2+(x+1)+1}\)\(=\)\(\cfrac{1}{(x+1)+\cfrac{1}{x+1}+1}\)

解法❸:导数法,通用方法,

\(y=\cfrac{x^2-x+1}{x^2-2x+4}\),求导可得到,

\(y'=\cfrac{(2x-1)(x^2-2x+4)-(x^2-x+1)(2x-2)}{(x^2-2x+4)^2}=\dfrac{-x^2+6x-2}{(x^2-2x+4)^2}\)

\(y'=0\)\(-x^2+6x-2=0 \Rightarrow x^2-6x+2=0\)

\(x=\cfrac{6\pm\sqrt{36-8}}{2}=3\pm\sqrt7\)

\(x>0\),两个根都有效。判断后可知,最小值点为 \(x=3-\sqrt7\),代入 \(x=3-\sqrt7\)

解得,\(y\)\(=\)\(\cfrac{(3-\sqrt7)^2-(3-\sqrt7)+1}{(3-\sqrt7)^2-2(3-\sqrt7)+4}\)\(=\)\(\cfrac{4-\sqrt7}{6}\)

故最小值为 \(y_{\min}\)\(=\)\(\cfrac{4-\sqrt7}{6}\)

解法❹:配方法 + 三角换元

由于分母为 \(x^2-2x+4=(x-1)^2+3\),注意到其结构,

\(x-1=\sqrt3\tan\theta\)\(\theta\in\left(-\cfrac{\pi}{2},\cfrac{\pi}{2}\right)\)

\(x=1+\sqrt3\tan\theta\)\((x-1)^2+3=3\sec^2\theta\)

\(y=\cfrac{(1+\sqrt3\tan\theta)^2-(1+\sqrt3\tan\theta)+1}{3\sec^2\theta}\)

将展开分子为,\(1+2\sqrt3\tan\theta+3\tan^2\theta-1-\sqrt3\tan\theta+1\)\(=\)\(1+\sqrt3\tan\theta+3\tan^2\theta\)

\(y=\cfrac{3\tan^2\theta+\sqrt3\tan\theta+1}{3\sec^2\theta}\),给分子分母同乘以 \(\cos^2\theta\)

得到, \(y=\cfrac{3\sin^2\theta+\sqrt3\sin\theta\cos\theta+\cos^2\theta}{3}\)

\(=\cfrac{(3\sin^2\theta+\cos^2\theta)+\sqrt3\sin\theta\cos\theta}{3}\)

\(=\cfrac{2\sin^2\theta+1+\cfrac{\sqrt3}{2}\sin2\theta}{3}\)

\(=\cfrac{1-\cos2\theta+1+\cfrac{\sqrt3}{2}\sin2\theta}{3}\)

\(=\cfrac{2-\cos2\theta+\cfrac{\sqrt3}{2}\sin2\theta}{3}\)

\(=\cfrac23+\cfrac{1}{3}\left(\cfrac{\sqrt3}{2}\sin2\theta-\cos2\theta\right)\)

\(y=\cfrac23+\cfrac{1}{3}\cdot\cfrac{\sqrt7}{2}\sin(2\theta-\varphi)\)

\(=\cfrac23+\cfrac{\sqrt7}{6}\sin(2\theta-\varphi)\)

由于 \(\sin(2\theta-\varphi)\in[-1,1]\),所以 \(y_{\min}=\cfrac23-\cfrac{\sqrt7}{6}=\cfrac{4-\sqrt7}{6}\)

解后反思

分式函数的值域问题,我们往往感觉比较难,所以其相关的变形方法,比如换元法,配凑法等需要掌握的非常熟练,可以将复杂的问题转换为简单问题便于处理。其中判别式法,导数法是通用方法;均值不等式法和三角换元法也可以参考使用。