I need some help with the following problem:
Find the torque around the x axis of the triangle with vertices (0, 0), (1, 4) and (1, 0). Assume the density equals one. — Life of Fred Calculus, Stanley F. Schmidt
To be perfectly clear, this is the entire problem: there is no weight or force given!
Here are my thoughts on the problem / what I have already tried.
The triangle is essentially the graph $f(x) = 4x$ on $[0, 1]$
Elsewhere in the book, the author makes the assumption that weight is equal to $density \times x$, so $\tau = weight \times arm = 1 \times x \times arm$
It seems to me that the y-values of the points on the hypotenuse of the triangle (the values of $f(x)$) represent the arm length of torque. Thus,$$\int_0^1 4x\, dx = 2x^2 \Big]_0^1 = 2$$
$2$, therefore, is what I believe the answer to the problem should be. The answer book says that the answer is $\frac{8}{3}$. I have checked the author's errata page for the book, and this problem isn't listed. How do I solve this problem?
For any point at $r = \langle x, y\rangle$ the differential torque produced by gravity $g$ and the point's density $\rho$ is:
$$\vec \tau_{x,y} = \rho (\vec r \times \vec g)$$
Then the magnitude of this is : $$\begin{align} \vec \tau_{x,y} & = \rho (\vec r \times \vec g) \\[2ex] \parallel \tau_{x,y}\parallel & = \rho \, g\,\parallel r\parallel\sin \theta \\ & = \rho\, g \,y & \text{NB: for the first quadrant} \end{align}$$
Hence the magnitude of the torque over the entire triangle is:
$$ \parallel\tau\parallel \; =\; \int_0^1\int_0^{4x} \rho\, g\, y\; \operatorname d y\; \operatorname d x $$
Which shall resolve to $\frac 8 3$, counter-clockwise if we assume $g = 1$ in whatever units are being used.