Plotting output response of system ot the input stimulus given

In summary: A/(s+1) = 10/(s+1) B/(s+1)^2 = 10/(s+1)^2 C/(s+1) = 10/(s+1) D/(s+1)^2 = 10/(s+1)^2 E/(s+1) = 0 F/(s+1) = 0
  • #1
Brian Moughtin
5
0
Hi

I need to "plot the output response of the system shown to the input stimulus given"

I suppose it would help if i knew where to start, but I'll try and explain as best I can.

There are two drawings.

Drawing 1 - shows a rectangle with 1 / 1 +0.5s inside and a line drawn horizontally from the centre of the left vertical side labelled Input, another line is drawns from the centre of the right vertical side saying Output.

Drawing 2 - Shows a graph and a curve starting at 10 on the Y axis with the figure 10e^-0.2t the curve flattens at 3.27 seconds on the X axis.

Now being the worlds worst student of maths, this is what I've got so far.

f(t) = 10e^-0.2t : 0 < t 3.27

f(t) = 5.19 : t>3.27

( Found 5.19 by 10e^(-0.2 x 3.27) = 5.19

Therefore f(t) = 10e^-0.2t - 10e^0.2t H(t-3.27) + 5.19H(t-3.27)

e^-3.27 = 0.038

5.19 x 0.038 = 0.19722

Thus

f(t) = 10e^0.2t - 0.197H(t-3.27) e^-(ta-3.27) +0.197H(t-3.27)

To give

F(s) = 10/(S + 1) - 0.197 x (e^3.27s) /(S+1) = (0.197 x e^3.27s)/S


So far this is probably easily understandable to some but makes me want to put a round in the chamber !
I've no confidence that what I've done is right so far, so would appreciate any comments and if anyone is an expert in this stuff ...the answer

As I've no access to any maths software and have never used it a plain english step by step explanation would be really appreciated!

Thanks

Brian
 
Physics news on Phys.org
  • #2
This is quite a puzzler, largely because you've made it very hard to understand what you're trying to do. I spent a minute trying to figure out what your diagram 1 looks like, but I don't think you refer to it anywhere in your problem. Are you just trying to simplify or re-express an expression in some desired form? Anyways, if f is supposed to be the function whose graph appears in figure 2, then you've given it correctly here:

f(t) = 10e^-0.2t - 10e^0.2t H(t-3.27) + 5.19H(t-3.27)

Next, although it's not entirely clear what you're doing, it appears you've neglected the "0.2":

f(t) = 10e^-0.2t - 10e^0.2t H(t-3.27) + 5.19H(t-3.27)

In fact, something is definitely wrong, since the expression on the right hand of your first equation has an [itex]e^{-0.2t}[/itex] term in it, and your second has no such term, so you have expressed the same f as two linearly independent functions, which is impossible. Also, although the coefficient of your Heaviside term goes from 5.19 to 0.197. If I knew what you were trying to do, I could do more than say what I think is wrong, I could try to suggest ways to fix it, but as I you've never told us what you're trying to do, I don't know what more to say. What's capital S by the way, and is it different from little s?
 
  • #3
The rectangle with the lines coming out is your system. You put something in and it gives you something out. The 1/(1+0.5s) inside is called the transfer function or system function, which I'll call Z(s). To find the output Y(s) of the system, you just multiply the input by the system function.

So, Y(s) = Z(s)*F(s), assuming F(s) is the input. Then you need to do an inverse Laplace transform on Y(s) to turn it into y(t).

I think you have some problems when going from f(t) to F(s). Remember that

[tex] e^{-\alpha t}H(t) \rightarrow \frac{1}{s+\alpha}[/tex]
 
  • #4
Heaviside

I've found an example in my college notes and followed it to add what I can, hope it makes sense.


This is where the drawing of the curve is shown

a) Define the function and hence find the Laplace.

f(t) = 10e^-0.2t : 0 < t 3.27

f(t) = 5.19 : t>3.27

( Found 5.19 by 10e^(-0.2 x 3.27) = 5.19

Therefore f(t) = 10e^-0.2t - 10e^0.2t H(t-3.27) + 5.19H(t-3.27)

e^-3.27 = 0.038

5.19 x 0.038 = 0.19722

Thus

f(t) = 10e^0.2t - 0.197H(t-3.27) e^-(t-3.27) +0.197H(t-3.27)

To give

F(s) = 10/(S+1) - (0.197 e^3.27s) /(S+1) + (0.197 e^3.27s)/S


b)

This input stimulus is applied to a system which has a transfer function of
1/ (1+0.5s) derive an expression for the output, and hence plot the response

i.p ...1/(1+0.5s)...o.p

o.p / i.p = 1/(1+0.5)


Therefore o.p. = 1 /(1+0.5s) x i.p.

op = 1/(1+0.5s) { 10/(s+1) - 0.197e^3.27s / (s+1) + 0.197e^3.27s / s }

= 0 / (0.5s +1) - 0.197e^3.27s / (0.5s +1) + 0.197e^3.27s / (s (0.5s+1))

T.P.F.

The line below is shown in my example from college but I don't know if it is the same for this question.


{ A/(s+1) + B /(s+1)^2 } + { C/(s+1) + D/(s+1)^2 } + { E /s + F/ (s+1) }

from this some values are worked out giving F(s)

and the example mentions converting back and shows F(t) = and some heaviside .

Hope that makes a bit more sense to someone than it does to me !
 
  • #5
f(t) is the input to the system. You want to find the output y(t). You are given the transfer function Z(s). The transfer function is defined as the output divided by the input in the Laplace domain. Therefore, Y(s) = Z(S)*F(S). So you first need to convert f(t) to F(s), then then when you find Y(s), you need to transform it back into y(t).

I still think there is something wrong when you go from f(t) to F(s).
 
  • #6
Still struggling !

Thanks so far, I think bits are falling into place ! but I would appreciate any guidance on the next step,

"The line below is shown in my example from college but I don't know if it is the same for this question.


{ A/(s+1) + B /(s+1)^2 } + { C/(s+1) + D/(s+1)^2 } + { E /s + F/ (s+1) }"
 
  • #7
Partial Fractions

Help getting started anyone ! :cry:
 

1. What is the purpose of plotting the output response of a system to an input stimulus?

The purpose of plotting the output response of a system to an input stimulus is to visualize how the system behaves when it receives a certain input. It helps to understand the dynamics and characteristics of the system and how it responds to different inputs.

2. How is the input stimulus chosen for plotting the output response?

The input stimulus is usually chosen based on the type of system and the specific parameters being studied. It can be a single pulse, a sine wave, or a step function, depending on the application. The input stimulus should be carefully selected to accurately represent the behavior of the system.

3. What information can be obtained from the output response plot?

The output response plot can provide information such as the steady-state response, transient response, and frequency response of the system. It can also help to identify any oscillations, delays, or distortions in the system's output.

4. How can the output response plot be used to improve the system's performance?

By analyzing the output response plot, it is possible to identify any issues or weaknesses in the system and make improvements accordingly. For example, if there is a delay in the response, adjustments can be made to reduce the delay and improve the system's overall performance.

5. Are there any limitations to plotting the output response of a system to an input stimulus?

One limitation is that the accuracy of the output response plot depends on the accuracy of the input stimulus and the measurement equipment. Additionally, the output response may not accurately represent the behavior of the system under all conditions, as it is based on a specific input stimulus.

Similar threads

Replies
5
Views
4K
  • Programming and Computer Science
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
3K
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
Back
Top