How Do You Solve for x3[t] in Terms of x1[t]?

  • Thread starter Thread starter kougou
  • Start date Start date
  • Tags Tags
    Function
kougou
Messages
80
Reaction score
0

Homework Statement


If x2[t]= x1[t-2]
and x3[t]=x2[2t]

What is x3[t] in terms of x1[t]?

a) x3[t]= x1[2(t-2)]
b) x3[t]= x1[2t-2]

Homework Equations


which one?

The Attempt at a Solution



offcourse, but I am struggling with this concept of shifting. But I believe the answer should be A. since x3[t] is the compression version of x2[t], which is the shift version of x1[t].

So the overall transformation would be x3[2(t-2)], which is not correct.
 
Last edited:
Physics news on Phys.org
I don't see any "attempt at a solution". Have you not tried?
 
HallsofIvy said:
I don't see any "attempt at a solution". Have you not tried?



offcourse, but I am struggling with this concept of shifting. But I believe the answer should be A. since x3[t] is the compression version of x2[t], which is the shift version of x1[t].

So the overall transformation would be x3[2(t-2)], which does not correct.
 
This problem is not so much about "shifting" as it is about understanding functional notation. You are given that x2[t]= x1[t- 2]. That is exactly the same thing as saying that x2[y]= x1[y- 2] or x2[a]= x1[a- 2]. Whatever is in the braces of x2, in the x1 function, you subtract 2 from it. In x3[t]= x2[2t], what is "in the braces of x2" is "2t" so x3[t]= x2[2t]. What do you get when you replace "t" with "2t" in x1?
 
I think this one is easiest to see algebraically. Let's rename some variables to avoid confusion. So let
x2(u) = x1(u - 2)
x3(v) = x2(2v)

Now set v = t. What will u be?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top