For the circuit shown in the figure, find the peak current (in ampere) through the source.
.Note : I am feeling very sad :(
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@tom engelsman thanks for the solution
Since no initial conditions are given, this must be an AC steady state problem. Calculations and comments are given in the attached code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
@Steven Chase
Thanks for the code .
By the way I want to download all your problems ,I am interested more in your problem than my own problems .
What should I do know ?
Thanks in advance
Log in to reply
I will download all of my problems from Brilliant when the download utility is available. And then I'll try to upload it to a file sharing site so you can download it
Log in to reply
@Steven Chase
Thank you .Thank you.
Which file sharing site will you use ??
Log in to reply
@Talulah Riley – This one looks pretty good. All I have to do is upload the file and send you a link that gets auto-generated from the site. The link will take you to a page where you can download it
https://www.zippyshare.com/
Log in to reply
@Steven Chase – Can we do a trial?
Log in to reply
@Talulah Riley – Here is the download link to the code file I used to solve this problem
https://www113.zippyshare.com/v/CQAumWQf/file.html
Log in to reply
@Steven Chase
–
@Steven Chase
After clicking.on the link it shows me this
.
From this where should I go ?
@Talulah Riley – I just tried to use the download link. There are all kinds of weird popups and things, so maybe that's not the one to use. I'll find something better
Log in to reply
@Steven Chase
–
@Steven Chase
E
X
A
C
T
L
Y
.
Use Telegram app.It is amazing and safe and secure .
Log in to reply
@Talulah Riley – hey bro the brilliant community is now moving to Art of Problem Solving.
Log in to reply
@Krishna Karthik – @Krishna Karthik I am planning to make my own website for posting problems.
Log in to reply
@Talulah Riley – Nice. I'll be the first to join. Otherwise, the majority of the community is using AOPS, or Art of Problem Solving. Please join. The community wouldn't be the same without you, Steven Chase, and Karan Chatrath. I hope everyone joins.
Bro. Community is discontinued 😥
@Krishna Karthik can we upload questions on AOPS as same as Brilliant??
Log in to reply
Oh totally. There are forums in AOPS.
Log in to reply
@Krishna Karthik I am.also making my own Id wait.
@Krishna Karthik will I get smart peoples on AOPS like Steven Chase,Karan Chatrath,Mark Hennings??
Log in to reply
Everyone's migrating to AOPS. There's a discussion called "Brilliant Community" on this website, and a lot of people are going to AOPS. Go to it; invite Karan Chatrath, Steven, and Mark Hennings. Even Chew Seong Cheong is going there.
Log in to reply
@Krishna Karthik My id is “NJ_Physicist” ,send me friend request
Log in to reply
@Talulah Riley – Yo whatup, I sent you a friend request. Btw how did your JEE go? You into IIT yet?
Log in to reply
@Krishna Karthik – @Krishna Karthik Jee exams are postponed due to Coronavirus
Log in to reply
@Talulah Riley – Oh. Haha, I totally forgot about India's situation. Yeah, my grandparents are all COVID positive. Luckily, they survived.
It's so disappointing to see Brilliant go. I literally learned all my maths, physics, and computer simulation things here. The community is more valuable than the actual courses.
You guys are my de facto teachers.
@Krishna Karthik
–
@Krishna Karthik
The AOPS website is so messy .
I am not able to see a question
Tell me something !
Add me in the Physics forums .
Log in to reply
@Talulah Riley – Here's a link:
https://artofproblemsolving.com/community/c2328877
@Talulah Riley Unfortunately, from what I see, problems will have to be posted as discussions on AOPS. Another option, if you don't like AOPS (I think it's messy) will be Chew-Seong Cheong's new website.
Chew's creating an online community with the help of a Malaysian university. We can join once that's up and running.
Log in to reply
@Krishna Karthik
exactly.i don't like the concept of Forum .
In Forums we wil have less accessibility to the problems .
BRILLIANT was a good one After Jee exams I will have a lot of free time .
I will make my own website after 3-4 months and will message you in AOPS about that .
So be active in AOPS for my reply.
Did you got my point ?
@Steven Chase
I want to upload a Problem but the feature to upload the problem is not displaying ??
Please check in your computer and please reply me.
Is that feature gone ?
Log in to reply
The upload feature has been taken away
Log in to reply
@Steven Chase
What the fuck. They said till 2 July.
Their sunset is very fast.
I am feeling very sad.i want to enjoy your problems till my whole life.
Where you are migrating from Brilliant . please reply.
@Steven Chase Can you please send the solution of this problem
Problem Loading...
Note Loading...
Set Loading...
Let us expand on Steven's coding solution here. The basic attack mode is to simplify our passive components into a single impedance value, Z e q . The circuit has one branch with a resistor in series with an inductor, and the other parallel branch has a resistor in series with a capacitor. Knowing that ω = 1 0 0 Hz from the AC voltage source, we calculate Z e q according to:
Z e q 1 = R 1 + Z L 1 + R 2 + Z C 1 = R 1 + j ω L 1 + R 2 + 1 / j ω C 1 (where j = − 1 );
or Z e q 1 = 1 0 + j ( 1 0 0 ) ( 0 . 1 ) 1 + 1 0 − j / ( 1 0 0 ) ( 0 . 0 0 1 ) 1 ;
or Z e q 1 = 1 0 + 1 0 j 1 + 1 0 − 1 0 j 1 ;
or Z e q 1 = ( 1 0 + 1 0 j ) ( 1 0 − 1 0 j ) ( 1 0 − 1 0 j ) + ( 1 0 + 1 0 j ) ;
or Z e q 1 = 1 0 0 + 1 0 0 2 0 ;
or Z e q 1 = 1 0 1 ;
or Z e q = 1 0 Ω .
By Ohm's Law, the current computes to:
I ( t ) = Z e q E ( t ) = 1 0 5 0 sin ( 1 0 0 t ) = 5 sin ( 1 0 0 t ) ⇒ I M A X = 5 A .