Photo AI

Figure 2 shows a sketch of part of the curve with equation $y = f(x)$ where $$f(x) = (x^2 + 3x + 1)e^x$$ The curve cuts the x-axis at points A and B as shown in Figure 2 - Edexcel - A-Level Maths Pure - Question 2 - 2013 - Paper 8

Question icon

Question 2

Figure-2-shows-a-sketch-of-part-of-the-curve-with-equation-$y-=-f(x)$-where--$$f(x)-=-(x^2-+-3x-+-1)e^x$$--The-curve-cuts-the-x-axis-at-points-A-and-B-as-shown-in-Figure-2-Edexcel-A-Level Maths Pure-Question 2-2013-Paper 8.png

Figure 2 shows a sketch of part of the curve with equation $y = f(x)$ where $$f(x) = (x^2 + 3x + 1)e^x$$ The curve cuts the x-axis at points A and B as shown in Fi... show full transcript

Worked Solution & Example Answer:Figure 2 shows a sketch of part of the curve with equation $y = f(x)$ where $$f(x) = (x^2 + 3x + 1)e^x$$ The curve cuts the x-axis at points A and B as shown in Figure 2 - Edexcel - A-Level Maths Pure - Question 2 - 2013 - Paper 8

Step 1

Calculate the $x$ coordinate of A and the $x$ coordinate of B, giving your answers to 3 decimal places.

96%

114 rated

Answer

To find the xx coordinates, we set f(x)=0f(x) = 0:

(x2+3x+1)ex=0(x^2 + 3x + 1)e^x = 0

Since exe^x is never zero, we solve the quadratic x2+3x+1=0x^2 + 3x + 1 = 0 using the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here, a=1a = 1, b=3b = 3, and c=1c = 1:

x=3±3241121=3±942=3±52x = \frac{-3 \pm \sqrt{3^2 - 4 \cdot 1 \cdot 1}}{2 \cdot 1} = \frac{-3 \pm \sqrt{9 - 4}}{2} = \frac{-3 \pm \sqrt{5}}{2}

Calculating the roots gives approximate values of:

  • xA0.382x_A \approx -0.382
  • xB2.618x_B \approx -2.618

Thus, the xx coordinates of A and B are approximately -0.382 and -2.618 respectively.

Step 2

Find $f'(x)$.

99%

104 rated

Answer

To find the derivative f(x)f'(x), we use the product rule:

f(x)=uv+uvf'(x) = u'v + uv'

where u=x2+3x+1u = x^2 + 3x + 1 and v=exv = e^x:

  1. Differentiate uu: u=2x+3u' = 2x + 3
  2. Differentiate vv: v=exv' = e^x

Thus,

f(x)=(2x+3)ex+(x2+3x+1)ex1f'(x) = (2x + 3)e^x + (x^2 + 3x + 1)e^x \cdot 1

Factoring out exe^x gives:

f(x)=ex((2x+3)+(x2+3x+1))=ex(x2+5x+4)f'(x) = e^x((2x + 3) + (x^2 + 3x + 1)) = e^x(x^2 + 5x + 4)

Step 3

Show that the $x$ coordinate of P is the solution of $x = \frac{3(2x^2 + 1)}{2(x^2 + 2)}$.

96%

101 rated

Answer

To show this, we start by identifying point P where the minimum occurs, which requires setting f(x)=0f'(x) = 0:

Set:

x2+5x+4=0x^2 + 5x + 4 = 0

Factoring gives:

(x+4)(x+1)=0(x + 4)(x + 1) = 0
Thus:

  • x=4x = -4
  • x=1x = -1

Next, we need to evaluate:

f(2.4)=(2.42+3(2.4)+1)e2.4f(-2.4) = (2.4^2 + 3(2.4) + 1)e^{-2.4}

We then consider the iteration formula:

xn+1=3(2xn2+1)2(xn2+2)x_{n+1} = \frac{3(2x_n^2 + 1)}{2(x_n^2 + 2)}

and set up the iterations to demonstrate convergence towards the correct solution.

Step 4

Use the iteration formula, $x_{n+1} = \frac{3(2x_n^2 + 1)}{2(x_n^2 + 2)}$, with $x_0 = -2.4$, to calculate the values of $x_1$, $x_2$ and $x_3$, giving your answers to 3 decimal places.

98%

120 rated

Answer

We start with x0=2.4x_0 = -2.4. Using the iteration formula:

  1. Calculate x1x_1: x1=3(2(2.4)2+1)2((2.4)2+2)=3(2(5.76)+1)2(5.76+2)=3(11.52+1)2(7.76)=3(12.52)15.522.420x_1 = \frac{3(2(-2.4)^2 + 1)}{2((-2.4)^2 + 2)} = \frac{3(2(5.76) + 1)}{2(5.76 + 2)} = \frac{3(11.52 + 1)}{2(7.76)} = \frac{3(12.52)}{15.52} \approx -2.420

  2. Calculate x2x_2: x2=3(2(2.420)2+1)2((2.420)2+2)2.427x_2 = \frac{3(2(-2.420)^2 + 1)}{2((-2.420)^2 + 2)} \approx -2.427

  3. Calculate x3x_3: x3=3(2(2.427)2+1)2((2.427)2+2)2.430x_3 = \frac{3(2(-2.427)^2 + 1)}{2((-2.427)^2 + 2)} \approx -2.430

Thus, the approximate values are:

  • x12.420x_1 \approx -2.420
  • x22.427x_2 \approx -2.427
  • x32.430x_3 \approx -2.430.

Step 5

By choosing a suitable interval, prove that $a = -2.43$ to 2 decimal places.

97%

117 rated

Answer

To prove that a=2.43a = -2.43, we will examine the values of f(x)f(x) around x=2.43x = -2.43.

  1. Calculate f(2.425)f(-2.425) and f(2.435)f(-2.435):

    • f(2.425)=(2.4252+3(2.425)+1)e2.425f(-2.425) = (2.425^2 + 3(2.425) + 1)e^{-2.425}
    • f(2.435)=(2.4352+3(2.435)+1)e2.435f(-2.435) = (2.435^2 + 3(2.435) + 1)e^{-2.435}
  2. Check the signs of the results:

    • If f(2.425)>0f(-2.425) > 0 and f(2.435)<0f(-2.435) < 0, it indicates a root exists in the interval.
  3. Therefore, as f(2.43)=0f'(-2.43) = 0 indicates a turning point, we conclude:

    • Thus, we verify that a=2.43a = -2.43 to 2 decimal places.

Join the A-Level students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;