Figure 1 shows a sketch of part of the curve with equation
$y = (2 - x)e^{2x}$, $x \in \mathbb{R}$
The finite region $R$, shown shaded in Figure 1, is bounded by the curve, the x-axis and the y-axis - Edexcel - A-Level Maths Pure - Question 4 - 2014 - Paper 8
Question 4
Figure 1 shows a sketch of part of the curve with equation
$y = (2 - x)e^{2x}$, $x \in \mathbb{R}$
The finite region $R$, shown shaded in Figure 1, is bounded... show full transcript
Worked Solution & Example Answer:Figure 1 shows a sketch of part of the curve with equation
$y = (2 - x)e^{2x}$, $x \in \mathbb{R}$
The finite region $R$, shown shaded in Figure 1, is bounded by the curve, the x-axis and the y-axis - Edexcel - A-Level Maths Pure - Question 4 - 2014 - Paper 8
Step 1
Use the trapezium rule with all the values of y in the table
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To approximate the area of region R using the trapezium rule, we first identify the intervals and the corresponding y values:
The interval width (h) is given by:
h=0.5 (as it is the difference between successive x values)
The trapezium rule states:
A≈2h(y0+2y1+2y2+2y3+y4)
Substituting our values:
y0=2 (for x=0)
y1=4.077 (for x=0.5)
y2=7.389 (for x=1)
y3=10.043 (for x=1.5)
y4=0 (for x=2)
Calculating the area:
A≈20.5(2+2⋅4.077+2⋅7.389+2⋅10.043+0)=0.25(2+8.154+14.778+20.086)=0.25⋅45.018=11.2545
Thus, the area of R is approximately 11.25 square units (to 2 decimal places).
Step 2
Explain how the trapezium rule can be used to give a more accurate approximation for the area of R
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To improve the accuracy of the approximation using the trapezium rule, one can:
Increase the number of strips: Using more subdivisions leads to a closer approximation to the actual curve.
Make h smaller: Decreasing the width of each interval reduces the approximation error.
Use more values of x: By calculating more y values, we can better capture the shape of the curve.
Step 3
Use calculus, showing each step in your working, to obtain an exact value for the area of R
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To find the exact area of the region R, we need to integrate the function from x=0 to x=2:
Set up the integral:
A=∫02(2−x)e2xdx
To solve the integral, we can use integration by parts, where:
Let u=(2−x), thus du=−dx
Let dv=e2xdx, thus v=21e2x
Applying integration by parts:
∫udv=uv−∫vdu=(2−x)⋅21e2x02+∫21e2xdx
Evaluating the boundary terms:
At x=2, u=0, and at x=0, u=2:
=[(2−2)⋅21e4]−[(2−0)⋅21e0]=0−1=−1
Now compute the integral:
21∫e2xdx=21⋅21e2x+C
Evaluating from 0 to 2 gives:
=41[e4−1]
Combining the results:
A=−1+41(e4−1)=41e4−1−41=41e4−45