Omer Cohen Shilo Abramovicz With the guidance of: Eliran Abutbul and Sharon Rabinovich.

Slides:



Advertisements
Similar presentations
Precalculus 2 Section 10.6 Parametric Equations
Advertisements

Warm Up… Solve each equation for y.
Resistive (Drag) Forces
Projectiles Two Dimensional Motion Courtesy darren/web/range/range.html Courtesy Physics Lessons.com.
Projectile Motion with Wind and Air Resistance
Ideal Projectile Motion
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 3 Polynomial and Rational Functions Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Projectile Motion characteristics and analysis procedures Objectives –Review characteristics of projectile motion (pp ) –Review factors influencing.
Instructor: Dr. Tatiana Erukhimova
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Sections 818, 819, 820, 821 Lecture 10.
Support Vector Machines
Enclosure Fire Dynamics
Table of Contents Solving Linear Systems of Equations - Substitution Method Recall that to solve the linear system of equations in two variables... we.
Systems of Equations and Inequalities
Solving Systems of Equations: Elimination Method.
1 Gases Chapter Properties of Gases Expand to completely fill their container Take the Shape of their container Low Density –much less than solid.
Faculty of Electrical Engineering Technion – Israel Institute of Technology CONTROL AND ROBOTICS LABORATORY.
Equations of Lines Chapter 8 Sections
10 extra topic: Projectile Motion Greg Kelly, Hanford High School, Richland, Washington Photo by Vickie Kelly, 2002 Fort Pulaski, GA.
Section 4-1: Introduction to Linear Systems. To understand and solve linear systems.
Free fall An object undergoing free fall has an acceleration of m/s2 . This varies from the equator when it is m/s2 to the poles when it.
1 Chapter 6: Motion in a Plane. 2 Position and Velocity in 2-D Displacement Velocity Average velocity Instantaneous velocity Instantaneous acceleration.
Vector-Valued Functions 12 Copyright © Cengage Learning. All rights reserved.
10.4 Projectile Motion Greg Kelly, Hanford High School, Richland, Washington Photo by Vickie Kelly, 2002 Fort Pulaski, GA.
Projectile motion.
Physics Lesson 6 Projectile Motion
10.4 Projectile Motion Fort Pulaski, GA. One early use of calculus was to study projectile motion. In this section we assume ideal projectile motion:
ME375 Handouts - Spring 2002 Root Locus Method.
In this lesson you will learn how to use the quadratic formula to solve any quadratic equation. Using the Quadratic Formula THE QUADRATIC FORMULA The solutions.
In chapter 1, we talked about parametric equations. Parametric equations can be used to describe motion that is not a function. If f and g have derivatives.
Aerodynamic forces on the blade, COP, Optimum blade profiles
Chapter Projectile Motion 6.1.
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
Projectile Motion.
Precalculus Section 2.5 Approximate real roots of polynomials using graphing calculators Note: The solution to x 2 + 2x – 8 = 0 is found by (x+4)(x-2)
Fundamentals of Data Analysis Lecture 11 Methods of parametric estimation.
Brain Teaser During the Little League baseball season, every team plays every other team in the league ten times. If there are ten teams in the league,
GOLF DRIVER OPTIMIZATION COLE SNIDER, ANTHONY BOYD, FRANK RIVERA, MAX DREAGER.
Test 2 review Test: 7 pm in 203 MPHY
Quadratic and Higher Degree Equations and Functions
Entry Task Simplify 1) √80 2 2)
Algebra 2 Notes: Graphs of Polynomial Equations
Solving Quadratic Equation by Graphing
Key Areas covered Projectiles and satellites.
2. Motion 2.1. Position and path Motion or rest is relative.
Newtonian Mechanics II: Drag Force Centripetal Force
Skydiver.
Examples of Solving Problems
10.4 Projectile Motion Fort Pulaski, GA Mackinaw Island, Michigan
Chapter 3: Polynomial Functions
Laws of Motion Friction and Drag
Lesson 8: Graphing Multi-Variable Equations
Solving Quadratic Equation by Graphing
The application of an atmospheric boundary layer to evaluate truck aerodynamics in CFD “A solution for a real-world engineering problem” Ir. Niek van.
Warmup Solve:
Projectile motion Projectile Motion Subject to Gravity Assumptions:
Bellringer What is the difference between the words vertical and horizontal? What does the word projectile mean? How is one dimensional (1D), two dimensional.
Solving Quadratic Equation by Graphing
Solving Quadratic Equation by Graphing
Using the Quadratic Formula
Solving Quadratic Equation by Graphing
Chapter 3: Polynomial Functions
Solving Quadratic Equation
Chapter 3: Polynomial Functions
Graphing Linear Equations
Using the Quadratic Formula
Physics 319 Classical Mechanics
Chapter 4 . Trajectory planning and Inverse kinematics
Drag and Lift Elliott.
Presentation transcript:

Omer Cohen Shilo Abramovicz With the guidance of: Eliran Abutbul and Sharon Rabinovich

Designing an algorithm for intercepting ballistic missiles with a ballistic interceptor, based on target and interceptor model.

Finding an interception plan (a launch yaw and pitch) Which satisfies the following constraints: 1.The launch does not occur in the past 2.The maximum height of the interceptor doesn’t cross a certain height. 3. The interceptor’s velocity at the interception point must be larger then the user’s demand. 4. The aspect of the interception must be close enough to.

From the feasible solutions we choose the one that maximize the following objective function: (w1, w2, w3)- user’s input. w1*IcpVel+w2*RelativeVel+w3*IcpAccel

Building a model of ballistic missile trajectory. Finding all the feasible interception plans under the given constraints Choosing the optimal plan according the objective function.

-Material Density-Cross-sectional area -Drag Coeff-Velocity Vector - Gravitation - Drag Force A force that oppose the relative motion of an object through a fluid (a liquid or gas).

Ballistic Coefficient

[T a P rho]=atmosisa(height) -Speed of sound -Air Density -Pressure -Temparture The function gets the height above sea level And returns:

Uses the International Standard Atmosphere model This function uses another function, “atmosplase”, with constants, such as: and are calculated using the Ideal Gas Model.

We calculate β using a linear interpolation CdMach

A second order approximation method, used here to solve the motion equations. For a certain and the initial conditions :

A second order approximation method, used here to solve the motion equations. For a certain and the initial conditions :

Using this method for propagating the location requires the calculation of the velocity at half the time, such as: Which complex the calculation difficulty. Therefore, we used the following approximation :

We’ll Us two tables- one for the lower impact angle and the other for the larger.

Demonstration of the relation between the angle and the range and height paremeters:

Developing the target’s trajectory Projecting each point to a 2D plane – z axis stays the same xy transform to Range. Performing the “best” interpolation from table data. Checking if the constraints are being satisfied. Calculating the target function and replacing the current solution if necessary.

Each point in the space can be achieved with two different launch pitches Suggestions: fit every relevant paremeter (pitch angle, impact angle, impact velocity, etc.) to a fifth degree polynomial. fitting using ANN.

surface fitting was performed for each table parameter resulting a Two variable, five degree polynomial. The fitting is based on MMSE. Instead of performing the interpolation, the height and range will be Inserted into to polynomial and that will give us the wanted parameter.

Using Matlab's Neural Network Fitting Tool it is possible to create a neural network that is a close fit to the table. The table cells are given to the tool and it trains a suitable Neural network. In order to achieve better results this method will consume to much time and memory.

The International Standard Atmosphere (ISA) a tutorial about ANN method /winter2011/Graphics%20and%20GUI%20using%20Matlab.pdf