Warning, /education/gcompris/tools/menus/place_your_satellite.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "place_your_satellite/PlaceYourSatellite.qml"
0011   difficulty: 4
0012   icon: "place_your_satellite/place_your_satellite.svg"
0013   author: "Matilda Bernard &lt;seah4291@gmail.com&gt;"
0014   demo: true
0015   title: qsTr("Place your satellite")
0016   description: qsTr("Understanding effect of mass and distance on orbital velocity.")
0017   goal: qsTr("Make sure the satellite does not crash or fly away")
0018   prerequisite: ""
0019   manual: qsTr("
0020 A satellite revolves around the Earth because of the force between them. Orbital velocity of a satellite of Earth is directly proportional to the square root of the mass of Earth and inversely proportional to the square root of the distance from the center of Earth to the satellite.
0021 
0022 In this activity, play with the speed of the satellite and mass of Earth to see what happens to the satellite. If the speed of the satellite is slower than the required orbital speed then the force applied by the Earth on the satellite is too much and thus the satellite gets pulled towards the Earth and burns in it's atmosphere. If the speed of the satellite is more than the required orbital speed then the Earth's force is not enough to keep it in orbit and thus the satellite flies away due to it's own inertia.
0023         ")
0024   credit: ""
0025   section: "/experience"
0026 }