数学选修22作业本答案

数学选修 22 作业本答案 【篇一补充作业答案】 student ,course , tearch_course 和 teacher 。各个表的具体结构 如下 表 1 student 表(学生信息表) 1 简单查询操作 对 educ 数据库实现以下查询 ( 1)求计算机系的学生学号和姓名;

select sno,sname from student where sdeptis ( 2)求选修 c1 课程的学生学号和成绩,并要求对查询结果按成绩 的降序排列,如果成绩相同则按学号的升序排列;

select sno,score from student_course where cno101 order by score desc,sno ( 3)求选修课程 c1 且成绩在 80-90 之间的学生学号和成绩,并 将成绩乘以系数 0.75 输出;

select sno,score*0.75 from student_course where cno101 and (score90 and score80) ( 4)求计算机系和数学系的姓张的学生的信息;
select * from student where (sdeptcs or sdeptms )and sname like张 ( 5 )求缺少了成绩的学生的学号和课程号。select sno,cno from student_course where score is null ( 6)将成绩大于 90 分的学生成绩存入永久成绩表;
将成绩小于 90 存入临时成绩表中。

select score into prescore from student_course where score 90 select score into posscore from student_course where score 90 2 连接查询操作 对 educ 数据库实现以下查询 (1)查询每个学生的情况以及他(她)所选修的课程;

select student.*,student_course.* from student, student_course where student_course.snostudent.sno (2)求学生的学号、姓名、选修的课程名及成绩;

select student.sno,sname,ame,student_course.score from student,course,student_course where student_course.snostudent.sno and student_o o 3 求选修 c1 课程且成绩在 90 分以上的学生学号、姓名及成绩;

select student.sno,sname,score from student, student_course where cno102 and score90 and student_course.snostudent.sno 4 查询每一门课的间接先行课。

select o,second.spno from course first, course second where first.spno o and second.spno is not null 3 .子查询操作,在数据库 educ 中实现查询 1求选修了高等 数学的学生学号和姓名;

select sno,sname from student where sno in select sno from student_course where cno in select cno from course where cname 高等数学 select student.sno,sname from student,course,student_course where student.snostudent_course.sno and student_o and ame 高等数学 2求 c1 课程的成绩高于张三的学生学号和成绩;

select sno,score from student_course where cno 101 and score some select score from student_course where cno 101 and sno in select sno from student where sname 张楠 3求其他系中比计算机系某一学生年龄小的学生信息即求其它 系中年龄小于计算机系年龄最大者的学生;

someany 均可以 select * from student where sdept cs and sagesomeselect maxsage from student where sdeptcs 4求其他系中比计算机系学生年龄都小的学生信息;
select * from student where sdept cs and sagesomeselect minsage from student where sdeptcs 5求选修了 select sname from student where sno in select sno from student_course where cno102 c2 课程的学生姓名;

6求没有选修 c2 课程的学生姓名;

select sname from student where sno not in select sno from student_course where cno102 7查询选修了全部课程的学生的姓名;

select sname from student where sno in select sno from student_course where cno is not null 8求至少选修了学号为 “1103”的学生所选修的全部课程的学生 学号和姓名。

select sno,sname from student where sno in select sno from student_course where cno in select cno from student_course where sno 1103 4 .使用子句的查询操作,在数据库 educ 中实现查询 1 求学 生的总人数。

select countsno from studen 2求选修了课程的学生人数。

select countdistinct sno from student_course 3求课程的课程号和选修该课程的人数。

select cno,countsno from student_course group by cno 4求选修课超过 3 门课的学生学号 select sno from student_course group by sno having countcno3 【篇二高一数学必修四作业本答案】 角函数 1.1 任意角和弧度制 1.1.1 任意角 1. 1.2 弧度制 1.2 任意角的三角函数 1. 2.1 任意角的三角函数一 10 . y-3|x|- 3xx 0 1 . 2 . 1 任意角的三角函数二 1 . b.2 .c.3 . b.4 . 334.5 . 2.6 . 1.7 . 0. 1.2.2 同角三角函数的基本关系 1 . b.2 .a.3 . b.4 . -22.5 . 43.6 .232.7 .4-22 . 1 .3三角函数的诱导公式一 1 .3三角函数的诱导公式二 1 . c.2 . a.3 . c.4 . 222 . 5. -33 . 6. 13 . 7. -73 . 8.-35 . 9. 1.10 . 1 a4.1 1 . 23. 1.4 三角函数的图象与性质 1 . 4 . 1 正弦函数、余弦函数的图象 I . b.2 .c.3 . b.4 . 3;-3.5 .2.6 .关于 x 轴对称 . 8.五点法作出 y1sinx 的简图,在同一坐标系中画出直线 y32, 交点有 2 个. -sinxx v 0,图象略. 11 .当 x 0 时,x sinx ;
当 x0 时,xsinx ;
当 x v 0 时,x v sinx,二 sinxx 只有一解. 1. 4. 2正弦函数、余弦函数的性质一 1. 4. 2正弦函数、余弦函数的性质二 7. 函数的最大值为 43,最小值为 -2. 8. -5. 9.偶函数. II .当 x v 0 时,-x 0,二 f-x-x2-sin-xx2sinx. 又fx是奇 函数, 二 f-x-fx.二 fx-f-x-x2-sinx. 1. 4. 3正切函数的性质与图象 7. ysinx2 的图象可以看作是将 ysinx 图象向上平移 2 个单位 得到, ysinx-1 的图象可以 看作是将 ysinx 图象向下平移 1 个单位而得到 . 1 . d.2 . a.3 . c.4 . ysin4x.5 . -2a ; -310a2kak € z; -2a. 1.6 三角函数模型的简单应用一 9. 1 设振幅为a,贝U 2a 20cm , a10cm .设周期为t,贝U t20.5,t1s,f1hz. 2振子在1t内通过的距离为4a,故在t5s5t内距离 s534a20a20310200cm2m.5s末物体处在点b,所以它相对 平衡位置的位移为 10cm. 1.6 三角函数模型的简单应用二 7.95.8.12sin212 , 1sin122 . 单元练习 1. c.2 . b.3 . c.4 . d.5 . c.6 . c.7 . b.8 . c.9 . d.10 .c. 17.fxsin2xcos2x2-sin2xcos2x2-2sinxcosx- 12sinxcosx14cos2x 1-sin2xcos2x21-sinxcosx-12sinxcosx14cos2x 1212sinxcosx-12sinxcosx14cos2x1214cos2x. 第二章平面向量 2. 1 平面向量的实际背景及基本概念 2. 1.1 向量的物理背景与概念 2. 1.2 向量的几何表示 第 11 题1 . d.2 . d.3 . d.4 . 0.5 .一个圆.6 .②③. 7 .如当 b 是零向量,而 a 与 c 不平行时,命题就不正确. 8. 1不是向量 . 2是向量,也是平行向量 . 3是向量,但 不是平行向量 . 4是向量,也是平行向量. 9. be , eb , be , cb , ec, ce , fd 共 7 个. 10 . ao, oa , ac, ca, oc , co , do , od , db , bd , ob , bo 共 12 个 . 2. 1. 3相等向量与共线向量 1 . d.2 . d.3 . d.4 .①②.5 .④.6 .③④⑤. 7 .提示由 abdcabdc , ab // dcabcd 为平行