Finding derivatives for second order differential equation

Thoreau123
Messages
1
Reaction score
0

Homework Statement



Hello,

My first post here

I have a numerical problem for Matlab but I get stuck with the basic math...

For a circuit I have three equations:

1.Inductance: L=Lo/(1+I^2)
2.Voltage over the inductance: V=L*dI/dt
3.Current over a condensator: I=-C*dV/dt




Homework Equations


From this I should be able to derive the second order differential equation:

4. d2/dt2=2I(dI/dt)^2/(1+I^2)-I(1+I^2)/Lo*C

I know I must find the derivative for V, dV/dt and substitute this into I=-C*dV/dt and this should yield equation 4 but I think my derivatives are all wrong!


The Attempt at a Solution


Basically I need help to use the chain rule (i guess?) and finding the derivative for V=L*dI/dt

This is what I got: dV/dt=dI/dt*(-Lo*2I)/(1+I^2)^2+L*d2/dt2*? something is wrong...

Would really appreciate the help!
 
Last edited by a moderator:
Physics news on Phys.org
Thoreau123 said:

Homework Statement



Hello,

My first post here

I have a numerical problem for Matlab but I get stuck with the basic math...

For a circuit I have three equations:

1.Inductance: L=Lo/(1+I^2)
2.Voltage over the inductance: V=L*dI/dt
3.Current over a condensator: I=-C*dV/dt
That's condenser, not condensator. Condensers are usually called capacitors nowadays.


Thoreau123 said:

Homework Equations


From this I should be able to derive the second order differential equation:

4. d2/dt2=2I(dI/dt)^2/(1+I^2)-I(1+I^2)/Lo*C

I know I must find the derivative for V, dV/dt and substitute this into I=-C*dV/dt and this should yield equation 4 but I think my derivatives are all wrong!


The Attempt at a Solution


Basically I need help to use the chain rule (i guess?) and finding the derivative for V=L*dI/dt

This is what I got: dV/dt=dI/dt*(-Lo*2I)/(1+I^2)^2+L*d2/dt2*? something is wrong...

Would really appreciate the help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top