Question:medium

A signal $f(t)$ has energy $E$, the energy of the signal $f(2t)$ is equal to

Show Hint

Time compression increases frequency but reduces energy by the same scaling factor.
Updated On: Jul 6, 2026
  • $E$
  • $E/2$
  • $2E$
  • $4E$
Show Solution

The Correct Option is B

Approach Solution - 1

Step 1: Take a simple test signal, a rectangular pulse \( f(t) = 1 \) for \( 0 \leq t \leq 1 \) and zero elsewhere, so its energy is \( E = \displaystyle\int_0^1 1^2\,dt = 1 \).
Step 2: The compressed signal \( f(2t) \) equals \( 1 \) only when \( 0 \leq 2t \leq 1 \), i.e. for \( 0 \leq t \leq 0.5 \), so its energy is \( \displaystyle\int_0^{0.5} 1^2\,dt = 0.5 \).
Step 3: Comparing, the compressed signal's energy \( 0.5 \) is exactly half of the original energy \( E = 1 \), matching the general rule that compressing time by a factor \( a \) scales energy by \( 1/a \). \[ \boxed{E_{f(2t)} = \dfrac{E}{2}} \]
Was this answer helpful?
0
Show Solution

Approach Solution -2

Here is a purely dimensional/scaling argument rather than an integral substitution, checked against each option.

  1. Option E: For the energy to stay at \( E \) after compression, the time axis squeezing would have to be exactly compensated by an amplitude change, but \( f(2t) \) only re-indexes time, it does not rescale amplitude, so the energy cannot remain the same; this is inconsistent with how the area under the squared signal behaves.
  2. Option E/2: Squeezing the time axis by a factor of \( 2 \) means every value of \( f \) is reached in half the time span; since energy is an integral of \( |f|^2 \) over time, shrinking the time span by a factor of \( 2 \) while the amplitude profile stays the same shrinks the total area, hence the energy, by that same factor of \( 2 \), giving \( E/2 \).
  3. Option 2E: This would require the compressed signal to somehow spend more time accumulating energy than the original, which contradicts the fact that compression strictly shortens the interval of integration.
  4. Option 4E: A factor of \( 4 \) would arise only if both the time axis were compressed and the amplitude were doubled simultaneously, neither of which happens in the transformation \( f(t) \to f(2t) \); amplitude is left untouched here.

Since only the time axis is rescaled and the area under the squared curve shrinks proportionally to that time-axis compression factor, the energy must reduce by exactly that factor.

So the correct answer is \( E/2 \).

Was this answer helpful?
0