1MileCrash
- 1,338
- 41
Homework Statement
From an exam in calc 2 we are reviewing simple integrals. This one was annoying because it actually contained algebra.. regardless.
\int(\frac{1 - y^{2}}{y^{2}})^{2} dy
Homework Equations
The Attempt at a Solution
First I broke it into two fractions, and turned the second into 1 as it is y squared over y squared.
\int(\frac{1}{y^{2}} - 1)^{2} dy
Then squared the polynomial of sorts.. to get
\int y^{-4} - y^{-2} - y^{-2} + 1 dy
Leading me to a final answer of
- \frac{y^{-3}}{3} + 2y^{-1} + y + C
Look okay? A bit rusty in algebra..