Riemann Sum New Approach. Choosing a Project Computer Science (large field)- the branch of engineering science that studies (with the aid of computers)

Slides:



Advertisements
Similar presentations
Area Under A Curve And Writing a Riemann’s Sum
Advertisements

Equivalence Partitioning
Pitch Perimeters WALT : calculate the perimeter of rectangles.
5/16/2015 Perkins AP Calculus AB Day 5 Section 4.2.
Java Programming, 3e Concepts and Techniques Chapter 4 Decision Making and Repetition with Reusable Objects.
CS491b Project Taichi Murase. CS491a Project Project name: Pythagoras Tree Goal: As a CS major student, create a good work for the Curve Bank project.
Aalborg Media Lab 21-Jun-15 Software Design Lecture 2 “ Data and Expressions”
Subdue Graph Visualizer by Gayathri Sampath, M.S. (CSE) University of Texas at Arlington.
DePaul Bears Try Your Luck!. Why buy this product? Approximately 1,000,000 cell phone users Approximately 2,000,000 or more people play the lottery New.
Area Between Two Curves
Chapter 6 Graphical User Interface (GUI) and Object-Oriented Design (OOD)
By mr Hanley 10/31/2014.  StdDraw is a class developed by Princeton University to help novice java programmers interact with a JFrame’s  A computer.
Room Locator App Aabhas Sharma Vinayak Gokhale Yehia Khoja 1 Room Locator App.
Graphical Tree-Based Scientific Calculator: CalcuWiz Will Ryan Christian Braunlich.
Area Between Two Curves
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Software Engineering 2003 Jyrki Nummenmaa 1 CASE Tools CASE = Computer-Aided Software Engineering A set of tools to (optimally) assist in each.
Kenny Trytek Joe Briggie Abby Birkett Derek Woods Advisor: Simanta Mitra Client: Matt Good, Kingland Systems.
Ranjeet Department of Physics & Astrophysics University of Delhi Working with Origin.
0 eCPIC Admin Training: Custom Calculated Fields These training materials are owned by the Federal Government. They can be used or modified only by FESCOM.
Calculating Fractal Dimension from Vector Images Kelly Ran FIGURE 1. Examples of fractals (a) Vector graphics image (b) Sierpinski Carpet D ≈ 1.89 FIGURE.
CSC 338: Compiler design and implementation
Java Threads. What is a Thread? A thread can be loosely defined as a separate stream of execution that takes place simultaneously with and independently.
GeoGebra: Free Dynamic Software for Geometry and Beyond Shelley W. Question to ponder:
Fundamental Theorem of Calculus: Makes a connection between Indefinite Integrals (Antiderivatives) and Definite Integrals (“Area”) Historically, indefinite.
Team # 2 Members: Sowmya Krishnaswamy Hakan Terzioglu Manu Mehan Jerome Tunaya.
Maybe add in chad’s idea of the area of polygons limiting to the area of a circle. Nice animation to link to online At
Java Applets: GUI Components, Events, Etc. Ralph Westfall June, 2010.
Chapter 4 Design and Problem Solving.
Definite Integrals Riemann Sums and Trapezoidal Rule.
Java Basics Hussein Suleman March 2007 UCT Department of Computer Science Computer Science 1015F.
1. Find the instantaneous velocity for the following 1. Find the instantaneous velocity for the following time—distance function at time = 2 seconds. time—distance.
Java Programming, 2E Introductory Concepts and Techniques Chapter 4 Decision Making and Repetition with Reusable Objects.
Area Under the Curve We want to approximate the area between a curve (y=x 2 +1) and the x-axis from x=0 to x=7 We want to approximate the area between.
SC Introduction to Programming Lecture 1: 5 th May 2003.
Technology and Engineering ● 701 Principles of Technology - ½ year ● 710 Technology and Engineering – Full year ● 707 Building/Repairing Computers - ½.
School of Computer Science & Information Technology G6DICP - Lecture 4 Variables, data types & decision making.
Windows Server 2003 La migrazione da Windows NT 4.0 a Windows Server 2003 Relatore: MCSE - MCT.
Data Envelope Analysis (DEA)
Double Integrals in Polar Coordinates. Sometimes equations and regions are expressed more simply in polar rather than rectangular coordinates. Recall:
CASE Tools CSC 532 : Advance Topics CSC 532 : Advance Topics Software Engineering Software Engineering Dr. box Dr. box Moayad Almohaishi Moayad Almohaishi.
To find the area under the curve Warm-Up: Graph. Area under a curve for [0, 3]  The area between the x-axis and the function Warm-up What is the area.
Integral Review Megan Bryant 4/28/2015. Bernhard Riemann  Bernhard Riemann ( ) was an influential mathematician who studied under Gauss at the.
© Peter Andreae Java Programs COMP 102 # T1 Peter Andreae Computer Science Victoria University of Wellington.
5.2 Definite Integrals Objectives SWBAT: 1) express the area under a curve as a definite integral and as a limit of Riemann sums 2) compute the area under.
Agenda For Feb PowerPoint Presentation on Java Methods. 3. Finish Happy Face Assignment (Due by the.
Wednesday NI Vision Sessions
PRG 421 ACADEMIC PROFESSOR/TUTORIALRANK For more course Tutorials
Wednesday, April 20, 2016MAT 145. Wednesday, April 20, 2016MAT 145.
M M Waseem Iqbal.  Cause: Unverified/unsanitized user input  Effect: the application runs unintended SQL code.  Attack is particularly effective if.
Computer Graphics (fall,2010) School of Computer Science University of Seoul Minho Kim.
Testing and delivery Web design principles. Web development is software development.
Fundamental Theorem of Calculus: Makes a connection between Indefinite Integrals (Antiderivatives) and Definite Integrals (“Area”) Historically, indefinite.
Area Under the Curve We want to approximate the area between a curve (y=x2+1) and the x-axis from x=0 to x=7 We will use rectangles to do this. One way.
WBHS Advanced Programme Mathematics
MTH1170 Integrals as Area.
You can use Integration to find areas and volumes
User Defined Functions
UNIT-4 BLACKBOX AND WHITEBOX TESTING
Lesson 16 and 17 Area and Riemann Sums
Chapter 49 Java 2D.
Area as the Limit of a Sum
Truth tables: Ways to organize results of Boolean expressions.
Find d y/d x x = 6t e t , y = 6t + e t
76 – Riemann Sums – Rectangles Day 2 – Tables Calculator Required
Test Cases, Test Suites and Test Case management systems
Area Under a Curve Riemann Sums.
Factor Game Sample Game.
UNIT-4 BLACKBOX AND WHITEBOX TESTING
Presentation transcript:

Riemann Sum New Approach

Choosing a Project Computer Science (large field)- the branch of engineering science that studies (with the aid of computers) computable processes and structures Databases Databases Web Programming and Design Web Programming and Design Graphics Design Graphics Design Programming Programming Different Operating Systems Different Operating Systems

Personal Preference Programming (not very creative) C++, Java, etc. C++, Java, etc.Mathematics Curve Bank Curve Bank Riemann Sum Riemann Sum Calculating areas within Curves Calculating areas within Curves

What is Riemann Sum Get a Clear Idea of how it works

Projects in Riemann Sum Projects in Riemann Sum Sample Configurable JCM Applet: RiemannSums Sample Configurable JCM Applet: RiemannSumsImprovements Modify Calculation Modify Calculation Area between two functions Area between two functions Add more functions Add more functions Flexibility FlexibilityBoundsCoordinates

Expectations User Friendly Graphics GraphicsColors Clear and Accurate Results Clear and Accurate ResultsAreaErrors

Ideas Ideas Parsing Take any function Take any functionLanguage Draw Functions Draw Functions Separate the drawing from calculation Separate the drawing from calculation

Java Research Applets Graphics GraphicsTools Classes Classes Tutorials Tutorials Affine Transformations General Path Using the parser Using the parser Valid Input

More research… Transforming Real World to Window Coordinates Real World to Window Coordinates Drawing Functions Tracing curves Tracing curves X, sin(x), log(x),etc. Finding Area

Findings.. Graphics vs. Graphics2D Lines, Rectangles Lines, Rectangles No strings General Path General Path Depending on function

Programming Classes Rectangle Rectangle Calculates Area Area Area Set Rectangles Puts Area together Draw Draw Draws and calculates the area Receives all valid input Receives all valid input Riemann Sum Riemann SumGUI Receives the information Validates Validates

Error Handling Out of bound Large values Invalid Inputs Area does not exist Log, Ln, Infinity Log, Ln, Infinity Everything conjugates properly

Final Result Riemann Sum Riemann SumQuestions?