Teaching Resources

Physics teaching resources

Vertical Non-Uniform Circular Motion

This is a simulation that shows the vectors of forces acting on an object rolling in a vertical loop, assuming negligible friction.

To complete the loop, the initial velocity must be sufficiently high so that contact between the object and the track is maintained. When the contact force between the object and its looping track no longer exists, the object will drop from the loop.

The following code is for embedding in SLS.

<iframe scrolling="no" title="Vertical non-uniform circular motion" src="https://www.geogebra.org/material/iframe/id/ny3jhhsp/width/640/height/480/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/true/rc/false/ld/false/sdz/false/ctl/false" width="640px" height="480px" style="border:0px;"> </iframe>

Hydrostatic Pressure and Upthrust

This app is used to demonstrate how a spherical object with a finite volume immersed in a fluid experiences an upthrust due to the differences in pressure around it.

Given that the centre of mass remains in the same position within the fluid, as the radius increases, the pressure due to the fluid above the object decreases while the pressure below increases. This is because hydrostatic pressure at a point is proportional to the height of the fluid above it.

It can also be used to show that when the volume becomes infinitesimal, the pressure acting in all directions is equal.

The following codes can be used to embed this into SLS.

<iframe scrolling="no" title="Hydrostatic Pressure and Upthrust" src="https://www.geogebra.org/material/iframe/id/xxeyzkqq/width/640/height/480/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false" width="640px" height="480px" style="border:0px;"> </iframe>

Micro:bit Line-Following Robot

I was looking for an extension to the Micro:bit Go set that I bought a while back and came across a robot set that is currently on sale. This set comes with most of the sensors a typical line following or obstacle avoiding robot needs. Currently, it is being sold at a fraction of the price of other similar Micro:bit robots, and is far cheaper than sets such as the Lego EV3.

After unpacking it earlier this evening after work, I managed to put together the parts by following the instructions, which were quite clear.

  1. Micro:bit Go (S$30 on Lazada)
  2. Yahboom Micro:bit Robot (selling for S$49.68 only at Lazada)
Before assembly
Microbit Line Following Robot
Microbit Line Following Robot

To program the robot using Micro:bit’s Makecode, which is a block programming interface that is very similar to Scratch, you will need to download the Yahboom blocks by selecting Extensions from the Advanced menu.

Enter the following URL into the search bar: https://github.com/lzty634158/yahboom_mbit_en

You will then see the library of new blocks including those meant for the robot below:

A few simple lines of code are all that is needed for the light sensors to keep tracking a black line by turning whenever one of the sensors detect white while the other detects black.

After programming the robot, download the hex file into the Microbit and the robot is good to go.

Javascript Game to Learn How to Count Money

Trying to brush up my Javascript skills after being inspired by one of the senior specialists in ETD, I created this simple Javascript Game to teach kids how to count money using Singapore coins.

To play this game, click or press the “Play Button”. Click on the coins to make up the targeted amount. Be careful as the coins will move over one another.

This is meant for children entering primary one soon so that they can learn how to pay for food at the canteen.

To insert this into SLS, download the zipped file here and upload as a media object.

GeoGebra in SLS

Useful Links for Learning about using GeoGebra in SLS.

  1. Instructions on how to embed GeoGebra into SLS via iframe (recommended) (Method 1).
  2. Instructions on how to upload GeoGebra into SLS as a standalone package (Method 2).
  3. GeoGebra apps curated for A-level Physics: https://www.geogebra.org/m/dgedzmz3
  4. GeoGebra apps curated for O-level Physics: https://www.geogebra.org/m/z5nfs8qd
  5. Using GeoGebra Group as an LMS.
  6. IPSG Poster on “An SLS Learning Experience with GeoGebra Apps on the First Law of Thermodynamics”. Update on 2 Jul 2019: The SLS lesson shared during IPSG 2019 can now be found in the SLS Community Gallery.
  7. Let us know if you have used or adapted the SLS lesson, or if you have ideas for new GeoGebra apps in the comment section below.