SHOW: if x1 & x2 have a period T then x3 = a*x1 + b*x2 also has period T

  • Thread starter Thread starter VinnyCee
  • Start date Start date
  • Tags Tags
    Period
AI Thread Summary
If x1(t) and x2(t) have a period T, then the function x3(t) = ax1(t) + bx2(t) also has period T, as demonstrated through substitution and verification of periodicity. The equations confirm that x3(t + T) equals x3(t) for all t, establishing T as a period for x3. However, it is important to note that T may not be the smallest period for x3; an example illustrates that while T can be a period, the fundamental period may differ. In the case of x1 = sin(x) + sin(2x) and x2 = -sin(x) + sin(2x), both have a period of 2π, but their difference results in a function with a fundamental period of π. Thus, while T is a period for the linear combination, it is not necessarily the smallest period.
VinnyCee
Messages
486
Reaction score
0

Homework Statement



Show that if x_1(t) and x_2(t) have period T, then x_3(t)\,=\,ax_1(t)\,+\,bx_2(t) (a, b constant) has the same period T.



Homework Equations



x_1\left(t\,+\,T\right)\,=\,x_1(t)

x_2\left(t\,+\,T\right)\,=\,x_2(t)



The Attempt at a Solution



x_3(t)\,=\,a\,x_1(t)\,+\,b\,x_2(t)

x_3(t\,+\,T)\,=\,a\,x_1(t\,+\,T)\,+\,b\,x_2(t\,+\,T)

Since the relevant equations (above) are true...

x_3\left(t\,+\,T\right)\,=\,a\,x_1(t)\,+\,b\,x_2(t)

x_3(t)\,=\,a\,x_1(t)\,+\,b\,x_2(t)

\therefore\,x_3\left(t\,+\,T\right)\,=\,x_3(t)\,\forall\,t\,\in\,\mathbb{R}



Does this look right?
 
Physics news on Phys.org
Yes, that's fine. That shows that if T is a period of both x1 and x2 then it is a period of ax1+ bx2 for any a and b. It is NOT always true that if T is the period (i.e. smallest period) of both x1 and x2 then it is the period of ax1+ bx2. Example: x1= sin(x)+ sin(2x), x2= -sin(x)+ sin(2x). Then 2\pi is the period of both x1 and x2 but x1-x2= 2sin(2x) which has fundamental period \pi. (But 2\pi is still a period.)
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top