The ESAT Mock Maths 2 paper in full: all 27 questions, each with its answer and a worked solution that shows every step. ESAT is the Engineering and Science Admissions Test. Sit it cold under exam timing, mark it, then work back through anything you missed using the solutions below.
Question 1
1 mark
For x>0, let y be defined by the expression:
y=2x4(8x6)31×(4x2)23
Which one of the following is equal to y?
A.2x
B.4x
C.8x
D.16x
E.32x
Answer: C
Worked solution
To simplify the expression, we apply the laws of indices to each part of the numerator: 1. (8x6)31=831×(x6)31=2x2. 2. (4x2)23=(421)3×(x2)23=23×x3=8x3. Multiplying these parts together gives the numerator: 2x2×8x3=16x5. Finally, we divide by the denominator: y=2x416x5=8x5−4=8x. Therefore, the correct option is C.
Question 2
1 mark
For x>0, which one of the following is equivalent to the expression below?
x−21xx+4x
A.x+4
B.x2+4
C.x+4x
D.x2+4x
E.x2+4x2
Answer: D
Worked solution
First, we rewrite the terms in the numerator and denominator using rational exponents: - xx=x1⋅x21=x23 - 4x=4x21 The expression is: x−21x23+4x21 Dividing by x−21 is equivalent to multiplying by (x−21)−1=x21: (x23+4x21)×x21 Distributing the x21: x23⋅x21+4x21⋅x21 =x23+21+4x21+21 =x2+4x1=x2+4x This matches option D.
Question 3
1 mark
The vertex of the parabola y=x2+bx+c lies on the line y=x. If the quadratic equation x2+bx+c=0 has two distinct real roots, which one of the following must be true?
A.b>0
B.b<0
C.c>0
D.c<0
E.b2+4c=0
Answer: A
Worked solution
The x-coordinate of the vertex of the parabola y=x2+bx+c is given by xv=−2ab=−2b. The y-coordinate is yv=f(−2b)=(−2b)2+b(−2b)+c=4b2−2b2+c=c−4b2. Since the vertex lies on the line y=x, we have c−4b2=−2b. Multiplying by −4 gives b2−4c=2b. The discriminant of the quadratic equation x2+bx+c=0 is D=b2−4c. For the equation to have two distinct real roots, we require D>0. Substituting the previous identity, we get 2b>0, which implies b>0. Thus, option A is the only statement that must be true.
Question 4
1 mark
The quadratic function f(x)=(c−1)x2+4x+(c+2) takes only positive values for all real values of x. What is the complete range of possible values for the constant c?
A.c>1
B.c>2
C.c<−3 or c>2
D.1<c<2
E.c>−3
Answer: B
Worked solution
For a quadratic f(x)=ax2+bx+c to be positive for all real x, it must have no real roots (the graph does not touch or cross the x-axis) and it must open upwards. This implies two conditions: (1) a>0 and (2) the discriminant D<0. Condition 1: c−1>0, so c>1. Condition 2: D=42−4(c−1)(c+2)<0. Dividing by 4: 4−(c2+c−2)<0, which simplifies to 4−c2−c+2<0, or c2+c−6>0. Factorising the inequality gives (c+3)(c−2)>0. This inequality is satisfied when c<−3 or c>2. Combining this with the first condition (c>1), the only valid range for c is c>2.
Question 5
1 mark
The polynomial f(x)=x4+kx3−x2+mx+6 is exactly divisible by x2+2x−3, where k and m are constants. What is the remainder when f(x) is divided by (x+1)?
A.−6
B.0
C.6
D.12
E.18
Answer: D
Worked solution
If f(x) is divisible by x2+2x−3, it must be divisible by its factors. Factorising x2+2x−3 gives (x+3)(x−1). Using the Factor Theorem: 1) f(1)=0⟹14+k(1)3−12+m(1)+6=0⟹1+k−1+m+6=0⟹k+m=−6. 2) f(−3)=0⟹(−3)4+k(−3)3−(−3)2+m(−3)+6=0⟹81−27k−9−3m+6=0⟹78−27k−3m=0. Divide the second equation by 3: 26−9k−m=0⟹9k+m=26. Now solve the system: k+m=−6 9k+m=26 Subtract the first from the second: (9k−k)=26−(−6)⟹8k=32⟹k=4. Substitute k=4 into k+m=−6: 4+m=−6⟹m=−10. The polynomial is f(x)=x4+4x3−x2−10x+6. To find the remainder when f(x) is divided by (x+1), we evaluate f(−1): f(−1)=(−1)4+4(−1)3−(−1)2−10(−1)+6 f(−1)=1−4−1+10+6=12. The remainder is 12.
Question 6
1 mark
Which of the following functions f(x), defined for all real numbers x, is a one-to-one mapping?
A.f(x)=(x−2)2
B.f(x)=∣x+5∣
C.f(x)=1−x3
D.f(x)=cosx
E.f(x)=x2+4
Answer: C
Worked solution
A function is one-to-one if every value in the range is mapped to by exactly one value in the domain. We check each option: A: f(x)=(x−2)2 is a parabola with vertex at (2,0). It is many-to-one because, for example, f(1)=1 and f(3)=1. B: f(x)=∣x+5∣ is a V-shaped graph with a vertex at x=−5. It is many-to-one because, for example, f(−4)=1 and f(−6)=1. C: f(x)=1−x3 is a strictly decreasing function for all x. Since it is strictly monotonic, it never takes the same value twice, so it is one-to-one. D: f(x)=cosx is periodic. It is many-to-one because, for example, cos(0)=1 and cos(2π)=1. E: f(x)=x2+4 is a parabola. It is many-to-one because f(1)=5 and f(−1)=5. Only C is one-to-one.
Question 7
1 mark
The sequence an is defined by the formula an=(n+1)!n for n≥1. Find the value of the sum ∑k=110ak.
A.1−10!1
B.1−11!1
C.11!10
D.1+11!1
E.1−12!11
Answer: B
Worked solution
We can rewrite the expression for the nth term to reveal a telescoping sum: an=(n+1)!n=(n+1)!(n+1)−1=(n+1)!n+1−(n+1)!1=n!1−(n+1)!1. Now we write out the summation: ∑k=110ak=(1!1−2!1)+(2!1−3!1)+⋯+(10!1−11!1). This is a telescoping series where almost all terms cancel out: ∑k=110ak=1!1−11!1=1−11!1.
Question 8
1 mark
A sequence xn is defined by x1=2.5 and the recurrence relation xn+1=xn2−2 for n≥1. What is the value of x6?
A.216+2−16
B.232+2−32
C.232−2−32
D.264+2−64
E.2.532
Answer: B
Worked solution
Let's calculate the first few terms of the sequence: x1=2.5=2+21=21+2−1 x2=(2+2−1)2−2=(22+2(2)(2−1)+2−2)−2=(22+2+2−2)−2=22+2−2 x3=(22+2−2)2−2=(24+2(22)(2−2)+2−4)−2=(24+2+2−4)−2=24+2−4 We can see a pattern emerging: xn=22n−1+2−(2n−1). To verify for n=4: x4=(24+2−4)2−2=28+2+2−8−2=28+2−8. Following this pattern, for n=6: x6=226−1+2−(26−1)=225+2−(25)=232+2−32.
Question 9
1 mark
The sum of the first n positive integers is given by Sn=∑i=1ni. For a given positive integer m, let n=2m+1. If Sn=kSm, which of the following is an expression for k in terms of m?
A.k=m2m+1
B.k=m4m+2
C.k=m4m+4
D.k=m2m+2
E.k=mm+1
Answer: B
Worked solution
We are given the sum of the first n natural numbers as Sn=2n(n+1). First, express Sn in terms of m using n=2m+1: Sn=S2m+1=2(2m+1)(2m+1+1)=2(2m+1)(2m+2)=(2m+1)(m+1). Next, express Sm: Sm=2m(m+1). We are told Sn=kSm, so we solve for k: k=SmSn=2m(m+1)(2m+1)(m+1). Cancelling (m+1) (since m is a positive integer, m+1=0): k=m2(2m+1)=m4m+2. This matches option B.
Question 10
1 mark
The first three terms in the expansion of (1+ax)n in ascending powers of x are 1, 24x, and 264x2, where a is a constant and n is a positive integer. Find the value of n−a.
A.8
B.10
C.12
D.14
E.22
Answer: B
Worked solution
The expansion of (1+ax)n is 1+n(ax)+2n(n−1)(ax)2+… We are given the coefficients of x and x2: 1) na=24⟹a=n24 2) 2n(n−1)a2=264 Substitute a=n24 into the second equation:
2n(n−1)(n24)2=264
2n(n−1)⋅n2576=264
nn−1⋅288=264
Divide both sides by 24:
nn−1⋅12=11
12n−12=11n⟹n=12
Now find a using na=24:
12a=24⟹a=2
The value required is n−a=12−2=10.
Question 11
1 mark
The line L has the equation (k+2)x+(2k−1)y=5k+5, where k is a real constant. It can be shown that all such lines pass through a fixed point P. Find the equation of the straight line that passes through P and is perpendicular to the line 2x+5y+7=0.
A.5x−2y−13=0
B.5x−2y+17=0
C.2x+5y−11=0
D.2x−5y−1=0
E.5x+2y−17=0
Answer: A
Worked solution
First, we find the coordinates of the fixed point P. We can expand the equation of L and group the terms involving k: (k+2)x+(2k−1)y=5k+5 kx+2x+2ky−y=5k+5 k(x+2y−5)+(2x−y−5)=0 For this to hold for all k, we must have x+2y−5=0 and 2x−y−5=0. Solving these simultaneously: From the second equation, y=2x−5. Substituting into the first: x+2(2x−5)−5=0⟹x+4x−10−5=0⟹5x=15⟹x=3. Then y=2(3)−5=1. Thus, P is (3,1). The given line 2x+5y+7=0 can be rewritten as 5y=−2x−7, which has a gradient of m1=−52. The gradient of a line perpendicular to this is m2=−m11=25. The equation of the line through P(3,1) with gradient 25 is: y−1=25(x−3) 2(y−1)=5(x−3) 2y−2=5x−15 5x−2y−13=0. This matches option A.
Question 12
1 mark
A rectangle has two of its sides on the parallel lines 3x−4y+6=0 and 3x−4y−9=0. A third side of the rectangle passes through the point (1,2). If the area of the rectangle is 15 square units, which of the following could be the equation of the fourth side?
A.4x+3y−35=0
B.4x+3y−15=0
C.3x−4y−10=0
D.4x+3y+25=0
E.3x+4y−25=0
Answer: A
Worked solution
First, find the distance h between the two parallel sides 3x−4y+6=0 and 3x−4y−9=0. The distance between ax+by+c1=0 and ax+by+c2=0 is d=a2+b2∣c1−c2∣. h=32+(−4)2∣6−(−9)∣=515=3. Since the area is 15, the width w of the rectangle must be w=h15=315=5. The third and fourth sides must be perpendicular to the first two sides. The gradient of the original lines is m1=43, so the perpendicular gradient is m2=−34. The equation of the third side passing through (1,2) is: y−2=−34(x−1)⟹3y−6=−4x+4⟹4x+3y−10=0. The fourth side is parallel to the third side, so its equation is 4x+3y+C=0. The distance between these two sides must be w=5: 42+32∣C−(−10)∣=5⟹5∣C+10∣=5⟹∣C+10∣=25. This gives C+10=25⟹C=15, or C+10=−25⟹C=−35. Thus, the possible equations are 4x+3y+15=0 and 4x+3y−35=0. Comparing with the options, only A is a match.
Question 13
1 mark
The points P(1,2) and Q(5,6) are the endpoints of a diameter of a circle. What is the area of this circle?
A.4π
B.8π
C.16π
D.32π
E.64π
Answer: B
Worked solution
First, we find the length of the diameter PQ using the distance formula: d=(5−1)2+(6−2)2=42+42=16+16=32=42. The radius r of the circle is half of the diameter: r=242=22. The area of the circle is given by A=πr2. Substituting our value for r: A=π(22)2=π(4×2)=8π. Therefore, the correct option is B.
Question 14
1 mark
A circle with centre (3,−4) is tangent to the x-axis. Which of the following is the equation of this circle?
A.x2+y2−6x+8y+9=0
B.x2+y2−6x+8y+16=0
C.x2+y2+6x−8y+9=0
D.x2+y2−6x+8y+25=0
E.x2+y2−6x+8y=0
Answer: A
Worked solution
The circle is tangent to the x-axis, which means the distance from the centre (3,−4) to the line y=0 is the radius. The distance is ∣−4∣=4, so r=4 and r2=16. The standard equation of a circle with centre (a,b) and radius r is (x−a)2+(y−b)2=r2. Substituting the values: (x−3)2+(y−(−4))2=16 (x−3)2+(y+4)2=16 Expanding the squares: x2−6x+9+y2+8y+16=16 x2+y2−6x+8y+9=0. This matches option A.
Question 15
1 mark
The circle C has the equation x2+y2−4x+6y−12=0. What is the equation of the tangent to C at the point (5,1)?
A.4x−3y=17
B.3x−4y=11
C.3x+4y=19
D.4x+3y=23
E.3x+4y=25
Answer: C
Worked solution
First, find the centre of the circle by completing the square for x and y: x2−4x=(x−2)2−4 and y2+6y=(y+3)2−9. Substituting these into the circle equation gives (x−2)2−4+(y+3)2−9−12=0, so (x−2)2+(y+3)2=25. The centre is at (2,−3). At the point of tangency (5,1), the radius from the centre has a gradient of mradius=5−21−(−3)=34. Since the tangent is perpendicular to the radius at the point of contact, the gradient of the tangent is mtangent=−43. Using the point-slope form y−y1=m(x−x1) with (5,1), we get y−1=−43(x−5). Multiplying by 4 gives 4y−4=−3x+15, which simplifies to 3x+4y=19.
Question 16
1 mark
A circle has the equation (x−1)2+(y+2)2=100. A horizontal chord of this circle lies on the line y=6. What is the length of this chord?
A.12
B.16
C.6
D.8
E.20
Answer: A
Worked solution
The circle has centre (1,−2) and radius r=10. The chord lies on the line y=6. The distance d from the centre to the line y=6 is ∣6−(−2)∣=8. The perpendicular from the centre to the chord bisects the chord. This forms a right-angled triangle where the radius (10) is the hypotenuse, the distance from the centre to the line (8) is one leg, and half the chord length (x) is the other leg. By Pythagoras: x2+82=102⟹x2+64=100⟹x2=36, so x=6. The total length of the chord is 2x=12.
Question 17
1 mark
A pyramid has a square base PQRS in the xy-plane with vertices at P(0,0,0), Q(4,0,0), R(4,4,0), and S(0,4,0). The vertex of the pyramid is at V(2,2,6). Let θ be the angle ∠VQP. Find cosθ.
0.11211
A.111
B.1111
C.2211
E.21
Answer: B
Worked solution
We consider the triangle VQP. To find cosθ where θ is the angle at vertex Q, we need the lengths of the three sides VQ, QP, and VP. 1. The length PQ is the distance between (0,0,0) and (4,0,0), which is 4. 2. The length VQ is the distance between (4,0,0) and (2,2,6): VQ=(2−4)2+(2−0)2+(6−0)2=(−2)2+22+62=4+4+36=44=211. 3. The length VP is the distance between (0,0,0) and (2,2,6): VP=(2−0)2+(2−0)2+(6−0)2=22+22+62=4+4+36=44=211. In triangle VQP, we have side lengths VQ=211, PQ=4, and VP=211. We use the cosine rule for the angle at Q: VP2=VQ2+PQ2−2(VQ)(PQ)cosθ 44=44+42−2(211)(4)cosθ 44=44+16−1611cosθ 0=16−1611cosθ 1611cosθ=16 cosθ=161116=111=1111.
Question 18
1 mark
A triangle ABC has side length AB=2 and angle ∠ABC=135∘. Given that the area of the triangle is Z, which of the following is an expression for the length of side AC?
A.2Z2+2Z+2
B.4Z2+2
C.4Z2−4Z+2
D.4Z2+4Z+2
E.2Z+2
Answer: D
Worked solution
Let the side length BC=x. The area of triangle ABC is given by Z=21(AB)(BC)sin(∠ABC). Z=21(2)(x)sin(135∘). Since sin(135∘)=sin(45∘)=22: Z=21⋅2⋅x⋅22=42x=21x. Thus, x=2Z. Now, we use the cosine rule to find side AC (the side opposite the 135∘ angle): AC2=AB2+BC2−2(AB)(BC)cos(∠ABC) AC2=(2)2+(2Z)2−2(2)(2Z)cos(135∘) Since cos(135∘)=−cos(45∘)=−22: AC2=2+4Z2−42Z(−22) AC2=2+4Z2+24⋅2Z AC2=4Z2+4Z+2 AC=4Z2+4Z+2.
Question 19
1 mark
A sector of a circle is formed using a piece of wire of length L. The area of the sector is A = rac{3L^2}{50}. Which one of the following is a possible value for the angle of the sector in radians?
A.2
B.2.5
C.3
D.3.5
E.4
Answer: C
Worked solution
Let the radius of the sector be r and the angle subtended at the centre be heta radians. The perimeter of the sector is given by the length of the wire L, so L=2r+rheta=r(2+heta). The area of the sector is given by A = rac{1}{2}r^2 heta. Substituting the given relationship A = rac{3L^2}{50}, we have:
21r2heta=503(r(2+heta))2
21r2heta=503r2(2+heta)2
Assuming r=0, we can divide by r2:
21θ=503(4+4θ+θ2)
Multiplying by 50 to clear the fraction:
25θ=3(4+4θ+θ2)
25θ=12+12θ+3θ2
Rearranging into a quadratic equation:
3θ2−13θ+12=0
Factoring the quadratic:
(3θ−4)(θ−3)=0
The possible values for heta are θ=34 and θ=3. Among the given options, only 3 is present.
Question 20
1 mark
Two sectors, S1 and S2, are defined within the same circle of radius r. The angle subtended at the centre by S1 is α radians and the angle subtended by S2 is β radians. Given that the area of S1 is three times the area of S2, and the perimeter of S1 is exactly twice the perimeter of S2, what is the value of α?
A.2
B.3
C.4
D.5
E.6
Answer: E
Worked solution
Let A1,P1 be the area and perimeter of S1, and A2,P2 be the area and perimeter of S2. Using the formulas for area and perimeter in radians: A1=21r2α and A2=21r2β P1=2r+rα and P2=2r+rβ From A1=3A2, we have:
21r2α=3(21r2β)⟹α=3β
From P1=2P2, we have:
2r+rα=2(2r+rβ)
Dividing by r (since r>0):
2+α=4+2β
Substitute α=3β into this equation:
2+3β=4+2β
β=2
Now, calculate α:
α=3(2)=6
The value of α is 6 radians.
Question 21
1 mark
The graph of y=3x is reflected in the line y=9 to produce the graph of y=f(x). The graph of y=f(x) intersects the graph of y=3x+2−9 at the point P(p,q). What is the value of 3p?
A.0.9
B.1.8
C.2.7
D.4.5
E.9.0
Answer: C
Worked solution
To reflect a function y=g(x) in a horizontal line y=L, we use the transformation y′=2L−g(x). Here, g(x)=3x and L=9, so the equation for the reflected graph is f(x)=2(9)−3x=18−3x. We find the intersection of y=18−3x and y=3x+2−9 by setting them equal:
18−3x=3x+2−9
18−3x=32⋅3x−9
18−3x=9⋅3x−9
Rearranging to group the 3x terms:
18+9=9⋅3x+3x
27=10⋅3x
3x=1027=2.7
Since P(p,q) is the point of intersection, p is the x-coordinate, so 3p=2.7.
Question 22
1 mark
Consider the equation 4x−(k+1)2x+k=0, where k is a real constant. For which set of values of k does this equation have exactly one real solution for x?
A.k=1 only
B.k≤0 only
C.k≤1
D.k≤0 or k=1
E.k≤0 or k≥1
Answer: D
Worked solution
Let u=2x. Since x is real, u must be a positive real number (u>0). Substituting this into the equation gives a quadratic in u:
u2−(k+1)u+k=0
This quadratic factorises as (u−k)(u−1)=0. The roots are u=1 and u=k. For each root u, there is a corresponding real solution for x if and only if u>0: 1. The root u=1 gives 2x=1, so x=0. This is always one real solution regardless of k. 2. The root u=k gives a real solution for x if and only if k>0, in which case x=log2k. To have exactly one real solution for x, we consider the cases: - If k=1, the roots are identical (u=1), resulting in only one value for x (x=0). - If k≤0, the root u=k does not produce a real value for x (since 2x cannot be zero or negative), so the only solution is x=0 from the first root. - If k>0 and k=1, there are two distinct positive roots for u, leading to two distinct real solutions for x. Therefore, there is exactly one solution when k=1 or k≤0.
Question 23
1 mark
What is the complete set of real values of x that satisfy the equation 2log2x−log2(x+4)=1?
A.x=4 only
B.x=2 only
C.x=4 or x=−2
D.x=2 or x=−4
E.x=4 or x=2
Answer: A
Worked solution
We start by using the power law and the quotient law of logarithms. The equation is: 2log2x−log2(x+4)=1 Using klogax=loga(xk), we have: log2(x2)−log2(x+4)=1 Using logaA−logaB=loga(BA), we have: log2(x+4x2)=1 From the definition b=logac⇔ab=c, we can write: x+4x2=21=2 Rearranging the equation gives a quadratic: x2=2(x+4) x2−2x−8=0 Factorising the quadratic gives: (x−4)(x+2)=0 This yields potential solutions x=4 and x=−2. However, we must check the domain of the original logarithmic expressions. In the expression 2log2x, the argument x must be strictly positive (x>0). In the expression log2(x+4), we require x+4>0, or x>−4. The intersection of these conditions is x>0. Thus, x=−2 is an invalid solution. The only valid solution is x=4.
Question 24
1 mark
The sum of the real roots of the equation 32x+1+3=10⋅3x is
A.-1
B.0
C.1
D.310
E.log310−1
Answer: B
Worked solution
We can rewrite the equation as a quadratic in terms of 3x. Let u=3x. Then 32x+1=31⋅(3x)2=3u2. The equation becomes: 3u2+3=10u 3u2−10u+3=0 Factorising the quadratic: (3u−1)(u−3)=0 So the solutions for u are u=31 and u=3. Now we solve for x: Case 1: 3x=31=3−1⟹x=−1 Case 2: 3x=3=31⟹x=1 Both solutions are real numbers. The sum of these roots is: x1+x2=−1+1=0 Alternatively, using properties of roots for the quadratic in u, the product of the roots u1u2=ac=33=1. Since u1u2=3x1⋅3x2=3x1+x2, we have 3x1+x2=1, which implies x1+x2=0.
Question 25
1 mark
The function f is defined for x=0 by
f(x)=x(x−k)2
where k is a non-zero constant. The tangent to the graph y=f(x) at x=2 is parallel to the line 4y−3x=12. What is the value of f′′(2)?
A.161
B.81
C.41
D.21
E.1
Answer: C
Worked solution
First, we rewrite f(x) for easier differentiation: f(x)=xx2−2kx+k2=x−2k+k2x−1 Then, we find the first derivative: f′(x)=1−k2x−2=1−x2k2 The line 4y−3x=12 can be written as y=43x+3, which has a gradient of 43. Since the tangent at x=2 is parallel to this line, f′(2)=43: 1−22k2=43⇒1−4k2=43⇒4k2=41⇒k2=1 Now we find the second derivative: f′′(x)=dxd(1−k2x−2)=2k2x−3=x32k2 Substituting x=2 and k2=1: f′′(2)=232(1)=82=41.
Question 26
1 mark
A continuous function f(x) is defined on the interval 1≤x≤5. Let A=∫15∣f(x)∣dx represent the total area enclosed between the curve y=f(x) and the x-axis, and let I=∫15f(x)dx represent the definite integral over the same interval. Consider the following three statements: I. A≥∣I∣ II. If f(x)=0 for at least one value x=c where 1<c<5, then A>I. III. If f(1)<0 and f(5)>0, then A>I. Which of the above statements must be true?
A.I only
B.III only
C.1 and 2 only
D.1 and 3 only
E.1, 2 and 3
Answer: D
Worked solution
Statement I: A=∫15∣f(x)∣dx and I=∫15f(x)dx. By the integral triangle inequality, ∫∣f∣≥∣∫f∣, so A≥∣I∣ is always true for any integrable function. Thus, Statement I must be true. Statement II: This is not necessarily true. A function can have a root without crossing the x-axis. For example, if f(x)=(x−3)2, the function has a root at x=3, but f(x)≥0 for all x. In this case, ∣f(x)∣=f(x), so A=I. Therefore, A>I is not guaranteed. Statement III: If f(1)<0 and f(5)>0, then because f(x) is continuous, the Intermediate Value Theorem guarantees that there is at least one point where the curve crosses the x-axis. This implies there exists an interval within (1,5) where f(x)<0. In any region where f(x)<0, the integrand for A is ∣f(x)∣=−f(x), which is strictly greater than the integrand for I, which is f(x). Since ∣f(x)∣≥f(x) everywhere and ∣f(x)∣>f(x) on at least one sub-interval, the integral A must be strictly greater than I. Thus, Statement III must be true. The correct statements are I and III only.
Question 27
1 mark
The function f is continuous for all x and satisfies the equation:
∫2xf(t)dt=x2+ax+2
where a is a constant. What is the value of f(5)?
A.4
B.7
C.10
D.12
E.13
Answer: B
Worked solution
To find the value of the constant a, we first evaluate the given equation at the lower limit of the integral, x=2. Since the integral of any continuous function from c to c is zero (∫ccf(t)dt=0), we can write:
0=22+a(2)+2
0=4+2a+2
2a=−6⟹a=−3
Now, according to the Fundamental Theorem of Calculus, dxd∫cxf(t)dt=f(x). By differentiating both sides of the original equation with respect to x, we obtain an expression for f(x):