zoukankan
html css js c++ java
给王志红老师构造的函数,想说明搜题软件的解答过程的不严谨!
【原题】已知函数
(f(x)=2ax^2-x-1)
在区间
((0,1))
上只有一根,求
(a)
的取值范围。
【我构造的题】已知函数
(f(x)=ax^2-4x+1)
在区间
((0,1))
上只有一根,求
(a)
的取值范围。
【分析】(1)当
(a=0)
时,
(Rightarrow -4x+1=0Rightarrow x=dfrac{1}{4}in (0,1))
,符合题意;
(2)当
(a eq 0)
时,又分以下情况:
(1^circ)
当
( riangle=0)
时,
(Rightarrow a=4Rightarrow)
此时
(f(x)=4x^2-4x+4=0)
(Rightarrow x=dfrac{1}{2}in (0,1))
,符合题意;
(2^circ)
当
( riangle<0)
时,不符合题意;
(3^circ)
当
( riangle>0)
时,分三种情况:
(i)
( riangle>0)
且
(f(0)f(1)<0Rightarrow a<3)
且
(a eq 0)
;
(ii)
( riangle>0)
且
(f(0)=0Rightarrow)
无解
(Rightarrow)
不符合题意;
(iii)
( riangle>0)
且
(f(1)=0Rightarrow a=3Rightarrow f(x)=3x^2-4x+1 Rightarrow x=1)
和
(x=dfrac{1}{3}in (0,1))
,符合题意.
综上可知,
(aleqslant3)
或
(a=4)
.
今后有时间再写写如何构造的!提醒我!
每周看看我,冲进985!【魏刚的作品,转载须声明】
查看全文
相关阅读:
移动端轮播插件
一个简单的富文本编辑器
animation css3
渐变的写法
js拖拽功能
打子弹游戏 js
css-vertical-centering
css3的linear-gradient
js模拟滚动条
js日历
原文地址:https://www.cnblogs.com/xuebajunlutiji/p/6029212.html
最新文章
struts2-10-属性驱动实现书籍的增删改查
struts2-9-OGNL
struts2-8-实验一添加书籍-db|vo|dao|action|view
提交项目至本地;Push至服务器
struts2-7-实验一(登录注册校验、管理员增查书籍信息)
struts2-6-登录注册校验(模型驱动)
struts2-5-登录校验(属性驱动)
struts2-4-登录校验(用户类型)
struts2-3-登录校验
struts2-2-用户自定义action的3种方法
热门文章
dubbo 快速入门
dubbo 分布式治理
CDN加速静态文件服务器的访问
分布式的演变过程
mybatis 原理研究
部署Geoserver tomcat部署geoserver
防止重复请求
SpringAOP 设计原理
sping IOC的设计原理和高级特性
java 中设计模式
Copyright © 2011-2022 走看看