Lab 7 Engineering Applications. Application 1: Sum of Series Write a program to calculate the following series: Write your program such that it calculates.

Slides:



Advertisements
Similar presentations
What is the sum of the following infinite series 1+x+x2+x3+…xn… where 0
Advertisements

$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Riemann Sums Jim Wang Mr. Brose Period 6. Approximate the Area under y = x² on [ 0,4 ] a)4 rectangles whose height is given using the left endpoint b)4.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 22 CURVE FITTING Chapter 18 Function Interpolation and Approximation.
X = =2.67.
Representing Functions by Power Series. A power series is said to represent a function f with a domain equal to the interval I of convergence of the series.
Numerical Integration In general, a numerical integration is the approximation of a definite integration by a “weighted” sum of function values at discretized.
Area of a single trapezoid = h
1 Simpson’s 1/3 rd Rule of Integration. 2 What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand.
Orthogonal Functions Numerical Methods in Geophysics Function Approximation The Problem we are trying to approximate a function f(x) by another function.
Areas of Trapezoids Geometry Unit 4, Lesson 2.
Trapezoidal Approximation Objective: To find area using trapezoids.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Numerical Methods Applications of Loops: The power of MATLAB Mathematics + Coding 1.
Fourier TheoryModern Seismology – Data processing and inversion 1 Fourier Series and Transforms Orthogonal functions Fourier Series Discrete Fourier Series.
5.1.  When we use the midpoint rule or trapezoid rule we can actually calculate the maximum error in the calculation to get an idea how much we are off.
Инвестиционный паспорт Муниципального образования «Целинский район»
Aim: Curve Sketching Do Now: Worksheet Aim: Curve Sketching.
(x – 8) (x + 8) = 0 x – 8 = 0 x + 8 = x = 8 x = (x + 5) (x + 2) = 0 x + 5 = 0 x + 2 = x = - 5 x = - 2.
Integration For a function f, The “integral of f from a to b” is the area under the graph of the function. If f is continuous, then the area is well defined,
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.
10.2 Areas of Trapezoids, Rhombuses, and Kites
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
WS: Riemann Sums. TEST TOPICS: Area and Definite Integration Find area under a curve by the limit definition. Given a picture, set up an integral to calculate.
7.4 Arc Length. I. Arc Length A.) Given the curve f (x), we can approximate the length from x = a to x = b by using the distance formula.
Lecture 19 Approximating Integrals. Integral = “Area”
照片档案整理 一、照片档案的含义 二、照片档案的归档范围 三、 卷内照片的分类、组卷、排序与编号 四、填写照片档案说明 五、照片档案编目及封面、备考填写 六、数码照片整理方法 七、照片档案的保管与保护.
공무원연금관리공단 광주지부 공무원대부등 공적연금 연계제도 공무원연금관리공단 광주지부. 공적연금 연계제도 국민연금과 직역연금 ( 공무원 / 사학 / 군인 / 별정우체국 ) 간의 연계가 이루어지지 않고 있 어 공적연금의 사각지대가 발생해 노후생활안정 달성 미흡 연계제도 시행전.
Жюль Верн ( ). Я мальчиком мечтал, читая Жюля Верна, Что тени вымысла плоть обретут для нас; Что поплывет судно громадней «Грейт Истерна»; Что.
Calculus Section 3.1 Calculate the derivative of a function using the limit definition Recall: The slope of a line is given by the formula m = y 2 – y.
Numerical Integration
1.3 Graphs of Functions.
MTH1170 Numeric Integration
Algebra II Elements 5.8: Analyze Graphs of Polynomial Functions
Derivatives and the Tangent Line
Area of a single trapezoid = h
Approximating Definite Integrals. Left Hand Riemann Sums.
Approximating Definite Integrals. Left Hand Riemann Sums.
Section 3.2 – Calculating Areas; Riemann Sums
When you see… Find the zeros You think….
Find the area under the curve {image} from x = 1 to x = t
Section Euler’s Method
Use the Integral Test to determine which of the following series is divergent. 1. {image}
Test the series for convergence or divergence. {image}
Test the series for convergence or divergence. {image}
Find the sums of these geometric series:
Find the Taylor series for f (x) centered at a = 8. {image} .
Representation of Functions by Power Series (9.9)
Objective: Be able to approximate the area under a curve.
Sequences, Series and the test of their convergence
Summation Formulas Constant Series.
Area of a single trapezoid = h
Objective: Be able to approximate the area under a curve.
Let A = {image} and B = {image} . Compare A and B.
Section 3.2 – Calculating Areas; Riemann Sums
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
Unit 3 Review (Calculator)
5.1 Area.
Which of the given series is(are) convergent?
Arc Length … x y a b xi ... Pi P0 P1 Pn
4.2 Area Greenfield Village, Michigan
Assignment 1: due 1/16/19 Estimate all of the zero of x3-x2-2x+1 graphically. Write a MatLab code for Newton’s method. Use your code to refine the graphical.
Area of a single trapezoid = h
§2.7. Derivatives.
Numerical Computation and Optimization
Which of the given series is(are) convergent?
Calculate 9 x 81 = x 3 3 x 3 x 3 x 3 3 x 3 x 3 x 3 x 3 x 3 x =
AP Calculus Mrs. Mongold
Jim Wang Mr. Brose Period 6
Presentation transcript:

Lab 7 Engineering Applications

Application 1: Sum of Series Write a program to calculate the following series: Write your program such that it calculates the series value for 5000 terms. Verify that the series converges to the value  /4 (around )

Application 2: Finding the minimumx Tension Minimum T Optimal X

Finding the Minimum f(x)x

Write a program to find the optimal distance x that offers the minimum amount of tension. Start from x = 0.40 m. Use 0.05 m increments. Finding the Minimum

Application 3: Area Calculationf(x)

Trapezoid Areah a b Area = h * (a + b)/2

Area Calculationf(x)

Trapezoidal Approximation A1A2A3 x1x2 f(x1) f(x2) Area = A1 + A2 + A3

f (x) = 3x 2 –x + 2 x = 1x = 2 Write a program to calculate the area under the curve f (x) = 3x 2 –x + 2 between x = 1 and x = 2 using the Trapezoidal Approximation method (use a small step value) Area Calculation