Question: (a) Evaluate ∫1∞x21dx. (b) Determine whether ∫1∞x1dx converges or diverges. (c) Evaluate ∫01x1dx. (d) Explain the difference between a convergent and divergent improper integral.
Solution:
(a) ∫1∞x21dx=limb→∞[−x1]1b=limb→∞(−b1+1)=0+1=1. Converges to 1.
(c) ∫01x1dx=lima→0+[2x]a1=lima→0+(2−2a)=2−0=2. Converges to 2.
(d) A convergent improper integral has a finite value — the limit exists and equals a real number. A divergent improper integral approaches infinity (or does not approach a limit), meaning the area under the curve is infinite.
Question: (a) Find the volume generated when the curve y=x is rotated 2π radians about the x-axis between x=0 and x=4. (b) Find the volume generated when x=y2 (for y≥0) is rotated about the y-axis between y=0 and y=2. (c) The region bounded by y=x2, y=0And x=1 is rotated about the y-axis. Calculate the volume using the shell method: V=2π∫abxydx.
Question: A curve is given parametrically by x=t2+1, y=t3−t. (a) Find dxdy in terms of t. (b) Find the coordinates of the stationary points. (c) Find dx2d2y and determine the nature of each stationary point. (d) Find the equation of the normal to the curve at the point where t=2.
Question: A population grows according to dtdP=kP(1000−P) where P is the population and k=0.001. Initial population P(0)=100. (a) Identify the type of differential equation. (b) Solve by separating variables. (c) Find P when t=5. (d) Describe the long-term behaviour of the population.
Solution:
(a) This is a separable first-order differential equation and a logistic growth equation.
(b) P(1000−P)dP=0.001dt. Using partial fractions: P(1000−P)1=P1/1000+1000−P1/1000.
10001ln1000−PP=0.001t+C. ln1000−PP=t+C".
1000−PP=Aet. At t=0: 900100=ASo A=1/9.
1000−PP=9et. P=9+et1000et.
(c) P(5)=9+e51000e5=157.41000(148.4)=942.8.
(d) As t→∞: P→1000. The population approaches the carrying capacity of 1000. The growth is initially approximately exponential when P is small, but slows as P approaches 1000.
Question: (a) Evaluate ∫0π/2xsinxdx using integration by parts. (b) Use the Maclaurin series for ex to evaluate ∫00.1e−x2dx correct to 4 decimal places. (c) Evaluate ∫x2−91dx using partial fractions. (d) Evaluate ∫0∞xe−xdx.
Solution:
(a) u = x$$dv = \sin x\,dx. du = dx$$v = -\cos x. ∫0π/2xsinxdx=[−xcosx]0π/2+∫0π/2cosxdx=0+[sinx]0π/2=1.
Question: (a) Find the arc length of the curve y=32x3/2 from x=0 to x=3. (b) Find the surface area generated when this curve is rotated about the x-axis. (c) A curve is given by x = 2\cos\theta$$y = 2\sin\theta. Find the arc length for one complete revolution (0≤θ≤2π). (d) Explain why the arc length formula involves 1+(dxdy)2.
(c) \frac{dx}{d\theta} = -2\sin\theta$$\frac{dy}{d\theta} = 2\cos\theta. (−2sinθ)2+(2cosθ)2=4=2. s=∫02π2dθ=4π. This is a circle of radius 2, so circumference =2π(2)=4π.
(d) The formula comes from approximating the curve by many small line segments of length Δs=(Δx)2+(Δy)2. Dividing by Δx: Δs=1+(ΔxΔy)2Δx. In the limit as Δx→0: ds=1+(dy/dx)2dx. Integrating gives the total arc length.
Confusing the arc length formula with the area under a curve: Arc length uses ∫1+(dy/dx)2dx, not ∫ydx. The square root and the squared derivative are essential — omitting them gives the area, not the length. This is one of the most common errors in further calculus.
Forgetting the 2π in surface of revolution formulas: When rotating a curve about the x-axis, the surface area formula is 2π∫y1+(dy/dx)2dx. Students often write π∫y1+(dy/dx)2dx (confusing it with the volume formula π∫y2dx). The 2π comes from the circumference of the circle traced by each point.
Misidentifying the limits of integration for parametric curves: When given a curve parametrically, convert the limits to the parameter values, not the Cartesian coordinates. If x=2cosθ and the Cartesian limits are x=0 to x=2, the parameter limits are θ=π/2 to θ=0 (not the other way around without justification).