How Can I Integrate v / (1 + cv²)?

  • Thread starter Thread starter Pinali
  • Start date Start date
  • Tags Tags
    Integrating
Click For Summary

Homework Help Overview

The discussion revolves around the integration of the expression v / (1 + cv²), where c is a constant. Participants are exploring methods to solve this indefinite integral, with connections to a nonlinear ordinary differential equation (ODE) involving derivatives.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various integration techniques, including integration by parts and substitution. There is mention of the hint regarding the integral of 1 / (1 + v²) being arctan(v), though its application remains unclear to some. Others suggest using a change of variables to simplify the integral.

Discussion Status

The conversation reflects a mix of confusion and attempts to clarify the integration process. Some participants have successfully derived a logarithmic result, while others are still grappling with the implications of the teacher's hint and the overall structure of the problem. There is no explicit consensus, but several productive lines of reasoning are being explored.

Contextual Notes

Participants are working within the constraints of a homework assignment, which includes solving a nonlinear autonomous ODE. There are references to specific techniques taught in lectures, and some participants express uncertainty about the relevance of hints provided by the teacher.

Pinali
Messages
4
Reaction score
0
Hi. I've been struggling with this for hours and not getting anywhere even after a hint from a teacher. I have to integrate (indefinite integral) v / (1+cv²) where c is a constant.

The hint the teacher gave was that the integral of 1 / (1+v²) is tan^-1(v), but I can't see how to use this unless I use integration by parts - which yields another term which involves integrating tan^-1, which we haven't been taught so I assume I'm not expected to do and thus I'm doing something wrong.

I also attempted to do it by the "if the derivative of the bottom is the top then the solution is ln |bottom|, giving the solution 1/c ln |1+v²|.
The problem with this is that I then have to input v=dy/dx , rearrange and solve again to get the form I need (it's part of a question on solving a nonlinear autonomous ordinary differential equation) which, when I tried, was insanely complicated - well beyond the level I'm supposed to be working at.

I'm completely stumped so can anyone be of assistance here? I can describe the full problem if there's not enough information here on the nature of the problem.
 
Physics news on Phys.org
Pinali said:
Hi. I've been struggling with this for hours and not getting anywhere even after a hint from a teacher. I have to integrate (indefinite integral) v / (1+cv²) where c is a constant.

The hint the teacher gave was that the integral of 1 / (1+v²) is tan^-1(v), but I can't see how to use this unless I use integration by parts - which yields another term which involves integrating tan^-1, which we haven't been taught so I assume I'm not expected to do and thus I'm doing something wrong.

I also attempted to do it by the "if the derivative of the bottom is the top then the solution is ln |bottom|, giving the solution 1/c ln |1+v²|.
That's correct. It's just a change of variable to w \equiv 1+v^2 and v dv = dw/2 which leads to a log, as you said.
The problem with this is that I then have to input v=dy/dx , rearrange and solve again to get the form I need (it's part of a question on solving a nonlinear autonomous ordinary differential equation) which, when I tried, was insanely complicated - well beyond the level I'm supposed to be working at.

I'm completely stumped so can anyone be of assistance here? I can describe the full problem if there's not enough information here on the nature of the problem.
well, what do you have to do next, more precisely? The result is a log and there is not much to do about it!
 
Solution

Hi Pinali,
Just take v^2=t 2vdv=dt.
Hence substitute and find the answer.
 
Yeah, I don't know where arctan would come into play. The most obvious method would seem to be substitution as mentioned above. Set u= v^2 + 1, du=2v dv, du/2=v dv.
 
In order to explain what I have to do here, I'm trying to solve the autonomous nonlinear ODE y"=b+cy' where b and c are constants.
My lectures showed how to do this using the substitution v=y' and so y"=v*dv/dy. I then separated variables to get the above integral. Maybe it's just the fact that the teacher gave this hint that's throwing me off and the actual use for the hint doesn't come until later on?
I'll give it another go, as it seems like I was right to think it should be a log. Thanks!
 
Pinali said:
In order to explain what I have to do here, I'm trying to solve the autonomous nonlinear ODE y"=b+cy' where b and c are constants.
My lectures showed how to do this using the substitution v=y' and so y"=v*dv/dy. I then separated variables to get the above integral. Maybe it's just the fact that the teacher gave this hint that's throwing me off and the actual use for the hint doesn't come until later on?
I'll give it another go, as it seems like I was right to think it should be a log. Thanks!

if y'' = v dv/dy then the equation is

v dv/dy = b + c v so dv/dy = (b+c v)/v

How did you get to a form v/(1+cv^2)??
 
Pinali said:
In order to explain what I have to do here, I'm trying to solve the autonomous nonlinear ODE y"=b+cy' where b and c are constants.

A nonlinear ODE would be something like yy''=b+cy' or y''=b+cyy'. This is a good old second order linear ODE. There are lots of techniques to solve these.

My lectures showed how to do this using the substitution v=y' and so y"=v*dv/dy.

The substitution v=y' is a good one, but rather than y''=v*dv/dy, why not use y''=v' instead? Then the original equation becomes v'=b+cv, which you should be able to solve easily. Now integrate v to yield y.
 
Ah sorry typing error. It meant to be y"=-b - c(y')² the original equation, not just y' by itself. And the signs wrong too, argh, I am silly.
v dv/dy = - b - c v²
dv/dy = - (b + c v²)/v
So then - § v / (b + c v²) dv = § 1 dy
- 1/b § v / (1 + d v²) dv = y + p
d is another constant that I choose to represent c/b (I used different notation at first so had the original as d and then chose c to be d/b or so), and p is constant of integration. And then it's the § v / (1 + d v²) dv part that stumped me.
 
Yes, for v= y', your differential equation becomes v'= -b-cv2. That can be written as dv/(b+cv^2)= -dx. You can simplify a bit by multiplying both sides by b to get dv/(1+ (c/b)v^2)= -b dx. That is NOT the same as the equation you first gave, vdv/(1+cv^2) since you do NOT have that "v" in the denominator. Now your teacher's suggestion that you use the fact that the anti-derivative of 1/(1+u^2) is arctan(u) is exactly what you need. Let u=\sqrt{c/b}v to convert to a constant times 1/(1+u^2).
 
  • #10
Ah yeah, I just managed it. I did indeed get a log which was apparently correct (it yielded the correct answer anyway when I applied the initial conditions), so thank you for the help. The arctan thing it seems was for use later on, which I also managed okay when I realized it. Thanks again!
 
  • #11
I am still confused as to what you want to integrate. Originally you said vdv/(c+ v2) which will give a logarithm, later, you gave a problem which led to dv/(c+ v2) which, integrated, gives arctangent.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
10
Views
2K
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
1K
  • · Replies 16 ·
Replies
16
Views
5K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K