Solving Differential Response Problems in EE Circuit Analysis

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
4 replies · 1K views
thundercleese
Messages
3
Reaction score
0
I get close to the answer but just not seeing where the integers in the answers are coming from, perhaps forgetting a constant? This is a EE circuit analysis class.

Homework Statement



Given y(t) = dx(t)/dt
a. Find x(t) if y(t)=
0 : t<0;​
e[itex]^{-t}[/itex] : t>0​
b. Find x(t) for t=1 if x(1)=1 and y(t)=t[itex]^{2}[/itex] for t[itex]\geq[/itex]1


The Attempt at a Solution



Part a
y(t)=[itex]\frac{dx(t)}{dt}[/itex]

when y(t) = 0:
∫0 = ∫[itex]\frac{dx(t)}{dt}[/itex]
0 = x(t) (this part agrees with given answer)

when y(t) = e[itex]^{-t}[/itex]:
∫ e[itex]^{-t}[/itex]=∫[itex]\frac{dx(t)}{dt}[/itex]
-e[itex]^{-t}[/itex]=x(t)

part b, y(t)=t[itex]^{2}[/itex]:

∫t[itex]^{2}[/itex] = ∫[itex]\frac{dx(t)}{dt}[/itex]
[itex]\frac{1}{3}[/itex]t[itex]^{3}[/itex] = x(t)

Given answers:

part a: 0, t[itex]\leq[/itex]0; (1-e[itex]^{-t}[/itex]), t[itex]\geq[/itex]0

part b: [itex]\frac{1}{3}[/itex](2+t[itex]^{3}[/itex]), t [itex]\geq[/itex]1
 
Physics news on Phys.org
thundercleese said:
I get close to the answer but just not seeing where the integers in the answers are coming from, perhaps forgetting a constant? This is a EE circuit analysis class.

Homework Statement



Given y(t) = dx(t)/dt
a. Find x(t) if y(t)=
0 : t<0;​
e[itex]^{-t}[/itex] : t>0​
b. Find x(t) for t=1 if x(1)=1 and y(t)=t[itex]^{2}[/itex] for t[itex]\geq[/itex]1

The Attempt at a Solution



Part a
y(t)=[itex]\frac{dx(t)}{dt}[/itex]

when y(t) = 0:
∫0 = ∫[itex]\frac{dx(t)}{dt}[/itex]
0 = x(t) (this part agrees with given answer)

when y(t) = e[itex]^{-t}[/itex]:
∫ e[itex]^{-t}[/itex]=∫[itex]\frac{dx(t)}{dt}[/itex]
-e[itex]^{-t}[/itex]=x(t)

part b, y(t)=t[itex]^{2}[/itex]:

∫t[itex]^{2}[/itex] = ∫[itex]\frac{dx(t)}{dt}[/itex]
[itex]\frac{1}{3}[/itex]t[itex]^{3}[/itex] = x(t)

Given answers:

part a: 0, t[itex]\leq[/itex]0; (1-e[itex]^{-t}[/itex]), t[itex]\geq[/itex]0

part b: [itex]\frac{1}{3}[/itex](2+t[itex]^{3}[/itex]), t [itex]\geq[/itex]1

Welcome to the PF.

Yeah, you have to include the constant from the initial condition x(1)=1. Plug t=1 into your solution for b, and plug it into the given solution. Do you see the difference?
 
I do, my answer resolves to 1/3 whereas the correct answer resolves to 1. My calculus is a bit rusty but adding the +C for the constant of integration didn't get me any closer to the 1 in part a or the 2 in part b.
 
thundercleese said:
I do, my answer resolves to 1/3 whereas the correct answer resolves to 1. My calculus is a bit rusty but adding the +C for the constant of integration didn't get me any closer to the 1 in part a or the 2 in part b.

Could you show your work on adding the constant in part b? The answer given matches the initial condition, and your answer should match it too. The form of their answer looks a little weird, but if you expand terms, it goes into the standard form.
 
I didn't get beyond adding a C to the right side. I think the problem may be with the limits of the integration but I'm not sure, hence my post here.