Testing Linearity of Two Given Systems

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
4 replies · 5K views
mym786
Messages
11
Reaction score
0

Homework Statement



Two system are given as follows :-

(a) [itex]\frac{dy}{dt}[/itex] + sin(t)y(t) = [itex]\frac{df}{dt} + 2f(t)[/itex]

(b) [itex]\frac{dy}{dt}[/itex] + 2y(t) = f(t)*[itex]\frac{df}{dt}[/itex]

Test linearity of systems.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
So the question is basically to determine if each represents a linear or a non-linear system.

Tell us what you know or don't know. What type of things are you allowed do to the variables and their derivatives in order for it to be linear system? What are some things you can't do if you want to preserve linearity?
 
My attempt to the solution.

(a) dy/dt + sin(t)y(t) = df/dt + 2f(t)

If input is f1(t) , output is y1(t).
dy1/dt + sin(t)y1(t) = df1/dt + 2f1(t) -> eqn 1

If input is f2(t) , output is y2(t)
dy2/dt + sin(t)y(t) = df2/dt + 2f2(t) -> eqn2

Now system would be linear if input is k1f1(t) and output is k1y1(t).

Let input be k1f1(t) , k2f2(t).

d(k1y1(t) + k2y2(t))/dt + sin(t)(k1y1(t) + k2y2(t)) = d(k1f1(t) + k2f2(t))/dt + (k1f1(t) + k2f2(t)). -> 3

eqn 3 is k1*eqn1 + k2*eqn2 so System is linear. The solution says System is not linear. Why ?
 
mym786 said:
My attempt to the solution.
...
eqn 3 is k1*eqn1 + k2*eqn2 so System is linear. The solution says System is not linear. Why ?

That's good. Your answer is correct, it is a linear system. It's not time invariant (therefore not LTI) but it is linear.