These problems involve finding indefinite integrals of algebraic functions. You'll need to apply the linearity property of integrals (which allows you to integrate term by term and pull out constants) and the power rule for integration. Remember that integration is the reverse process of differentiation, so we're looking for functions whose derivatives give us the integrands.
Solution
∫(y2+8y+2)dy
We begin by denoting the integral as I and applying the sum rule and constant multiple rule of integration. These properties allow us to break the integral of a sum into the sum of integrals, and to factor constants outside the integral sign.
Let I=∫(y2+8y+2)dy
Splitting the integral into three separate terms:
I=∫y2dy+8∫ydy+2∫1dy
Now we apply the power rule∫yndy=n+1yn+1 to each term:
For ∫y2dy: Here n=2, so we get 3y3
For 8∫ydy: Here n=1, so ∫ydy=2y2, giving us 8⋅2y2=4y2
For 2∫1dy: Since ∫1dy=y, we get 2y
Combining these results and adding the constant of integration c (which represents the family of all possible antiderivatives):
I=3y3+4y2+2y+c
Key Formulas or Methods Used
Linearity of Integration:∫[f(y)+g(y)]dy=∫f(y)dy+∫g(y)dy and ∫k⋅f(y)dy=k∫f(y)dy (where k is a constant)
Power Rule:∫yndy=n+1yn+1+c for n=−1
Exponent Conversion:nym=ym/n and yn1=y−n
Summary of Steps
Identify the structure: Check if the integral contains sums, constants, or terms that need algebraic rewriting (like radicals or reciprocals).
Apply linearity: Split the integral into separate terms and pull out constant coefficients.
Convert to power form: Rewrite any roots as fractional exponents (y=y1/2) and reciprocals as negative exponents (y21=y−2).
Integrate term by term: Apply the power rule n+1yn+1 to each term, being careful with arithmetic on fractions.
Simplify coefficients: Reduce any numerical fractions (e.g., 8×21=4) and rewrite negative exponents as fractions if desired.
Add the constant: Don't forget +c at the end, as this is an indefinite integral representing a family of functions.