Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook ENSP-330-HW-02-assigned/ENSP-330-HW-02-handout.ipynb

Views: 52
Kernel: Anaconda (Python 3)

Style Guide for Homeworks

There are multiple ways to earn full credit on your assignments. Along with a correct value, answers are expected to include units and to be in a reasonable notation. Reasonable notation would be an answer that does not have infinite digits (e.g. cannot equal 12389243.9343 joules, but must be written as 12.4 megajoules or 1.2e6 joules)

Calculations

Explicitly show how you calculate your numbers. To make your calculations using python make sure your units are defined in a variable name (e.g. speed_in_km, time_hour, energy_density_joule_per_kg). The computer may output a long answer full of digits that don't need to be displayed. Make your answer into a reasonable notation by explaining it in a text (markdown) cell at the bottom of your work

Showing your work

Handwritten

You may turn in handwritten equations that show your mathematical reasoning and intention. Handwritten assignments with an image of the work done uploaded onto sagemathcloud. Handwriting must be legible and include units.

Advanced/Optional

Some of you may want to use advanced options for your work. You may use these tools, but we can't provide lots of help or support on these either in this class.

Optional: Code with the pint library

  • Using the pint library is completely optional when working on assignments.

  • This allows the units to be multiplied and divided with the resulting units being carried out into the answer.

  • This is helpful yet advanced tool, to learn more check out the pint tutorial

Optional style: LaTeX

  • If you decide to use markdown/LaTeX for your calculations, do not stress about the alignment. It doesn't have to look perfect, your work and understanding is more important than how it looks.

  • This form of showing work is advanced and completely optional.

  • You can learn more in [th

Question 1: Unit conversion

Please show the details of your work to answer these questions.

a) If you drive 20 miles, how many kilometers is that? speed_in_mile = 20 conversion = 1.605 speed_in_mile * conversion

b) My car is traveling at 30 miles per hour, how many meters per second is that? 1mph=1.6kph -> 30mph x 1.6kph= 48kph -> 1km=1000m 48kphx1000m=48000meters per hour -> 3600 seconds in an hour, 48000mph/3600= 13.3meters per second

Question 2: Scientific notation

Convert the following numbers to scientific notation.

Perform the following operations using scientific notation.

  1. Write out 3.5 trillion in scientific notation 3,500,000,000,000 -> 3.5E12

  2. Write out 2.4 kJ in joules 1kJ=1000j 2.4x1000= 2.4E3joules

  3. How many GW is 14 TW? 1000GW=1TW -> 14x1000= 14,000 -> 1.4E4GW

Question 3: Exponential Growth

If the energy use in a country is increasing at 3 percent per year, by what fraction will it increase in 10 years? If the energy increases 3% each year, then in ten years, the growth will be: R-Percent change T-Years 1+R(T) 1+.03(10)=1.3% in 10 years

Question 4: Linear Growth

The amount of gasoline that a car uses is linearly related to the distance it travels. Write an equation for this relationship for a 2015 Honda Civic. If this car is driven 1000 miles, how much gasoline will it use? G=Gasoline used *Assume that a Honda Civic gets 24mph

1000miles=24MPG(G)
speed_in_miles = 20. km_conversion = 1.605 speed_in_miles * km_conversion
32.1
Rate_of_Change = .03 Time = 10 (1+Rate_of_Change)**Time
1.3439163793441222
MPG=24 Distance_Driven=1000 Distance_Driven/MPG
41.666666666666664