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
What is a home budjet
Eva8 [605]
When you make a plan on how much money you’ll waste
4 0
3 years ago
Read 2 more answers
Use quadrilateral ABCD to find the value of x. The figure is not drawn to scale. Use the following dimensions: m⦨ABC = 4x◦, m⦨BC
OLEGan [10]

Answer/Step-by-step explanation:

Question 1:

Interior angles of quadrilateral ABCD are given as: m<ABC = 4x, m<BCD = 3x, m<CDA = 2x, m<DAB = 3x.

Since sum of the interior angles = (n - 2)180, therefore:

4x + 3x + 2x + 3x = (n - 2)180

n = 4, i.e. number of sides/interior angles.

Equation for finding x would be:

4x + 3x + 2x + 3x = (4 - 2)180

12x = (2)180

12x = 360

x = \frac{360}{12} (dividing each side by 12)

x = 30

Find the measures of the 4 interior angles by substituting the value of x = 30:

m<ABC = 4x

m<ABC = 4*30 = 120°

m<BCD = 3x

m<BCD = 3*30 = 90°

m<CDA = 2x

m<CDA = 2*30 = 60°

m<DAB = 3x

m<DAB = 3*30 = 90°

Question 2:

<CDA and <ADE are supplementary (angles on a straight line).

The sum of m<CDA and m<ADE equal 180°. To find m<ADE, subtract m<CDA from 180°.

m<ADE = 180° - m<CDA

m<ADE = 180° - 60° = 120°

6 0
3 years ago
HELP ME IF RIGHT MARK BRAINLY
aalyn [17]

Answer:

A. m+7n+14

Step-by-step explanation:

Add parenthesis to help simplify.

(5m-4m)+(22-8)+7n

Simplify the expression.

m+7n+14

7 0
3 years ago
Solve the inequality and graph its its solution -x/6 &lt; 3​
ivanzaharov [21]

Answer:

Option C

Step-by-step explanation:

-x/6 ≤ 3

6(-x/6) ≤ 3 × 6

-x ≤ 18

-1(-x) ≤ -1(18)

x ≥ -18

So the line starts from -18 and extends infinitely to the right.

4 0
3 years ago
I NEED HELP WITH THSI ASAP
Elza [17]

Answer:

80

Step-by-step explanation:

1 centimeter is equal to 20 feet so if you have 4 cm, it's will 4*20

Also the other two answers are too small to be possible

4 0
3 years ago
Other questions:
  • Which function has the graph shown?
    12·1 answer
  • 62 is 10 times larger than what?
    14·2 answers
  • The method used to factor trinomials of the form ax^2+bx+c can also be used to factor binomials of the form px^2+q by realizing
    11·1 answer
  • Question 1 help! Please!
    13·1 answer
  • HELP ME FOR NUMBER 1 THROUGH 8 QUICKLY
    13·1 answer
  • An automobile's radiator has a capacity of fifteen quarts, and it currently contains twelve quarts of a thirty percent antifreez
    11·2 answers
  • The total sales of a company (in millions of dollars) t months from now are given by S(t) = 0.03t3 + 0.5t2 + 9t + 4. Find S'(t).
    7·1 answer
  • Solve each triangle round to answers to the nearest tenth
    13·1 answer
  • Solve for the variable. if necessary, round to the nearest tenth.
    6·1 answer
  • 2. Name the segment parallel to the given segment. ​
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!