PDA

View Full Version : Two quick questions - circuits


mathman44
Jan6-10, 07:07 PM
1. The problem statement, all variables and given/known data

#1 A power source produces a "sawtooth" wave of current, reversing direction at 1s. After 2s (The current starts at 0, reaches 1 amp at 1 second, reverses direction to -1 amp, and then reaches 0 again at 2 seconds), calculate the total energy supplied to a 5000 ohm resistor.

#2 Different measurements are taken by attaching various resistors R across a cell terminal and recording the voltages and corresponding currents I. From the graph, find

(a) the open circuit voltage of the cell.
(b) the short-circuit current
(c) the maximum power that the cell can deliver to an external resistance.

The graph is a negative linear line. V on the x-axis, I on the y-axis. The starting point is at () V, 3 amps) and the end point is at (1 V, 0 amps).

2. The attempt at a solution

#1 - Energy = C (charge) x V, so I'm tempted to say that energy is zero because the current is positive for the first second and negative for the second, thus they should cancel.

#2 - I'm not sure what the open/short circuits are referring to... could anyone clarify? As for c, power P = V*I, but at what point is this maximum?

rock.freak667
Jan6-10, 07:15 PM
For the first one, use E=I2Rt to find the energy for the two directions.

mathman44
Jan6-10, 08:28 PM
The current is not constant, so how could I use that equation? Here are the graphs I described:

http://i33.photobucket.com/albums/d54/philnov/asn.jpg

mathman44
Jan7-10, 03:12 PM
Bump.

tiny-tim
Jan7-10, 03:54 PM
For the first one, use E=I2Rt to find the energy for the two directions.

The current is not constant, so how could I use that equation?

Integrate: energy = ∫ power dt = ∫ I2R dt.

RoyalCat
Jan7-10, 04:15 PM
You know I(t) over the relevant intervals. You said it yourself, the current is a function of time. You can't just say that \int I^2 dt = I^2 t
That's not true when I is a function of time!

Use the differential form:
P=\frac{dE}{dt} to rewrite: dE=I^2 R dt and then integrate over the relevant intervals.

mathman44
Jan7-10, 04:21 PM
So integrating both sides yields:

energy = ∫ I2R dt

What function am I integrating though? All I have is this graph :(...something to do with a Sin wave perhaps?

RoyalCat
Jan7-10, 04:25 PM
Find the current as a function of time over the two relevant intervals. You drew a perfect diagram of a linearly rising current, now just derive its equation!

mathman44
Jan7-10, 05:33 PM
Can I approximate the sawtooth as two integrals,
I(t) = t for t=0 to t=1
and
I(t) = t - 2 for t=1 to t=2

Doing this and integrating, I get 0 for energy.

JaWiB
Jan7-10, 06:44 PM
Square of the current!

mathman44
Jan7-10, 07:19 PM
Oops. After squaring I(t) for both integrals, I'm getting 10000/3 for E. Does this make sense? I was expecting zero.

willem2
Jan7-10, 07:36 PM
Oops. After squaring I(t) for both integrals, I'm getting 10000/3 for E. Does this make sense? I was expecting zero.

It's correct. The power supplied to a resistor is always positive if there is a nonzero current. if the power supplied could become negative, then the resistor would be supplying power to the battery. This power is equal to I^2R wich is always positive as well.

mathman44
Jan7-10, 07:55 PM
It's correct. The power supplied to a resistor is always positive if there is a nonzero current. if the power supplied could become negative, then the resistor would be supplying power to the battery. This power is equal to I^2R wich is always positive as well.

Thanks, that makes sense.

Could someone confirm these answers for the second question?
a) 1 volt
b) 3 amp

for c)... The equation for I=3-3V so the power would be P=IV=3V-3V^2, right?

This has a maximum when dP/dV =0 = 3-6V or V=1/2.

so Pmax =(3-3(1/2))*(1/2)= 3/4?

mmmboh
Jan8-10, 02:50 PM
Haha I'm in your class! but yes I got the same answers as you did for that problem.