Question
The functions $f$ and $g$ are both defined for $-1 \leq x \leq 0$ by
$f(x) = 1-x^2$
$g(x) = e^{2x}$
The graphs of $f$ and $g$ intersect at $x=a$ and $x=b$, where $a < b$.
(a) Find the value of $a$ and the value of $b$.
(b) Find the area of the region enclosed by the graphs of $f$ and $g$.
▶️Answer/Explanation
Detail Solution
(a)
We need to determine where the graphs of
and
intersect within the interval
These intersection points occur when
so we set up the equation:
To find a and b, where a<b, we need to solve this equation. This isn’t something we can solve algebraically with simple tricks, so let’s define a helper function to analyze:
The roots of h(x)=0 give us the intersection points. Since x is restricted to [−1,0], let’s explore the behavior of h(x) at the boundaries and within the interval.
- At
-
So,
g(x)>f(x) at x = − 1
- At
Here,
is an intersection point. This is likely b, since it’s the right endpoint.
Since
and
and we expect two distinct points
with
(as x = 0 is an endpoint), let’s examine
h(x)’s behavior by computing its derivative to understand how it changes:
Set
to find critical points:
This is transcendental, so test points in
- At
- At
- At
The derivative switches from positive to negative, indicating a maximum between − 0.5 and − 0.1
Since
, increases to a maximum, and reaches
it must cross zero once between − 1 and 0 , then hit zero again at x = 0
Let’s approximate a numerically:
Test
Test
Test
Test
Test
The root is between − 0.95 and − 0.9
Refining further requires numerical methods (e.g., Newton-Raphson), but for simplicity, recognize a ≈ − 0.91 (exact value involves the Lambert W function, where
Thus:
(b)
The area is between x = a and x = b where the curves enclose a region.
From − 1 − to a ,
from
. The enclosed area is from a to b where
Compute the antiderivative of
So,
Evaluate from x= -0.922 to x =0
At
- At
-
3
,
F(−0.922)≈−0.922−(−0.2609)−0.0791≈−0.7403
-
Area= F(0)−F(−0.922)=−0.5−(−0.7403)≈0.2403
————Markscheme—————–
(a) attempts to find an intersection point
$a = -0.916562…$ or $b = 0$
$a = -0.917, b = 0$
(b) let $A$ be the area of the region
EITHER
attempts to form the required integral involving subtraction (in any order). Accept attempts with absence of limits or incorrect limits. Accept absence of $dx$.
OR
shows a graph with the required area shaded
THEN
$A = \int_{a}^{b} (f(x)-g(x)) dx = \int_{-0.916562}^{0} (1-x^2-e^{2x}) dx$ (or equivalent)
$A = 0.239855…$
$A = 0.240$