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
Leah has sold magazine subscriptions worth $330 for a school fundraiser. If she reaches a total of $500, she wins a gift certifi
insens350 [35]
You can solve by subtracting: 500-330

but I like to use mental math and think this way:
she has 330
70 more will give her 400
and 100 more will give her 500
100 + 70 is 170.
7 0
3 years ago
Will give brainly if right
garri49 [273]

Answer:

you are correct, it is all of the above

8 0
2 years ago
What is this 16/6.72 thank you
kvv77 [185]
Hm in decimal form it’s .. 2.38095 or 2.3. Fraction 23/10 .. Percentage is 239%.. If this doesn’t help. Tell me what u mean and I’ll try my best to help!
6 0
2 years ago
A Web music store offers two versions of a popular song. The size of the standard version is 2.1 megabytes (MB). The size of the
liq [111]
If the number of downloads of the standard version is x, and the high quality is x, 2.1*x+4.1*y=2761 (not 1010 due to that this is multiplied by 2.1 and 4.1, therefore representing the total amount of megabytes) In addition, there are 1010 total downloads, and it's either 2.1 MB or 4.1 MB, so x+y=1010.

We have 
2.1x+4.1y=2761
x+y=1010

Multiplying the second equation by -2.1 and adding it to the first equation, we get 2y=2761-1010*2.1=640 and by dividing both sides by 2 we get y=320 downloads of the high quality version


5 0
3 years ago
It is your birthday and you are going to get a new cell phone. The day you buy the phone, you will have to pay the $49 interest
Juli2301 [7.4K]

Answer:

30.46

Step-by-step explanation:

4 0
3 years ago
Other questions:
  • Rectangle JKLM is similar to rectangle WXYZ . What is the scale factor of a dilation from JKLM to WXYZ ? Enter your answer in th
    7·1 answer
  • PLS HELP WILL MARK BRAINLIEST Which graph represents the function f(x)=2⋅4x ? (ANSWERS ARE IN PICTURES)
    12·1 answer
  • What is the square of 20
    14·2 answers
  • Write the following ratios in simplest form.<br><br>0.72m:96cm​
    12·1 answer
  • -17-(-1)+2/3+(-1/2) or negative seventeen minus (negative one) plus two thirds plus (negative one half)
    13·1 answer
  • Circle A has a radius of 4 units
    7·1 answer
  • Which polynomial identity will prove that 16=25-9?
    15·1 answer
  • Determine the slope and y-intercept of the line represented by the equation:<br> 3x – 4y - 16 = 0
    6·2 answers
  • Find the slope using points ( 4 , 0 ) and ( 12, 2)<br><br> Will give brainliest to best answer
    9·1 answer
  • Un atleta recorre 6 km por hora al cabo de 4 horas qué distancia ha recorrido​
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!