Chat with us, powered by LiveChat TwinParadox in Vpython | WriteDemy

Question Description

Writeaspaceshipsimulationtoobservethe“TwinParadox.”Treateachtimestep using SpecialRelativity.Theshipshouldbecontrolledusingkeys,keepingtrackof Earth-timeandon-boardtime.

Additional features invited

• Crash detection

• Output of final times

• Force player to land again

Use python 2.7 will work.

Framework as follow:

from visual import *# The timestep length in Earth frame(might need to be adjusted)dt=0.01# The ratedtrate=100# The velocity changedv=0.05# The beta valuesbx=0.0by=0.0beta=0.0# Speed limitmaxbeta=0.9999# Drag (if desired)drag=0.9999;# Time on Earth and in the Shiptearth=0.0tship=0.0## ========================================================# ========================================================## Listen for keys# Modify this for interactions#def listenkeys():    global bx,by,beta,maxbeta,dv# Was a key pressed?    if scene.kb.keys:# Yes, which one?        s=scene.kb.getkey()# This is where you have to add all your keys# "x" exits        if s=='x':            exit()# Deal with the velocity keys to modify bx, by# ...# Enforce maximum speed# ...# Calculate beta## The routine that displays your values# Just for demodef displayvalues():    global beta,tearth,tship    betalabel.text="Beta: %.4f" % beta    earthtime.text="Earth: %.4f" % tearth    shiptime.text="Ship:  %.4f" % tship # Move the shipdef moveship():    global bx,by,dt,drag,beta# Move the ship# ...# Apply drag# ...# Recalculate beta after drag# ...    # ========================================================# Main program# Setting up things# Make the Earthearth=sphere(pos=(0,0,0),radius=1.2,color=color.blue);# Make some stars to look cutesphere(pos=(5,2,0),radius=0.1,color=color.white);sphere(pos=(-5,3,0),radius=0.1,color=color.white);sphere(pos=(5,-5,0),radius=0.1,color=color.white);sphere(pos=(2,7,0),radius=0.1,color=color.white);sphere(pos=(3,2,0),radius=0.1,color=color.white);sphere(pos=(-3,-4,0),radius=0.1,color=color.white);# Make the shipship=sphere(pos=(1.2,0,0),radius=0.2,color=color.red);# Make the beta labelbetalabel=label(pos=(-6.5,6.5,0),text="",xoffset=1,line = 0)earthtime=label(pos=(-6.5,5.5,0),text="",xoffset=1,line = 0)shiptime=label(pos=(-6.5,4.5,0),text="",xoffset=1,line = 0)# Keep the scene from expandingscene.autoscale=False# Infinite loopwhile True:    rate(dtrate)    listenkeys()    displayvalues()    moveship()# Calculate time in Earth frame and Ship frame 

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order