PDA

View Full Version : Help needed!


simick1712
Apr28-04, 11:55 AM
Sorry if this is in the wrong section, I wasn't sure where to post it.

Can anyone help me - I need to solve the following differential equation and find the values of c and B.

> k is given as -98.3146.
> v = 55 when t = 9
> v = 50 when t = 10

k(v^2) + B = m.(dv/dt)

Am I right in thinking that by separation of variables and integration I get

arctan(v/sqrt(B/k))=kt/m + c

??

But then if so, how do I find the values of c and B?

Thanks for any help,

Simon.

krab
Apr28-04, 01:05 PM
Your solution would be OK, except that k is negative. Note that you are taking the square root of k. The proper way to do this gets you an inverse hyperbolic tangent, not an arctan.

Also, your k on the rhs should be sqrt(Bk)

eJavier
Jul5-04, 02:31 AM
First, I don't see any C in the equation to solve, so I assume it's the constant of integration.
I got:
\frac{\sqrt{B}}{\sqrt{k}}\tanh{\frac{\sqrt{B}\sqrt {k}\cdot t+C \sqrt{B}\sqrt{k}\cdot m}{m}}

eJavier
Jul5-04, 02:45 AM
You could also try the "homogeneous + particular" approach.

HallsofIvy
Jul5-04, 10:22 AM
You could also try the "homogeneous + particular" approach.

No, you can't because this is a non-linear equation. The whole point of linear equations is that you can solve separate parts of the problem, then put them together. With non-linear equations you can't do that.

eJavier
Jul5-04, 05:14 PM
No, you can't because this is a non-linear equation. The whole point of linear equations is that you can solve separate parts of the problem, then put them together. With non-linear equations you can't do that.

Yes, you're right. :blush: