Homework assignment that I was able to solve using EDO, but need to use Laplace now

AI Thread Summary
The discussion centers on solving a circuit problem using both ordinary differential equations (ODE) and Laplace transforms, highlighting discrepancies in the results. The initial solution via ODE was found to contain errors, particularly in the differential equation resolution and rounding of numbers, which can lead to significant inaccuracies. It was clarified that the current through a resistor does depend on time, contrary to initial assumptions. Additionally, the Laplace method was incorrectly applied, as the voltage source needed to be transformed appropriately. Accurate representation of the circuit and careful mathematical handling are crucial for obtaining correct solutions.
Diego
Messages
3
Reaction score
3
Homework Statement
Find the currents of the circuit after the switch S is closed.
Relevant Equations
Use laplace.
The statement is: Find the currents of the circuit after the switch S is closed. I solved it by EDO (ordinary differential equations) and then I tried to solve it by Laplace and they gave different answers.
Circuit.jpg
 
Last edited:
Physics news on Phys.org
Welcome to PF.

What's EDO? Also, please attach a clear image of the circuit in JPEG format (not sideways like in the PDF) to help us understand the problem. Please show the work you've done so far, and say how you want to solve it using Laplace methods. Thanks.

(I'll send you a separate message with tips for how to use LaTeX to post math at PF.)
 
  • Like
Likes PhDeezNutz and Diego
EDO is an abbreviation for ordinary differential equations.
I'll send what I've already done, by EDO. and then I will send as I tried to solve by Laplace and quote what I think is wrong.
 
Diego said:
EDO is an abbreviation for ordinary differential equations.
I'll send what I've already done, by EDO. and then I will send as I tried to solve by Laplace and quote what I think is wrong.
The English abbreviation is ODE (for obvious reasons). I am guessing your native language has Latin roots? :wink:

Regarding the actual question, please show your work.
 
I'm sorry for the delay, I was putting the pdf in English, if there is anything you don't understand you can ask.
Below is the resolution in ODE and the doubts about Laplace.
 

Attachments

The first mistake is the solution of the differential equation provided in the “solved by ode.pdf” file. The correct solution is ## Q_2(t)=C(8,57143-8,57143e^{-0,225806t/C}) ##.
The second mistake is badly done numbers rounding. It is okay to round numbers, but sometimes, rounding numbers can introduce a significant roundoff error when the final result can not be accepted as a correct result. The solution in the “solved by ode.pdf” file shows how rounding numbers can be done badly and produce the wrong answer. It is not true that the current ## i_3 ## through the resistor ## R=5 ## does not depend on time. It can be easily checked that ## i_3=1,17 ## for ## t=0 ## and ## i_3\to1,71 ## for ## t\to\infty ##.

The second solution provided in the “Solving by laplace.pdf” file is wrong too. The voltage source (## 12 ##) must also be converted to the Laplace transform (## 12/s ##).
 
  • Like
Likes Diego and berkeman
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Thread 'Minimum mass of a block'
Here we know that if block B is going to move up or just be at the verge of moving up ##Mg \sin \theta ## will act downwards and maximum static friction will act downwards ## \mu Mg \cos \theta ## Now what im confused by is how will we know " how quickly" block B reaches its maximum static friction value without any numbers, the suggested solution says that when block A is at its maximum extension, then block B will start to move up but with a certain set of values couldn't block A reach...
Back
Top