Simple yet tricky definite integration problem

  • Thread starter Thread starter Tamis
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Tamis
Messages
7
Reaction score
0
I'm given:
[itex]f(x)=\left\{\begin{matrix}<br /> 1 & -1\leq x \leq 1\\ <br /> 0 & otherwise <br /> \end{matrix}\right.[/itex]

The integral to evaluate is:
[itex]\int_{-1}^1 f(x-t) dt[/itex]

What integration techniques should i use to solve this problem?
Could someone please provide the steps to solve this problem (as the answer only provides the solution, and not the steps)?
 
Physics news on Phys.org
I'm not sure if it really works, but let me just write it down:

Do the change of variable u=x-t then the integral becomes [itex]\int\limits_{x - 1}^{x + 1} {f(u)du}[/itex].
Now consider 4 cases:
(i) [itex]x - 1 \le - 1 < 1 \le x + 1[/itex]
(ii)[itex]- 1 \le x - 1 < 1 \le x + 1[/itex]
(iii)[itex]x - 1 \le - 1 < x + 1 \le 1[/itex]
(iv)[itex]- 1 \le x - 1 < x + 1 \le 1[/itex]
 
Tamis said:
I'm given:
[itex]f(x)=\left\{\begin{matrix}<br /> 1 & -1\leq x \leq 1\\ <br /> 0 & otherwise <br /> \end{matrix}\right.[/itex]

The integral to evaluate is:
[itex]\int_{-1}^1 f(x-t) dt[/itex]

What integration techniques should i use to solve this problem?
Could someone please provide the steps to solve this problem (as the answer only provides the solution, and not the steps)?

Forum rules require you to show your work. Surely you can figure out most of this problem by yourself! Just think about what f(x-t) is for various x and t.