Grade 12 Mathematics - Advanced Stream - Term 1: Limits and Continuity - Tangent Lines and Arc Length

Unit-2: Limits and Continuity - Lesson 2.1: A Brief Preview of Calculus: Tangent Lines and the Length of a Curve

Learning Objectives

  • Estimate the slope for a given function at a given point using tables.

  • Estimate an arc length for a given function.

Keywords

  • Slope of the Curve: Represents the instantaneous rate of change of a function at a specific point, which is the slope of the tangent line to the curve at that point.

  • Arc Length: The total distance along a curve between two points.

Introduction to Slope

  • Slope of a Straight Line: For any two points (x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2) on a straight line, the slope is given by the formula:
    Slope=ΔyΔx=y<em>2y</em>1x<em>2x</em>1Slope = \frac{\Delta y}{\Delta x} = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}
    This value remains constant for any two points on the same straight line.

  • Slope of the Secant Line: A secant line connects two distinct points on a curve. Its slope is calculated using the same formula as a straight line:
    Slope=ΔyΔx=y<em>2y</em>1x<em>2x</em>1Slope = \frac{\Delta y}{\Delta x} = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}
    The slope of a secant line represents the average rate of change of the function between the two points.

  • Slope of the Curve at a Given Point (Tangent Line):

    • The slope of the tangent line to a function at a given point represents the instantaneous rate of change of the function at that specific point.

    • Calculus provides methods for approximating and ultimately finding this instantaneous change.

Estimating the Slope of a Curve

This method involves choosing a sequence of points near the given point and computing the slope of the secant line joining each of these points with the given point. As the chosen points get closer to the given point, the slope of the secant line approaches the slope of the tangent line (the instantaneous rate of change) at the given point.

Example 1: Estimate the slope of y=x2+1y = x^2 + 1 at x=1x = 1 (Point (1,2)(1,2)).
  • For x > 1 (approaching from the right):

    • Second Point (2,5)(2,5): msec=5221=3m_{sec} = \frac{5-2}{2-1} = 3

    • Second Point (1.1,2.21)(1.1,2.21): msec=2.2121.11=2.1m_{sec} = \frac{2.21-2}{1.1-1} = 2.1

    • Second Point (1.01,2.0201)(1.01,2.0201): msec=2.020121.011=2.01m_{sec} = \frac{2.0201-2}{1.01-1} = 2.01

  • For x < 1 (approaching from the left):

    • Second Point (0,1)(0,1): msec=1201=1m_{sec} = \frac{1-2}{0-1} = 1

    • Second Point (0.9,1.81)(0.9,1.81): msec=1.8120.91=1.9m_{sec} = \frac{1.81-2}{0.9-1} = 1.9

    • Second Point (0.99,1.9801)(0.99,1.9801): msec=1.980120.991=1.99m_{sec} = \frac{1.9801-2}{0.99-1} = 1.99

  • Estimation: As the second point gets closer to (1,2)(1,2), the slope of the secant approaches 22. Therefore, the estimated slope of the curve at (1,2)(1,2) is 22.

Example 2: Estimate the slope of y=sinxy = \sin x at x=0x = 0 (Point (0,0)(0,0)).
  • For x > 0 (approaching from the right):

    • Second Point (1,sin1)(1,\sin 1): msec=sin(1)0100.84147m_{sec} = \frac{\sin(1)-0}{1-0} \approx 0.84147

    • Second Point (0.1,sin0.1)(0.1,\sin 0.1): msec=sin(0.1)00.100.99833m_{sec} = \frac{\sin(0.1)-0}{0.1-0} \approx 0.99833

    • Second Point (0.01,sin0.01)(0.01,\sin 0.01): msec=sin(0.01)00.0100.99998m_{sec} = \frac{\sin(0.01)-0}{0.01-0} \approx 0.99998

  • For x < 0 (approaching from the left):

    • Second Point (1,sin(1))(-1,\sin(-1)): msec=sin(1)0100.84147m_{sec} = \frac{\sin(-1)-0}{-1-0} \approx 0.84147

    • Second Point (0.1,sin(0.1))(-0.1,\sin(-0.1)): msec=sin(0.1)00.100.99833m_{sec} = \frac{\sin(-0.1)-0}{-0.1-0} \approx 0.99833

    • Second Point (0.01,sin(0.01))(-0.01,\sin(-0.01)): msec=sin(0.01)00.0100.99998m_{sec} = \frac{\sin(-0.01)-0}{-0.01-0} \approx 0.99998

  • Estimation: As the second point gets closer to (0,0)(0,0), the slope of the secant approaches 11. Therefore, the estimated slope of the curve at (0,0)(0,0) is 11.

Example 3: Estimate the slope of y=exy = e^x at x=0x = 0 (Point (0,1)(0,1)).
  • For x > 0 (approaching from the right):

    • Second Point (1,e)(1,e): msec=e1101.718282m_{sec} = \frac{e-1}{1-0} \approx 1.718282

    • Second Point (0.1,1.1052)(0.1,1.1052): msec=1.105210.101.051709m_{sec} = \frac{1.1052-1}{0.1-0} \approx 1.051709

    • Second Point (0.01,1.0101)(0.01,1.0101): msec=1.010110.0101.005017m_{sec} = \frac{1.0101-1}{0.01-0} \approx 1.005017

  • For x < 0 (approaching from the left):

    • Second Point (1,0.3679)(-1,0.3679): msec=0.36791100.632121m_{sec} = \frac{0.3679-1}{-1-0} \approx 0.632121

    • Second Point (0.1,0.9048)(-0.1,0.9048): msec=0.904810.100.951626m_{sec} = \frac{0.9048-1}{-0.1-0} \approx 0.951626

    • Second Point (0.01,0.9901)(-0.01,0.9901): msec=0.990110.0100.995017m_{sec} = \frac{0.9901-1}{-0.01-0} \approx 0.995017

  • Estimation: As the second point gets closer to (0,1)(0,1), the slope of the secant approaches 11. Therefore, the estimated slope of the curve at (0,1)(0,1) is 11.

Exercise Example: Estimate the slope of y=exy = e^x at x=1x = 1 (Point (1,e)(1,e)).
  • For x > 1 (approaching from the right):

    • Second Point (2,7.3891)(2,7.3891): msec=7.3891e214.6708m_{sec} = \frac{7.3891-e}{2-1} \approx 4.6708

    • Second Point (1.1,3.0042)(1.1,3.0042): msec=3.0042e1.112.859m_{sec} = \frac{3.0042-e}{1.1-1} \approx 2.859

    • Second Point (1.01,2.7456)(1.01,2.7456): msec=2.7456e1.0112.73m_{sec} = \frac{2.7456-e}{1.01-1} \approx 2.73

  • For x < 1 (approaching from the left):

    • Second Point (0,1)(0,1): msec=1e011.71823m_{sec} = \frac{1-e}{0-1} \approx 1.71823

    • Second Point (0.9,2.4596)(0.9,2.4596): msec=2.4596e0.912.587m_{sec} = \frac{2.4596-e}{0.9-1} \approx 2.587

    • Second Point (0.99,2.6912)(0.99,2.6912): msec=2.6912e0.9912.71m_{sec} = \frac{2.6912-e}{0.99-1} \approx 2.71

  • Estimation: As the second point gets closer to (1,e)(1,e), the slope of the secant approaches ee\ (approximately 2.7182.718. Therefore, the estimated slope of the curve at (1,e)(1,e) is ee.

Exercise Example: Estimate the slope of y=cosxy = \cos x at x=0x = 0 (Point (0,1)(0,1)).
  • For x > 0 (approaching from the right):

    • Second Point (1,cos1)(1,\cos 1): msec=cos(1)1100.4597m_{sec} = \frac{\cos(1)-1}{1-0} \approx -0.4597

    • Second Point (0.1,cos(0.1))(0.1,\cos(0.1)): msec=cos(0.1)10.100.04996m_{sec} = \frac{\cos(0.1)-1}{0.1-0} \approx -0.04996

    • Second Point (0.01,cos(0.01))(0.01,\cos(0.01)): msec=cos(0.01)10.0100.005m_{sec} = \frac{\cos(0.01)-1}{0.01-0} \approx -0.005

  • For x < 0 (approaching from the left):

    • Second Point (1,cos(1))(-1,\cos(-1)): msec=cos(1)1100.4597m_{sec} = \frac{\cos(-1)-1}{-1-0} \approx 0.4597

    • Second Point (0.1,cos(0.1))(-0.1,\cos(-0.1)): msec=cos(0.1)10.100.04996m_{sec} = \frac{\cos(-0.1)-1}{-0.1-0} \approx 0.04996

    • Second Point (0.01,cos(0.01))(-0.01,\cos(-0.01)): msec=cos(0.01)10.0100.005m_{sec} = \frac{\cos(-0.01)-1}{-0.01-0} \approx 0.005

  • Estimation: As the second point gets closer to (0,1)(0,1), the slope of the secant approaches 00. Therefore, the estimated slope of the curve at (0,1)(0,1) is 00.

Exercise Example: Estimate the slope of y=x22xy = x^2 - 2x at x=2x = 2 (Point (2,0)(2,0)).
  • For x > 2 (approaching from the right):

    • Second Point (3,3)(3,3): msec=3032=3m_{sec} = \frac{3-0}{3-2} = 3

    • Second Point (2.1,0.21)(2.1,0.21): msec=0.2102.12=2.1m_{sec} = \frac{0.21-0}{2.1-2} = 2.1

    • Second Point (2.01,0.0201)(2.01,0.0201): msec=0.020102.012=2.01m_{sec} = \frac{0.0201-0}{2.01-2} = 2.01

  • For x < 2 (approaching from the left):

    • Second Point (1,1)(1,-1): msec=1012=1m_{sec} = \frac{-1-0}{1-2} = 1

    • Second Point (1.9,0.19)(1.9,-0.19): msec=0.1901.92=1.9m_{sec} = \frac{-0.19-0}{1.9-2} = 1.9

    • Second Point (1.99,0.0199)(1.99,-0.0199): msec=0.019901.992=1.99m_{sec} = \frac{-0.0199-0}{1.99-2} = 1.99

  • Estimation: As the second point gets closer to (2,0)(2,0), the slope of the secant approaches 22. Therefore, the estimated slope of the curve at (2,0)(2,0) is 22.

Exercise Example: Estimate the slope of y=sin(2x)y = \sin(2x) at x=0x = 0 (Point (0,0)(0,0)).
  • For x > 0 (approaching from the right):

    • Second Point (0.2,0.3894)(0.2,0.3894): msec=0.389400.201.9471m_{sec} = \frac{0.3894-0}{0.2-0} \approx 1.9471

    • Second Point (0.1,0.1987)(0.1,0.1987): msec=0.198700.101.9876m_{sec} = \frac{0.1987-0}{0.1-0} \approx 1.9876

    • Second Point (0.01,0.019999)(0.01,0.019999): msec=0.01999900.0101.9999m_{sec} = \frac{0.019999-0}{0.01-0} \approx 1.9999

  • For x < 0 (approaching from the left):

    • Second Point (0.2,0.3894)(-0.2,-0.3894): msec=0.389400.201.9471m_{sec} = \frac{-0.3894-0}{-0.2-0} \approx 1.9471

    • Second Point (0.1,0.1987)(-0.1,-0.1987): msec=0.198700.101.9876m_{sec} = \frac{-0.1987-0}{-0.1-0} \approx 1.9876

    • Second Point (0.01,0.02)(-0.01,-0.02): msec=0.0200.010=2m_{sec} = \frac{-0.02-0}{-0.01-0} = 2

  • Estimation: As the second point gets closer to (0,0)(0,0), the slope of the secant approaches 22. Therefore, the estimated slope of the curve at (0,0)(0,0) is 22.

Estimating Arc Length of a Curve

  • The arc length of a function over a given interval can be approximated by dividing the curve into n line segments.

  • This is done by choosing points with evenly spaced xx-coordinates along the interval.

  • The distance between consecutive points is calculated using the distance formula:
    Distance=(x<em>2x</em>1)2+(y<em>2y</em>1)2Distance = \sqrt{(x<em>2 - x</em>1)^2 + (y<em>2 - y</em>1)^2}

  • The total approximate arc length is the sum of the lengths of all these line segments.

  • The more line segments (larger nn) used, the better the approximation of the actual arc length will be.

Example 1: Estimate the length of the curve f(x)=x+1f(x) = \sqrt{x} + 1 for 0x30 \le x \le 3. Endpoints: (0,1)(0,1) and (3,2)(3,2).
  • Using five points (four segments, n=4n=4): Divide the interval [0,3][0,3] into 44 subintervals of length 304=0.75\frac{3-0}{4} = 0.75 at x=0,0.75,1.5,2.25,3x = 0, 0.75, 1.5, 2.25, 3. The corresponding points are (0,1)(0,1), (0.75,1.323)(0.75,1.323), (1.5,1.581)(1.5,1.581), (2.25,1.803)(2.25,1.803), (3,2)(3,2).

    • Segment 1: (1.3231)2+(0.750)20.817\sqrt{(1.323-1)^2 + (0.75-0)^2} \approx 0.817

    • Segment 2: (1.5811.323)2+(1.50.75)20.793\sqrt{(1.581-1.323)^2 + (1.5-0.75)^2} \approx 0.793

    • Segment 3: (1.8031.581)2+(2.251.5)20.782\sqrt{(1.803-1.581)^2 + (2.25-1.5)^2} \approx 0.782

    • Segment 4: (21.803)2+(32.25)20.776\sqrt{(2-1.803)^2 + (3-2.25)^2} \approx 0.776

    • Approximate Arc Length (n=4n=4) 0.817+0.793+0.782+0.776=3.167\approx 0.817 + 0.793 + 0.782 + 0.776 = 3.167

  • Using nine points (eight segments, n=8n=8): Divide the interval [0,3][0,3] into 88 subintervals of length 308=0.375\frac{3-0}{8} = 0.375. The points are (0,1)(0,1), (0.375,1.17)(0.375,1.17), (0.75,1.323)(0.75,1.323), (1.125,1.46)(1.125,1.46), (1.5,1.581)(1.5,1.581), (1.875,1.696)(1.875,1.696) (text shows 1.881.88, assuming a typo, should be 1.8751.875 for even spacing), (2.25,1.803)(2.25,1.803), (2.625,1.904)(2.625,1.904) (text shows 2.632.63), (3,2)(3,2).

    • Calculate lengths of 8 segments (as shown in transcript).

    • Approximate Arc Length (n=8n=8) 3.168\approx 3.168

  • Actual Arc Length: The actual arc length for this function over this interval is approximately 3.1683.168. More advanced methods using definite integrals are covered later in calculus.

Exercise Example: Estimate the length of the curve f(x)=x2+1f(x) = x^2 + 1 for 2x2-2 \le x \le 2. Endpoints: (2,5)(-2,5) and (2,5)(2,5).
  • Using five points (four segments, n=4n=4): Divide the interval [2,2][-2,2] into 44 subintervals of length (2(2))/4=1(2 - (-2))/4 = 1 at x=2,1,0,1,2x = -2, -1, 0, 1, 2. The corresponding points are (2,5)(-2,5), (1,2)(-1,2), (0,1)(0,1), (1,2)(1,2), (2,5)(2,5).

    • Segment 1: (25)2+(1(2))2=(3)2+(1)2=9+1=103.162\sqrt{(2-5)^2 + (-1-(-2))^2} = \sqrt{(-3)^2 + (1)^2} = \sqrt{9+1} = \sqrt{10} \approx 3.162

    • Segment 2: (12)2+(0(1))2=(1)2+(1)2=1+1=21.414\sqrt{(1-2)^2 + (0-(-1))^2} = \sqrt{(-1)^2 + (1)^2} = \sqrt{1+1} = \sqrt{2} \approx 1.414

    • Segment 3: (21)2+(10)2=(1)2+(1)2=21.414\sqrt{(2-1)^2 + (1-0)^2} = \sqrt{(1)^2 + (1)^2} = \sqrt{2} \approx 1.414

    • Segment 4: (52)2+(21)2=(3)2+(1)2=103.162\sqrt{(5-2)^2 + (2-1)^2} = \sqrt{(3)^2 + (1)^2} = \sqrt{10} \approx 3.162

    • Approximate Arc Length (n=4n=4) 3.162+1.414+1.414+3.162=9.153\approx 3.162 + 1.414 + 1.414 + 3.162 = 9.153

  • Using nine points (eight segments, n=8n=8): Divide the interval [2,2][-2,2] into 88 subintervals of length (2(2))/8=0.5(2 - (-2))/8 = 0.5 at x=2,1.5,1,0.5,0,0.5,1,1.5,2x = -2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2. Calculate (x,f(x))(x, f(x)) for each point and sum the distances for 8 segments.

    • (Details provided in transcript, sum of 8 segments)

    • Approximate Arc Length (n=8n=8) 9.253\approx 9.253

  • Actual Arc Length: The actual arc length for this function over this interval is approximately 9.29369.2936.

Example 2: Estimate the arc length of the curve y=sinxy = \sin x for 0xπ0 \le x \le \pi. Endpoints: (0,0)(0,0) and (π,0)(\pi,0).
  • Using three points (two segments, n=2n=2): (0,0)(0,0), (π/2,1)(\pi/2, 1), (π,0)(\pi,0).

    • Segment 1: (10)2+(π/20)2=1+(π/2)2\sqrt{(1-0)^2 + (\pi/2-0)^2} = \sqrt{1 + (\pi/2)^2}

    • Segment 2: (01)2+(ππ/2)2=(1)2+(π/2)2\sqrt{(0-1)^2 + (\pi-\pi/2)^2} = \sqrt{(-1)^2 + (\pi/2)^2}

    • Approximate Arc Length (n=2n=2) 1+(π/2)2+1+(π/2)2=21+(π/2)23.7242\approx \sqrt{1 + (\pi/2)^2} + \sqrt{1 + (\pi/2)^2} = 2\sqrt{1 + (\pi/2)^2} \approx 3.7242

  • Using five points (four segments, n=4n=4): (0,0)(0,0), (π/4,1/2)(\pi/4, 1/\sqrt{2}), (π/2,1)(\pi/2, 1), (3π/4,1/2)(3\pi/4, 1/\sqrt{2}), (π,0)(\pi,0).

    • The calculation involves summing the lengths of these four segments. Due to symmetry, d1=d4\text{d1} = d4 and d2=d3\text{d2} = d3. The formula is given as:
      d4=(120)2+(π40)2+(112)2+(π2π4)2+(121)2+(3π4π2)2+(012)2+(π3π4)23.7901d_4 = \sqrt{(\frac{1}{\sqrt{2}}-0)^2 + (\frac{\pi}{4}-0)^2} + \sqrt{(1-\frac{1}{\sqrt{2}})^2 + (\frac{\pi}{2}-\frac{\pi}{4})^2} + \sqrt{(\frac{1}{\sqrt{2}}-1)^2 + (\frac{3\pi}{4}-\frac{\pi}{2})^2} + \sqrt{(0-\frac{1}{\sqrt{2}})^2 + (\pi-\frac{3\pi}{4})^2} \approx 3.7901

    • Approximate Arc Length (n=4n=4) 3.7901\approx 3.7901

    • A simplified calculation is shown using symmetry: 2(120)2+(π40)2+2(π2π4)2+(112)23.79012\sqrt{(\frac{1}{\sqrt{2}}-0)^2 + (\frac{\pi}{4}-0)^2} + 2\sqrt{(\frac{\pi}{2}-\frac{\pi}{4})^2 + (1-\frac{1}{\sqrt{2}})^2} \approx 3.7901

Exercise Example: Estimate the arc length of the curve f(x)=cosxf(x) = \cos x for 0xπ20 \le x \le \frac{\pi}{2}. Endpoints: (0,1)(0,1) and (π2,0)(\frac{\pi}{2},0).
  • Using five points (four segments, n=4n=4): Divide [0,π/2][0,\pi/2] into 44 subintervals of length π/204=π8\frac{\pi/2 - 0}{4} = \frac{\pi}{8}. Points: (0,1)(0,1), (π/8,0.92)(\pi/8, 0.92), (π/4,0.71)(\pi/4, 0.71), (3π/8,0.383)(3\pi/8, 0.383), (π/2,0)(\pi/2,0).

    • Segment 1: (0.921)2+(π/80)20.4\sqrt{(0.92-1)^2 + (\pi/8-0)^2} \approx 0.4

    • Segment 2: (0.710.92)2+(π/4π/8)20.449\sqrt{(0.71-0.92)^2 + (\pi/4-\pi/8)^2} \approx 0.449

    • Segment 3: (0.3830.71)2+(3π/8π/4)20.509\sqrt{(0.383-0.71)^2 + (3\pi/8-\pi/4)^2} \approx 0.509

    • Segment 4: (00.383)2+(π/23π/8)20.548\sqrt{(0-0.383)^2 + (\pi/2-3\pi/8)^2} \approx 0.548

    • Approximate Arc Length (n=4n=4) 0.4+0.449+0.509+0.548=1.906\approx 0.4 + 0.449 + 0.509 + 0.548 = 1.906

  • Using nine points (eight segments, n=8n=8): Divide [0,π/2][0,\pi/2] into 88 subintervals of length π/208=π16\frac{\pi/2 - 0}{8} = \frac{\pi}{16}. Points given with their yy values. (Details provided in transcript).

    • Approximate Arc Length (n=8n=8) 1.909\approx 1.909

  • Actual Arc Length: The actual arc length is approximately 1.9091.909.

Exercise Example: Estimate the length of the curve f(x)=x2xf(x) = x^2 - x for 0x20 \le x \le 2. Endpoints: (0,0)(0,0) and (2,2)(2,2).
  • Using five points (four segments, n=4n=4): Divide [0,2][0,2] into 44 subintervals of length 204=0.5\frac{2-0}{4} = 0.5. Points: (0,0)(0,0), (0.5,0.25)(0.5,-0.25), (1,0)(1,0), (1.5,0.75)(1.5,0.75), (2,2)(2,2).

    • Segment 1: (0.50)2+(0.250)20.5590\sqrt{(0.5-0)^2 + (-0.25-0)^2} \approx 0.5590

    • Segment 2: (10.5)2+(0(0.25))20.5590\sqrt{(1-0.5)^2 + (0-(-0.25))^2} \approx 0.5590

    • Segment 3: (1.51)2+(0.750)20.9014\sqrt{(1.5-1)^2 + (0.75-0)^2} \approx 0.9014

    • Segment 4: (21.5)2+(20.75)21.3463\sqrt{(2-1.5)^2 + (2-0.75)^2} \approx 1.3463

    • Approximate Arc Length (n=4n=4) 0.5590+0.5590+0.9014+1.3463=3.3657\approx 0.5590 + 0.5590 + 0.9014 + 1.3463 = 3.3657

Exercise Example: Estimate the length of the curve y=1x2y = \sqrt{1-x^2} for 0x10 \le x \le 1. Endpoints: (0,1)(0,1) and (1,0)(1,0).
  • Using five points (four segments, n=4n=4): Divide [0,1][0,1] into 44 subintervals of length 104=0.25\frac{1-0}{4} = 0.25. Points: (0,1)(0,1), (0.25,0.9682)(0.25,0.9682), (0.5,0.866)(0.5,0.866), (0.75,0.661)(0.75,0.661), (1,0)(1,0).

    • Segment 1: (0.96821)2+(0.250)20.2520\sqrt{(0.9682-1)^2 + (0.25-0)^2} \approx 0.2520

    • Segment 2: (0.8660.9682)2+(0.50.25)20.2773\sqrt{(0.866-0.9682)^2 + (0.5-0.25)^2} \approx 0.2773

    • Segment 3: (0.6610.866)2+(0.750.5)20.3200\sqrt{(0.661-0.866)^2 + (0.75-0.5)^2} \approx 0.3200

    • Segment 4: (00.661)2+(10.75)20.7066\sqrt{(0-0.661)^2 + (1-0.75)^2} \approx 0.7066

    • Approximate Arc Length (n=4n=4) 0.2520+0.2773+0.3200+0.7066=1.5559\approx 0.2520 + 0.2773 + 0.3200 + 0.7066 = 1.5559

  • Observation: The function y=1x2y = \sqrt{1-x^2} represents a circle of radius 11 centered at the origin (x2+y2=1x^2 + y^2 = 1). The interval 0x10 \le x \le 1 and y0y \ge 0 describes the portion of the circle in the first quadrant, which is one-quarter of the full circle's circumference.

    • The circumference of a circle is 2πr2\pi r.

    • For this curve, r=1r = 1.

    • The actual arc length is 14(2πr)=2π(1)4=π21.5708\frac{1}{4} (2\pi r) = \frac{2\pi(1)}{4} = \frac{\pi}{2} \approx 1.5708.

Plenary Questions and Homework

  • Review of learning objectives.

  • Homework assignments from Alef Lesson 16 and Lesson 18, and exercises from pages 67-68 of the textbook (Q2, Q4, Q6, Q8, Q10, Q12).

Plenary Example: Estimate the arc length of the curve f(x)=x3+2f(x) = x^3 + 2 on the interval 1x1-1 \le x \le 1 using n=2n=2 line segments.
  • The interval length is 1(1)=21 - (-1) = 2. With n=2n=2 segments, each segment has an xx-width of 22=1\frac{2}{2} = 1. The points are at x=1,0,1x = -1, 0, 1.

  • Points on the curve:

    • When x=1x = -1: f(1)=(1)3+2=1+2=1f(-1) = (-1)^3 + 2 = -1 + 2 = 1. Point (-1,1).

    • When x=0x = 0: f(0)=(0)3+2=2f(0) = (0)^3 + 2 = 2. Point (0,2).

    • When x=1x = 1: f(1)=(1)3+2=1+2=3f(1) = (1)^3 + 2 = 1 + 2 = 3. Point (1,3).

  • Segment 1 (from (1,1)(-1,1) to (0,2)(0,2)) length: (0(1))2+(21)2=(1)2+(1)2=1+1=2\sqrt{(0 - (-1))^2 + (2-1)^2} = \sqrt{(1)^2 + (1)^2} = \sqrt{1+1} = \sqrt{2}

  • Segment 2 (from (0,2)(0,2) to (1,3)(1,3)) length: (10)2+(32)2=(1)2+(1)2=1+1=2\sqrt{(1-0)^2 + (3-2)^2} = \sqrt{(1)^2 + (1)^2} = \sqrt{1+1} = \sqrt{2}

  • Total Arc Length =2+2=22= \sqrt{2} + \sqrt{2} = 2\sqrt{2}.

    • The correct answer is Option A (222\sqrt{2}).

Homework Answers (Pages 67-68)

Slope Estimation:
  • Q2: f(x)=x3+2f(x) = x^3 + 2

    • (a) a=1a = 1: Answer: 33

    • (b) a=2a = 2: Answer: 1212

  • Q4: f(x)=x+1f(x) = \sqrt{x+1}

    • (a) a=0a = 0: Answer: 0.50.5

    • (b) a=3a = 3: Answer: 0.250.25

  • Q6: f(x)=lnxf(x) = \ln x

    • (a) a=1a = 1: Answer: 11

    • (b) a=2a = 2: Answer: 1/21/2

Arc Length Estimation:
  • Q8: f(x)=sinxf(x) = \sin x, 0xπ/20 \le x \le \pi/2

    • (a) n=4n=4: Answer: 1.9061.906

    • (b) n=8n=8: Answer: 1.9091.909

  • Q10: f(x)=1/xf(x) = 1/x, 1x21 \le x \le 2

    • (a) n=4n=4: Answer: 1.1311.131

    • (b) n=8n=8: Answer: 1.1321.132

  • Q12: f(x)=x3+2f(x) = x^3 + 2, 1x1-1 \le x \le 1

    • (a) n=4n=4: Answer: 3.04633.0463

    • (b) n=8n=8: Answer: 3.0843.084