Integrating RL Circuit: Get Help Solving

  • Thread starter Thread starter Pete_01
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Pete_01
Messages
49
Reaction score
0

Homework Statement


It's been a while since I've done some of these less common integrals. This is for a physics problem but I need to integrate...

int from 0 to 2sec: (emf^2/R) (1-e^(-Rt/L))
basically integrating voltage*current for an RL circuit.

How do I do this?
 
Physics news on Phys.org
Is this the integral?
[tex]\int_0^2 \frac{E^2}{R}(1 - e^{-Rt/L})dt[/tex]

I'm assuming that the only variable is t. Split the integral above into two integrals, the first of which is very easy. For the second integral, use the substitution u = -Rt/L, and du = -R/L dt.
 
ok so the first integral [tex]\frac{E^2}{R}[/tex] can be pulled out leaving:

[tex]\frac{E^2}{R}\int_0^2 \frac{-E^2}{R}(e^{-Rt/L})dt[/tex]

correct?

can you pull out the other E^2/R and have just:

[tex]-\frac{E^4}{R^2}\int_0^2 (e^{-Rt/L})dt[/tex]

and then by u substitution get:

[tex]-\frac{E^4}{R^2}\int_0^2 (e^{u})du[/tex] ?

Sorry, haven't done these for a lonng while.
 
Pete_01 said:
ok so the first integral [tex]\frac{E^2}{R}[/tex] can be pulled out leaving:

[tex]\frac{E^2}{R}\int_0^2 \frac{-E^2}{R}(e^{-Rt/L})dt[/tex]

correct?
No. You need to split the integrals using
[tex]\int (f(x) - g(x)) dx = \int f(x) dx - \int g(x) dx[/tex]

Distribute the fraction, then split the integral.69
 
eumyang said:
No. You need to split the integrals using
[tex]\int (f(x) - g(x)) dx = \int f(x) dx - \int g(x) dx[/tex]

Distribute the fraction, then split the integral.


69

Ok, but in my problem the E and R are constants so can't I take them out?
 
If you take out E^2/R first, you will have two terms in the integrand. If you do it that way, I would still recommend splitting the integral into two parts.
 
Mark44 said:
If you take out E^2/R first, you will have two terms in the integrand. If you do it that way, I would still recommend splitting the integral into two parts.

Could someone please go step by step and show me how to do this? It's such a small part of the original problem. Thank you
 
Pete_01 said:
Could someone please go step by step and show me how to do this? It's such a small part of the original problem. Thank you

You have this right?

[tex]\int_0^2 \frac{E^2}{R}(1 - e^{-Rt/L})dt[/tex]

So let's do as Mark44 said and take out the E2/R. You will be left with


[tex]\frac{E^2}{R} \int_0^2 (1 - e^{-Rt/L})dt[/tex]

Are you able to evaluate this now?