Search

Published After
Published Before

Search Results

  • Solving mathematical problems by using Maple factorization algorithms
    293-297
    Views:
    33
    Computer algebra gives methods for manipulating mathematical expression. In this paper we use the Maple software to solve some elementary problems. Computeraided approach in the instruction of mathematics helps to impart problem solving skills to students.
  • The time spent on board games pays off: links between board game playing and competency motivation
    119-131
    Views:
    147

    The impact playing has on the development of thinking is an important topic of psychology of learning, brain research and mathematics didactics.
    Our research is also connected to the aforementioned topic. We investigated the effects of playing board games on competence motivation and the development of mathematical competencies.
    In this paper, we present the results of an experiment carried out in a secondary school class.
    The experimental group spent one of three weekly mathematics lessons playing board games.
    Apart from the several advantages of playing games in general, we can conclude that, based on the results of the national competence measurement, the mathematical competence of the students developed properly.
    The readiness and the progress of the pupils were compared on the basis of input and output tests and an initial knowledge measurement and, at the same time, we compared their level of mathematical competence with the results of the national competence
    measurement.

    Subject Classification: 97C70, 97D40

  • Prime building blocks in the mathematics classroom
    217-228
    Views:
    151

    This theoretical paper is devoted to the presentation of the manifold opportunities in using a little-known but powerful mathematical manipulative, the so-called prime building blocks, originally invented by two close followers of Tamás Varga, to support discovery of various concepts in arithmetic in middle school, including the Fundamental Theorem of Arithmetic or as it is widely taught, prime factorization. The study focuses on a teaching proposal to show how students can learn about greatest common divisor (GCD) and least common multiple (LCM) with understanding, and meanwhile addresses internal connections and levels of abstractness within elementary number theory. The mathematical and methodological background to understanding different aspects of the concept prime property are discussed and the benefits of using prime building blocks to scaffold students’ discovery are highlighted. Although the proposal was designed to be suitable for Hungarian sixth graders, mathematical context and indications for the use of the manipulative in both primary and high school are given.

    Subject Classification: F60, C30, E40, U60

  • Process or object? Ways of solving mathematical problems using CAS
    117-132
    Views:
    27
    Graphing and symbol manipulating calculators are now a part of mathematics education in many countries. In Norway symbol manipulating calculators have been used at various exams in upper secondary education. An important finding in mathematics education is the duality of mathematical entities – processes and objects. Building on the theoretical development by Anna Sfard and others, the students' solutions on exam problems in upper secondary education are discussed with reference to procedural and structural knowledge.
  • Report of Meeting Researches in Didactics of Mathematics and Computer Sciences: 31 March – 2 April, 2023 Oradea, Romania
    83-107
    Views:
    166

    The meeting Researches in Didactics of Mathematics and Computer Sciences was held in Oradea, Romania, at Partium Christian University, from 31 March to 2 April, 2023. It was organized by the Doctoral School of Mathematical and Computational Sciences of the University of Debrecen and Partium Christian University. The 85 participants – including 18 PhD students – came from 9 countries and represented 30 institutions of higher and secondary education. There were 4 plenary and 53 session talks in the program.

  • Die Methode von Prof. Tibor Szele im Unterricht begabter Schüler
    143-151
    Views:
    33
    Prof. Tibor Szele' has attempted to develop the mathematical problemsolving, creativity include the use of investigations and host of other devices beyond the classroom, i.e. in "mathematical circles" for talented students in secondary schools. This paper of the author – who himself has taken part in Seles1s mathematical circles – quotes from these activities according his earlier notes. This description illustrates the didactic method of Prof. T. Szele.
  • Experiences using CAS and multimedia int teaching vectorcalculus
    363-382
    Views:
    34
    The development of informatics brings new opportunities that need reevaluating of the teaching concepts. For this reason we have performed a comprehensive educational development for engineering students. Our main goals were to work out a new educational strategy, to develop the needed package of the subject material, to introduce the strategy in the practice, to analyze and evaluate the experiences. In the developed and adapted teaching-learning strategy the teacher is the organizer, designer and the manager of the process. In this paper we summarize the concepts, the results and experiences of the 3-years-long development.
  • Problems of computer-aided assessment of mathematical knowledge
    41-52
    Views:
    43
    Although conventional written and oral exams are dominant in assessment nowadays, computer-aided assessment is developing dynamically. There are several assessment systems, but most of them evaluate only multiple choice questions and even the most sophisticated ones cannot follow the process of thinking of students in detail. Why is it? In this article I will analyse the difficulties of the implementation of assessment system focused primarily on mathematics questions and present some of my experience related to the eMax system, developed at Óbuda University.
  • Interactive web portals in mathematics
    347-361
    Views:
    19
    Many of the recent problems in higher education (less contact seminars, the heterogeneity and the increasing number of our students) call for new instructional methods. At University of Szeged we have developed a mathematical web portal which can offer a solution for such problems among the changing circumstances. This freely available, easy-to-use web-surface supports interactive mathematical problem-solving and student self assessment. Our computer program cooperates with a lot of free software (computer algebra systems, formula parsers, converters, word processors). WebMathematics Interactive has been available for the public since June 2002 on its web page http://wmi.math.u-szeged.hu.
  • Combinatorics – competition – Excel
    427-435
    Views:
    34
    In 2001 the Informatics Points Competition of the Mathematics Journal for Secondary School Students (KÖMAL) was restarted [1]. The editors set themselves an aim to make the formerly mere programming competition a bit more varied. Therefore, every month there has been published a spreadsheet problem, a part of which was related to combinatorics. This article is intended to discuss the above mentioned problems and the solutions given to them at competitions. We will prove that traditional mathematical and programming tasks can be solved with a system developed for application purposes when applying a different way of thinking.
  • The influence of computer on examining trigonometric functions
    111-123
    Views:
    27
    In this paper the influence of computer on examining trigonometric functions was analyzed throughout the results questionnaire. The students, as usual, had to examine two trigonometric functions, both were given with the appropriate instructions. Three groups were tested. Two of those three groups were prepared with the help of computer and the third one was taught without computer. From the analysis of the questionnaire it follows that the computer has a great influence on understanding of the connections between the graph and very complex calculations.
  • Programming Theorems and Their Applications
    213-241
    Views:
    123

    One 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

  • A didactic analysis of merge sort
    195-210
    Views:
    26
    Due to technical difficulties, educators teaching merge sort often avoid the analysis of the cost in the general and average cases. Using basic discrete mathematics, elementary real analysis and mathematical induction, we propose a self-contained derivation of bounds αn log_2 n + βn + γ in all cases. Independent of any programming language or pseudo-code, supported by intuitive figures, it is suitable for informatics students interested in the analysis of algorithms. It is also a good exercise in showing that induction allows us to actually discover constants, instead of simply checking them a posteriori.
  • Cultivating algorithmic thinking: an important issue for both technical and HUMAN sciences
    107-116
    Views:
    34
    Algorithmic thinking is a valuable skill that all people should master. In this paper we propose a one-semester, algorithm-oriented computer science course for human science students. According to our experience such an initiative could succeed only if the next recipe is followed: interesting and practical content + exciting didactical methods + minimal programming. More explicitly, we suggest: (1) A special, simple, minimal, pseudo-code like imperative programming language that integrates a graphic library. (2) Interesting, practical and problem-oriented content with philosophical implications. (3) Exciting, human science related didactical methods including art-based, inter-cultural elements.
  • Probabilistic thinking, characteristic features
    13-36
    Views:
    37
    This paper is the first step in a series of a general research project on possible development in probability approach. Our goal is to check with quantitative methods how correct our presumptions formulated during our teaching experience were. In order to get an answer to this question, we conducted a survey among third-year students at our college about their general and scientific concepts as well as about the way they typically think.
  • Mobile devices in Hungarian university statistical education
    19-48
    Views:
    78

    The methodological renewal of university statistics education has been continuous for the last 30 years. During this time, the involvement of technology tools in learning statistics played an important role. In the Introduction, we emphasize the importance of using technological tools in learning statistics, also referring to international research. After that, we firstly examine the methodological development of university statistical education over the past three decades. To do this, we analyze the writings of statistics teachers teaching at various universities in the country. To assess the use of innovative tools, in the second half of the study, we briefly present an online questionnaire survey of students in tertiary economics and an interview survey conducted with statistics teachers.

    Subject Classification: 97-01, 97U70, 87K80

  • Report on the "English Language Section of Varga Tamás Days 2009"
    169-175
    Views:
    37
    The 9th English Language Section as a part of the Varga Tamás Days was organised by the Department of Mathematics Education at the Teacher Training Institute of the Eötvös Loránd University. We report on the talks and the following discussions in this section.
  • From iteration to one - dimensional discrete dynamical systems using CAS
    271-296
    Views:
    24
    In our paper we present the basic didactical framework and approaches of a course on one-dimensional discrete dynamical systems made with the help of Computer Algebra Systems (CAS) for students familiar with the fundamentals of calculus. First we review some didactical principles of teaching mathematics in general and write about the advantages of the modularization for CAS in referring to the constructivistic view of learning. Then we deal with our own development, a CAS-based collection of programs for teaching Newton's method for the calculation of roots of a real function. Included is the discussion of domains of attraction and chaotic behaviour of the iterations. We summarize our teaching experiences using CAS.
  • On the psychology of mathematical problem solving by gifted students
    289-301
    Views:
    39
    This paper examines the nature of mathematical problem solving from a psychological viewpoint as a sequence of mental steps. The scope is limited to solution processes for well defined problems, for instance, which occur at International Mathematical Olympiads. First the meta-mathematical background is outlined in order to present problem solving as a well defined search problem and hence as a discovery process. Solving problems is described as a sequence of elementary steps of the so called "relationship-vision" introduced here. Finally, non-procedural aspects of the psychology of problem solving are summarized, such as the role of persistence, teacher-pupil relationship, the amount of experience needed, self-confidence and inspiration at competitions.
  • Word problems in different textbooks at the early stage of teaching mathematics comparative analysis
    31-49
    Views:
    154

    In a previous research, Csíkos and Szitányi (2019) studied teachers’ views and pedagogical content knowledge on the teaching of mathematical word problems. While doing so, they reviewed and compared Eastern European textbooks of Romania, Russia, Slovakia, Croatia, and Hungary to see how world problem-solving strategies are presented in commonly used textbooks. Their results suggested that teachers, in general, agreed with the approach of the textbooks regarding the explicit solution strategies and the types of word problems used for teaching problem-solving. They also revealed that the majority of the participants agreed that a word problem-solving algorithm should be introduced to the students as early as in the first school year. These results have been presented at the Varga 100 Conference in November 2019. As the findings suggested a remarkable similarity between the Eastern European textbook approaches, in the current study we decided to conduct further research involving more textbooks from China, Finland, and the United States.

    Subject Classification: 97U20, 08A50