Solving 1st Order Circuits: Private Solution & Finding C, D

  • Context: Engineering 
  • Thread starter Thread starter asi123
  • Start date Start date
  • Tags Tags
    Circuits First order
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
asi123
Messages
254
Reaction score
0
Ok, let's say I have a first order circuit with i_s = Acos(wt+phase) (like in the pic).
I'm having problem with the private solution, let's say I pick my private solution like this:
i_p = Bcos(wt + phase) = Ccos(wt) + Dsin(wt) (right?)
After I place this i_p in the equation I come up with this:
f[C,D]*cos(wt) + g[C,D]*sin(wt) = Acos(wt+phase) (right?)
Can I say
f[C,D]*cos(wt) + g[C,D]*sin(wt) = Acos(wt)?
I mean, How do I come up with C and D?

10x in advance.
 

Attachments

  • 1.jpg
    1.jpg
    14.1 KB · Views: 499
Physics news on Phys.org
asi123 said:
Ok, let's say I have a first order circuit with i_s = Acos(wt+phase) (like in the pic).
I'm having problem with the private solution, let's say I pick my private solution like this:
i_p = Bcos(wt + phase) = Ccos(wt) + Dsin(wt) (right?)
After I place this i_p in the equation I come up with this:
f[C,D]*cos(wt) + g[C,D]*sin(wt) = Acos(wt+phase) (right?)
Can I say
f[C,D]*cos(wt) + g[C,D]*sin(wt) = Acos(wt)?
I mean, How do I come up with C and D?

10x in advance.

You must develop [tex]Acos(\omega t + \phi) = A_1cos(\omega t) + A_2sin(\omega t)[/tex]

Now, [tex]f[C,D] = A_1[/tex] and [tex]g[C.D] = A_2[/tex]