Circuit Theory Problem - Current and Charge

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
aflyingcougar
Messages
5
Reaction score
0

Homework Statement


P 1.2-4
92sxXBw.jpg

Homework Equations


I know that i(t) [current w/respect to time] = dq/dt. I also know that by the previous equation, q(t) = ∫i(τ) from -∞ to t (sec).

The Attempt at a Solution


I understand simpler problems involving finding q(t) by using the integral relationship with i(t), but for this problem, I am confused on how to set my bounds for integration.

My guess would be to integrate i(t) from t = 2 to 8 because that is the domain in which i doesn't equal zero. However, based on the answer (bottom of picture) I see the answer is in terms of t seconds. This is what is confusing me. I don't see how to solve this without just getting an integer. So, I guess my problem is that I don't know how to set up the integration.

Can someone help explain to me how you would decide to set up the integration to find q(t) ? Thanks..I really am trying to understand this.
 
Physics news on Phys.org
For this problem, it's an indefinite integral.

For example, i(t) for 2 < t < 4 is 2
q(t) = ∫i(t)dt = ∫2dt = 2t + C for 2 < t < 4

Evaluate at q(2) to find C.
 
Last edited:
  • Like
Likes   Reactions: 1 person
As written: it is asking for the total charge that has entered the circuit element after t=0 - not the instantaneous charge entering at some time t. But that is not what the answer seems to be showing.

I'd do this as a series of DEs ... i.e. for
0<t<2 dq1/dt = 0 so q1=?
2<t<4 dq2/dt = 2 so q2=?

As jz92wjaz you can do this as an indefinite integral and use the boundary conditions to find the values of the constants of integration. i.e. does q1(t=2)=q2(t=2) ??

You could probably also do this by sketching the i(t) graph and finding the areas geometrically.
 
  • Like
Likes   Reactions: 1 person
Thank you so much. This makes sense. It's been a while since I've practiced calculus. There is one more thing I don't understand. How and why would I pick to evaluate q(2) to find the c in q2 = 2t + c. If the bounds on the piece wise function remain the same, it appears that q(2) doesn't exist.

Edit: also I don't know what to pick as the initial condition. Why pick 2?
 
Last edited:
Whatever way you solve this, you should first sketch the graph of accumulated charge vs. time. It's a couple of straight line segments.

Then just figure out on the sketch the equations of those straight lines (using the slope and the projected y-intercept). No calculus needed!

As a supplementary exercise, once you have it worked out the easy way, go back and do it using calculus.
 
  • Like
Likes   Reactions: 1 person
Thanks Nascent. I see how I can solve it in that manner, which is much easier. However, I think my ELC professor wants to see the work via calculus.
 
The sketch everyone wants you to do will explain how and why you evaluate the constants of integration.
If you look at the answer, you'll see that the intervals have the same value if evaluated at the boundary time. i.e. the 1st and 2nd intervals at t=2 are both 0. That should be a hint.

I know - the peicewise function is written with no value at t=2 (etc) ... that does not mean that the charge does not exist there, only that the author of the question was being sloppy.
 
I drew the graph, and I see how you can extend the line to figure out the y-intercept, thus an initial value. Thank you for that. So, re reading everything, I have figured out many different way to solve this. Would the differential equation approach to this (from post #2) be the only way to solve this without having to reference the graph of q(t)?
 
Would the differential equation approach to this (from post #2) be the only way to solve this without having to reference the graph of q(t)?
I think any other approach requires some measure of prescience (read: experience with this sort of problem.)

I think you can set up the integral for cumulative charging as: $$q(t)=\int_0^t i(t')\;dt'$$ ... but you are best doing this sort of problem by thinking about the physics rather than the mathematics.
 
aflyingcougar said:
I drew the graph, and I see how you can extend the line to figure out the y-intercept, thus an initial value. Thank you for that. So, re reading everything, I have figured out many different way to solve this. Would the differential equation approach to this (from post #2) be the only way to solve this without having to reference the graph of q(t)?
I wouldn't make a distinction. Even were the current to be a complicated function of time, you should still sketch it as a guide before using maths to get the precision needed. Whether you perform that maths in your head or on paper really doesn't make it a different approach.
 
Alright. I understand. Thanks everyone!