Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please do this in python 3.8 without numpy Question 1 (10 Points) Gravity and Electric Forces (Using Lists) The formulae for Gravity F, and Electric
please do this in python 3.8 without numpy
Question 1 (10 Points) Gravity and Electric Forces (Using Lists) The formulae for Gravity F, and Electric forces between two objects with masses m. m, and charges is q,. 9, is where G = 6.674 x 10-1Nmkg-2 and K = 9.0 x 10Nm-c- are physical constants. In a well-documented Python program, hmwk2Q1.py, form two lists that depict the respective forces E, and F, between two electrons of mass m = m2 = 9.1x10-*kg and charge q = 2 = 16x10-C, over a distanoce list, which varies from 1 to 100 picometers (in increments of 1 pm). There is no need to print the respective lists. The plot depicts the respective lists showing that the electrostatic forces are much greater than the gravitational forces. Electric & Gravitational Force Vs. Distance Gravity Electrical 0.00020 0.00015 0.00010 0.00005 0.00000 20 60 80 100 Distance (pm] Plot of the Lists (Not Required for Solution) Hints: 1. Make a distance list d from 1 to 100 (in integers) but treat the values in your calculation as picometers. 2. From F, (do not print) and check with the chart to see if the values are correct. 3. From F, (do not print) and check with the chart to see if the values are correct. Grading: 2 points for comments, 2-points for distance list, 2-points each for F, and F, 2 points for hmwk2Q1.pyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started