Simple yet tricky definite integration problem

  • Thread starter Thread starter Tamis
  • Start date Start date
  • Tags Tags
    Integration
Tamis
Messages
7
Reaction score
0
I'm given:
f(x)=\left\{\begin{matrix}<br /> 1 &amp; -1\leq x \leq 1\\ <br /> 0 &amp; otherwise <br /> \end{matrix}\right.

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

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 \int\limits_{x - 1}^{x + 1} {f(u)du}.
Now consider 4 cases:
(i) x - 1 \le - 1 &lt; 1 \le x + 1
(ii)- 1 \le x - 1 &lt; 1 \le x + 1
(iii)x - 1 \le - 1 &lt; x + 1 \le 1
(iv)- 1 \le x - 1 &lt; x + 1 \le 1
 
Tamis said:
I'm given:
f(x)=\left\{\begin{matrix}<br /> 1 &amp; -1\leq x \leq 1\\ <br /> 0 &amp; otherwise <br /> \end{matrix}\right.

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

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top