欢迎来到天天文库
浏览记录
ID:60771535
大小:103.50 KB
页数:2页
时间:2020-12-16
《最新高考物理第一道大题练习教学文稿教学文案.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、天津高考理综物理部分第一道大题1010.(16分)如图所示,小球A系在细线的一端,线的另一端固定在O点,O点到水平面的距离为h。物块B质量是小球的5倍,置于粗糙的水平面上且位于O点正下方,物块与水平面间的动摩擦因数为。现拉动小球使线水平伸直,小球由静止开始释放,运动到最低点时与物块发生正碰(碰撞时间极短),反弹后上升至最高点时到水平面的距离为。小球与物块均视为质点,不计空气阻力,重力加速度为g,求物块在水平面上滑行的时间t。09.(16分)如图所示,质量m1=0.3kg的小车静止在光滑的水平面上,车长L=15m,现有质量m2=
2、0.2kg可视为质点的物块,以水平向右的速度v0=2m/s从左端滑上小车,最后在车面上某处与小车保持相对静止。物块与车面间的动摩擦因数=0.5,取g=10m/s2,求(1)物块在车面上滑行的时间t;(2)要使物块不从小车右端滑出,物块滑上小车左端的速度v′0不超过多少。/***Copyright(c)2008,2012Oracleand/oritsaffiliates.*Allrightsreserved.Useissubjecttolicenseterms.*/importjavafx.scene.transform.Rot
3、ate;importjavafx.scene.PerspectiveCamera;importjavafx.scene.transform.Translate;importjavafx.application.Application;importjavafx.scene.Group;importjavafx.scene.Scene;importjavafx.stage.Stage;importjavafx.animation.Animation;importjavafx.animation.KeyFrame;importjav
4、afx.animation.KeyValue;importjavafx.animation.Timeline;importjavafx.scene.Node;importjavafx.scene.paint.Color;importjavafx.scene.shape.RectangleBuilder;importjavafx.util.Duration;/***Asamplethatdemonstratesananimatedrotationof3Dcubes.Whenthe*applicationrunsinstandAl
5、onemode,thescenemustbeconstructedwith*thedepthBufferargumentsettotrue,andtherootnodemusthavedepthTest*settotrue.**@seejavafx.scene.transform.Rotate*@seejavafx.scene.paint.Color*@seejavafx.scene.shape.RectangleBuilder*/publicclassCubeSampleextendsApplication{privateT
6、imelineanimation;privatevoidinit(StageprimaryStage){Grouproot=newGroup();primaryStage.setResizable(false);primaryStage.setScene(newScene(root,400,150,true));primaryStage.getScene().setCamera(newPerspectiveCamera());root.getTransforms().addAll(newTranslate(400/2,150/
7、2),newRotate(180,Rotate.X_AXIS));root.getChildren().add(create3dContent());
此文档下载收益归作者所有