RLC Circuit time for Energy to drop to 20% of initial value

Click For Summary

Homework Help Overview

The discussion revolves around an oscillating series RLC circuit, focusing on determining the time required for the maximum energy in the capacitor to decrease to one-fifth of its initial value. The original poster presents equations related to energy in the circuit and expresses uncertainty about isolating time in the context of the cosine squared function.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the relationship between energy decay and the cosine function, with some questioning how to handle the cosine term when calculating time. There is mention of needing to consider local maxima of energy and the implications of weak damping.

Discussion Status

Participants are actively engaging with the problem, clarifying assumptions about the cosine term and its relevance to the energy decay. Some guidance has been provided regarding the approximation of local maxima and the relationship between the exponential decay and the cosine function.

Contextual Notes

There are references to assumptions about weak damping and the relationship between the period of the cosine term and the time constant of the circuit. The discussion also highlights the need to consider local maxima in the context of energy decay.

lulzury
Messages
8
Reaction score
0

Homework Statement


In an oscillating series RLC circuit, with resistance R and inductance L, find the time required for the maximum energy in the capacitor during an oscillation to fall to 1/5 its initial value. Assume q = Q at t = 0

Homework Equations


## U(t) = \frac{Q^2}{2C}e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##
## U_0 = \frac{Q^2}{2C} ##
## \omega' = \sqrt(\frac{1}{LC} - \frac{R}{2L}^2) ##

The Attempt at a Solution


## 0.5 \frac{Q^2}{2C} = \frac{Q^2}{2C}e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##
## 0.5 = e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##

Since q = Q @ t=0, I dropped the phase angle:
## 0.5 = e^{\frac{-Rt}{L}}\cos^2(\omega't) ##

I'm not even sure on how to begin solving this without getting that t out of the cosine squared. To do this I would either need to add some other ## \sin(t)^2 ## to get ## \cos(t)^2 + \sin(t)^2 = 1 ## on the resulting function or I would need to find some expression ## \cos(t) = \frac{adj}{hyp} ##

Any hints, tips? Thanks.
 
Physics news on Phys.org
lulzury said:

Homework Statement


In an oscillating series RLC circuit, with resistance R and inductance L, find the time required for the maximum energy in the capacitor during an oscillation to fall to 1/5 its initial value. Assume q = Q at t = 0

Homework Equations


## U(t) = \frac{Q^2}{2C}e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##
## U_0 = \frac{Q^2}{2C} ##
## \omega' = \sqrt(\frac{1}{LC} - \frac{R}{2L}^2) ##

The Attempt at a Solution


## 0.5 \frac{Q^2}{2C} = \frac{Q^2}{2C}e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##
## 0.5 = e^{\frac{-Rt}{L}}\cos^2(\omega't+\phi) ##
Since q = Q @ t=0, I dropped the phase angle:
## 0.5 = e^{\frac{-Rt}{L}}\cos^2(\omega't) ##

I'm not even sure on how to begin solving this without getting that t out of the cosine squared. To do this I would either need to add some other ## \sin(t)^2 ## to get ## \cos(t)^2 + \sin(t)^2 = 1 ## on the resulting function or I would need to find some expression ## \cos(t) = \frac{adj}{hyp} ##

Any hints, tips? Thanks.

Read the text carefully
find the time required for the maximum energy in the capacitor during an oscillation to fall to 1/5 its initial value
Assuming weak damping, what is cos(ω't) when the energy of the capacitor is maximum?
The energy should drop to 1/5 of its initial value. You worked with 1/2.
 
Sorry that was a mistake on my part. That should be:

## 0.2 = e^{\frac{-Rt}{L}}\cos^2(\omega't) ##
## cos(\omega t) = 1 ## when the energy of the capacitor is maximum which is why I dropped it on the equation for ## U_0 = \frac{Q^2}{2C} ##
 
lulzury said:
Sorry that was a mistake on my part. That should be:

## 0.2 = e^{\frac{-Rt}{L}}\cos^2(\omega't) ##
## cos(\omega t) = 1 ## when the energy of the capacitor is maximum which is why I dropped it on the equation for ## U_0 = \frac{Q^2}{2C} ##
Then you have the equation ## 0.2 = e^{\frac{-Rt}{L}} ## . Solve for t in terms of R and L.
 
Last edited:
  • Like
Likes   Reactions: lulzury
ehild said:
Then you have the equation 0.2=

Then you have the equation ## 0.2 = e^{\frac{-Rt}{L}} ## . Solve for t in terms of R and L.
Thanks, I think I see. To clarify, do we throw the cosine portion away because @ ## 1/5 U_0 ## we'll be at a local peak for the decaying energy in the RLC circuit? How do we know this?
 
lulzury said:
Thanks, I think I see. To clarify, do we throw the cosine portion away because @ ## 1/5 U_0 ## we'll be at a local peak for the decaying energy in the RLC circuit? How do we know this?
Assuming the period of the cosine term is much shorter than the time constant L/R of the decay, the local maxima of the energy are where the cosine is maximum. You can find it if you take the derivative of the energy with respect time and make it equal to zero. You get a term with the factor R/L and the other with the factor ω'. If R/(Lω') is much less than 1, the local extrema are where sin(ω't)=0, that is cos(2(ω't)=1.
The exponential factor is envelope of the cos2 factor, so the time when the exponential is 1/5 does not need to be exactly at a local maximum, but it is within half period distance from it. For short period, it is a good approximation.
 
  • Like
Likes   Reactions: lulzury
ehild said:
Assuming the period of the cosine term is much shorter than the time constant L/R of the decay, the local maxima of the energy are where the cosine is maximum. You can find it if you take the derivative of the energy with respect time and make it equal to zero. You get a term with the factor R/L and the other with the factor ω'. If R/(Lω') is much less than 1, the local extrema are where sin(ω't)=0, that is cos(2(ω't)=1.
The exponential factor is envelope of the cos2 factor, so the time when the exponential is 1/5 does not need to be exactly at a local maximum, but it is within half period distance from it. For short period, it is a good approximation.
Thank you for this explanation and for your time in helping me understand this problem.
 
lulzury said:
Thank you for this explanation and for your time in helping me understand this problem.
You are welcome :oldsmile:
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
5
Views
5K