Potential Difference Problem - setting up the integral

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
5 replies · 1K views
Taulant Sholla
Messages
96
Reaction score
5

Homework Statement


Untitled.png


Homework Equations


V=kq/x​

The Attempt at a Solution


I know the correct solution. It's...​
Capture.JPG

On my first attempt, rather than use (d+x) in the denominator and integrate from 0 to L, I instead used (x) and integrated from (d) to (L+d).
der.JPG

This produces the wrong answer, but why does it produce the wrong answer? Both approaches seem to capture the setup and handle the integration correctly. Obviously I'm wrong, but - again - why/how am I wrong? Thank you.
 

Attachments

  • Capture.JPG
    Capture.JPG
    3.5 KB · Views: 652
  • Untitled.png
    Untitled.png
    7.5 KB · Views: 830
  • der.JPG
    der.JPG
    6.4 KB · Views: 408
  • der.JPG
    der.JPG
    3 KB · Views: 377
  • der.JPG
    der.JPG
    10.1 KB · Views: 337
Physics news on Phys.org
##\lambda## is no longer ##cdx## if you change variables. You can avoid this kind of oversight by using a different integration variable name, e.g. ##u ## or ##v##, but not the same name ##x##
 
Thank you! However, question: where did I "change variables" and/or why is λ no longer cdx?
 
You changed the integration variable ##x## that runs from 0 to L into a variable with name e.g. ##u## that runs from d to d + L. In other words ##u = x+d##. When ##x = 0##, ##\lambda = cx=0##, but when ##u=d##, then ##\lambda \ne cu##.
 
Ah, thank you so much. This is very helpful. I appreciate your explanation very much!