Why is the system considered linear in this case?

  • Thread starter Thread starter khdani
  • Start date Start date
  • Tags Tags
    Linear Signal
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 · 2K views
khdani
Messages
53
Reaction score
0
hello,
y(t)=[cos(3t)]*x(t)
x1(t) -> y1(t)=[cos(3t)]*x1(t)
x2(t) -> y2(t)=[cos(3t)]*x2(t)
x3(t) = a*x1(t)+b*x2(t)
x3(t) -> y3(t)=[cos(3t)]*x3(t)=[cos(3t)]*(a*x1(t)+b*x2(t))=
=[cos(3t)]*(a*[cos(3t)]*x1(t)+b*[cos(3t)]*x2(t))
y3(t) not equal a*y1(t)+b*y2(t) but the answers in the book said that
the system is linear? why? am i wrong or there's a mistake in the book?
 
Physics news on Phys.org
Check out the last two lines again. You've got a mistake there...
 
i found the mistake, thanks