Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose you are given this homework problem: A satellite of mass 6 0 0 k g has a momentum ( : 1 . 0 1

Suppose you are given this homework problem:
"A satellite of mass 600kg has a momentum
(:1.0105,-6.0104,0:)kgms
when it is at the position (:-2.5108,-4.33108,0:)m.
Assuming the momentum of the satellite does not change, what will be its position (in meters) one hour later?"
Suppose that to calculate the answer, you write the program shown in the image below. The program will run, but the result is wrong.
Web VPython 3.2
m=600
p=vec(1e5,-6e4,0)
ri=vec(-2.5e8,-4.33e8,0)
dt=1
v=pm
rf=ri+v***dt
print("rf =", rf)|
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions