Question

The free fall of a light particle of mass m released from rest and moving with a velocity v is governed by: mv = mg - bv, v(0

The free fall of a light particle of mass m released from rest and moving with a velocity v is governed by: 

mv = mg - bv, v(0)=0 

where g=9.81 m/s2 is the gravitational acceleration and b/m = 0.2 is the coefficient, of viscous damping. Write a MATLAB script that solves the initial value problem using EulerODE, with h = 0.05 and returns a table of the estimated solutions at 0, 0.2, 0.4, 0.6, 0.8, 1, as well as the exact values at these points.

0 0
Add a comment Improve this question Transcribed image text
✔ Recommended Answer
Answer #1

clc
clear all
close all
format long
bm=0.2;
g=9.81;
f=@(t,v) g-bm*v;
[t,y]=eulerSystem(f,[0,1],0,0.2);
Time=t(:);
Velocity=y(:);
Exact=981/20 - (981*exp(-t/5))/20;
Exact=Exact(:)
table(Time,Velocity,Exact)
function [t,y]=eulerSystem(Func,Tspan,Y0,h)
t0=Tspan(1);
tf=Tspan(2);
N=(tf-t0)/h;
y=zeros(length(Y0),N+1);
y(:,1)=Y0;
t=t0:h:tf;
for i=1:N
y(:,i+1)=y(:,i)+h*Func(t(i),y(:,i));
end
end

- MATLAB R2018a HOME O X Pradeep PLOTS APPS EDITOR PUBLISH VIEW do E C . Search Documentation E B Bold Hyperlink Bulleted Lis

Kindly revert for any queries

Thanks.

> Hey! I have the same problem but it says at the end that the exact solution is v (t) = √ 5g tanh (√ 0.2g y) help me please

Jessica Almanza Tue, Sep 7, 2021 6:19 AM

Add a comment
Know the answer?
Add Answer to:
The free fall of a light particle of mass m released from rest and moving with...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Similar Homework Help Questions
  • Problem 4 Problem 3 (35): The particle with mass m is initially at equilibrium. The cord is assum...

    Problem 4 Problem 3 (35): The particle with mass m is initially at equilibrium. The cord is assumed to be taut throughout the motion. The system is critically damped with parameters are m = 4 kg and k = 200 N/m. 7n a) (15) Determine the value of the viscous damping coefficient c. b) (10) If at t -0 the mass m is displaced down the incline by a distance xo -0.2 m from the equilibrium position and released with...

  • The Lagrangian for a particle of mass m moving in a vertical plane and experiencing the constant ...

    The Lagrangian for a particle of mass m moving in a vertical plane and experiencing the constant gravitational force mg is 2 Find the Hamiltonian and so the Hamilton-Jacobi equation Using the separable ansatz s- S(a)+Sy(v)-at ciple function i constants a and ay . Taking the separation constants a and ay as the new momenta find the new constant coordinates ßz and ßy. Find the particle's trajectory as a function of the constants Oz, αψ β, and β . Find...

  • 4. A particle is moving along a straight line through a fluid medium such that its speed is measured as v (2t) m/s,...

    4. A particle is moving along a straight line through a fluid medium such that its speed is measured as v (2t) m/s, where t is in seconds. If it is released from rest at s 0 determine its positions and acceleration when t 3 s. a) s 2 m, a 9 m/s2 c) S 18 m, a 2 m/s2 d) s 2 m, a 18 m/s2 5. A driver accelerates at a rate of a(S)-0.2 S. If the driver...

  • 1. A free particle of mass m moving from the left in one dimension scatters from...

    1. A free particle of mass m moving from the left in one dimension scatters from the potential V(x) αδ(x). Suppose that the wave number of the particle is k and that α > 0. a. State the general form of the wave function including reflected and transmitted waves. b. Find the amplitude t of the transmitted wave in terms of α, k, m, and h. Find T

  • Problem 3: Time-Independent Perturbation Theory Consider the particle in a 1D box of size L, as...

    Problem 3: Time-Independent Perturbation Theory Consider the particle in a 1D box of size L, as in Fig. 3. A perturbation of the form. V,δ ((x-2)2-a2) with a < L is applied to the unperturbed Hamiltonian of the 1D particle in a box (solutions on the equation sheet). Here V is a constant with units of energy. Remember the following propertics of the Dirac delta function m,f(x)6(x-a)dx f(a) 6(az) が(z) = = ds( dz E, or Ψ(x)-En 10 0.0 0.2...

  • Problem 36 bclow presents a model describing the drag of a fluid medium that is released from rest at time t 0 (same in...

    Problem 36 bclow presents a model describing the drag of a fluid medium that is released from rest at time t 0 (same initial conditions). Using Newton's Second Law, you build a model of the form particle moving through a (governing equation (initial velocity) mi mg-F drag '0 (0)(0)a (t) is the particle's position, m is the mass of the particle, g is the acceleration due to gravity, and Fa is the magnitude of the drag force. You account for...

  • Imagine that we release a rock of mass m (which is initially at rest) at the...

    Imagine that we release a rock of mass m (which is initially at rest) at the surface of a lake and measure its position and velocity as functions of time while it sinks. The rock moves under the influence of three forces: gravity, buoyancy, and viscous drag. Let y represent the vertical position of the sinking rock, with the surface of the lake at y -0, and positive y upwards The net force on the rock is F =-[m-mdisplaced where...

  • 6. [10 points) For the following question, to model the free fall of a falling rock,...

    6. [10 points) For the following question, to model the free fall of a falling rock, assume the usual idealizing simplifications for solving "free fall" problems. Work with the approximate value g = 9.8 m/s2 for the Earth's gravitational acceleration. Consider the following experiment. The Leaning Tower of Pisa is known worldwide for its nearly four- degree lean. The height of the tower is 55.86 meters from the ground on the low side, and 56.67 meters on the high side....

  • est particle of soil - Googie x Farris Rafique's Quiz History: Ho x G work equation...

    est particle of soil - Googie x Farris Rafique's Quiz History: Ho x G work equation - Google S e.com/courses/162718/quizzes/144982/history2version-1 Question 7 0/0.2 pts How much work in joules was done to increase the velocity of a 3 kg ball from 7 m/s to 18 m/s? HINT: Use the Work-Kinetic Energy Theorem formula Wnet KEy - KE 137.5 0/0.08 pts rect Question 8 Complete the following statements by choosing the correct answer from the oog ×: G smallest particle of...

  • 1. (30 points) A 2-kg block A is pushed up against a spring compressing it a distance r-0.1 m (i.e., the spring is unattached to the block). The block is then released from rest and slides down t...

    1. (30 points) A 2-kg block A is pushed up against a spring compressing it a distance r-0.1 m (i.e., the spring is unattached to the block). The block is then released from rest and slides down the 20° incline u it strikes a 1-kg sphere B that is suspended from a 1-m inextensible rope. The spring constant 800 N/m, the coefficient of friction between A and the ground i length of the spring d-1.5, and the coefficient of restitution...

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