Let f : ℝ → ℝ be a twice-differentiable function such that   f(x + y) = f(x) f(y) for all x, y ∈ ℝ. If f′(0) = 4a and f satisfies   f″(x) − 3a f′(x) − f(x) = 0, a > 0, then the area of the region   R = { (x, y) | 0 ≤ y ≤ f(ax), 0 ≤ x ≤ 2 } is: (1) e² − 1  (2) e⁴ + 1  (3) e⁴ − 1  (4) e² + 1

3 min read
11 views
Published July 4, 2025
Mathematics
Calculus
Differential Equations
Functions
Definite Integration

💡 Want to ask your own questions?

Get instant explanations with AI • Free trial

Detailed Explanation

1. Recognising the Functional Equation

The identity
f(x+y)=f(x)f(y)f(x+y)=f(x)f(y)
with f:RRf:\mathbb R\to\mathbb R twice-differentiable is the well-known Cauchy Exponential functional equation. Under differentiability, its non-trivial solutions are of the form
f(x)=ekxf(x)=e^{kx}
for some constant kk.

2. Checking f(0)f(0)

Set x=y=0x=y=0:
f(0)=f(0)f(0)        f(0)=0 or 1.f(0)=f(0)f(0)\;\;\Rightarrow\;\;f(0)=0 \text{ or } 1.
If f(0)=0f(0)=0, the functional equation forces f0f\equiv0, contradicting f(0)=4a(>0)f'(0)=4a\,(>0). Hence
f(0)=1.f(0)=1.

3. First Derivative Condition

For f(x)=ekxf(x)=e^{kx} we get
f(x)=kekx,f(0)=k.f'(x)=k e^{kx},\qquad f'(0)=k.
Given f(0)=4af'(0)=4a, we immediately have
k=4a.k=4a.

4. Satisfying the Second-Order ODE

Insert f(x)=ekxf(x)=e^{kx} into
f(x)3af(x)f(x)=0.f''(x)-3a f'(x)-f(x)=0.
Because f(x)=k2ekxf''(x)=k^{2}e^{kx} and f(x)=kekxf'(x)=k e^{kx}, the exponential factor ekxe^{kx} never vanishes, so
k23ak1=0.k^{2}-3a k-1=0.
Substitute k=4ak=4a into the quadratic:
16a212a21=0        4a2=1        a=12  (a>0).16a^{2}-12a^{2}-1=0 \;\;\Longrightarrow\;\;4a^{2}=1 \;\;\Longrightarrow\;\;a=\frac12\;(a>0).
Hence

5. Function Inside the Area

We need f(ax)f(ax) with a=12a=\frac12:

6. Computing the Area

The required region is

Its area is the definite integral

Thus the correct option is (1) e21e^{2}-1.

Simple Explanation (ELI5)

Imagine a Magic Balloon

  1. Balloon Rule (Functional Equation)
    If you blow the balloon for xx seconds and then for yy more seconds, its size becomes the same as blowing it for x+yx+y seconds in one go.
    Mathematically, that is f(x+y)=f(x)f(y)f(x+y)=f(x)f(y).

  2. Extra Clues

    • The way the balloon’s size changes at the very start is 4a4a (that’s f(0)=4af'(0)=4a).
    • The size also obeys a special bending rule while it grows:
      f(x)3af(x)f(x)=0f''(x)-3a f'(x)-f(x)=0
  3. Goal
    We draw the curve y=f(ax)y=f(ax) from x=0x=0 to x=2x=2 and colour everything under it (down to y=0y=0).
    We want the area of that coloured part.

  4. What Happens
    a. The only shape that always follows the rule f(x+y)=f(x)f(y)f(x+y)=f(x)f(y) and is smooth is an exponential curve f(x)=ekxf(x)=e^{kx}.
    b. Using the clues, we find k=2k=2 and a=12a=\frac12.
    c. So f(ax)=exf(ax)=e^{x}.
    d. The coloured area is just the area under y=exy=e^{x} from 00 to 22, which is e21e^{2}-1.

Answer: e21e^{2}-1.

👆 Found this helpful? Get personalized explanations for YOUR questions!

Step-by-Step Solution

Step 1 – Assume Exponential Form

Because ff is twice differentiable and obeys
f(x+y)=f(x)f(y),f(x+y)=f(x)f(y),
write
f(x)=ekx(kR).f(x)=e^{kx}\quad (k\in\mathbb R).

Step 2 – Determine kk Using f(0)f'(0)

For f(x)=ekxf(x)=e^{kx},
f(x)=kekxf(0)=k.f'(x)=k e^{kx}\quad\Longrightarrow\quad f'(0)=k.
Given f(0)=4af'(0)=4a, we get
k=4a.\tag{1}

Step 3 – Impose the Second-Order ODE

Plug f(x)=ekxf(x)=e^{kx} into
f(x)3af(x)f(x)=0.f''(x)-3a f'(x)-f(x)=0.
We have
f(x)=k2ekx,  f(x)=kekx    k2ekx3akekxekx=0.f''(x)=k^{2}e^{kx},\;f'(x)=k e^{kx}\;\Longrightarrow\;k^{2}e^{kx}-3a k e^{kx}-e^{kx}=0.
Divide by ekxe^{kx} (never zero):
k^{2}-3a k-1=0.\tag{2}

Step 4 – Solve for aa and kk

Insert (1) into (2):
(4a)23a(4a)1=016a212a21=04a2=1a=12  (a>0).\bigl(4a\bigr)^{2}-3a\bigl(4a\bigr)-1=0 \Longrightarrow 16a^{2}-12a^{2}-1=0 \Longrightarrow 4a^{2}=1 \Longrightarrow a=\frac12 \;(a>0).
Hence
k=4a=2.k=4a=2.
So
f(x)=e^{2x}.\tag{3}

Step 5 – Function Inside the Region

We need f(ax)f(ax): with a=12a=\tfrac12,
f(ax)=e^{2\left(\frac12 x\right)}=e^{x}.\tag{4}

Step 6 – Area Under the Curve

The region is bounded by y=exy=e^{x}, the xx-axis, and the verticals x=0x=0 and x=2x=2. Hence
\text{Area}=\int_{0}^{2} e^{x}\,dx = \left[ e^{x} \right]_{0}^{2}=e^{2}-1.\tag{5}

Final Answer

e21\boxed{e^{2}-1}
Option (1).

Examples

Example 1

Compound interest: money grows as M(t)=M0 e^{kt}, and area under this curve gives total earnings over time.

Example 2

Population of bacteria doubling at a constant percentage rate follows an exponential curve; integrating gives total ‘bacteria-hours’.

Example 3

RC-circuit voltage decay V(t)=V0 e^{-t/RC}; integrating gives total charge that has flowed.

Visual Representation

References

🤔 Have Your Own Question?

Get instant AI explanations in multiple languages with diagrams, examples, and step-by-step solutions!

AI-Powered Explanations
🎯Multiple Languages
📊Interactive Diagrams

No signup required • Try 3 questions free