Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write java programme : Bungee jumping is an activity that involves a person jumping from a great height while connected to a large elastic cord.

write java programme : Bungee jumping is an activity that involves a person jumping from a great height while connected to a large elastic cord. The launching pad is usually erected on a tall structure such as a building or crane, a bridge across a deep ravine, or on a natural geographic feature such as a cliff. Assume this is a single dimensional motion where the jumper is moving in a straight line. There are five variables that are put together in several equations for describing this motion:

Eq1v1=v0+at

Eq2d=averageSpeedt,averagespeed=(v0+v1)/2

Eq3d=v0t+axt2/2 (Eq3 is derived from Eq 1 and Eq2)

Eq4v21=v20+2ad (Eq4 is derived from Eq 1 and Eq2)

Suppose a jumper is released from the top of a building, write a program to find out the length of the bungee cord, given the travel time for the jumper groundward using any of the above equations. Note that the acceleration due to gravity is constant 9.8m/s2.

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

Recommended Textbook for

Marketing Database Analytics

Authors: Andrew D. Banasiewicz

1st Edition

0415657881, 978-0415657884

More Books

Students also viewed these Databases questions

Question

Explain the communication process.

Answered: 1 week ago