0% found this document useful (0 votes)
91 views4 pages

Numerical Methods For Engineers - 9780073397924 - Exercise 13 - Quizlet

This document provides an example of computing an integral numerically using different methods. It gives the analytical solution as 0.7912 and then computes it using the trapezoidal rule, getting 0.7929, and the combination rule, explaining the formulas and steps.

Uploaded by

maw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views4 pages

Numerical Methods For Engineers - 9780073397924 - Exercise 13 - Quizlet

This document provides an example of computing an integral numerically using different methods. It gives the analytical solution as 0.7912 and then computes it using the trapezoidal rule, getting 0.7929, and the combination rule, explaining the formulas and steps.

Uploaded by

maw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

11/22/21, 11:07 AM Numerical Methods for Engineers - 9780073397924 - Exercise 13 | Quizlet

GET IT NOW: 90% off Quizlet Plus


Ends in 14d 23h 23m 13s

90% off Plus

Explanations / Numerical Methods for Engineers

Exercise 13
Chapter 21 | Page 630

Numerical Methods for Engineers


ISBN: 9780073397924

Table of contents

Explanation Verified

This is your last free explanation Try Quizlet Plus

Step 1 1 of 7

Given Data

We are given with following function:

f (x) = 2e−1.5x

The tabular values of the function are also given below. We have to compute the integral
from a = 0 to b = 0.6 using different methods.

https://quizlet.com/explanations/textbook-solutions/numerical-methods-for-engineers-7th-edition-9780073397924/chapter-21-exercises-13-4f4c88… 1/4
11/22/21, 11:07 AM Numerical Methods for Engineers - 9780073397924 - Exercise 13 | Quizlet

Step 2 2 of 7

Part (a) Analytical Solution


0.6
I = ∫0 2e−1.5x dx ​

0.6
2e−1.5x
=( )
−1.5 0
​ ​

2e−0.9 2e0
=( )−( )
−1.5 −1.5
​ ​

= −0.5421 + 1.3333

I = 0.7912 ​

Step 3 3 of 7

Part (b) Trapezoidal Rule

The formula is:

f (x0 ) + f (x1 ) f (x1 ) + f (x2 ) f (xn−1 ) + f (xn )


I = h1 + h2 + … + hn
​ ​ ​ ​ ​

2 2 2
​ ​ ​ ​ ​ ​

Substitute the data:

f (x0 ) + f (x1 ) f (x1 ) + f (x2 ) f (xn−1 ) + f (xn )


I = h1 + h2 + … + hn
​ ​ ​ ​ ​ ​

2 2 2
​ ​ ​ ​ ​ ​

⎧ (0.05 − 0) 2 + 1.8555 + (0.15 − 0.05) 1.8555 + 1.597 ⎫


2 2
​ ​

I = ⎨ +(0.25 − 0.15) ⎬
1.597 + 1.3746 1.3746 + 1.1831
+ (0.35 − 0.25)
2 2
​ ​ ​
​ ​

⎩ +(0.475 − 0.35) 1.1831 + 0.9808 + (0.6 − 0.475) 0.9808 + 0.8131 ⎭


2 2
​ ​

I = {0.09639 + 0.1726 + 0.1485 + 0.1278 + 0.1352 + 0.1121}

I = 0.7929 ​

https://quizlet.com/explanations/textbook-solutions/numerical-methods-for-engineers-7th-edition-9780073397924/chapter-21-exercises-13-4f4c88… 2/4
11/22/21, 11:07 AM Numerical Methods for Engineers - 9780073397924 - Exercise 13 | Quizlet

Step 4 4 of 7

The corresponding Error

∣ xT − xa ∣
Et = 100 ×
​ ​

​ ​ ​ ​

∣ xT ∣ ​

∣ 0.79124 − 0.79284 ∣
Et = 100 ×
0.79124
​ ​ ​ ​

∣ ∣
∣ 0.0016 ∣
Et = 100 ×
∣ 0.79124 ∣
​ ​ ​ ​

Et = 0.0056%

Step 5 5 of 7

Part (c) Combination Rule


The Combined Integration formula is:

f (x0 ) + f (x1 ) f (x1 ) + 3f (x2 ) + 3f (x3 ) + f (x4 )


I = (b − a) + (b − a) + (b − a)
​ ​ ​ ​ ​

2 8
​ ​

On substitution:

f (x0 ) + f (x1 ) f (x1 ) + 3f (x2 ) + 3f (x3 ) + f (x4 )


I = (b − a) + (b − a) + (b − a
​ ​ ​ ​ ​ ​

2 8
​ ​

⎧ 2 + 1.8555 1.8555 + 3(1.597 + 1.3746) + 1.183


(0.05 − 0) + (0.35 − 0.05)
I=⎨ 2 8

⎩ +(0.6 − 0.35) 1.1831 + 4(0.9808) + 0.8131


6

I = 0.79128 ​ ​

https://quizlet.com/explanations/textbook-solutions/numerical-methods-for-engineers-7th-edition-9780073397924/chapter-21-exercises-13-4f4c88… 3/4
11/22/21, 11:07 AM Numerical Methods for Engineers - 9780073397924 - Exercise 13 | Quizlet

Step 6 6 of 7

The corresponding Error

∣ xT − xa ∣
Et = 100 ×
​ ​

​ ​ ​ ​

∣ xT ∣ ​

∣ 0.79124 − 0.79128 ∣
Et = 100 ×
0.79124
​ ​ ​ ​

∣ ∣
∣ 0.00004 ∣
Et = 100 ×
∣ 0.79124 ∣
​ ​ ​ ​

Et = 0.0053%

Result 7 of 7

(a) Analytical: 0.79124

(b) Trapezoidal Rule: 0.7929

(c) Combined: 0.79128

Exercise 12 Exercise 14

https://quizlet.com/explanations/textbook-solutions/numerical-methods-for-engineers-7th-edition-9780073397924/chapter-21-exercises-13-4f4c88… 4/4

You might also like