Finding x(t) with Given Coefficients

  • Thread starter Thread starter Goalie_Ca
  • Start date Start date
  • Tags Tags
    Coefficients
AI Thread Summary
Finding x(t) with the given coefficients involves using Fourier series and trigonometric identities to express x(t) as a sum of sine functions. The coefficients a_k are defined, with a_0 being zero, leading to a simplified expression for x(t) that incorporates the sine terms. The transformation j^k is recognized as a phase shift, allowing for further simplification using identities. The periodicity of 4 is also considered to refine the expression. Ultimately, specific values for a_0 and k are necessary to determine a unique solution for x(t).
Goalie_Ca
Messages
102
Reaction score
0
Okay. so i have a problem that I'm finding tricky to work backwards from.
I'm given the coefficients

Period 4 and x(t) is continuous.
a_{k} = 0 if k=0
a_{k} = j^k*sin(k*Pi/4)/(k*Pi) if k!=0

Supposed to find x(t).

Now I've tried a few things but have come up with many different answers. Mostly I am confused as they all depend on the value of k. I am obviously lost as to how to reverse this.
 
Physics news on Phys.org
Meh. Nm. i read ahead and used the Fourier transform pairs table. Also noting that j^k gives exp(j*k*Pi/2) which is just a phase shift to the square wave.
 


Finding x(t) with given coefficients can be a challenging task, especially when the problem involves working backwards. In this case, we are given the coefficients a_k and are asked to find x(t). It is important to note that the solution will depend on the value of k, as mentioned in the problem.

To start, we can use the given information to write the expression for x(t) as a sum of cosine and sine functions using Euler's formula:

x(t) = a_0 + ∑ (a_k*cos(k*t) + b_k*sin(k*t)) (1)

where a_k and b_k are the coefficients for the cosine and sine terms respectively. Since a_k = 0 if k=0, we can simplify the above equation as:

x(t) = a_0 + ∑ (b_k*sin(k*t)) (2)

Now, we can use the given expression for a_k and plug it into equation (2):

x(t) = a_0 + ∑ (j^k*sin(k*Pi/4)/(k*Pi)*sin(k*t)) (3)

Note that we have replaced the cosine term with its equivalent sine term using the identity cos(x) = sin(x+Pi/2).

Next, we can use the trigonometric identity sin(a)*sin(b) = 1/2*(cos(a-b) - cos(a+b)) to simplify equation (3):

x(t) = a_0 + 1/2∑ (j^k*(cos(k*(t-Pi/4)) - cos(k*(t+Pi/4)))/(k*Pi)) (4)

Finally, we can use the given period of 4 to simplify equation (4) further:

x(t) = a_0 + 1/2∑ (j^k*(cos(k*t) - cos(k*t+Pi)))/(k*Pi) (5)

Now, we can see that the solution for x(t) depends on the values of k and a_0. To find the specific value of x(t), we would need more information such as the initial conditions or the values of a_0 and k.

In conclusion, finding x(t) with given coefficients can be a challenging task, but by using the given information and using trigonometric identities, we can simplify the expression and write it in a more manageable form. However, the solution
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top