Question: (a) Evaluate ∫1∞x21dx. (b) Determine whether ∫1∞x1dx converges or diverges. (c) Evaluate ∫01L◆B◆1◆RB◆◆LB◆x◆RB◆dx. (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) ∫01L◆B◆1◆RB◆◆LB◆x◆RB◆dx=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=0, and 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.
Solution:
(a) dtdx=2t, dtdy=3t2−1. dxdy=2t3t2−1.
(b) Stationary points: dxdy=0, so 3t2−1=0, t=±L◆B◆1◆RB◆◆LB◆3◆RB◆.
IT-1: Calculus in Context (with Differential Equations)
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=A, so 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.
(d) Integration by parts: u=x, dv=e−xdx. du=dx, v=−e−x.
∫0∞xe−xdx=[−xe−x]0∞+∫0∞e−xdx=0+[−e−x]0∞=0+1=1.
(This is the gamma function Γ(2)=1!=1.)
IT-3: Arc Length and Surface Area (with Geometry)
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=2cosθ, y=2sinθ. Find the arc length for one complete revolution (0≤θ≤2π). (d) Explain why the arc length formula involves ◆LB◆1+(dxdy)2◆RB◆.
(c) L◆B◆dx◆RB◆◆LB◆dθ◆RB◆=−2sinθ, L◆B◆dy◆RB◆◆LB◆dθ◆RB◆=2cosθ. ◆LB◆(−2sinθ)2+(2cosθ)2◆RB◆=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=◆LB◆(Δx)2+(Δy)2◆RB◆. Dividing by Δx: Δs=◆LB◆1+(L◆B◆Δy◆RB◆◆LB◆Δx◆RB◆)2◆RB◆Δx. In the limit as Δx→0: ds=1+(dy/dx)2dx. Integrating gives the total arc length.