Help with a current, resistance, and resistivity problem

AI Thread Summary
The discussion focuses on calculating the resistance of a truncated right circular cone with given resistivity, radii, and length. Participants clarify the relationship between resistance, resistivity, and the area of cross-sections, emphasizing the need for an integral approach due to the cone's varying radius. The correct form for the radius as a function of distance is established, allowing for the proper setup of the integral. A user initially struggles with the integration process but eventually resolves their errors and seeks confirmation on their final answer. The conversation highlights the importance of symbolic integration for clarity and accuracy in solving the problem.
iiiiaann
Messages
22
Reaction score
0

Homework Statement



In the figure below, current is set up through a truncated right circular cone of resistivity 898 Ω·m, left radius a = 2.00 mm, right radius b = 2.30 mm, and length L = 1.64 cm. Assume that the current density is uniform across any cross section taken perpendicular to the length. What is the resistance of the cone?

26-30.gif


HINT: Consider a cross-sectional slice of thickness dx. How is the resistance of that slice related to the resistivity of the material? How do you relate the resistance of the slice to the distance x from the left end and the full distance L?

Homework Equations



R = ρ * (L/A)

The Attempt at a Solution



Okay so I haven't gotten very far with this one. I know you have to set up an integral with respect to L, so I tried an integral from 0 to 0.0164 m and I related the radius as (b-a / L) * dx + 22) So I had an integral of \int\frac{ρx dx}{\pi* ((\frac{b-a}{L} * x) + 2)^{2}} but I had a really hard time trying to work this out. Can someone just set me off in the right direction?
 
Physics news on Phys.org
Welcome to PF iiiiaann,

I don't think your integrand is quite right. The infinitesimal resistance dR of an infinitesimal cross-sectional slice of thickness dx is just given by:

dR = (ρdx)/A(x)

where A is the area of the slice, and I have explicitly indicated that this area is a function of x. Since the cross sections are circular,

A(x) = πr2(x)

where r(x) is the radius of the slice. So, the question is, how does the radius of the slices vary with x? This is the part I think you didn't do quite right. Hint: the radius increases from a at x = 0 to b at x = L, and since it's a cone, you can assume that it rises linearly from this starting value to this ending value. Does that help you figure out the form of r(x)?
 
would that make r with respect to x = (b-a) * x/L + a or in this problem that would be (2.3 mm - 2 mm) * x/1.64 cm + 2mm?
 
Last edited:
I agree with (b-a)x/L + a.
 
so the integral would then be \int\frac{ρ dx}{\pi [((b-a) * \frac{x}{L}) + 2]^{2}} from 0 cm to L cm

or with all the numbers plugged in from this problem:

\int\frac{898\Omega * m dx}{\pi [((0.0023 m - 0.002 m) * \frac{x}{0.0164 m}) + 0.002 m]^{2}} from 0 m to 0.0164 m

simplified:

\int\frac{898\Omega * m dx}{\pi [0.01829x m + 0.002 m]^{2}} from 0m to 0.0164 m

without the units:

\int\frac{898 dx}{\pi [0.01829x + 0.002]^{2}} from 0 to 0.0164

So assuming my above integral was right, you can pull ρ and ∏ out of the integral because they are constant and you get \frac{\rho}{\pi}\int\frac{dx}{(0.01829x + 0.02)^{2}} from 0 to 0.0164 and that integral comes out to \frac{\rho}{\pi}*\left[(1/0.01829) * ln(0.01829x + 0.02)\right|^{0.0164}_{0} or
\frac{\rho}{\pi}*[\frac{ln((0.01829)(0.0164) + 0.02)}{0.01829} - \frac{ln((0.01829)(0) + 0.02)}{0.01829}]

or \frac{\rho}{\pi * 0.01829}*[\ln((0.01829)(0.0164) + 0.02) - ln((0.01829)(0) + 0.02)]

simplifying to \frac{898}{\pi * 0.01829}*[\ln(0.0203) - ln(0.02)]

15628.33668 * ln(\frac{0.0203}{0.02})

15628.33668 * 0.014889

= 232.684Ω

I'm not sure on this answer, but also not sure where I may have gone wrongEDIT: realized i was using 0.02 in the ln's instead of 0.002, i re-did it and came out with 2183.95, does that seem more reasonable?

EDIT 2: Still wrong, any help with finding my mistake?
 
Last edited:
fml I am an idiot, integrating wrong. I figured it out. Thanks for the help
 
iiiiaann said:
fml I am an idiot, integrating wrong. I figured it out. Thanks for the help

:smile: Well, you certainly went about the integration like a Trojan! I think it might have been easier to leave it in symbolic form for integration rather than carrying around all those numbers.

The form of the integral is \large \int \frac{1}{u^2} du = \frac{-1}{u}.
 
Back
Top