Energy Dissipation in a Time-Dependent Current Circuit

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 3K views
DrIxn
Messages
13
Reaction score
0

Homework Statement


The current in amps through a resistor with a resistance of 90 Ohm varies according to I=2.8e^(−7.6t) when t is in seconds. What is the total energy dissipated in the resistor from 0.5 to 1.4 seconds, written in Joules?


Homework Equations


I(t)=dQ/dt

dU=dQ*dV

P=dU/dt=I*I*R


The Attempt at a Solution



So I've tried writing it as dQ=2.8e^(−7.6t)dt and integrating from 0.5 to 1.4 seconds to find dQ. Then squaring that and dividing by (1.4-0.5)^2 to find I^2 and then P=R*I^2 and then U=P*dt. I'm not sure if there is a way I can use dQ directly to find dU. Actually I did just try rewriting the second equation as dU=dQ*(dQ/dt)*R and I got the same number, 0.006778 J which does seem pretty small
 
Physics news on Phys.org
The correct result will be not too much larger than what you're finding. About an order of magnitude or so.

Rather than trying to decompose the current into individual charge movements, make use of the the power relationship that you quoted:

P = I2R

R is constant but you're given I as a function of time. So construct P(t). What do you get when you integrate power over time?
 
Ah, yes thank you I got it. I was over complicating it I guess
 
I have the same problem (a whole year later! Woah they really change it up!). I can't figure it out. I've tried integrating the I function, straight plugging in, everything, with no luck. Any help (and you can use the equation and numbers above. I'll throw in the proper numbers after)?
 
Bluestribute said:
I have the same problem (a whole year later! Woah they really change it up!). I can't figure it out. I've tried integrating the I function, straight plugging in, everything, with no luck. Any help (and you can use the equation and numbers above. I'll throw in the proper numbers after)?
Show us an example of what you've tried.
 
P=I^2*R
I=5[PLAIN]http://loncapa.mines.edu/adm/jsMath/fonts/cmmi10/alpha/100/char3A.png8e−^6[PLAIN]http://loncapa.mines.edu/adm/jsMath/fonts/cmmi10/alpha/70/char3A.png6t
R=84
U=P*dt

I've integrated the I function from 0.5 to 1.7 (my range of times), squared it, multiplied by 84, and multiplied that by (1.7-0.5)^2/2 (since in reality, dt=x right, and you need to integrate?).

That was one. I thought maybe not integrating would work too? Still nothing . . .
 
Last edited by a moderator:
From your description you integrated something and then squared it afterwords. Is that correct? Here t is the variable that is being integrated over. So your integral will have a 'dt' not a 'dx'.

How about typing out your integrand so I can take a look.
 
5.8e^-6.6tdt from 0.5 to 1.7

'Cause we just integrate the I function, correct (and sorry for the format . . . did this forum change??)
 
Bluestribute said:
5.8e^-6.6tdt from 0.5 to 1.7

'Cause we just integrate the I function, correct (and sorry for the format . . . did this forum change??)

Okay, you want to integrate the power, not the current. The power is I2R, so that is your integrand (replacing the "I" with your given current function, of course).

Yes, the forum system software was upgraded recently. It's a slightly new look but is functionally much the same as before. There are new features which you can find out about in the Lounge area.
 
This look was confusing me for a sec . . . I was trying to find the forum that's saved me at least once a unit since starting college.

So it should look something like this:

P = (I(1.7)-I(0.5))^2*R
U = P*dt

So I get a power number and basically multiply it by time (so dt will just become t, so P*(1.7-0.5))?
 
You'll need to do the integration before plugging in any numbers. You're integrating
$$\int_{t_o}^{t_f} 84 \left( 5.8 e^{-6.6 t}\right)^2 dt $$
 
Ah, so multiply through the constants (so in this case, R and the coefficient of "e"), than integrate. And the time becomes that dt!