Question

In: Mechanical Engineering

A certain object has a mass m $ 100 kg and is acted on by a force

A certain object has a mass m $ 100 kg and is acted on by a force f (t) = 500[2 – e-t sin(5πt)] N. The mass is at rest at t = 0. Use MuPAD to compute the object’s velocity at t = 5 s. The equation of motion is mυ̇ = f(t).

Solutions

Expert Solution

 

The force acting on the object is given. It is required to find the velocity after 5 seconds. The equation given in the question is:

mv̇ = f(t)

 

The above equation can be integrated to find the value of the velocity

v = ∫50 f(t)/m

f(t) = 500[2 – e-t sin(5πt)]

m = 100

 

This can be achieved in MATLAB using the command int(f, a, b) where f is the function and a and b are the limits.

 

The MATLAB code is given below.

Input:

syms t

f = 500*(2-exp(-t)*sin(5*pi*t));

m = 100;

v = int(f/m, 0, 5)

 

Output:

 

We see that velocity is 49.68.

 


We see that velocity is 49.68.

Related Solutions

An object of mass m=4.00 kg is acted on by a 2-D force of the form:...
An object of mass m=4.00 kg is acted on by a 2-D force of the form: F=C(x^2y^2,xy^3), where the coordinates are given in meters and the constant C=62.4 N/m^4. a.) calculate the work that F does on an object if it moves from the origin to the point (2,2) along a straight line path (the shortest possible path). b.) calculate the work that F does on the object if it moves between the two same points, but along a different...
An object with mass 0.190 kg is acted on by an elastic restoring force with force...
An object with mass 0.190 kg is acted on by an elastic restoring force with force constant 10.3 N/m. The object is set into oscillation with an initial potential energy of 0.150 J and an initial kinetic energy of 6.90×10−2 J. A) What is the amplitude of oscillation? Express your answer with the appropriate units. A= B) What is the potential energy when the displacement is one-half the amplitude? Express your answer with the appropriate units. U= C) At what...
An object with mass 0.150 kg is acted on by an elastic restoring force with force...
An object with mass 0.150 kg is acted on by an elastic restoring force with force constant 11.0 N/m . The object is set into oscillation with an initial potential energy of 0.130 J and an initial kinetic energy of 5.10×10−2 J . 1. What is the amplitude of oscillation? 2. What is the potential energy when the displacement is one-half the amplitude? 3. At what displacement are the kinetic and potential energies equal? 4. What is the value of...
An object with a mass of 4.15 kg undergoes an acceleration of 2.7 m/s2 for a...
An object with a mass of 4.15 kg undergoes an acceleration of 2.7 m/s2 for a period of 8.0 s. It then undergoes an acceleration of -3.2 m/s2 for a period of 20.0 s If the initial velocity of the object is 6.01 m/s and it first experiences the acceleration when it is at the origin, plot by hand on graph paper (to scale) the force, velocity, and position as functions of time. Explain why your graphs look the way...
An object with mass m = 0.6 kg is dropped from the top of the building...
An object with mass m = 0.6 kg is dropped from the top of the building and falls 21 m down in front of the cafe. 1.1 Calculate the speed of the object as it hits the ground and calculate the time for the fall. Neglect in this question the air resistance. In a more accurate calculation we need to take air resistance into account. In a wind tunnel the air resistance of the object has been measured giving rise...
A mass m = 3.27 kg is attached to a spring of force constant k =...
A mass m = 3.27 kg is attached to a spring of force constant k = 60.9 N/m and set into oscillation on a horizontal frictionless surface by stretching it an amount A = 0.17 m from its equilibrium position and then releasing it. The figure below shows the oscillating mass and the particle on the associated reference circle at some time after its release. The reference circle has a radius A, and the particle traveling on the reference circle...
An object with mass 100 kg moved in outer space. When it was at location <11,...
An object with mass 100 kg moved in outer space. When it was at location <11, -21, -7> its speed was 4.0 m/s. A single constant force <250, 330, -140> N acted on the object while the object moved from location <11, -21, -7> m to location <16, -14, -10> m. Then a different single constant force <100, 260, 170> N acted on the object while the object moved from location <16, -14, -10> m to location <19, -21, -5>...
A 0.59 kg object connected to a light spring with a force constant of 19.2 N/m...
A 0.59 kg object connected to a light spring with a force constant of 19.2 N/m oscillates on a frictionless horizontal surface. If the spring is compressed 4.0 cm and released from rest. (a) Determine the maximum speed of the object. cm/s (b) Determine the speed of the object when the spring is compressed 1.5 cm. cm/s (c) Determine the speed of the object when the spring is stretched 1.5 cm. cm/s (d) For what value of x does the...
An object of mass m is in a circular orbit another heavier object of mass M....
An object of mass m is in a circular orbit another heavier object of mass M. The radius of the orbit is R. (a) Derive the speed of the orbiting object. (b) Use this speed to derive the period of the circular orbit. (c) Use your answer and the provided value to determine the period of Earth’s orbit around the Sun based on our simplified circular motion model. Compare this to the actual value which you can look up. Use...
Besides the gravitational force, a 2.50-kg object is subjected to one other constant force. The object...
Besides the gravitational force, a 2.50-kg object is subjected to one other constant force. The object starts from rest and in 1.20 s experiences a displacement of (5.40î − 3.30ĵ) m, where the direction of ĵ is the upward vertical direction. Determine the other force.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT