- 959
- 0
Let's say I wanted to find the length of the perimeter of a semi-circle using integration with x(t) = cos(t) and y(t) = sin(t). I would do like so:
\int_{0}^{\pi} \sqrt{sin(t)^2 + cos(t)^2} dt<br /> = \int_{0}^{\pi} \sqrt{1} dt<br /> = \pi
now if I wanted to do it for the whole circle I would do it like so:
\int_{0}^{\pi} \sqrt{sin(2t)^2 + cos(2t)^2} dt<br /> = \int_{0}^{\pi} \sqrt{1} dt<br /> = \pi
Now obviously I made a mistake: I didn't replace 2x with u (etc...). But my question is: why can't I do this? What rule stops me from eliminating the cos^2 + sin^2 and getting the wrong answer?
\int_{0}^{\pi} \sqrt{sin(t)^2 + cos(t)^2} dt<br /> = \int_{0}^{\pi} \sqrt{1} dt<br /> = \pi
now if I wanted to do it for the whole circle I would do it like so:
\int_{0}^{\pi} \sqrt{sin(2t)^2 + cos(2t)^2} dt<br /> = \int_{0}^{\pi} \sqrt{1} dt<br /> = \pi
Now obviously I made a mistake: I didn't replace 2x with u (etc...). But my question is: why can't I do this? What rule stops me from eliminating the cos^2 + sin^2 and getting the wrong answer?
Last edited: