Fraction Simplification: Solving Equations with Constants C, L, and R

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
jkface
Messages
16
Reaction score
0
I have the following two equations

5bCv09x.png

3Eq3tTM.png


C, L, and R are all constants.

I need to somehow get the above two equations and get it to look like this:

ieBherg.png


But I can't get mine to look that nice. I have V1(s) = V2(s)(1+sCR) and I substituded it into equation 1 and it ends up looking messy. Any help would be appreciated.
 
Physics news on Phys.org
Show us your work and you may get some helpful suggestions.
 
i(s) = V2(s)(1+sCR) / sL + (V2(s)(1+sCR) - V2(s)) / R
i(s) = V2(s)( (1+sCR) / sL + sCR / R)
V2(s) = i(s) (sL / (1+sCR) + 1 / sC) = i(s) ((s^2 * LC + 1 + sCR) / sC(1+sCR))
V2(s) = i(s) ((s^2 * LC + 1 + sCR) / (sC+s^2 * C^2 * R))

this is obviously not what I'm supposed to have.