This problem was sent to me recently. I have made some additions to the graphic.
On every time step of a numerical solution, I do the following:
1) Update the capacitor voltage based on the capacitor current from the previous time step 2) Solve for the voltage at point B based on the nodal equations at point C. 3) Solve for the capacitor current
Assume that point C is the reference voltage point, with zero voltage. Let VC denote the voltage across the capacitor. The node equation at point C is:
R0−VB+2R0−(VB+VC−V)+R0+2V−(VB+VC)=0
Note that VA=VB+VC−V. Solve the above equation for VB. Then find the current through the capacitor as follows:
VA=VB+VC−VIC=RVB−VA+RVB−0
Simulation code below. Results are printed at the end of the code.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
I would like to see the official solution. The numerical solution seems much more natural to me, as usual. I also think it is interesting that they are asking for approximations.
@Steven Chase the official solution is not available in website , in that image you can see it is written NA which means not available.
I will say my physics teacher to upload the solutions now.
@Krishna Karthik
–
@Krishna Karthik this is work of a problem like of JEE.
But it is not in our school course .
I have separately joined a Institute (coaching) for JEE preparation.
@A Former Brilliant Member
–
Ah. that explains it. Holy shit... JEE's hard. Lol I live in Australia so I can't try JEE. I'm doing IB physics Higher Level; it's sort of in-between JEE and AP Physics.
Bro, you'll definitely get into IIT though. You're already way ahead lol
@Krishna Karthik
–
@Krishna Karthik no problem. I have separate practice problem for each topic. . But the condition is you have to use ony Pen and page.
@A Former Brilliant Member
–
No, not yet. I am working mostly on my maths and computer science; physics is kind of my side thing that I teach myself on brilliant.
This is because I haven't formally started physics in school yet.
I have started on Special Relativity though lol. It's easier than thermodynamics for sure, but I might start on it soon.
@Steven Chase sir the hand made solution is ready.
In the first page (in our school, we have been taught that you don't have to derive left in every question)
But for explaining I have derived for you.
My friends always follow school teachers and use this method and I always solve differential equation for this problems .
What do you think which method is best ?
BTW the official solution are not yet uploaded in the website, I solved 1st problem myself and here is the solution below.
Generally speaking, differential equations and ground-up mathematics is the correct way to do physics. But for high-school or on a test it'll take time to derive, so I just use formulas for high-school.
And literally all laws in physics are written in the form of ODEs and PDEs, so high-school just uses approximations or makes some values constant so that rates of change and calculus doesn't have to be used. For obvious reasons as not everyone is a maths wiz.
@Steven Chase I am getting these 2 equations
x and y are charges
And Wolfram has failed to solve and I don't think I can solve this with laplace.
So I am planning to use python
But I didn't know how to use python for this work.
Can you please little bit guide me?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
@Steven Chase Thanks for the solution.
@Steven Chase can we solve this using pen and page only??
Log in to reply
I would like to see the official solution. The numerical solution seems much more natural to me, as usual. I also think it is interesting that they are asking for approximations.
Log in to reply
@Steven Chase the official solution is not available in website , in that image you can see it is written NA which means not available.
I will say my physics teacher to upload the solutions now.
Log in to reply
Log in to reply
@Krishna Karthik this is work of a problem like of JEE.
But it is not in our school course .
I have separately joined a Institute (coaching) for JEE preparation.
Log in to reply
Bro, you'll definitely get into IIT though. You're already way ahead lol
Log in to reply
@Krishna Karthik i can give jee advance papers. Do you want to try those problems.??
I have jee level millions of problems.
Log in to reply
Log in to reply
@Krishna Karthik no problem. I have separate practice problem for each topic. . But the condition is you have to use ony Pen and page.
Log in to reply
Log in to reply
@Krishna Karthik did you have studied Thermodynamics??
Log in to reply
This is because I haven't formally started physics in school yet.
I have started on Special Relativity though lol. It's easier than thermodynamics for sure, but I might start on it soon.
Log in to reply
@Krishna Karthik so basically you want mechanics. I am giving you 27 problems.
2-3 are not in mechanics you can neglect them .
Log in to reply
Log in to reply
@Krishna Karthik Brilliant is not accepting PDF. Let me you 4-5 photos.
Log in to reply
@Steven Chase sir the hand made solution is ready.
In the first page (in our school, we have been taught that you don't have to derive left in every question)
But for explaining I have derived for you.
My friends always follow school teachers and use this method and I always solve differential equation for this problems .
What do you think which method is best ?
BTW the official solution are not yet uploaded in the website, I solved 1st problem myself and here is the solution below.
Log in to reply
Generally speaking, differential equations and ground-up mathematics is the correct way to do physics. But for high-school or on a test it'll take time to derive, so I just use formulas for high-school.
And literally all laws in physics are written in the form of ODEs and PDEs, so high-school just uses approximations or makes some values constant so that rates of change and calculus doesn't have to be used. For obvious reasons as not everyone is a maths wiz.
@Steven Chase
@Steven Chase sir did you have seen this type of method.
Log in to reply
That's kind of a nice approach. It just depends on what tools you're allowed to use
By the way, I'm planning to make a time-domain version of your maximum power transfer problem, if that's OK with you
Log in to reply
@Steven Chase did you have woke up now??
@Steven Chase why not sir? It will be interesting.
@Krishna Karthik
Log in to reply
Thx! Cheers
Log in to reply
@Krishna Karthik you can print it out. It will be helpful.
@Steven Chase is it uploaded now??
Log in to reply
Yes, it is
Log in to reply
Hmmm... I wonder... Why has Neeraj Anand Badhgujar deleted his account?
Log in to reply
Log in to reply
@Steven Chase I am getting these 2 equations
x and y are charges And Wolfram has failed to solve and I don't think I can solve this with laplace.
So I am planning to use python
But I didn't know how to use python for this work. Can you please little bit guide me?
Log in to reply
On every time step, you can do:
That is just a general format. You can modify as necessary
Log in to reply
Thanks, but how to solve this differential equations??