Solve Calculus Equation: dv/(g-kv^2)

  • Thread starter Thread starter menager31
  • Start date Start date
  • Tags Tags
    Calculus Hard
menager31
Messages
53
Reaction score
0
calculus(dv/(g-kv^2))
I think it's incalculable.
Could anyone approximate it ?
 
Physics news on Phys.org
U mean something like this

\int \frac{dv}{g-kv^2} ?

Do you know the derivative of arctanh x ?
 
You could start with a rewriting:
\int\frac{dv}{g-kv^{2}}=\frac{1}{g}\int\frac{dv}{1-(\frac{v}{\sqrt{\frac{g}{k}}})^{2}}=\frac{1}{\sqrt{gk}}\int\frac{du}{1-u^{2}},v=u\sqrt{\frac{g}{k}}

see if you can do something about that, for example along dex's line.
Alternatively, partial fractions decomposition can come to your aid.
 
Since I assume you are modelling the behaviour of a mass particle in a constant gravity field including a quadratic air resistance law, I would just like to say that the proper form of resistive force R is R= -K|v|v, rather than R=-Kv^{2}

Think about it..
 
arildno said:
Since I assume you are modelling the behaviour of a mass particle in a constant gravity field including a quadratic air resistance law, I would just like to say that the proper form of resistive force R is R= -K|v|v, rather than R=-Kv^{2}

Think about it..

because v is a vector?
 
I have found the final answer, it's v/g. Is your calculation same with mine?
 
cks said:
I have found the final answer, it's v/g. Is your calculation same with mine?

I can't be that one, it has to have either anctanh or some natural logarithms in it.
 
leon1127 said:
because v is a vector?

No. The quadratic drag force must point in the opposite direction of the velocity. If the velocity is positive then the drag force direction should be negative and if the velocity is negative then the drag force direction should be positive. If you square the velocity you will always have a drag force in the negative direction, even when the velocity is negative. That is why the absolute value expression is necessary.
 
Now, to help you along a bit:
We have:
\int\frac{du}{1-u^{2}}=\int\frac{du}{(1+u)(1-u)}=\frac{1}{2}\int(\frac{1}{(1+u)}+\frac{1}{(1-u)})du
Can you take it from here?
 
  • #10
I used the Euler equation to solve it but, i don't know how to select the real part for my solution, i ended up in this way.
 

Attachments

  • #11
It's pretty obvious that arildno's answer is straightfoward, but how about my unfinished solution. stucked in converting it from a complex part to real part.
 
  • #12
If you want to use complex integration here, you must be way more careful in choosing a proper contour than you have done. Your answer is therefore nonsense.
 
  • #13
You don't say what contour you are using, so I'm with arildno- it just doesn't mean anything.

However, in case you have a problem like that in the future, the standard way of finding real and imaginary parts of a fraction like
\frac{1}{a+ bi}[/itex]<br /> is to multiply both numerator and denominator by the complex conjugate of the denominator:<br /> \frac{a-bi}{(a+bi)(a-bi)}= \frac{a- bi}{a^2+ b^2}= \frac{a}{a^2+ b^2}+ i\frac{b}{a^2+ b^2}<br /> The real part is a/(a<sup>2</sup>+ b<sup>2</sup>) and the imaginary part is -b/(a<sup>2</sup>+ b<sup>2</sup>).
 
  • #14
arildno said:
You could start with a rewriting:
\int\frac{dv}{g-kv^{2}}=\frac{1}{g}\int\frac{dv}{1-(\frac{v}{\sqrt{\frac{g}{k}}})^{2}}=\frac{1}{\sqrt{gk}}\int\frac{du}{1-u^{2}},v=u\sqrt{\frac{g}{k}}

see if you can do something about that, for example along dex's line.
Alternatively, partial fractions decomposition can come to your aid.
i'm having a hard time following your work

\frac{1}{g}\int\frac{dv}{1-(\frac{v}{\sqrt{\frac{g}{k}}})^{2}}=\frac{1}{\sqrt{gk}}\int\frac{du}{1-u^{2}},v

so you factored out a 1\g

then you rearranged it into a complex fraction and square root and put that whole variable and squared it to show it's equivalent. can you show me what else you did after that in more detail? also, you already have a 1\g as a constant?
 
  • #15
Okay, we set:

u=\frac{v}{\sqrt{\frac{g}{k}}}
yielding:
v=u\sqrt{\frac{g}{k}}
hence,
\frac{dv}{du}=\sqrt{\frac{g}{k}}

Yielding the differential relation:
{dv}=\sqrt{\frac{g}{k}}du

Now, our first integral can be rewritten as:
\frac{1}{g}\int\frac{\sqrt{\frac{g}{k}}du}{1-u^{2}}
Factor out the constant, and get the one I have in front of my second integral.

Remember that:
\frac{1}{g}=\frac{1}{\sqrt{g^{2}}}
along with the rules for multiplying fractions&square roots together.
 
Last edited:
  • #16
Thank you very much. Really appreciate that!

However, so, what you mean is that when we want to substitute a cosine or sine function with the euler equation, e^i(theta)=cos(theta)+isin(theta), we have to choose a contour? this is the condition for substituting the euler equation?
 
Back
Top