Resistance of a wire with changing radius

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
brainslush
Messages
23
Reaction score
0

Homework Statement


The radius r of a wire of length L increases according to r = a * exp(bx^2), x is the distance from one end to the other end of the wire. What is the resistance of the wire?

Homework Equations


[itex]R =\frac{L * \rho}{A}[/itex]

The Attempt at a Solution


[itex]dR =\frac{dx * \rho}{A}[/itex]

[itex]A(r) = \pi * r^2[/itex]

[itex]r(x) = a* e^{bx^2}[/itex]

[itex]A(x) =\pi a^2 * e^{2bx^2}[/itex]

[itex]R =\int^{L}_{0}\frac{\rho}{\pi a^2 * e^{2bx^2}}*dx[/itex]

Two questions
First of all. Is this approach correct? And second, how does one integrate an errorfunction? (Of course one can use WolframAlpha but how does one get this solution?)
Thanks
 
Last edited:
Physics news on Phys.org
Remember that A is a function of r when you try to work out dR
 
Of course, A is a function of r but r is also a function of x. Therefore the substitution yields what I have written above. Or am I wrong?
 
[tex]R =\frac{x \rho}{A}=\frac{x \rho}{\pi r^2}=\frac{x \rho}{\pi a^2 e^{2bx^2}}[/tex]

Are you sure your expression for dR is correct?
 
Our professor just told us that r = a * exp(b*x) and i found the mistake... A is dependent on r and therefore I need to consider this in my calculations...

[itex]dR = \rho d(\frac{L}{A})[/itex]

[itex]d(\frac{L}{A}) = \frac{dL}{A} - \frac{L*dA}{A^2}[/itex]

[itex]dA = 2*\pi*r*dr[/itex] , [itex]dL = dx[/itex]

[itex]dr = a*b*e^{bx} dx[/itex]

[itex]dR =\rho \int^{L}_{0} (\frac{e^{-2bx}}{\pi*a} - \frac{2*x*b*e^{-2*b*x}}{\pi*a^2})dx[/itex]
 
Last edited: