System Modelling/Dynamics question (time settling)

  • Thread starter Thread starter KingDaniel
  • Start date Start date
  • Tags Tags
    System
Click For Summary

Discussion Overview

This discussion revolves around the concept of settling time in the context of first-order step function responses in system dynamics. Participants explore the relationship between settling time and the percentage of final value achieved, specifically addressing the transition from 1% to 0.1% of the final value and the mathematical reasoning behind it.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the formula for settling time, ts, as 4.6T for 1% and questions the addition of ln(10)T when transitioning to 0.1% settling time.
  • Another participant suggests that the difference between the two settling times can be expressed in terms of logarithmic relationships, specifically t0.1% - t1% = ln(10)T.
  • A participant attempts to derive the relationship by manipulating the equation for the difference in output values but finds it complex and awkward to solve.
  • One participant realizes that ln(1000) can be decomposed into ln(100) + ln(10), linking it back to the known settling time for 1%.
  • Another participant emphasizes the importance of focusing on the ratio of differences rather than direct subtraction to derive the logarithmic relationship.
  • One participant mistakenly applies logarithmic properties, leading to confusion about the correct relationship between the settling times.
  • Participants acknowledge the complexity of the logarithmic relationships and the need for careful manipulation of equations.

Areas of Agreement / Disagreement

Participants express differing views on the correct approach to derive the relationship between settling times for 1% and 0.1%. There is no consensus on the best method, and the discussion remains unresolved regarding the correct interpretation of logarithmic relationships in this context.

Contextual Notes

Participants note limitations in their approaches, particularly regarding the application of logarithmic properties and the handling of differences versus ratios in the equations. There is also an acknowledgment of potential skipped steps in the original text being referenced.

KingDaniel
Messages
44
Reaction score
1

Homework Statement


This is for a first order step function response, where T is the time constant and x(t) is H...(input).
For settling time, the percentage most often taken is 1% within the final value, which gives the settling time, ts, from:

0.99H = H(1 - e-ts/T)

We get, ts = 4.6T.

Now, in some applications it may be appropriate to take another value of output. For example: time to get within 0.1% of final value.
I saw this example somewhere but I don't understand their working method which was:

t0.1% = t1% + ln(10)T

I understand that the time to get within 0.1% of the final value will be "the time to get within 1% of the final value (H)" + something.
But I don't understand why it's plus ln(10)T. It's been bothering me since last night and I need to know why they did that and still got the right answer of 6.9T.

When you do it the normal way, you get 6.9T too. ie:

0.999H = H(1 - e-ts/T)
e-ts/T = 0.001
ts = -Tln(0.001)
ts = Tln(1000)
ts = 6.9T
t0.1% = 6.9T

My question is, why did they add "ln(10)T" to "the time it takes to get within 1% of the final value"?
I have a feeling I might just be overlooking something small.

Homework Equations



y(t) = H(1 - e-ts/T)

The Attempt at a Solution



At first I thought that the ln(10)T was the time it takes to cover 0.009H, because:

0.999H = 0.99H + 0.009H, which is:
t0.1% = t1% - ln(0.991)T
t0.1% = t1% + ln(1.01)T

But I guess I was wrong because clearly ln(10)T is not equal to ln(1.01)T.
 
Last edited:
Physics news on Phys.org
Hi Dan,

You correctly guess that jumping from 0.999H = 0.99H + 0.009H to t 0.1% = t 1% - ln(0.991)T isn't right. So my question is: where did you get the idea that it is ?
If I write out the difference, I get:$$
y(t_{0.1\%}) - y(t_{1\%}) = H(1-e^{ \; t_{0.1\%}/T } ) - H(1-e^{ \; t_{1\%}/T } )
$$with, on the left 0.009 H allright, but on the right I am stuck with a difference, so pretty awkward to solve !

The advice is: you want to end up sith something that looks like $$ t_{0.1\%} - t_{1\%} = \ln(10)T\ , \rm {or} \ \ t_{0.1\%}/T - t_{1\%}/T = \ln(10)\ ,$$ so exponentiate left and right and see where that gets you.
 
Hi @BvU , I thought it was correct because 0.99 + 0.009 = 0.999.

I think the author of the text skipped a few steps. I just realized that ln(1000) = ln(100) + ln(10), ie:

t0.1% = -Tln(0.001)
t0.1% = Tln(1000) = T[ln(100) + ln(10)]
BUT, we already know that ln(100) = t1%
so, t0.1% = t1% + ln(10)

If you have another explanation, please share it so I can get this off my chest.
 
Yes, that's all there is to it: instead of working out the difference ##y(t_{0.1\%}) - y(t_{1\%})## , focus on the ratio of (1-the difference):$$
{1 - y(t_{0.1\%}) \over 1- y(t_{1\%}) } = {1\over 10} $$and take logarithms
 
BvU said:
Hi Dan,

If I write out the difference, I get:$$
y(t_{0.1\%}) - y(t_{1\%}) = H(1-e^{ \; t_{0.1\%}/T } ) - H(1-e^{ \; t_{1\%}/T } )
$$with, on the left 0.009 H allright, but on the right I am stuck with a difference, so pretty awkward to solve !

@BvU , I solved this by taking ln of both sides but I got ln(0.009) instead of ln(10) as the other term:

0.009H = H(1 - e-t0.1%/T) - H(1 - e-t1%/T)
0.009 = 1 - e-t0.1%/T -1 + e-t1%/T
0.009 = - e-t0.1%/T + e-t1%/T
ln(0.009) = - ln(e-t0.1%/T) + ln(e-t1%/T)
ln(0.009) = t0.1%/T - t1%/T
Tln(0.009) = t0.1% - t1%
t0.1% = t1% + Tln(0.009)

Working seems to make sense, but still completely wrong answer...unless I can't take logs like that.
 
Oops ! Taking the logarithm of a sum does NOT give the sum of the logarithms !

(instead, taking the logarithm of a product does give the sum of the logarithms..., and for a fraction you use ln(1/x) = -ln(x), so you get a difference )
 
@BvU , Alright. Cheers mate
 
You're welcome.
 

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
2K
Replies
1
Views
3K
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K