You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python/数学课程/【二次函数】二次函数面积最值【弓形模型秒杀】 .md

555 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

  • 弓形模型只能用在填空和选择题上,不能用在大题了,大题上还是老老实实用铅垂法
  • 弓形三角形面积最大时,X_p(X_A+X_B)/2y的话将x带回二次函数计算即可

以本题为例,先用x=0,y=0将三个二次函数与抛物线交点算出坐标 A(-1,0),B(4,0),C(0,2) 然后用弓形法求X_P=(0+4)/2=2 代入二次函数,计算y=-\frac{1}{2}*4+3+2=3P(2,3)