What is the mass of ceramic on the wire with non-uniform coating?

defaultusername
Messages
16
Reaction score
0

Homework Statement


A metal wire is given a ceramic coating to protect it against heat. The machine that applies the coating
does not do so very uniformly.

The wire is in the shape of the curve
curve.PNG


The density of the ceramic on the wire is
two.PNG


Use a line integral to calculate the mass of the ceramic on the wire.

Homework Equations


∫ f(r,t,ρ) drdtdρ

The Attempt at a Solution


Here's my 'attempt at a solution':
I tried to make a triple integral, but I don't quite know what to do next.
0π0π0π
 
Physics news on Phys.org
defaultusername said:

Homework Statement


A metal wire is given a ceramic coating to protect it against heat. The machine that applies the coating
does not do so very uniformly.

The wire is in the shape of the curve
View attachment 103255

The density of the ceramic on the wire is
View attachment 103256

Use a line integral to calculate the mass of the ceramic on the wire.

Homework Equations


∫ f(r,t,ρ) drdtdρ

The Attempt at a Solution


Here's my 'attempt at a solution':
I tried to make a triple integral, but I don't quite know what to do next.

Why? A triple integral won't help you solve this problem.

First, think about how you would find the length of the metal wire (without the ceramic coating). How would you express that length as a line integral?

http://tutorial.math.lamar.edu/Classes/CalcIII/VectorArcLength.aspx

Once you figure out what a small element of the length of the wire is, then apply the density function of the ceramic coating. How would you calculate the total mass of the ceramic?
 
SteamKing said:
A triple integral won't help you
... because you are not given a diameter for the wire nor the thickness of the coating, so you have no idea what the volume is.
I would take it that the given density is grams/centimetre, not grams/ cubic metre, and that the curve has units of centimetres.

By the way, you can simplify it by a simple substitution for t.
 
Ok, so I tried to do it in a CAS. Here is what I got...not sure how right it is though.
x = 3 + 2 (Cos[t]^2)
y = 4 - 2 (Sin[t] Cos[t])
z = 2 t
\[Rho] = (x*y)/96
Dx = D[x, t]
Dy = D[y, t]
Dz = D[z, t]
Integrate[\[Rho]*Sqrt[Dx^2 + Dy^2 + Dz^2], {t, 0, \[Pi]}]

=
(Sqrt[2] \[Pi])/3
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top