Question

USE MATLAB TO CODE2. This part is completely independent of analysis performed in #1. A bungee jumper reaches a velocity of 50 m/s when 100 m aUSE MATLAB TO CODE
0 0
Add a comment Improve this question Transcribed image text
Answer #1

%for part a
initial_velocity = 50; %meters per sec
stopping_distance = 100; %meters
mass = 80; %kg
height = 100; %meters
initial_kinetic_energy = .5*mass*initial_velocity^2;
initial_potential_energy = mass*9.81*height;
initial_total_energy = initial_kinetic_energy+initial_potential_energy;
%final total energy is stored in spring. so we have::
spring_constant = 2*initial_total_energy/(height^2);
disp("spring constant is %s \n",spring_constant)
%for part b:
x = linspace(0,100,10000);

for i=1:10000
acceleration(i) = 9.81-spring_constant*x(i)/mass;
end
[mxa,n] = max(abs(acceleration));

%here mxa is maximum acceleration and x(n) is
%distance at which maximum
%acceleration is attained.
%in this case, max acceleration is attained
%at zero height.

Add a comment
Know the answer?
Add Answer to:
USE MATLAB TO CODEUSE MATLAB TO CODE 2. This part is completely independent of analysis performed...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Using the symbols in the problem described above, write an expression for the total mechanical...

    1. Using the symbols in the problem described above, write an expression for the total mechanical energy of the jumper-rope-Earth system when the jumper is standing at rest on the bridge. 2. What is the height of the jumper above the river when they've fallen the full length of the unstretched rope? 3. Write an expression for the total mechanical energy of the jumper-rope-Earth system when they've fallen the full length of the unstretched rope. Your expression should include the...

  • When bungee jumping from a high bridge over Victoria Falls, an operator first attaches an elastic...

    When bungee jumping from a high bridge over Victoria Falls, an operator first attaches an elastic rope to the jumper. The jumper then jumps off the bridge, falling freely until they reach the unstretched length of the rope Then, the rope begins to stretch and slows the jumper to a stop. The rope pulls the jumper back up, and they oscillate up and down for a while until the operator pulls the jumper back up to the bridge. The rope...

  • please label and circle the answers GREEN When bungee jumping from a high bridge over Victoria...

    please label and circle the answers GREEN When bungee jumping from a high bridge over Victoria Falls, an operator first attaches an elastic rope to the jumper. The jumper then jumps off the bridge, falling freely until they reach the unstretched length of the rope. Then, the rope begins to stretch and slows the jumper to a stop. The rope pulls the jumper back up and they osollte up and down for a while until the operator pulls the jumper...

  • 10. Write a one-page summary of the attached paper? INTRODUCTION Many problems can develop in activated...

    10. Write a one-page summary of the attached paper? INTRODUCTION Many problems can develop in activated sludge operation that adversely affect effluent quality with origins in the engineering, hydraulic and microbiological components of the process. The real "heart" of the activated sludge system is the development and maintenance of a mixed microbial culture (activated sludge) that treats wastewater and which can be managed. One definition of a wastewater treatment plant operator is a "bug farmer", one who controls the aeration...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT