Total charge lifted by the charge escalator

Click For Summary

Homework Help Overview

The discussion revolves around calculating the total charge lifted by a "charge escalator" using a 1.5 V flashlight battery connected to a wire with a resistance of 5.00 ohms. The problem involves understanding the relationship between voltage, current, and charge over a specified time period, with a linear voltage drop depicted in a graph.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the calculation of current using Ohm's law and question the assumption that current remains constant over time. They discuss the need to consider the varying voltage and current as time progresses, suggesting integration as a more appropriate method for solving the problem.

Discussion Status

Some participants have provided guidance on setting up the problem using integration and defining voltage as a function of time. Others have attempted calculations using average voltage but expressed confusion regarding the correct approach and the interpretation of average values in the context of the problem.

Contextual Notes

There is ongoing confusion regarding the average voltage calculation and the appropriate time units to use in the context of the problem. Participants are also discussing the implications of using different methods to arrive at the total charge, highlighting the importance of understanding the underlying concepts rather than just applying formulas.

ozma
Messages
4
Reaction score
0
total charge lifted by the "charge escalator"

Homework Statement



A 1.5 V flashlight battery is connected to a wire with a resistance of 5.00 ohms. The figure shows the battery's potential difference as a function of time. The slope is linear going from (0, 1.5 V) to (2 hrs, 0).


Homework Equations



I = [tex]\Delta[/tex]V / R
I = dQ / dt


The Attempt at a Solution



I = 1.5 V / 5 ohms = 0.3 A
0.3 A = dQ / (2 hrs x 60 x 60) --> dQ = 2160 C

This is not the correct answer, and I don't understand why. Thanks for your help.
 
Physics news on Phys.org


ozma said:

Homework Statement



A 1.5 V flashlight battery is connected to a wire with a resistance of 5.00 ohms. The figure shows the battery's potential difference as a function of time. The slope is linear going from (0, 1.5 V) to (2 hrs, 0).


Homework Equations



I = [tex]\Delta[/tex]V / R
I = dQ / dt


The Attempt at a Solution



I = 1.5 V / 5 ohms = 0.3 A
0.3 A = dQ / (2 hrs x 60 x 60) --> dQ = 2160 C

This is not the correct answer, and I don't understand why. Thanks for your help.
When you solve the problem like that, you are assuming the current was .3A for the entire 2 hours, but as the graph shows, the voltage and therefore current steadily increase with time.

Set the problem up more like this:
[tex]\frac{V(t)}{R}=\frac{dQ}{dt}[/tex]
You can solve it with one integration. If you don't know integration, you can solve it the way you did and use the average voltage.
 


xcvxcvvc said:
When you solve the problem like that, you are assuming the current was .3A for the entire 2 hours, but as the graph shows, the voltage and therefore current steadily increase with time.

Set the problem up more like this:
[tex]\frac{V(t)}{R}=\frac{dQ}{dt}[/tex]
You can solve it with one integration. If you don't know integration, you can solve it the way you did and use the average voltage.

So I tried this:

average of the voltage (1.5 V) over 2 hours = 1.5 / (2 x 60 x 60) = 2.1 x 10^-4

average I = average V / R = 2.1 x 10^-4 / 5 = 4.2 x 10^-5

average I = dQ / dt --> 4.2 x 10^-5 = dQ / (60 x 2 x 2) --> dQ = 0.01

but this answer is still incorrect. Any ideas? Thanks.
 


ozma said:
So I tried this:

average of the voltage (1.5 V) over 2 hours = 1.5 / (2 x 60 x 60) = 2.1 x 10^-4

average I = average V / R = 2.1 x 10^-4 / 5 = 4.2 x 10^-5

average I = dQ / dt --> 4.2 x 10^-5 = dQ / (60 x 2 x 2) --> dQ = 0.01

but this answer is still incorrect. Any ideas? Thanks.

The average value of that function is 1.5/2 = .75 volts.

Edit: You should probably solve it the calculus way since you've been told about the derivative definition of current:
[tex]\frac{V(t)}{R}=\frac{dQ}{dt}[/tex]
First we define V(t) as a function of time. It's of the form mx+b since it's linear, and by looking at the graph, you can calculate m and see that b = 0.

multiply both sides by the differential time:
[tex]\frac{mt*dt}{R}=dQ[/tex]
Integrate both sides:
[tex]\int_{t_i}^{t_F}\frac{mt}{R}\, dt=\int_{0}^{Q_{total}} dQ[/tex]
[tex]Q_{total}=\int_{t_i}^{t_F}\frac{mt}{R}\, dt[/tex]
[tex]Q_{total}=\frac{mt^2}{2R}|_{t_i}^{t_F}[/tex]
 
Last edited:


xcvxcvvc said:
The average value of that function is 1.5/2 = .75 volts.

Edit: You should probably solve it the calculus way since you've been told about the derivative definition of current:
[tex]\frac{V(t)}{R}=\frac{dQ}{dt}[/tex]
First we define V(t) as a function of time. It's of the form mx+b since it's linear, and by looking at the graph, you can calculate m and see that b = 0.

multiply both sides by the differential time:
[tex]\frac{mt*dt}{R}=dQ[/tex]
Integrate both sides:
[tex]\int_{t_i}^{t_F}\frac{mt}{R}\, dx=\int_{0}^{Q_{total}} dQ[/tex]
[tex]Q_{total}=\int_{t_i}^{t_F}\frac{mt}{R}\, dx[/tex]
[tex]Q_{total}=\frac{mt^2}{2R}|_{t_i}^{t_F}[/tex]

I don't understand why the average V would be 1.5 / 2. Shouldn't I divide by the time in seconds? 2 hours = 2 x 60 x 60 seconds, that's why I used this number as the denominator.

[tex]Q_{total}=\frac{mt^2}{2R}|_{t_i}^{t_F}[/tex]

What numbers do I put in this? Is m the slope of the graph? Would that be 1.5 / 2 or 1.5 / (2 x 60 x 60)? And what am I using for t, 2 or the time in seconds?

If I use t = 2, then I have Q = ((1.5/2) x 2^2) / (2 x 5) = 0.3 C
 


ozma said:
I don't understand why the average V would be 1.5 / 2. Shouldn't I divide by the time in seconds? 2 hours = 2 x 60 x 60 seconds, that's why I used this number as the denominator.

[tex]Q_{total}=\frac{mt^2}{2R}|_{t_i}^{t_F}[/tex]

What numbers do I put in this? Is m the slope of the graph? Would that be 1.5 / 2 or 1.5 / (2 x 60 x 60)? And what am I using for t, 2 or the time in seconds?

If I use t = 2, then I have Q = ((1.5/2) x 2^2) / (2 x 5) = 0.3 C

You wouldn't divide by the time to find average voltage. An easy way to check this is to see the units would be volts per second for average voltage... We want volts. The function's average is the middle value of the linear function, because the higher parts past the halfpoint are exactly balanced by the lower parts before it.

As for your second question, if you are integrating, you can use time in hours if the slope is in voltage per hour or you can use seconds if the slope is in voltage per second. It's up to how you find your slope. Slope WOULD be V/s unlike average voltage. m = 1.5/(2*3600) for volts per second.

However, when you're using average voltage, you need to use seconds and cannot use hours or anything due to the definition of current (which is found by V/R). 1.5/2 * 2 * 3600/5 = total charge.
 


i did average V / R = (1.5 / 2) / 5 = 0.15
I = dQ / dt --> 0.15 = dQ / (2 x 60 x 60) --> dQ = 1080 C
and it's correct! finally! thanks for your help.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K