【多选题】压力容器按工作温度区分(低温、常温、高温)时分为
【简答题】已知函数f(x)是定义在(0,+∞)上的增函数,且满足f(xy)=f(x)+f(y)(x,y>0),f(2)=1. (1)求f(1)的值; (2)求满足f(x)+f(x-3)≤2的x的取值范围.
【单选题】写出下列的运行结果: public class Test2 { public static void main(String[] args) { int x=3,y=2; try{ y=x/y; }catch(ArithmeticException e1){ System.out.println("e1"); }catch(Exception e2){ System.out.println("e2...
【简答题】已知函数f(x)=x 3 -3x. (Ⅰ)求f′(2)的值; (Ⅱ)求函数f(x)的单调区间.