Differentiation of damped motion function - Need help ly

In summary: It looks like you're missing the minus sign in front of the sin term in your equation.When you differentiate, you need to include the minus sign in front of the sin term. Otherwise, it will be mistaken for the cos term.
  • #1
Shaybay92
124
0
Differentiation of damped motion function - Need help urgently!

Homework Statement



Basically my task was to come up with a function to model the swing of a pendulum. The model I came up with was:

0.16e[tex]^{-0.25t}[/tex]cos(([tex]\stackrel{2\pi}{1.22}[/tex])t-0.8) + 0.814

The next part of my task asks me to find the point where the pendulum is first stationary. I attempted to differentiate this function, and set it equal to 0 to find t. When I graph it in my graphics calculator, I get approximately 0.18seconds, but when I do it by hand I get 0.165seconds. Help would be appreciated.

The attempt at a solution
When I differentiated using the product rule I got:

-0.04e[tex]^{-0.25t}[/tex] [cos((2[tex]\pi[/tex]/1.22) t-0.8)-4(2[tex]\pi[/tex]/1.22)sin((2[tex]\pi[/tex]/1.22) t-0.8) ]

If you could please go through the word document attached, ths contains the working out of the derivative and solving when set to 0.

Help is greatly appreciated, thankyou!
 

Attachments

  • Stationary point working.doc
    227 KB · Views: 231
Last edited:
Physics news on Phys.org
  • #2


How can a pendulum have an offset in its displacement? Shouldn't it oscillate about 0 displacement? The initial phase in the cos() argument should be able to take care of an initial condition of an offset release...
 
  • #3


We made a model off experimental data. A motion detector measured the distance of the pendulum from it, and it did not exactly begin measuring when the pendulum was released either.

What do you mean the cos() argument?
 
  • #4


The argument to the cos() function in your equation has a time component and an offset constant phase component.

Did the pendulum oscillate about 0 displacement, or about 0.814m displacement? Zero is the bottom of the pendulum swing, right?
 
  • #5


The motion detector sat on a table 0.814m away from the centre of oscillation. The pendulum moved backwards and forwards, towards the motion detector.
 
  • #6


Do you understand what I mean? I'm not sure why I'm getting 0.15 off the actual value.
 
  • #7


Shaybay92 said:

Homework Statement



Basically my task was to come up with a function to model the swing of a pendulum. The model I came up with was:

0.16e[tex]^{-0.25t}[/tex]cos(([tex]\stackrel{2\pi}{1.22}[/tex])t-0.8) + 0.814

The next part of my task asks me to find the point where the pendulum is first stationary. I attempted to differentiate this function, and set it equal to 0 to find t. When I graph it in my graphics calculator, I get approximately 0.18seconds, but when I do it by hand I get 0.165seconds. Help would be appreciated.
0.165 is approximately 0.18. How accurate, in your estimation, is the value from the graph?

The attempt at a solution
When I differentiated using the product rule I got:

-0.04e[tex]^{-0.25t}[/tex] [cos((2[tex]\pi[/tex]/1.22) t-0.8)-4(2[tex]\pi[/tex]/1.22)sin((2[tex]\pi[/tex]/1.22) t-0.8) ]
That looks right, and is zero at 0.165 s just as you calculated.
 
  • #8


The minimum was calculated using my graphics calculator. I graphed the function and pressed 'MIN' where it solved for the first minimum point at t=0.1805seconds. I realize it is close, however should it not be almost exact, as I kept all the values in the calculator without any rounding?
 
  • #9


Shaybay92 said:
When I differentiated using the product rule I got:

-0.04e[tex]^{-0.25t}[/tex] [cos((2[tex]\pi[/tex]/1.22) t-0.8)-4(2[tex]\pi[/tex]/1.22)sin((2[tex]\pi[/tex]/1.22) t-0.8) ]

Wait, I just spotted an error. It should be a + in front of the sin term.

That changes things. Neither 0.165 or 0.18 are correct

p.s. I see your point about the calculator, I had thought you were just eyeballing the graph. My bad.
 
  • #10


It's negative because i factorized out -0.04? It was originally 0.016, so I had to make it -4.
 
  • #11


What is the derivative of cos?
 
  • #12


-sin?
 
  • #13


Oh! I think I see the problem ...lol
 
  • #14


I get a completely different answer... about 0.0048 or something... It made it worse :|
 
  • #15


I don't see anything squared here.
 
  • #16


Are you looking at the attached document?

0 =[cos(2π/1.22 t-0.8)+(8π/1.22)sin(2π/1.22 t-0.8) ]
That's after changing it back to a positive sin.. Then I let y = 2pi/1.22 t - 0.8, changed cos into a sin function using pythagorean identity, and then let w = sin y

-(8π/1.22)w= √(1-w^2 )
Then I squared both sides
[-(8π/1.22)w]= [√(1-w^2 )]^2

Which got rid of the +/- problem anyway
 
  • #17


Just saw your attachment. There's a much easier way to solve this.

If

0 = cosy + A siny

then

cosy = ____ ? (solve above equation for cosy)​

and

tany = siny / cosy = ____ ?​

or

y = arctan(____?)​
 
  • #18


0 = cos y + (8pi/1.22)siny
sin y = -cosy/(8pi/1.22)
siny/cosy = -0.0485
tan y = -0.0485
y = -0.0485

Recall value of y:
(2pi/1.22)t - 0.8 = -0.0485
2pi/1.22t = 0.7514
t = 0.1459

This answer is still incorrect?
 
  • #19


Shaybay92 said:
t = 0.1459

This answer is still incorrect?

Nope, that answer looks good. :smile:

Not sure what happened with your calculator graph.
 
  • #20


How did you check that?
 
  • #21


I can't get that answer at all!
 
  • #22


Shaybay92 said:
How did you check that?

I entered expressions for both the function and the derivative in Excel, and looked for when (1) the function is a maximum and (2) the derivative is close to zero. I got t = 0.1459, to the nearest 0.0001.
 
  • #23


Is the cos function supposed to be cos((2pi/1.22)(t-0.8)) or (2pi/1.22)t-0.8 because this would change my calculations... if i leave it in brackets I actually get the second maximum (rather than first minimum) at 0.79sec
 
  • #24


I don't know, I'm just going by how you wrote it in post #1:

(2π/1.22)t - 0.8​

Looking at your data, about where does the first maximum appear to be?
 
  • #25


The value of 0.1459seconds is clearly wrong. In my table of comparisons with original data, 0.2seconds is a lower displacement than 0.1459seconds is. This can't be a minimum. It has to be 0.1805 but I just can't seem to find what I've done wrong in my differentiation. If anyone else can help it would be appreciated.

Thanks to the people who have already given their time to help me out.
 
  • #26


The 0.1459 s answer is the correct one for the equation you wrote, so if there is a problem it is not with your differentiation.

Perhaps that function was not a good fit to your data to begin with. You can try plotting your function from post #1 together with your data. Does it look like it's a reasonable function to describe your data? (It's a good idea to do this any time you are fitting a function to data.)
 

Related to Differentiation of damped motion function - Need help ly

1. What is damped motion?

Damped motion refers to the motion of an object in which the amplitude of its oscillations gradually decreases over time due to the presence of a damping force.

2. How is damped motion different from simple harmonic motion?

Damped motion differs from simple harmonic motion in that the amplitude of the oscillations in damped motion decreases over time, while the amplitude remains constant in simple harmonic motion.

3. What is the equation for damped motion?

The equation for damped motion is given by x(t) = Ae^(-bt)cos(ωt+φ), where A is the initial amplitude, b is the damping coefficient, ω is the angular frequency, and φ is the phase angle.

4. How do you determine the damping coefficient in a damped motion function?

The damping coefficient can be determined by taking the natural logarithm of the ratio of the amplitude of the oscillations at two consecutive peaks, and dividing it by the time between the two peaks.

5. Can the damping coefficient be negative in a damped motion function?

No, the damping coefficient cannot be negative in a damped motion function. It represents the rate at which the amplitude decreases, and a negative value would indicate an increase in amplitude over time, which is not possible in damped motion.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
432
  • Introductory Physics Homework Help
Replies
17
Views
406
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
7
Views
3K
Replies
1
Views
427
  • Calculus and Beyond Homework Help
Replies
2
Views
976
  • Calculus and Beyond Homework Help
Replies
14
Views
1K
Back
Top