When Will the Alarm Sound for a First Order Transfer Function?

AI Thread Summary
The discussion focuses on determining when an alarm will sound for a pressure sensor modeled by a first-order transfer function, specifically when the measured pressure exceeds 45 psi after a sudden change from 35 to 50 psi. The initial calculations suggest that the alarm will sound approximately 33.3 seconds after the pressure change, at 1:10:33 PM. One participant emphasizes the importance of simplifying the problem by treating the initial pressure as zero to avoid complications with initial conditions. This approach is recommended to ensure accuracy when working with transfer functions. The conversation highlights the significance of proper method application in control system analysis.
koala
Messages
2
Reaction score
0

Homework Statement



The dynamic behavior of a pressure sensor/transmitter can be expressed as a first-order transfer function (in deviation variables) that relates the measured value Pm to the actual pressure, P:
Pm'(s)/P'(s)=1/(30s+1). Both Pm' and P' have units of psi and the time constant has units of seconds. Suppose that an alarm will sound if Pm exceeds 45psi. If the process is initially at steady state, and then P suddenly changes from 35 to 50 psi at 1:10 PM, at what time will the alarm sound?

Homework Equations



Pm'(s)/P'(s)=1/(30s+1)

The Attempt at a Solution



This is what I did however I don't think it's correct... :

If P'(s)=(50-35)/s=15/s
then Pm'(s)=[1/(30s+1)]*P'(s) --> Pm'(s)=15/[s(30s+1)] --> Inverse Laplace --> Pm'(t)=15(1-e^(-t/30))
Pm'(t)=Pm(t)-[P(t) steady state] --> Pm(t)=15[1-e^(-t/30)]+35
45=15*[1-e^(-t/30)]+35 --> t=33.3 s --> So the time would be 1:10:33 PM.

As I said I don't believe it's correct so any help would be greatly appreciated.
 
Physics news on Phys.org
I see nothing wrong with what you did unless it's an arithmetic error.
 
Are you sure? I want to make sure my method is correct and that this is the correct way to do this problem.
 
I am sure. I have been doing Laplace transforms and transfer functions for 40 years!

I would have done one thing differently: ignored the 35 psi initial pressure, calling it zero instead. Then the aiming pressure would be 10. Transfer functions by definition do not have initial conditions associated with them, so by concentrating on the transfer function itself you are less likely to slip up. This particular transfer function is the simplest one in existence (other than a constant) so take my word for it, it's better that way.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top