SlideShare una empresa de Scribd logo
1 de 7
Table of Contents



Introduction ................................................................................... 2

The mass-spring-damper ................................................................. 2

System behavior ............................................................................. 3

  Critical damping (ζ = 1) .................................................................. 4

  Over-damping (ζ > 1)..................................................................... 4

  Under-damping (0 ≤ ζ < 1) ............................................................. 4

The equations used ......................................................................... 5

The program created ....................................................................... 6

References...................................................................................... 7
Introduction
In this project we aim to determine

        The (undamped) natural frequency of the system
        The damped frequencyof the system
        The damping ratio
        The rise time
        The settling time
        The percentage overshoot

    By knowing the stiffness of the spring, the damping coefficient and the mass
    which the spring applied to.



The mass-spring-damper
An ideal mass–spring–damper system with mass m, spring constant K and damping
coefficient C is subject to an oscillatory force.




And damping force




Treating the mass as a free body and
applying Newton's second law, the total
force Ftot on the body is




Where:

        a is the acceleration of the mass
        x is the displacement of the mass relative to a fixed point of reference

Since
Then the following parameters are then defined:




Let




Where:




System behavior
The behavior of the system depends on the relative values of the two fundamental
parameters, the natural frequency ωn and the damping ratio ζ. In particular, the
qualitative behavior of the system depends crucially on whether the quadratic
equation for γ has one real solution,
two real solutions, or two complex
conjugate solutions.
Critical damping (ζ = 1)
When ζ = 1, there is a double root γ (defined above), which is real. The system is said
to be critically damped. A critically damped system converges to zero as fast as
possible without oscillating. An example of critical damping is the door closer seen
on many hinged doors in public buildings. The recoil mechanisms in most guns are
also critically damped so that they return to their original position, after the recoil
due to firing, in the least possible time.




Over-damping (ζ > 1)
When ζ > 1, the system is over-damped and there are two different real roots. An
over-damped door-closer will take longer to close than a critically damped door
would.

The solution to the motion equation is




Under-damping (0 ≤ ζ < 1)
Finally, when 0 ≤ ζ < 1, γ is complex and the system is under-damped. In this
situation, the system will oscillate at the natural damped frequency ωd, which is a
function of the natural frequency and the damping ratio. To continue the analogy, an
underdamped door closer would close quickly, but would hit the door frame with
significant velocity, or would oscillate in the case of a swinging door.

In this case, the solution can be generally written as




The equations used
m=input('the mass=')

k=input('the stifness of the spring=')

c=input('the damping coefficient=')

wn=(k/m)^.5

zeta=c/(2*m*wn)

wd=wn*(1-zeta^2)^0.5

x=atan(sqrt(1-zeta^2)/zeta)

settlingtime=4/(zeta*wn)

risetime=(pi-x)/wd

prcentageovershoot=exp(-zeta*pi/sqrt(1-zeta^2))*100

t=[0:0.01:1];

for j=1:lengthof t

r(j)=1-(((exp(-zeta*wn*t(j))).*sin(wd*t(j)+x))./sqrt(1-zeta^2));



end



plot(t,r)
The program created
References
    mathworks. (n.d.). Retrieved from www.mathworks.com

    wikipedia. (n.d.). Retrieved from www.wikipedia.com

    youtube. (n.d.). Retrieved from www.youtube.com

Más contenido relacionado

Similar a Pro

2_DOF_Inverted_Pendulum_Laboratory_Session
2_DOF_Inverted_Pendulum_Laboratory_Session2_DOF_Inverted_Pendulum_Laboratory_Session
2_DOF_Inverted_Pendulum_Laboratory_SessionPeixi Gong
 
control adaptive and nonlinear
control adaptive and nonlinear control adaptive and nonlinear
control adaptive and nonlinear Moufid Bouhentala
 
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsLecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsSyed Ali Raza Rizvi
 
Nuclear stability analysis
Nuclear stability analysisNuclear stability analysis
Nuclear stability analysisAlok Pal
 
Theory of superconductivity
Theory of superconductivityTheory of superconductivity
Theory of superconductivityKumar
 
Structural dynamics and earthquake engineering
Structural dynamics and earthquake engineeringStructural dynamics and earthquake engineering
Structural dynamics and earthquake engineeringBharat Khadka
 
Straus r7-Software Dynamics Analysis
Straus r7-Software Dynamics AnalysisStraus r7-Software Dynamics Analysis
Straus r7-Software Dynamics Analysisgulilero
 
Author S Declaration For Electronic Submission Of A Thesis
Author S Declaration For Electronic Submission Of A ThesisAuthor S Declaration For Electronic Submission Of A Thesis
Author S Declaration For Electronic Submission Of A ThesisScott Faria
 
Introduction to Rheology
Introduction to RheologyIntroduction to Rheology
Introduction to RheologyXavirodp
 
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo Raimundo Satela
 
Calculus Research Lab 3: Differential Equations!
Calculus Research Lab 3: Differential Equations!Calculus Research Lab 3: Differential Equations!
Calculus Research Lab 3: Differential Equations!A Jorge Garcia
 
Lab04_Signals_Systems.pdf
Lab04_Signals_Systems.pdfLab04_Signals_Systems.pdf
Lab04_Signals_Systems.pdfSVora2
 

Similar a Pro (20)

Master degree thesis
Master degree thesisMaster degree thesis
Master degree thesis
 
2_DOF_Inverted_Pendulum_Laboratory_Session
2_DOF_Inverted_Pendulum_Laboratory_Session2_DOF_Inverted_Pendulum_Laboratory_Session
2_DOF_Inverted_Pendulum_Laboratory_Session
 
control adaptive and nonlinear
control adaptive and nonlinear control adaptive and nonlinear
control adaptive and nonlinear
 
Ee3054 exercises
Ee3054 exercisesEe3054 exercises
Ee3054 exercises
 
Optimal control systems
Optimal control systemsOptimal control systems
Optimal control systems
 
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsLecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
 
Nuclear stability analysis
Nuclear stability analysisNuclear stability analysis
Nuclear stability analysis
 
main
mainmain
main
 
Theory of superconductivity
Theory of superconductivityTheory of superconductivity
Theory of superconductivity
 
thermal_physics
thermal_physicsthermal_physics
thermal_physics
 
Sr1168 manual-ultisolar-new-energy-co-ltd-solar-working-station-woolf-zhang-u...
Sr1168 manual-ultisolar-new-energy-co-ltd-solar-working-station-woolf-zhang-u...Sr1168 manual-ultisolar-new-energy-co-ltd-solar-working-station-woolf-zhang-u...
Sr1168 manual-ultisolar-new-energy-co-ltd-solar-working-station-woolf-zhang-u...
 
Structural dynamics and earthquake engineering
Structural dynamics and earthquake engineeringStructural dynamics and earthquake engineering
Structural dynamics and earthquake engineering
 
Thesis_JR
Thesis_JRThesis_JR
Thesis_JR
 
Straus r7-Software Dynamics Analysis
Straus r7-Software Dynamics AnalysisStraus r7-Software Dynamics Analysis
Straus r7-Software Dynamics Analysis
 
Author S Declaration For Electronic Submission Of A Thesis
Author S Declaration For Electronic Submission Of A ThesisAuthor S Declaration For Electronic Submission Of A Thesis
Author S Declaration For Electronic Submission Of A Thesis
 
Introduction to Rheology
Introduction to RheologyIntroduction to Rheology
Introduction to Rheology
 
Pscc june2016
Pscc june2016Pscc june2016
Pscc june2016
 
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo
Clarkson r., mc keon d.g.c. quantum field theory (u.waterloo
 
Calculus Research Lab 3: Differential Equations!
Calculus Research Lab 3: Differential Equations!Calculus Research Lab 3: Differential Equations!
Calculus Research Lab 3: Differential Equations!
 
Lab04_Signals_Systems.pdf
Lab04_Signals_Systems.pdfLab04_Signals_Systems.pdf
Lab04_Signals_Systems.pdf
 

Más de Mohamed Salah (20)

Names
NamesNames
Names
 
Hw ch7
Hw ch7Hw ch7
Hw ch7
 
Ch. 8 problems
Ch. 8 problemsCh. 8 problems
Ch. 8 problems
 
Problems on chapter 8
Problems on chapter 8Problems on chapter 8
Problems on chapter 8
 
Exam11solution
Exam11solutionExam11solution
Exam11solution
 
Exam
ExamExam
Exam
 
Revision
RevisionRevision
Revision
 
Revision
RevisionRevision
Revision
 
Transformation of Stress and Strain
Transformation of Stress and StrainTransformation of Stress and Strain
Transformation of Stress and Strain
 
Shearing stresses in Beams & Thin-walled Members .
Shearing stresses in Beams & Thin-walled Members .Shearing stresses in Beams & Thin-walled Members .
Shearing stresses in Beams & Thin-walled Members .
 
Deflection of beams
Deflection of beamsDeflection of beams
Deflection of beams
 
Shear & Bending Moment Diagram
Shear & Bending Moment DiagramShear & Bending Moment Diagram
Shear & Bending Moment Diagram
 
Bending problems
Bending problemsBending problems
Bending problems
 
Bendig 2
Bendig 2Bendig 2
Bendig 2
 
Examples on bending
Examples on bendingExamples on bending
Examples on bending
 
Torsion problems 2
Torsion problems 2Torsion problems 2
Torsion problems 2
 
Bending
BendingBending
Bending
 
Torsion problems& answers part 1
Torsion problems& answers part 1Torsion problems& answers part 1
Torsion problems& answers part 1
 
Torsion1
Torsion1Torsion1
Torsion1
 
Torsion
TorsionTorsion
Torsion
 

Último

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Último (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Pro

  • 1. Table of Contents Introduction ................................................................................... 2 The mass-spring-damper ................................................................. 2 System behavior ............................................................................. 3 Critical damping (ζ = 1) .................................................................. 4 Over-damping (ζ > 1)..................................................................... 4 Under-damping (0 ≤ ζ < 1) ............................................................. 4 The equations used ......................................................................... 5 The program created ....................................................................... 6 References...................................................................................... 7
  • 2. Introduction In this project we aim to determine The (undamped) natural frequency of the system The damped frequencyof the system The damping ratio The rise time The settling time The percentage overshoot By knowing the stiffness of the spring, the damping coefficient and the mass which the spring applied to. The mass-spring-damper An ideal mass–spring–damper system with mass m, spring constant K and damping coefficient C is subject to an oscillatory force. And damping force Treating the mass as a free body and applying Newton's second law, the total force Ftot on the body is Where: a is the acceleration of the mass x is the displacement of the mass relative to a fixed point of reference Since
  • 3. Then the following parameters are then defined: Let Where: System behavior The behavior of the system depends on the relative values of the two fundamental parameters, the natural frequency ωn and the damping ratio ζ. In particular, the qualitative behavior of the system depends crucially on whether the quadratic equation for γ has one real solution, two real solutions, or two complex conjugate solutions.
  • 4. Critical damping (ζ = 1) When ζ = 1, there is a double root γ (defined above), which is real. The system is said to be critically damped. A critically damped system converges to zero as fast as possible without oscillating. An example of critical damping is the door closer seen on many hinged doors in public buildings. The recoil mechanisms in most guns are also critically damped so that they return to their original position, after the recoil due to firing, in the least possible time. Over-damping (ζ > 1) When ζ > 1, the system is over-damped and there are two different real roots. An over-damped door-closer will take longer to close than a critically damped door would. The solution to the motion equation is Under-damping (0 ≤ ζ < 1) Finally, when 0 ≤ ζ < 1, γ is complex and the system is under-damped. In this situation, the system will oscillate at the natural damped frequency ωd, which is a function of the natural frequency and the damping ratio. To continue the analogy, an
  • 5. underdamped door closer would close quickly, but would hit the door frame with significant velocity, or would oscillate in the case of a swinging door. In this case, the solution can be generally written as The equations used m=input('the mass=') k=input('the stifness of the spring=') c=input('the damping coefficient=') wn=(k/m)^.5 zeta=c/(2*m*wn) wd=wn*(1-zeta^2)^0.5 x=atan(sqrt(1-zeta^2)/zeta) settlingtime=4/(zeta*wn) risetime=(pi-x)/wd prcentageovershoot=exp(-zeta*pi/sqrt(1-zeta^2))*100 t=[0:0.01:1]; for j=1:lengthof t r(j)=1-(((exp(-zeta*wn*t(j))).*sin(wd*t(j)+x))./sqrt(1-zeta^2)); end plot(t,r)
  • 7. References mathworks. (n.d.). Retrieved from www.mathworks.com wikipedia. (n.d.). Retrieved from www.wikipedia.com youtube. (n.d.). Retrieved from www.youtube.com