Search
Search Results
-
Teaching polygons in the secondary school: a four country comparative study
29-65Views:189This study presents the analysis of four sequences of videotaped lessons on polygons in lower secondary schools (grades 7 and 8) taught by four different teachers in four different countries (Belgium, Flanders, England, Hungary and Spain). Our study is a part of the METE project (Mathematics Educational Traditions in Europe). The aims and methodology of the project are described briefly in the introduction. In the next section of this paper we describe various perspectives on teaching and learning polygons which were derived from the literature, concerning the objectives, conceptual aspects and didactic tools of the topic. The next two sections introduce the main outcomes of our study, a quantitative analysis of the collected data and a qualitative description linked to the perspectives on teaching polygons. We conclude by discussing some principal ideas related to the theoretical and educational significance of this research work. -
Programming Theorems and Their Applications
213-241Views:284One of the effective methodological approaches in programming that supports the design and development of reliable software is analogy-based programming. Within this framework, the method of problem reduction plays a key role. Reducing a given problem to another one whose solving algorithm is already known can be made more efficient by the application of programming theorems. These represent proven, abstract solutions – in a general form – to some of the most common problems in programming. In this article, we present six fundamental programming theorems as well as pose five sample problems. In solving these problems, all six programming theorems will be applied. In the process of reduction, we will employ a concise specification language. Programming theorems and solutions to the problems will be given using the structogram form. However, we will use pseudocodes as descriptions of algorithms resembling their actual implementation in Python. A functional style solution to one of the problems will also be presented, which is to illustrate that for the implementation in Python, it is sufficient to give the specification of the problem for the design of the solution. The content of the article essentially corresponds to that of the introductory lectures of a course we offered to students enrolled in the Applied Mathematics specialization.
Subject Classification: D40
-
The effect of augmented reality assisted geometry instruction on students' achiveement and attitudes
177-193Views:300In this study, geometry instruction's academic success for the students and their attitudes towards mathematics which is supported by education materials of Augmented Reality (AR) and its effect on the acceptance of AR and its usage by teachers and students have been researched. Under this research, ARGE3D software has been developed by using augmented reality technology as for the issue of geometric objects that is contained in the mathematics curriculum of 6th class of primary education. It has been provided with this software that three-dimensional static drawings can be displayed in a dynamic and interactive way. The research was conducted in two different schools by an experiment and control group. In the process of data collection, Geometry Achievement Test (GAT), Geometric Reasoning Test (GRT), Attitudes Scale for Mathematics (ASM), students' math lecture notes, semi-structured interviews with teachers and students and observation and video recordings were used. Results showed that geometry instruction with ARGE3D increased students' academic success. In addition, it was found that geometry instruction with ARGE3D became more effective on students' attitudes that had negative attitudes towards mathematics and it also provided support to reduce fear and anxiety. -
The Mathematics Education Traditions of Europe (METE) Project
353-364Views:147This study is based on the work of the METE (Mathematics Education Traditions of Europe Project) team. Following a short introduction of the project, its theoretical background, methods and research design are presented in the next three sections. In the 4th section the tools developed by the METE team for qualitative and quantitative analysis of the collected data are discussed in details. The 5th section contains some personal remarks about using these tools. The 6th section presents the main results of the project, followed by a summary of the project's educational and theoretical significance. -
Interdisciplinary Secondary-School Workshop: Physics and Statistics
179-194Views:167The paper describes a teaching unit of four hours with talented students aged 15-18. The workshop was designed as a problem-based sequence of tasks and was intended to deal with judging dice whether they are regular or loaded. We first introduced the students to the physics of free rotations of rigid bodies to develop the physics background of rolling dice. The highlight of this part was to recognise that cubes made from homogeneous material are the optimal form for six-sided objects leading to equal probabilities of the single faces. Experiments with all five regular bodies would lead to similar results; nevertheless, in our experiments we focused on regular cubes. This reinsures that the participants have their own experience with the context. Then, we studied rolling dice from the probabilistic point of view and – step-by-step – by extending tasks and simulations, we introduced the idea of the chi-squared test interactively with the students. The physics and the statistics part of the paper are largely independent and can be also be read separately. The success of the statistics part is best described by the fact that the students recognised that in some cases of loaded dice, it is easier to detect that property and in other cases one would need many data to make a decision with small error probabilities. A physical examination of the dice under inspection can lead to a quick and correct decision. Yet, such a physical check may fail for some reason. However, a statistical test will always lead to reasonable decision, but may require a large database. Furthermore, especially for smaller datasets, balancing the risk of different types of errors remains a key issue, which is a characteristic feature of statistical testing.
Subject Classification: F90, K90, M50, R30
-
An e-learning environment for elementary analysis: combining computer algebra, graphics and automated reasoning
13-34Views:418CreaComp is a project at the University of Linz, which aims at producing computer-supported interactive learning units for several mathematical topics at introductory university level. The units are available as Mathematica notebooks. For student experimentation we provide computational, graphical and reasoning tools as well. This paper focuses on the elementary analysis units.
The computational and graphical tools of the CreaComp learning environment facilitate the exploration of new mathematical objects and their properties (e.g., boundedness, continuity, limits of real valued functions). Using the provided tools students should be able to collect empirical data systematically and come up with conjectures. A CreaComp component allows the formulation of precise conjectures and the investigatation of their validity. The Theorema system, which has been integrated into the CreaComp learning environment, provides full predicate logic with a user-friendly twodimensional syntax and a couple of automated reasoners that produce proofs in an easy-to-read and natural presentation. We demonstrate the learning situations and the provided tools through several examples.