1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Orlov [11]
3 years ago
13

Consider the integral Integral from 0 to 1 e Superscript 6 x Baseline dx with nequals 25 . a. Find the trapezoid rule approximat

ions to the integral using n and 2n subintervals. b. Find the​ Simpson's rule approximation to the integral using 2n subintervals. c. Compute the absolute errors in the trapezoid rule and​ Simpson's rule with 2n subintervals.
Mathematics
1 answer:
photoshop1234 [79]3 years ago
6 0

Answer:

a.

With n = 25, \int_{0}^{1}e^{6 x}\ dx \approx 67.3930999748549

With n = 50, \int_{0}^{1}e^{6 x}\ dx \approx 67.1519320308594

b. \int_{0}^{1}e^{6 x}\ dx \approx 67.0715427161943

c.

The absolute error in the trapezoid rule is 0.08047

The absolute error in the Simpson's rule is 0.00008

Step-by-step explanation:

a. To approximate the integral \int_{0}^{1}e^{6 x}\ dx using n = 25 with the trapezoid rule you must:

The trapezoidal rule states that

\int_{a}^{b}f(x)dx\approx\frac{\Delta{x}}{2}\left(f(x_0)+2f(x_1)+2f(x_2)+...+2f(x_{n-1})+f(x_n)\right)

where \Delta{x}=\frac{b-a}{n}

We have that a = 0, b = 1, n = 25.

Therefore,

\Delta{x}=\frac{1-0}{25}=\frac{1}{25}

We need to divide the interval [0,1] into n = 25 sub-intervals of length \Delta{x}=\frac{1}{25}, with the following endpoints:

a=0, \frac{1}{25}, \frac{2}{25},...,\frac{23}{25}, \frac{24}{25}, 1=b

Now, we just evaluate the function at these endpoints:

f\left(x_{0}\right)=f(a)=f\left(0\right)=1=1

2f\left(x_{1}\right)=2f\left(\frac{1}{25}\right)=2 e^{\frac{6}{25}}=2.54249830064281

2f\left(x_{2}\right)=2f\left(\frac{2}{25}\right)=2 e^{\frac{12}{25}}=3.23214880438579

...

2f\left(x_{24}\right)=2f\left(\frac{24}{25}\right)=2 e^{\frac{144}{25}}=634.696657835701

f\left(x_{25}\right)=f(b)=f\left(1\right)=e^{6}=403.428793492735

Applying the trapezoid rule formula we get

\int_{0}^{1}e^{6 x}\ dx \approx \frac{1}{50}(1+2.54249830064281+3.23214880438579+...+634.696657835701+403.428793492735)\approx 67.3930999748549

  • To approximate the integral \int_{0}^{1}e^{6 x}\ dx using n = 50 with the trapezoid rule you must:

We have that a = 0, b = 1, n = 50.

Therefore,

\Delta{x}=\frac{1-0}{50}=\frac{1}{50}

We need to divide the interval [0,1] into n = 50 sub-intervals of length \Delta{x}=\frac{1}{50}, with the following endpoints:

a=0, \frac{1}{50}, \frac{1}{25},...,\frac{24}{25}, \frac{49}{50}, 1=b

Now, we just evaluate the function at these endpoints:

f\left(x_{0}\right)=f(a)=f\left(0\right)=1=1

2f\left(x_{1}\right)=2f\left(\frac{1}{50}\right)=2 e^{\frac{3}{25}}=2.25499370315875

2f\left(x_{2}\right)=2f\left(\frac{1}{25}\right)=2 e^{\frac{6}{25}}=2.54249830064281

...

2f\left(x_{49}\right)=2f\left(\frac{49}{50}\right)=2 e^{\frac{147}{25}}=715.618483417705

f\left(x_{50}\right)=f(b)=f\left(1\right)=e^{6}=403.428793492735

Applying the trapezoid rule formula we get

\int_{0}^{1}e^{6 x}\ dx \approx \frac{1}{100}(1+2.25499370315875+2.54249830064281+...+715.618483417705+403.428793492735) \approx 67.1519320308594

b. To approximate the integral \int_{0}^{1}e^{6 x}\ dx using 2n with the Simpson's rule you must:

The Simpson's rule states that

\int_{a}^{b}f(x)dx\approx \\\frac{\Delta{x}}{3}\left(f(x_0)+4f(x_1)+2f(x_2)+4f(x_3)+2f(x_4)+...+2f(x_{n-2})+4f(x_{n-1})+f(x_n)\right)

where \Delta{x}=\frac{b-a}{n}

We have that a = 0, b = 1, n = 50

Therefore,

\Delta{x}=\frac{1-0}{50}=\frac{1}{50}

We need to divide the interval [0,1] into n = 50 sub-intervals of length \Delta{x}=\frac{1}{50}, with the following endpoints:

a=0, \frac{1}{50}, \frac{1}{25},...,\frac{24}{25}, \frac{49}{50}, 1=b

Now, we just evaluate the function at these endpoints:

f\left(x_{0}\right)=f(a)=f\left(0\right)=1=1

4f\left(x_{1}\right)=4f\left(\frac{1}{50}\right)=4 e^{\frac{3}{25}}=4.5099874063175

2f\left(x_{2}\right)=2f\left(\frac{1}{25}\right)=2 e^{\frac{6}{25}}=2.54249830064281

...

4f\left(x_{49}\right)=4f\left(\frac{49}{50}\right)=4 e^{\frac{147}{25}}=1431.23696683541

f\left(x_{50}\right)=f(b)=f\left(1\right)=e^{6}=403.428793492735

Applying the Simpson's rule formula we get

\int_{0}^{1}e^{6 x}\ dx \approx \frac{1}{150}(1+4.5099874063175+2.54249830064281+...+1431.23696683541+403.428793492735) \approx 67.0715427161943

c. If B is our estimate of some quantity having an actual value of A, then the absolute error is given by |A-B|

The absolute error in the trapezoid rule is

The calculated value is

\int _0^1e^{6\:x}\:dx=\frac{e^6-1}{6} \approx 67.0714655821225

and our estimate is 67.1519320308594

Thus, the absolute error is given by

|67.0714655821225-67.1519320308594|=0.08047

The absolute error in the Simpson's rule is

|67.0714655821225-67.0715427161943|=0.00008

You might be interested in
Completing the square
kogti [31]
Please provide a square, thank you !!!
8 0
3 years ago
Teesha is in French club. There are 26 students in the club.The French teacher will pick 3 students at random to guide vistiting
Triss [41]
23/26 which equals about 88%
There is an 88% chance she will not get picked.
7 0
3 years ago
Emily biked 9 miles in 3/4 hour. Which expression can she use to find her unit rate in miles per hour?
frosja888 [35]
The expression will be 9 x 3/4
7 0
3 years ago
Read 2 more answers
Please help :((((((
Alik [6]

Answer: c)

Step-by-step explanation:

This can be done through trial-and-error. Use the pythagoreas' theorem a^{2} +b^{2} =c^{2} and if the left side of the equation is equal to the right, that is the answer.

(Do take note that c is the longest side.)

a)

0.07^{2} +2.4^{2} =5.7649

2.5^{2}=6.25

Since 2.5^{2} \neq 5.7649, a) is wrong.

b)

17^{2} +30^{2} =1189\\
34^{2} =1156

Since 34^{2}\neq1189, b) is wrong.

c) (answer)

5^{2} +12^{2} =169\\13^{2} =169

Since 13^{2} =169, c) is correct.

d)

(7x)^{2} +(12x)^{2} =193x^{2}\\(13x)^{2} =169x^{2}

Since (13x)^{2} \neq193x^{2}, d) is wrong.

5 0
2 years ago
What is the area of a house with 3 rooms and each room is 4 by 9
Olegator [25]

Answer:

108 ?

Step-by-step explanation:

4*9 = 36

36 * 3 = 108

3 0
3 years ago
Read 2 more answers
Other questions:
  • Find the graph of the inequality y x - 1. <br><br> help
    9·1 answer
  • Which statement is best represented by the inequality d&gt;11
    7·1 answer
  • Solve by the substitution method <br> X-7y=-47, -6x-8y=-18
    6·1 answer
  • Solve for x 3x^2-21x+3=0
    11·1 answer
  • It costs 9.95 for 1 ticket to the movies. If 3 people go, how much would the total price of 3 tickets be?
    6·1 answer
  • Which is bigger 18,000 lbs or 9 T? OR are they the same?
    8·1 answer
  • Find the first three common multiplies<br> 6 and 8​
    13·1 answer
  • Find the number of tiles required to be put in a floor with dimensions 25 m x 20 m. Each tile is a rhombus with side 25 cm altit
    14·1 answer
  • 5. You are scheduling your classes for next year. There are 4 required classes: a physical education
    15·1 answer
  • 3 avocados and 2 mangos are 12€; 4 avocados and 4 mangos are 18€. How much does each avocado and mango cost?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!