3.16 Simulations

  • a way to simulate real-world environments to test safety or logistics. It's important to use random numbers, consider biases, and consider if a simulation is the best solution.
  • useful:
    • because they are safe, inexpensive, repeatable, and accurately model how something would be in the real world
    • predicting how something will happen in future based on previously collected data
    • model complicated situations to manage key aspects

Why would you make a simulation instead of conducting an experiment?

  • Safer: Many safety hazards that can be encountered through experimentation can be avoided with simulations. Ex: Designing a boat to travel to an island
  • Less Expensive: Since real world equipment isn’t needed to make and run a simulation (only computer and programmer needed), this makes simulations an inexpensive way to test something. Ex: Boat example again
  • Repeatable: Once a simulation is created, it’s easy to repeat it to get different but similar results.
  • Can Make Predictions: Something that can’t be done with experiments is making predictions. Simulations are useful for this because previous data can be used to predict what will happen in the future. Ex: Global population

Practice

  • A simulation will always have the same result. False
  • A simulation investigates a phenomenon without real world constraints of time, money, or safety. True
  • A simulation has results which are more accurate than an experiment. False
  • A simulation can model real world events that are not practical for experiments True

Example

  • Skim though the scenario section of this article (it is at the top and includes the diagram). What techniques do you notice he uses? You should consider both ideas from this lesson and from the other college board key ideas.
  • Some possible answers include:

    • Procedure and iteration
    • Flowcharts
    • Conditionals
    • Removing details; like accidents or weather

Summary of 'how' to make a simulation

  • Key idea: when making a simulation you should consider:

    • Removing details, which could be done using pseudo-random number generators
    • Using other ideas from previous college board lessons; like procedure, flowcharts and conditionals

Multiple Choice Question

  • The transportation department would like to build an elevated train system that will route through 3 cities. The transportation department wants to administer a simulation of this train system before construction begins. Which of the statements are true?

  • Which of the following scenarios would be LEAST beneficial to have as a simulation?

    • A retail company wants to identify the item which sold the most on their website.

Hacks

Question Answer
Joselyn Elise Anda
1. A
2. A
3. What is not a reason to use a pseudo-random number generator when making a simulation? C: To make the simulation more accurate. Because we use a pseudo-random number generator to mock imperfections from the real world and to save resources
4. Which of the following is the least likely factor to be removed from a flight(air traffic) simulation for functionality? C: Imperfections on aircraft
5. What is not (usually) a difference between a experiment and a simulation? C: Situation considered
6. A car company needs to know how safe it's customers will be if it's new car crashes A: Simulation
7: A environmental group wants an accurate guess on the impact the greenhouse effect will have on the environment B: Experiment/calculation
9: A teacher want's to find the average score from a final B: Experiment/calculation

Extra

Show your understanding. You could make a simple simulation, define vocab, etc.

  • You want to figure out what would happen when lava is sitting out. Will it stay lava, freeze/harden, or evaporate? In the real world, where are you going to get lava and have the tools necessary to conduct this experiment. We can make a prediction for this simulation.

  • In this simulation you have lava and tools necessary to handle the lava. Examine the how long the process takes of hardening.

  • Prediction:Depending on the temperature and environment around, if the temperature is colder and we wait a long time the lava will cool. If the temperature is warmer or hotter and we do not wait a long time, the lava will remain liquid.

  • Removing details:

    • Bad weather (keep a neutral weather)
    • Animals
    • Manmade things around it
    • Human interactions with it
  • In this simulation you can control the weather, nothing unnaturally made is in the setting. You can control time, and how fast time goes by.