Is it correct to use two different variables when solving this integral?

  • Context: Undergrad 
  • Thread starter Thread starter mlazos
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mlazos
Messages
48
Reaction score
0
[SOLVED] I want a second opinion

We know the equation

[tex]F=-\frac{dV}{dr}[/tex]

we want to find the integral from [tex]r_{0}[/tex] to [tex]r[/tex].

I have seen someone doing this

[tex]\int^{r}_{r_{0}}Fdr'=-\int^{r}_{r_{0}}\frac{dV}{dr}dr'[/tex]

I am a mathematician and the way I was doing at the university was

[tex]F=-\frac{dV}{dr}\RightarrowFdr=dV[/tex]

and then I integrate

[tex]\int^{r}_{r_{0}}Fdr=-\int^{}_{r_{0}}dV[/tex]

Since the potential depends on r we can integrate. So I would like someone who knows the subject to tell me if the first way is correct since I know the second is correct. Its difficult for me to accept the introduction of another variable r' while we have the r itself.
 
Physics news on Phys.org
Well, the first one is incorrect; it should be:
[tex]\int_{r_{0}}^{r}Fdr'=-\int_{r_{0}}^{r}\frac{dV}{dr'}dr'[/tex]

Now, the second integral simply equals [tex]V(r)-V(r_{0})[/tex], thus, we have identity between the expressions:
[tex]\int_{r_{0}}^{r}\frac{dV}{dr'}dr'=\int_{V(r_{0})}^{V(r)}dV[/tex]
 
ok the first way is what a I saw, exactly the way I wrote it. With your correction makes sense. Thank you very much for your answer.