3. Motion in the presence of the air resistance

Slides:



Advertisements
Similar presentations
Particle Fall through the atmosphere
Advertisements

Aero-Hydrodynamic Characteristics
Motion of particles trough fluids part 1
Basic Governing Differential Equations
Physics 430: Lecture 4 Quadratic Air Resistance
Physics  Free fall with an initial horizontal velocity (assuming we ignore any effects of air resistance)  The curved path that an object follows.
Linear Motion Chapters 2 and 3.
S = ut + 1/2at 2 u and a are positive s t. v = u + at u is positive and a is negative v t.
Chapter-3 Kinematics in Two Dimensions
Projectile Motion. What is a PROJECTILE? An object that is projected (launched) It continues in motion due to its own inertia, Is only acted upon by gravity.
Monroe L. Weber-Shirk S chool of Civil and Environmental Engineering Basic Governing Differential Equations CEE 331 June 12, 2015.
Basic Governing Differential Equations
1 Class #3 Vectors and Dot products Retarding forces Stokes Law (viscous drag) Newton’s Law (inertial drag) Reynolds number Plausibility of Stokes law.
Engineering H191 - Drafting / CAD The Ohio State University Gateway Engineering Education Coalition Lab 4P. 1Autumn Quarter Transport Phenomena Lab 4.
1 Class #6 of 30 Homework #2 – “HAP” Rocket with gravity Retarding forces Projectile motions with viscous drag Plausibility of Newton’s Law Projectile.
1 Class #4 Retarding forces Stokes Law (viscous drag) 2-D motions with viscous drag Newton’s Law (inertial drag) Reynolds number Plausibility of Stokes.
Physics 151 Week 4 Day 2 Topics –Motion Graphs –Area under a curve (velocity to position) –Constant acceleration equations.
Newton’s Laws of Motion Claude A Pruneau Physics and Astronomy Wayne State University PHY 5200 Mechanical Phenomena Click to edit Master title style Click.
Concept of Drag Viscous Drag and 1D motion. Concept of Drag Drag is the retarding force exerted on a moving body in a fluid medium It does not attempt.
Monroe L. Weber-Shirk S chool of Civil and Environmental Engineering Basic Governing Differential Equations CEE 331 July 14, 2015 CEE 331 July 14, 2015.
Physics 430: Lecture 3 Linear Air Resistance
Drag The trajectory of an ink droplet stream ejecting horizontally out of an inkjet printer is photographed as shown below. It is counterintuitive that.
Terminal Velocity, Weight & Area
CP502 Advanced Fluid Mechanics
Projectile Motion Outline What is a projectile? Strategy for solving Projectile Motion problems Galileo’s Theorem Examples Demo: Bring both projectile.
Viscous Flow.
Chapter 6 Forces In Motion
PROJECTILE MOTION An object launched into space without motive power of its own is called a projectile. If we neglect air resistance, the only force acting.
Projectile Motion Notes and Practice Vocabulary Projectile Trajectory Gravity Acceleration due to gravity (g) Terminal Velocity Horizontal Component.
Objectives: Analyze the motion of an object in free fall. Solve two-dimensional problems. Calculate the range of a projectile.
Forces and Equilibrium. Fluid Resistance or Drag Force Fluid resistance or air resistance is a force in the opposite direction of the object’s motion.
QUESTIONS ON DIMENSIONAL ANALYSIS
Motion of particles trough fluids part 1
Estimating The Viscosity Bio-fluids Bien 301 Jasma Batham.
Biomechanical Principles of Motion through air and water
Mathematical Model of Motion Chapter 5. Velocity Equations Average velocity: v =  d/  t To find the distance traveled with constant or average velocity.
4.2 Notes RESISTANCE IN FLUID SYSTEMS. Resistance in Fluid Systems Drag - the force opposing motion when a solid moves through a fluid Drag occurs only.
Projectile - an object for which the only force acting upon it is gravity. The force of air resistance is negligibly small or nonexistent for a projectile.
Unit 1 Physics on the go Topic 2 Materials: Viscosity.
Quadratics Review y = x 2. Quadratics Review This graph opens upwards y = x 2.
Projectile Motion. Projectile- only force on object is gravity Trajectory- projectile’s path Independence of Motion – Velocity and acceleration are vectors.
Unit Two Chapter 3, Part 2 Projectile Motion. A projectile is an object upon which the only force acting is gravity.
Projectile Motion The motion of a falling object with air resistance and gravity acting on it.
Motion Along a Straight Line Chapter 3. Position, Displacement, and Average Velocity Kinematics is the classification and comparison of motions For this.
Kinematic Equations Chapter 2 Section 2. Accelerated Motion  Motion with constant acceleration is what we will mostly look at in this class  Example:
Gravitational Force  Gravity= a force of attraction between objects, “pulls” objects toward each other  Law of universal gravitation= all objects in.
8.2 OBJECTIVES  Describe the appearance of laminar flow and turbulent flow  State the relationship used to compute the Reynolds number  Identify the.
Lesson 6: Mathematical Models of Fluid Flow Components ET 438a Automatic Control Systems Technology lesson6et438a.pptx1.
Free Fall Free Fall Examples
Energy Energy is the capacity or capability to do work and energy is used when work are done. The unit for energy is joule - J, where 1 J = 1 Nm which.
v = v0 + a ∆t ∆x = v0∆t + 1/2 a∆t2 v2 = v02 + 2a∆x
AP Physics Section 2-7 Falling Objects.
Aero/Hydrodynamic Properties
Particle (s) motion.
Aero/Hydrodynamic Properties (Ch. 10)
Subject Name: FLUID MECHANICS
Compound motion Three types of motion: Vertical motion
Compound motion Three types of motion: Vertical motion
Vertical Motion Problems
Projectile Motion Projectile - an object for which the only force acting upon it is gravity. The force of air resistance is negligibly small or nonexistent.
Sci. 2-1 Gravity and Motion Pages
Drag.
Motion in Two-Dimensions
Projectile Motion A projectile is an object moving in two or three dimensions only under the influence of gravity.
Aero/Hydrodynamic Properties
PO 2430 Applied Fluid MEchanics
Problems Involving Drag
Projectile Motion With Air Resistance
Physics 319 Classical Mechanics
Presentation transcript:

3. Motion in the presence of the air resistance Air resistance (drag force) Linear term from viscosity and dominated at laminar flow. Quadratic term from having to accelerate fluid, dominated at turbulent flow. For a sphere with diameter D: - fluid viscosity - fluid density - Reynolds number For air: 1.7x10-5 Ns/m2 1.6x10-4 Ns/m2 1.29 kg/m3 0.25 Ns2/m4 (1.6x103 s/m2)Dv

Examples: 1) Baseball Conclusion: the linear term can be neglected! 2) Drop of rain Conclusion: the two term are comparable and neither can be neglected! 3) Millikan oil drop Conclusion: the quadratic term can be neglected!

Linear air resistance in the presence of gravity (velocity) Coordinate y is directed vertically down. Solution for x-component: Solution for y-component: Comments about the sign of:

Linear air resistance in the presence of gravity (position) Coordinate y is directed vertically upward. Limits: Coordinate x has a limit! Trajectory:

Linear air resistance in the presence of gravity (trajectory) Vertical asymptote Range is the solution of the transcendental equation:

Range (dimensionless variables)

Quadratic air resistance (Horizontal motion) x is increasing with time!

Matlab cod %Quadratic air resistance (horizontal motion) t=0:0.05:3; %time v=1./(1+t); %velocity x=log(1+t); %position figure(1) plot(t,v) xlabel('t/\tau') ylabel('v/v_0') title('Velocity as a function of time') figure(2) plot(t,x) ylabel('(x-x_0)/v_0\tau')

Quadratic air resistance (Vertical motion) Coordinate y is directed vertically down.

Matlab cod %Quadratic air resistance (vertical motion) vy=tanh(t); y=log(cosh(t)); figure(3) plot(t,vy) xlabel('gt/v_t_e_r') ylabel('v/v_t_e_r') title('Velocity as a function of time') figure(4) plot(t,y) ylabel('g(y-y_0)/v^2_t_e_r') title('Position as a function of time')

Quadratic air resistance (Vertical motion; absolute units)

%Quadratic air resistance (vertical motion); absolute units g=9.8; vter=35; k1=g/vter; k2=vter^2/g; ta=t/k1; va=vter*tanh(t); ya=k2*log(cosh(t)); figure(5) plot(ta,va,ta,g*ta) xlabel('time [s]') ylabel('velocity [m/s]') title('Velocity as a function of time') axis([0,12,0,40]) legend('with air resistance','in vacuum') figure(6) plot(ta,ya,ta,g*ta.^2/2) ylabel('position [m]') title('Position as a function of time') axis([0,12,0,300]) Matlab cod

Quadratic air resistance (Horizontal and vertical motion) Coordinate y is directed vertically upward.