Open access peer-reviewed chapter

Learning Mathematics in an Immersive Way

Written By

Damiano Perri, Marco Simonetti, Sergio Tasso and Osvaldo Gervasi

Reviewed: 09 February 2021 Published: 11 March 2021

DOI: 10.5772/intechopen.96533

From the Edited Volume

Software Usability

Edited by Laura M. Castro, David Cabrero and Rüdiger Heimgärtner

Chapter metrics overview

436 Chapter Downloads

View Full Metrics

Abstract

In this work we introduce a learning system based on Virtual Reality and Augmented Reality for studying analytical-geometric structures that are part of the curriculum in mathematics and physics in high school classes. We believe that an immersive study environment has several advantages with respect to traditional two-dimensional environments (such as a book or the simple screen of a PC or even a tablet), such as the spatial understanding of the concepts exposed, more peripheral awareness and moreover an evident decreasing in the information dispersion phenomenon. This does not mean that our teaching proposal has to substitute the traditional approaches, but it can be seen as a robust tool to support learning. In the first phase of our research we have sought to understand which mathematical objects and which tools could have been used to enhance the teaching of mathematics, in order to demonstrate that the use of Virtual Reality and Augmented Reality techniques significantly improves the level of understanding of the mathematical subject being studied by the students. The system which provides for the integration of two machine levels, hardware and software, was subsequently tested by a representative sample of students who then provided feedback through a questionnaire.

Keywords

  • immersive learning
  • virtual reality
  • augmented reality
  • Unity3D
  • blender
  • usability
  • accessibility

1. Introduction

Virtual Reality (VR) and Augmented Reality (AR) are technologies that since their inception have sometimes suffered fluctuating fates, sometimes due to the lack of suitable low-cost hardware, sometimes due to the inherent complexity of the technologies adopted. With the advent of mobile technologies, their fates have radically changed and today we have both low-cost hardware and software approaches that make them widely usable in many areas of modern life. Nowadays, we find VR and AR everywhere, in manifold applications: from entertainment [1, 2], teaching [3, 4], tourism [5, 6], manufacturing [7, 8], networking and communications [9, 10], microelectronic and high performances hardware industries [11, 12], e-commerce [13], medicine [14, 15, 16, 17, 18, 19].

In this work we are going to focus on the adoption of VR and AR technologies teaching mathematics, analyzing the feasibility of the process and analyzing the usability of the implemented software platform.

During our work, we were guided by a specific goal: the possibility of giving a real and visual form to the abstract objects of mathematics. This represents a further development in the visual representation of mathematical concepts, which in the course of history has been evolving from the primitive use representations of simple counting objects, such as the tally sticks, through the elegant structures of the symbolic algebra of the seventeenth century, to the imposing constructions of mathematical analysis and modern geometry, to get to the current and amazing views of numerical analysis through computer graphics. In this context, we have set out to investigate the possibility of enhancing students’ understanding of the concept of link between an algebraic-set structure and its geometric representation on an orthogonal Cartesian space (concept best known with the name of function).

In the first phase of the work, our attention has been directed to a certain number of functions, that are used in senior high-school classes, such as the representation of trajectories in the Cartesian plane and simply surfaces in the three-dimensional space.

The very first proposed functions are as follows:

y=cosx The cosine function is well known to students who currently use it to solve trigonometric, analytical and geometric problems. Moreover, it is also present in all fields of physics in order to model the behavior of several phenomena in mechanics, thermodynamics, optics and electrodynamics, just to limit our analysis to some main cases [20]. In Figure 1 is shown the VR representation of such function.

Figure 1.

Cosine wave plot.

z=ex The exponential function is one of the most important functions in mathematical analysis, whose applications span to different fields of knowledge and is well studied in high school. Exponential functions can be used in many contexts, such as the compound interest in finance, to study the evolution of the population growth and the radioactive decay [21]. In Figure 2 is shown the VR representation of the named function.

Figure 2.

Exponential function plot.

z=lnx2+y2 This function is an example of bi-dimensional logarithm, useful to describe astrophysical objects. In Figure 3 is shown the VR representation of the named function.

Figure 3.

Bi-dimensional natural logarithm plot.

z=sinx2+y2x2+y2 This function is an example of bi-dimensional dumped sine, useful to describe objects in fluid dynamics, electronics and telecommunications. In Figure 4 is shown the VR representation of the function.

Figure 4.

Dumped sine plot.

Advertisement

2. Related works

Stimulating multiple sensory dimensions during the learning process of a concept or idea makes the learning itself more effective, because our mind needs to experience the reality all around by multiple experiential levels. Indeed, it is essential for us to look, listen and touch in order to build a complex conceptual structure that bears and strengthens our knowledge about reality itself [22, 23]. This multi-sensorial learning is also important in special-need situations, such as autism [24, 25] or dyslexia [26, 27].

Compared to traditional two-dimensional learning systems, such as a book or the simple screen of a PC or tablet, an immersive study environment has several advantages, as it gives the spatial understanding of the concepts exposed, more peripheral awareness or more useful information bandwidth and decreasing the information dispersion phenomenon [28].

The natural sciences have pioneered the use of Virtual Reality techniques to facilitate the learning of their subjects: chemistry [29, 30, 31, 32, 33], biology [34], physiology [35], physics [36].

An effective approach to enhance math skills, knowledge and competences inevitably involves the creation of dynamic digital environments rich in captivating content, which would even reduce anxiety and improve results [37].

Mathematics is known to be one of the most difficult subjects for many students. A recent study asks questions about traditional way of learning and recommends more active and attractive learning approaches [38].

Furthermore, many several studies have shown that immersion in a digital environment can significantly improve education in several ways, because, as mentioned earlier, multiple perspectives are activated at the same time [39]; this fact has an important impact in all areas of mathematics [40].

In some works it has been pointed out that many students find very difficult to relate a function’s analytical form to its relative graph, despite the mathematical simplicity of the concept of the function itself [41]; it almost seems that the intermediate layers existing between the set concept and the analytic-geometric one prevent a clear understanding of the link [42, 43].

A recent study has shown that a deeper understanding of the analytical-geometric links existing in functions, if supported by specific software, can help students to develop a positive mindset towards mathematics itself, in terms of attitude, motivation, interest and competence [44]. But we assume for what is the current state of the art that more research is needed to grasp the profound implications that exist.

Advertisement

3. The virtual world made on Unity3D, blender and Vuforia

In this section, we explain how to represent a three-dimensional function within a virtual world created with Unity3D.

The creation of the figures is carried out through two scripts working on different levels:

  1. at the beginning it is important to define the resolution, that is the level of detail the figure must have. If for instance we set a resolution equal to 500, then we will have a matrix of 500x500 function values obtained varying X and Y along the grid. The implemented code produces in output the list of vertices that make up the figure.

  2. then, the list of triangles must be calculated, since they are the basic elements in computer graphics. Indeed, they specify how the points are interconnected and how they should be represented on the screen.

  3. the three-dimensional mesh is generated from the triangle vertices. To do this, a generic script has to be written, which can be called from all the script programs of the Unity3D project.

Once the first phase has been completed, the surface lighting needs to be adjusted, to optimize the appearance of the represented shape, with respect to the user’s camera position. This calculation, which seems to be complex, is carried out very quickly in Unity3D. At the end of this operation the mesh is ready to be shown on screen.

Advertisement

4. The architecture of the system

The software used to create the scenarios is Unity3D that allows the composition of virtual environments starting from basic elements which the scene is composed with. It also takes care of rendering, real-time lighting calculation and user interaction management. The fundamental tools that have been used are the following:

  • the game objects

  • the scripts

  • the colliders

The game objects are the basic elements that make up the scene that must be shown to the user.

The scripts are code files written in C# language that permit some predefined tasks to be executed, like managing the appearance of objects on the displayed area, or the camera movement as soon as a key on the keyboard gets pressed.

The colliders are objects that prevent intersection or collision between the character controlled by the user and other different objects in the scene.

Two consecutive C# scripts are tasked with generating all the necessary shapes and modeling any mathematical function in two or three dimensions:

  • the first script generates the vertices

  • the second script receives in input a list of vertices and draws a three-dimensional figure

Generally, we are interested in drawing mathematical functions with a continuous domain and relative range in R (Real Number Set); however, this is only an ideal case, since plotting a function through a calculating machine requires simplifying the set of calculations by passing through a discrete space of points. In other words, we need to trace a grid of points that are going to end up defining the level of maximum detail we want to achieve. Also, we must keep in mind that the higher the level of detail, the more calculations the user’s device ought to perform to display the object on the screen. A balance must therefore be found between the graphic quality to be obtained and the computational complexity necessary to achieve similar results. In fact, defining a grid of points is equivalent to defining a sampling frequency: if the number of samples is too low, we can in fact obtain” aliasing”, getting this way an imprecise representation of the mathematical function we want to show.

In order to improve performance, it was decided to proceed according to this path:

  • the shapes generated with Unity3D are saved inside the filesystem so that they can be reloaded directly when the program starts, without the need to recalculate all the objects from the beginning every time

  • the shapes have been elaborated with Blender, a software designed for the elaboration of three-dimensional models and objects, in order to reduce the polygonal complexity without modifying the information content

  • the elaborated shapes are included again in the Unity3D project

In other words, the complexity of the figures in terms of vertices has been reduced but this is absolutely not perceived by the user who observes them without noticing any difference.

The Augmented Reality (AR) environment uses the Vuforia framework. The program created is an Android Package Kit (APK), which can be installed on Android smartphones with 7.0+ operating system. Vuforia is a Software Development Kit (SDK) that enable the users to analyze the video stream recorded in real time by the phone camera. Vuforia enables the creation of a database of markers (called Vumark), manually associated to the game objects of the scene.

Advertisement

5. Usability of the system

In order to increase the usability and effectiveness of the platform [45], two different modes have been created for user experience: one uses VR only, the other uses AR. In both cases the graphic engine used is the same: Unity3D.

In the Virtual Reality case, a room has been created, and inside the room the three-dimensional figures have been positioned, as shown in Figure 5. This software allows the composition of virtual environments starting from basic elements called Assets which make up the scene. The VR environment is generated and compiled by WebGL technology: this means that the application is compatible with all devices (computers or smartphones) on the market since the virtual world can be viewed with a web browser, regardless of the operating system used (Windows, Linux, Android, iOS, etc). In particular, in the experience we made for collecting the student’s usability evaluations, we focused on smartphones with Android operating system. The graphic quality of the scene adapts according to the computational power of the device, while remaining undemanding in terms of hardware requirements. The scene can be observed through a virtual reality viewer, such as HTC Vive, or through a normal computer monitor. The user has the possibility to move around the virtual environment using the touchscreen on the smartphone, or the mouse and the keyboard on a computer. Inside the environment are visible three-dimensional geometric shapes that support the learning of mathematical functions that are otherwise difficult to be drawn (see Figures 6 and 7).

Figure 5.

Students during training session to learn how to use the platform.

Figure 6.

Evaluation of the experience by the students.

Figure 7.

Environment for the VR experience.

As far as the use with Augmented Reality is concerned, Vuforia software has been used. It is a framework integrated in Unity3D and allows to create projects that use Augmented Reality by providing all functions essential for operating on mobile phones. The system is very dynamic, since every time one of the markers in the database is framed by the user’s device camera, Vuforia warns Unity to show the object on the scene (and therefore on the user’s screen) associated with the framed Vumark. Furthermore, this SDK manages the spatial orientation of the object based on the user’s position relative to the Vumark. If we frame a Vumark and move around it, the object associated with it will also rotate, allowing us to appreciate it in a realistic way (see Figure 8).

Figure 8.

Example of Vumark to draw the function lnx2+y2 (on the left) three-dimensional image generated by Vuforia for the object described by the previous Vumarks (on the right).

Advertisement

6. Discussion of results

We collected students’ feedback to evaluate the usability of the proposed system and to enhance the user’s experience, making the AR and VR environments more interactive and attractive. This is the reason why we asked high school students to express their opinion about the quality of the experience, by filling out a questionnaire. Our sample set was composed by 90 high school students, homogeneous by age, gender, social and cultural levels. In Figure 9 is shown the distribution of the sample per age, while in Figure 10 is shown the distribution per gender.

Figure 9.

Distribution by age of the sample of students.

Figure 10.

Distribution by gender of the sample of students.

The aim of the experiment conducted during a morning class was to obtain a set of coherent and indicative answers on the following main topic: how much virtual reality and augmented reality can impact the perception of mathematics. To do that, each class of the school composing the sample, was taken to the computer room, equipped with Vmarks, and left it playing with the application on both computers and smartphones for 50 minutes. Finally, the students filled in the questionnaire.

One of the most remarkable aspects of this experience was to observe so clearly and explicitly how the introduction of a play environment stimulated girls and boys in an incredible way. It seemed that the game scenario by itself made them feel comfortable and willing to experience approaching mathematics in a new way.

The results have been being very promising, as most students found the experience of VR and AR applied to some mathematical functions very useful and instructive. Some even asked for an enhancement of the experience, with the addition of new entities and animations.

In Figure 11 the degree of appreciation of Virtual Reality, i.e. the exploration of the virtual world on a PC, is shown. It appears that the usability has been really appreciated, a bit worse were the results in terms of easy of use, user experience and graphic quality.

Figure 11.

Degree of appreciation of virtual reality.

In Figure 12 the degree of appreciation of Augmented Reality, i.e. the exploration of the virtual world on a smartphone, is shown. Also in this case the usability has been really appreciated, while a bit worse were the results in terms of easy of use, user experience and graphic quality.

Figure 12.

Degree of appreciation of augmented reality.

The result about comparison between Virtual Reality and Augmented Reality evaluations are very similar, as it can be seen in the Figures 11 and 12.

We think that, if this approach would be largely adopted by teachers, the interest of students on the discipline may significantly raise up and the score of the students may significantly increase, especially in the case of students with problems approaching mathematics.

Advertisement

7. Conclusions and future works

When we first approached our research we had to understand which mathematical objects and which tools to use to enhance the teaching of mathematics, starting from the assumption that the use of AR and VR techniques greatly increases the level of understanding of mathematics.

Our goal has ever been just from the beginning to give students an environment of objects to study and focus on, by selecting among them those of greatest interest and didactic utility for themselves and the entire class. Moreover, we have led our research towards the field of immersive learning, in particular those applications that allow the user to be immersed in virtual worlds in order to increase brain stimulation during the learning phase.

At the same time it has been essential to understand the degree of absorption and emphatic response of students to the system: sensations, disturbances, emotions. At the current state of work, the system can only display objects that are statically compiled: we are working to make the system more dynamic and responsive, which allows the math teacher to draw graphs, two-dimensional or three-dimensional, without the need to print each time a new Vumark, on precompiled functions.

The goal is to get a dynamic platform that lets us understand how the choice of a function and a complete immersive experience in the mathematical object itself (including its specific characteristics and properties) impacts students’ learning.

Advertisement

Acknowledgments

Our most heartfelt thanks go to the teachers of the Institute of Higher Education (ITAS) Giordano Bruno of Perugia, Italy for the efficient and exquisite collaboration provided.

A particular thanks goes to the students who have been involved in a very constructive experience and have responded diligently to the questionnaire.

References

  1. 1. Valentina Franzoni and Osvaldo Gervasi. Guidelines for Web Usability and Accessibility on the Nintendo Wii, pages 19–40. Springer Berlin Heidelberg, Berlin, Heidelberg, 2009
  2. 2. Francesca Santucci, Federico Frenguelli, Alessandro De Angelis, Ilaria Cuccaro, Damiano Perri, and Marco Simonetti. An immersive open source environment using godot. In Osvaldo Gervasi, Beniamino Murgante, Sanjay Misra, Chiara Garau, Ivan Blečić, David Taniar, Bernady O. Apduhan, Ana Maria A. C. Rocha, Eufemia Tarantino, Carmelo Maria Torre, and Yeliz Karaca, editors, Computational Science and Its Applications – ICCSA 2020, pages 784–798, Cham, 2020. Springer International Publishing
  3. 3. Gürkan Yildirim, Mehmet Elban, and Serkan Yildirim. Analysis of use of virtual reality technologies in history education: A case study. Asian Journal of Education and Training, 4:62–69, 01 2018
  4. 4. Marco Simonetti, Damiano Perri, Natale Amato, and Osvaldo Gervasi. Teaching math with the help of virtual reality. In Osvaldo Gervasi, Beniamino Murgante, Sanjay Misra, Chiara Garau, Ivan Blečić, David Taniar, Bernady O. Apduhan, Ana Maria A. C. Rocha, Eufemia Tarantino, Carmelo Maria Torre, and Yeliz Karaca, editors, Computational Science and Its Applications – ICCSA 2020, pages 799–809, Cham, 2020. Springer International Publishing
  5. 5. Paul Williams and JS Perry Hobson. Virtual reality and tourism: fact or fantasy? Tourism Management, 16(6):423–427, 1995
  6. 6. Ryan Yung and Catheryn Khoo-Lattimore. New realities: a systematic literature review on virtual reality and augmented reality in tourism research. Current Issues in Tourism, 22(17):2056–2081, 2019
  7. 7. F. Doil, W. Schreiber, T. Alt, and C. Patron. Augmented reality for manufacturing planning. In Proceedings of the Workshop on Virtual Environments 2003, EGVE ‘03, page 71–76, New York, NY, USA, 2003. Association for Computing Machinery
  8. 8. T.S. Mujber, T. Szecsi, and M.S.J. Hashmi. Virtual reality applications in manufacturing process simulation. Journal of Materials Processing Technology, 155–156:1834–1838, 2004. Proceedings of the International Conference on Advances in Materials and Processing Technologies: Part 2
  9. 9. A. A. Lazar, W. Choe, K. Fairchild, and Ng Hern. Exploiting virtual reality for network management. In [Proceedings] Singapore ICCS/ISITA ‘92, pages 979–983 vol.3, 1992
  10. 10. Russell M. Taylor, Thomas C. Hudson, Adam Seeger, Hans Weber, Jeffrey Juliano, and Aron T. Helser. Vrpn: A device-independent, network-transparent vr peripheral system. In Proceedings of the ACM Symposium on Virtual Reality Software and Technology, VRST ‘01, page 55–61, New York, NY, USA, 2001. Association for Computing Machinery
  11. 11. O. Gervasi, D. Russo, and F. Vella. The aes implantation based on opencl for multi/many core architecture. In 2010 International Conference on Computational Science and Its Applications, pages 129–134, 2010
  12. 12. Flavio Vella, Igor Neri, Osvaldo Gervasi, and Sergio Tasso. A simulation framework for scheduling performance evaluation on cpu-gpu heterogeneous system. In Beniamino Murgante, Osvaldo Gervasi, Sanjay Misra, Nadia Nedjah, Ana Maria A. C. Rocha, David Taniar, and Bernady O. Apduhan, editors, Computational Science and Its Applications – ICCSA 2012, pages 457–469, Berlin, Heidelberg, 2012. Springer Berlin Heidelberg
  13. 13. Panagiota Papadopoulou. Applying virtual reality for trust-building e-commerce environments. Virtual Reality, 11:107–127, 06 2007
  14. 14. Osvaldo Gervasi, Riccardo Magni, and Mauro Zampolini. Nu!rehavr: Virtual reality in neuro tele-rehabilitation of patients with traumatic brain injury and stroke. Virtual Reality, 14:131–141, 06 2010
  15. 15. Mauro Zampolini, Riccardo Magni, and Osvaldo Gervasi. An x3d approach to neuro-rehabilitation. In Osvaldo Gervasi, Beniamino Murgante, Antonio Laganà, David Taniar, Youngsong Mun, and Marina L. Gavrilova, editors, Computational Science and Its Applications – ICCSA 2008, pages 78–90, Berlin, Heidelberg, 2008. Springer Berlin Heidelberg
  16. 16. Osvaldo Gervasi, Riccardo Magni, and Matteo Riganelli. Mixed reality for improving tele-rehabilitation practices. In Osvaldo Gervasi, Beniamino Murgante, Sanjay Misra, Marina L. Gavrilova, Ana Maria Alves Coutinho Rocha, Carmelo Torre, David Taniar, and Bernady O. Apduhan, editors, Computational Science and Its Applications – ICCSA 2015, pages 569–580, Cham, 2015. Springer International Publishing
  17. 17. Osvaldo Gervasi, Riccardo Magni, and Stefano Macellari. A brain computer interface for enhancing the communication of people with severe impairment. In Beniamino Murgante, Sanjay Misra, Ana Maria A. C. Rocha, Carmelo Torre, Jorge Gustavo Rocha, Maria Irene Falcão, David Taniar, Bernady O. Apduhan, and Osvaldo Gervasi, editors, Computational Science and Its Applications – ICCSA 2014, pages 709–721, Cham, 2014. Springer International Publishing
  18. 18. Sheng Bin, Saleha Masood, and Younhyun Jung. Chapter twenty - virtual and augmented reality in medicine. In David Dagan Feng, editor, Biomedical Information Technology (Second Edition), Biomedical Engineering, pages 673–686. Academic Press, second edition edition, 2020
  19. 19. Damiano Perri, Marco Simonetti, Andrea Lombardi, Noelia Faginas-Lago, and Osvaldo Gervasi. Binary classification of proteins by a machine learning approach. In Osvaldo Gervasi, Beniamino Murgante, Sanjay Misra, Chiara Garau, Ivan Blečić, David Taniar, Bernady O. Apduhan, Ana Maria A. C. Rocha, Eufemia Tarantino, Carmelo Maria Torre, and Yeliz Karaca, editors, Computational Science and Its Applications – ICCSA 2020, pages 549–558, Cham, 2020. Springer International Publishing
  20. 20. Carl B. Boyer Uta C. Merzbach. A History of Mathematics. John Wiley & Sons, 3rd ed. edition, 2011
  21. 21. R. Creighton Buck. Advanced Calculus. Long Grove, IL: Waveland Press., 3rd ed. edition, 2003
  22. 22. Michael Meehan, Brent Insko, Mary Whitton, and Frederick P Brooks Jr. Physiological measures of presence in stressful virtual environments. Acm transactions on graphics (tog), 21(3):645–652, 2002
  23. 23. Dheva Raja, Doug Bowman, John Lucas, and Chris North. Exploring the benefits of immersion in abstract information visualization. In Proc. Immersive Projection Technology Workshop, pages 61–69, 2004
  24. 24. Sarah Parsons and Sue Cobb. State-of-the-art of virtual reality technologies for children on the autism spectrum. European Journal of Special Needs Education, 26(3):355–366, 2011
  25. 25. Michelle R Kandalaft, Nyaz Didehbani, Daniel C Krawczyk, Tandra T Allen, and Sandra B Chapman. Virtual reality social cognition training for young adults with high-functioning autism. Journal of autism and developmental disorders, 43(1):34–44, 2013
  26. 26. Katerina Kalyvioti and Tassos A Mikropoulos. Virtual environments and dyslexia: A literature review. Procedia Computer Science, 27:138–147, 2014
  27. 27. Elisa Pedroli, Patrizia Padula, Andrea Guala, Maria Teresa Meardi, Giuseppe Riva, and Giovanni Albani. A psychometric tool for a virtual reality rehabilitation approach for dyslexia. Computational and mathematical methods in medicine, 2017, 2017
  28. 28. Doug A Bowman and Ryan P McMahan. Virtual reality: how much immersion is enough? Computer, 40(7):36–43, 2007
  29. 29. O. Gervasi, A. Riganelli, L. Pacifici, and A. Laganà. Vmslab-g: a virtual laboratory prototype for molecular science on the grid. Future Generation Computer Systems, 20(5):717–726, 2004. Computational Chemistry and Molecular Dynamics
  30. 30. Osvaldo Gervasi, Antonio Riganelli, and Antonio Laganà. Virtual reality applied to molecular sciences. In Antonio Laganá, Marina L. Gavrilova, Vipin Kumar, Youngsong Mun, C. J. Kenneth Tan, and Osvaldo Gervasi, editors, Computational Science and Its Applications – ICCSA 2004, pages 827–836, Berlin, Heidelberg, 2004. Springer Berlin Heidelberg
  31. 31. Antonio Riganelli, Osvaldo Gervasi, Antonio Laganà, and Johannes Froehlich. Virtual chemical laboratories and their management on the web. In Osvaldo Gervasi, Marina L. Gavrilova, Vipin Kumar, Antonio Laganà, Heow Pueh Lee, Youngsong Mun, David Taniar, and Chih Jeng Kenneth Tan, editors, Computational Science and Its Applications – ICCSA 2005, pages 905–912, Berlin, Heidelberg, 2005. Springer Berlin Heidelberg
  32. 32. Antonio Riganelli, Osvaldo Gervasi, Antonio Laganà, and Margarita Albertì. A multiscale virtual reality approach to chemical experiments. In Peter M. A. Sloot, David Abramson, Alexander V. Bogdanov, Yuriy E. Gorbachev, Jack J. Dongarra, and Albert Y. Zomaya, editors, Computational ScienceICCS 2003, pages 324–330, Berlin, Heidelberg, 2003. Springer Berlin Heidelberg
  33. 33. J Georgiou, K Dimitropoulos, and A Manitsaris. A virtual reality laboratory for distance education in chemistry. International Journal of Social Sciences, 2(1):34–41, 2007
  34. 34. Sandra Tan and Russell Waugh. Use of virtual-reality in teaching and learning molecular biology. In 3D immersive and interactive learning, pages 17–43. Springer, 2013
  35. 35. John Ryan, Carol O’Sullivan, C Bell, and R Mooney. A virtual reality electrocardiography teaching tool. In Proceedings of the Second International Conference, Biomedical Engineering, Innsbruck, pages 250–253, 2004
  36. 36. Craig Savage, D. McGrath, Timothy McIntyre, M.J. Wegener, and M. Williamson. Teaching physics using virtual reality. In AIP Conference Proceedings, volume 1263, pages 126–129, 10 2009
  37. 37. Hyesang Chang and Sian L Beilock. The math anxiety-math performance link and its relation to individual and environmental factors: a review of current behavioral and psychophysiological research. Current Opinion in Behavioral Sciences, 10:33–38, 2016. Neuroscience of education
  38. 38. Scott Freeman, Sarah L. Eddy, Miles McDonough, Michelle K. Smith, Nnadozie Okoroafor, Hannah Jordt, and Mary Pat Wenderoth. Active learning increases student performance in science, engineering, and mathematics. Proceedings of the National Academy of Sciences, 111(23):8410–8415, 2014
  39. 39. Chris Dede. Immersive interfaces for engagement and learning. Science, 323(5910):66–69, 2009
  40. 40. Adriano Pasqualotti and Carla Maria dal Sasso Freitas. Mat3d: a virtual reality modeling language environment for the teaching and learning of mathematics. CyberPsychology & Behavior, 5(5):409–422, 2002
  41. 41. Hatice Akkoc and David Tall. The simplicity, complexity and complication of the function concept. In PME conference, volume 2, pages 2–025, 2002
  42. 42. Daniel Breidenbach, Ed Dubinsky, Julie Hawks, and Devilyna Nichols. Development of the process conception of function. Educational studies in mathematics, 23(3):247–285, 1992
  43. 43. Hatice Akkoç and David Tall. The function concept: Comprehension and complication. Proceedings of the British Society for Research into Learning Mathematic, 23(1):1–6, 2003
  44. 44. Alessandra King. Using desmos to draw in mathematics. Australian Mathematics Teacher, 73(2):33–37, 2017
  45. 45. Benigni Gladys and Gervasi Osvaldo. Human-machine interaction and agility in the process of developing usable software: A client-user oriented synergy. In Maurtua Inaki, editor, Human Machine Interaction, chapter 2. IntechOpen, Rijeka, 2012

Written By

Damiano Perri, Marco Simonetti, Sergio Tasso and Osvaldo Gervasi

Reviewed: 09 February 2021 Published: 11 March 2021