Homework Statement
I need to calculate center of mass of this isosceles triangle using integration:
the density is constant.
Homework Equations
Rcm = integral(xdm) / integral(dm)
The Attempt at a Solution
I know how to begin:
dm = density * dx * dy;
x = double-integral(x*dx*dy)...