Chapter 12: Limits and Derivatives
Calculus is the key to applying mathematics to explain the course of Nature. - WHITEHEAD
12.1 Introduction
Cal
Chapter 12: Limits and Derivatives 1
Calculus is the key to applying mathematics to explain the course of Nature. - WHITEHEAD
12.1 Introduction 1
Calculus is the branch of mathematics that studies how function values change as their domain points change. This chapter introduces:
An intuitive idea of the derivative.
A basic definition of limits and their algebraic properties.
The formal definition of the derivative and its algebraic properties.
Derivatives of standard functions.
12.2 Intuitive Idea of Derivatives 1-4
This section explores the concept of instantaneous rate of change using the example of a falling body.
Falling Body Example:A body dropped from a tall cliff covers a distance s=4.9t2 meters in t seconds. To find the velocity at t=2 seconds, we calculate the average velocity over progressively smaller time intervals ending at t=2.
Average Velocity Calculation:Average velocity between t1 and t2 is Time intervalDistance traveled=t2−t1s(t2)−s(t1).
Average velocity between t=0 and t=2 seconds:(2−0) s(4.9(2)2−4.9(0)2) m=219.6=9.8 m/s
Average velocity between t=1 and t=2 seconds:(2−1) s(4.9(2)2−4.9(1)2) m=119.6−4.9=14.7 m/s
Table 12.1: Distance traveled at various times. 2
t (s)
s (m)
0
0
1
4.9
1.5
11.025
1.8
15.876
1.9
17.689
1.95
18.63225
2
19.6
2.05
20.59225
2.1
21.609
2.2
23.716
2.5
30.625
3
44.1
4
78.4
Table 12.2: Average velocity between t1 and t=2 seconds. 2
t1
0
1
1.5
1.8
1.9
1.95
1.99
v (m/s)
9.8
14.7
17.15
18.62
19.11
19.355
19.551
Table 12.3: Average velocity between t=2 seconds and t2 seconds. 3
t2
4
3
2.5
2.2
2.1
2.05
2.01
v (m/s)
29.4
24.5
22.05
20.58
20.09
19.845
19.649
Observation: As the time interval shrinks, the average velocity approaches a specific value. This value represents the instantaneous velocity at t=2 seconds, which is between 19.551 m/s and 19.649 m/s. This instantaneous velocity is the derivative of the distance function at t=2.
Graphical Interpretation:
The derivative at a point is the slope of the tangent line to the curve at that point.
Fig 12.1: Distance s vs. Time t showing secant line slopes approaching tangent slope. 4
12.3 Limits 4-12
The limiting process is crucial for understanding derivatives. A limit describes the value a function approaches as its input approaches a certain value.
Definition: If a function f(x) approaches l as x approaches a, then l is the limit of f(x) as x tends to a. Symbolically: limx→af(x)=l.
The limit is concerned with the behavior of the function near a point, not necessarily at the point itself.
Illustrative Examples:
limx→0x2=0 (as x gets close to 0, x2 gets close to 0). 4
For g(x)=∣x∣ where x=0, limx→0g(x)=0. 4
For h(x)=x−2x2−4 where x=2, as x approaches 2, h(x) approaches 4. limx→2h(x)=4. 4
Left-Hand and Right-Hand Limits 5
There are two ways x can approach a: from the left (values less than a) or from the right (values greater than a).
Left-hand limit: The value f(x) approaches as x approaches a from the left. Denoted as limx→a−f(x).
Right-hand limit: The value f(x) approaches as x approaches a from the right. Denoted as limx→a+f(x).
Condition for Limit Existence:The limit limx→af(x) exists if and only if the left-hand limit and the right-hand limit exist and are equal: limx→a−f(x)=limx→a+f(x) If they are equal, then limx→af(x) is this common value.
Example of Non-Existent Limit:Consider the function: f(x)={1,2,amp;x≤0amp;xgt;0
Left-hand limit at x=0: limx→0−f(x)=1
Right-hand limit at x=0: limx→0+f(x)=2 Since 1=2, limx→0f(x) does not exist. 5
Fig 12.3: Graph of a piecewise function showing differing left and right limits at x=0. 5
Illustrative Examples:
Illustration 1: For f(x)=x+10, limx→5−f(x)=15 and limx→5+f(x)=15. Thus, limx→5f(x)=15. 6
Illustration 2: For f(x)=x3, limx→1−f(x)=1 and limx→1+f(x)=1. Thus, limx→1f(x)=1. 7
Illustration 3: For f(x)=3x, limx→2−f(x)=6 and limx→2+f(x)=6. Thus, limx→2f(x)=6. 7
Illustration 4: For f(x)=3 (constant function), limx→2f(x)=3. 8
Illustration 5: For f(x)=x2+x, limx→1−f(x)=2 and limx→1+f(x)=2. Thus, limx→1f(x)=2. 8
Illustration 6: For f(x)=sinx, limx→2πsinx=1. 9
Illustration 7: For f(x)=x+cosx, limx→0f(x)=1. 9
Illustration 8: For f(x)=x21 where x>0, as x→0, f(x) becomes arbitrarily large. We write limx→0f(x)=+∞. 10
Illustration 9: For f(x)=⎩⎨⎧x−2,0,x+2,amp;xamp;x=0amp;xlt;0gt;0, limx→0−f(x)=−2 and limx→0+f(x)=2. The limit does not exist. 10
Illustration 10: For f(x)={x+2,0,amp;x=1amp;x=1, limx→1−f(x)=3 and limx→1+f(x)=3. Thus, limx→1f(x)=3. Note that limx→1f(x)=f(1). 11
12.3.1 Algebra of Limits 12-17
If limx→af(x) and limx→ag(x) exist, then:
Sum Rule:limx→a[f(x)+g(x)]=limx→af(x)+limx→ag(x)
12.3.2 Limits of Polynomial and Rational Functions 12-16
Polynomial Function:f(x)=a0+a1x+a2x2+⋯+anxn. For a polynomial function, limx→af(x)=f(a). This is because: limx→axn=an and the limit rules for sums and constant multiples.
Rational Function:f(x)=h(x)g(x), where g(x) and h(x) are polynomials and h(x)=0.
If h(a)=0, then limx→af(x)=h(a)g(a).
If h(a)=0 and g(a)=0, the limit does not exist (or tends to ±∞).
If h(a)=0 and g(a)=0, the limit is of the indeterminate form 00. Algebraic manipulation (factoring and canceling) is often needed.
Example 1: Find the limits: 14
(i) limx→1[x3−x2+1]=13−12+1=1
(ii) limx→3[x(x+1)]=3(3+1)=12
(iii) limx→−1[1+x+x2+…+x10]=1−1+1−1+⋯+1=1
Example 2: Find the limits: 14-16
(i) limx→1[x+100x2+1]=1+10012+1=1012
(ii) limx→2[x2−4x3−4x2+4x] This is of the form 00. Factorizing: limx→2(x+2)(x−2)x(x−2)2=limx→2(x+2)x(x−2)=42(0)=0
(iii) limx→2[x3−4x2+4xx2−4] This is of the form 00. Factorizing: limx→2x(x−2)2(x−2)(x+2)=limx→2x(x−2)x+2=04 The limit does not exist.
(iv) limx→2[x2−5x+6x3−2x2] This is of the form 00. Factorizing: limx→2(x−2)(x−3)x2(x−2)=limx→2x−3x2=2−322=−14=−4
(v) limx→1[x2−xx−2−x3−3x2+2x1] Combine fractions: x(x−1)(x−2)x2−4x+3 This is of the form 00 at x=1. limx→1x(x−1)(x−2)(x−1)(x−3)=limx→1x(x−2)x−3=1(1−2)1−3=−1−2=2
Important Limit Theorem: For a positive integer n: limx→ax−axn−an=nan−1 This holds even if n is any rational number and a>0. 16
(ii) limx→0x1+x−1 Let y=1+x. As x→0, y→1. limy→1y−1y1/2−11/2=21(1)1/2−1=21
12.4 Limits of Trigonometric Functions 18-21
Comparison Theorem: If f(x)≤g(x) for all x near a, and limx→af(x) and limx→ag(x) exist, then limx→af(x)≤limx→ag(x). 18
Sandwich Theorem (Squeeze Theorem): If f(x)≤g(x)≤h(x) for all x near a, and limx→af(x)=l=limx→ah(x), then limx→ag(x)=l. 18
Key Inequality: For 0 < |x| < \frac{\pi}{2}: \cos x < \frac{\sin x}{x} < 1 This inequality is proven geometrically using areas of triangles and sectors in a unit circle. 19
Important Trigonometric Limits:
(i) limx→0xsinx=1
(ii) limx→0x1−cosx=0
Proof of (i): Follows directly from the Sandwich Theorem, using the inequality \cos x < \frac{\sin x}{x} < 1 and knowing limx→0cosx=1. 20Proof of (ii): Using the identity 1−cosx=2sin2(2x): limx→0x2sin2(2x)=limx→02xsin(2x)⋅sin(2x)=1⋅0=0
limx→ππ(π−x)sin(π−x) Let y=π−x. As x→π, y→0. limy→0πysiny=π1limy→0ysiny=π1⋅1=π1
limx→0π−xcosx=π−0cos0=π1
limx→0cosx−1cos2x−1 (Form 00) Use 1−cos2x=2sin2x and 1−cosx=2sin2(x/2). limx→0−(1−cosx)−(1−cos2x)=limx→02sin2(x/2)2sin2x=limx→0(sin(x/2)sinx)2=limx→0(xsinx⋅sin(x/2)x/2⋅x/2x)2=(1⋅1⋅2)2=4
limx→0ax+sinbxsinax+bx (Form 00) Divide numerator and denominator by x: limx→0a+xsinbxxsinax+b=limx→0a+bbxsinbxaaxsinax+b=a+b(1)a(1)+b=a+ba+b=1
limx→2πx−2πtan2x Let y=x−2π. Then x=y+2π, and 2x=2y+π. As x→2π, y→0. limy→0ytan(2y+π)=limy→0ytan(2y)=limy→0ycos(2y)sin(2y)=limy→02ysin(2y)⋅cos(2y)2=1⋅12=2
For limx→1f(x), since x>0 for x near 1, we use f(x)=3(x+1).
limx→1f(x)=limx→13(x+1)=3(1+1)=6.
f(x)={x2−1,−x2−1,amp;x≤1amp;xgt;1
limx→1−f(x)=limx→1−(x2−1)=12−1=0
limx→1+f(x)=limx→1+(−x2−1)=−(1)2−1=−2 The limit does not exist.
f(x)={x∣x∣,0,amp;x=0amp;x=0
For x>0, f(x)=xx=1. So limx→0+f(x)=1.
For x<0, f(x)=x−x=−1. So limx→0−f(x)=−1. The limit does not exist.
f(x)={∣x∣x,0,amp;x=0amp;x=0
For x>0, f(x)=xx=1. So limx→0+f(x)=1.
For x<0, f(x)=−xx=−1. So limx→0−f(x)=−1. The limit does not exist.
limx→5f(x)=∣x∣−5. Since ∣x∣−5 is continuous at x=5, the limit is ∣5∣−5=5−5=0.
f(x)=⎩⎨⎧a+bx,4,b−ax,amp;xamp;x=1amp;xlt;1gt;1 If limx→1f(x)=f(1), then the left-hand limit must equal the right-hand limit, and both must equal f(1)=4.
limx→1−f(x)=limx→1−(a+bx)=a+b=4
limx→1+f(x)=limx→1+(b−ax)=b−a=4 We have a system of equations: a+b=4b−a=4 Adding the two equations: 2b=8⟹b=4. Substituting b=4 into a+b=4: a+4=4⟹a=0. So, a=0,b=4.
f(x)=(x−a1)(x−a2)…(x−an)
limx→a1f(x): Since f(x) is a polynomial, the limit is f(a1). If a1 is one of the roots ai, then f(a1)=0. If a1 is not among a2,…,an, then f(a1)=(a1−a1)(a1−a2)…(a1−an)=0. So, limx→a1f(x)=0.
For a=a1,a2,…,an, limx→af(x)=f(a)=(a−a1)(a−a2)…(a−an).
For x>0, f(x)=x−1. limx→0+f(x)=0−1=−1. The limit at x=0 does not exist.
For a>0, limx→af(x)=limx→a(x−1)=a−1. This exists for all a>0.
For a<0, limx→af(x)=limx→a(−x+1)=−a+1. This exists for all a<0. The limit exists for all a=0.
Given limx→1x2−1f(x)−2=π. Let L=limx→1x2−1f(x)−2. Since x2−1→0 as x→1, for the limit L to exist (and be finite, π), the numerator must also approach 0. So, limx→1(f(x)−2)=0, which means limx→1f(x)=2.
f(x)={mx2+n,nx+m,amp;xamp;0≤x≤1lt;0.
For limx→0f(x) to exist: limx→0−f(x)=limx→0−(mx2+n)=n. limx→0+f(x)=limx→0+(nx+m)=m. So, we need n=m.
For limx→1f(x) to exist: limx→1−f(x)=limx→1−(nx+m)=n(1)+m=n+m. limx→1+f(x) is not defined by the given function, as the second case is 0≤x≤1. Assuming the domain is extended or this is a typo and it should be x>1 for some other function. If we only consider the defined intervals, we only need to ensure the limit at 0 exists. If we assume the question implies the function is defined piecewise for x<0 and 0≤x≤1, then we only need to worry about the limit at x=0. For the limit at x=1 to exist from the left, limx→1−f(x)=n+m. If the question implied continuity at x=1, then the function definition would need to extend beyond x=1. Assuming the question only asks for the limits at x=0 and x=1 to exist based on the provided definition: Limit at x=0 exists if m=n. Limit at x=1 from the left exists if n+m is defined (which it is, as n,m are integers). If the question meant to ask for continuity at x=1, we would need a definition for x>1. If the question implies the limit at x=1 exists within the defined domain, it means the left-hand limit exists. Let's re-read: "For what integers m and n does both limx→0f(x) and limx→1f(x) exist?" This implies we need the limit at x=1 to exist. Based on the definition, the function is only defined up to x=1. This usually means we only consider the limit from the left at x=1. So, for limx→0f(x) to exist, m=n. For limx→1f(x) to exist (as a left-hand limit), it must be n+m. This limit exists for any integers m,n. Thus, the condition is m=n.
12.5 Derivatives 23-37
Motivation: Derivatives are essential for calculating the rate of change of a parameter with respect to another. This is crucial in fields like physics, engineering, finance, etc.
Definition 1: Derivative at a Point 24The derivative of a real-valued function f at a point a in its domain is defined as: f′(a)=limh→0hf(a+h)−f(a) provided this limit exists.
f′(a) quantifies the change in f(x) with respect to x at point a.
Example 5: Find the derivative of f(x)=3x at x=2. 24f′(2)=limh→0h3(2+h)−3(2)=limh→0h6+3h−6=limh→0h3h=3
Example 6: Find the derivative of f(x)=2x2+3x−5 at x=−1 and x=0. 24-25
Similarly, f′(3)=0. The derivative of a constant function is always 0.
Geometric Interpretation of Derivative:25-26The derivative f′(a) represents the slope of the tangent line to the curve y=f(x) at the point (a,f(a)). The limit limh→0hf(a+h)−f(a) is the limit of the slope of the secant line PQ as point Q approaches point P.
Fig 12.11: Secant line slope approaching tangent slope. 26
Definition 2: Derivative of a Function 26The derivative of a function f(x), denoted by f′(x) or dxdf(x), is defined by the limit: f′(x)=limh→0hf(x+h)−f(x) wherever this limit exists. This is also known as the first principle of derivative.
Notation:f′(x), dxdy (if y=f(x)), D(f(x)), dxdfx=a or (dxdf)x=a.
Example 9: Derivative of f(x)=10x. 26f′(x)=limh→0h10(x+h)−10x=limh→0h10h=10
Example 10: Derivative of f(x)=x2. 27f′(x)=limh→0h(x+h)2−x2=limh→0hx2+2xh+h2−x2=limh→0h2xh+h2=limh→0(2x+h)=2x
Example 11: Derivative of constant function f(x)=a. 27f′(x)=limh→0ha−a=limh→0h0=0
Example 12: Derivative of f(x)=x1. 27f′(x)=limh→0hx+h1−x1=limh→0hx(x+h)x−(x+h)=limh→0hx(x+h)−h=limh→0x(x+h)−1=−x21
12.5.1 Algebra of Derivatives 28-31
Rules for differentiating functions, analogous to limit rules: Let f and g be functions with defined derivatives.
Derivative of xn:Theorem 6: For any positive integer n, the derivative of f(x)=xn is f′(x)=nxn−1. 29
This can be proven using the definition of the derivative and the binomial theorem, or by induction using the product rule.
This rule also holds for any real number n.
Example: Derivative of x is 1⋅x1−1=1.
Example: Derivative of x2 is 2x2−1=2x.
Example: Derivative of x3 using product rule: dxd(x⋅x2)=(dxdx)⋅x2+x⋅(dxdx2)=1⋅x2+x⋅(2x)=x2+2x2=3x2.
12.5.2 Derivative of Polynomials and Trigonometric Functions 30-32
Theorem 7: Derivative of a Polynomial30If f(x)=anxn+an−1xn−1+⋯+a1x+a0, then f′(x)=nanxn−1+(n−1)an−1xn−2+⋯+a1 This follows from the sum rule, constant multiple rule, and the power rule (xn).
Example 13: Compute the derivative of 6x100−x55+x. 30dxd(6x100−x55+x)=6(100)x99−55x54+1=600x99−55x54+1
Example 14: Find the derivative of f(x)=1+x+x2+⋯+x50 at x=1. 31f′(x)=0+1+2x+3x2+⋯+50x49f′(1)=1+2(1)+3(1)2+⋯+50(1)49=1+2+3+⋯+50 Using the sum of first n integers formula 2n(n+1): f′(1)=250(50+1)=250⋅51=25⋅51=1275
Example 15: Derivative of f(x)=xx+1. 31Using the quotient rule with u=x+1 (u′=1) and v=x (v′=1): f′(x)=x21⋅x−(x+1)⋅1=x2x−x−1=−x21
Example 16: Derivative of sinx. 31Using the definition: dxd(sinx)=limh→0hsin(x+h)−sinx=limh→0h2cos(x+h/2)sin(h/2)=limh→0cos(x+h/2)⋅limh→0h/2sin(h/2)=cosx⋅1=cosx
Example 17: Derivative of tanx. 32dxd(tanx)=dxd(cosxsinx) Using quotient rule: =cos2x(cosx)(cosx)−(sinx)(−sinx)=cos2xcos2x+sin2x=cos2x1=sec2x
Exercise 12.2 32-33
Selected problems:
Derivative of x2−2 at x=10: f′(x)=2x, so f′(10)=2(10)=20.
Derivatives from first principle: (i) f(x)=x3−27. f′(x)=limh→0h(x+h)3−27−(x3−27)=limh→0hx3+3x2h+3xh2+h3−x3=limh→0(3x2+3xh+h2)=3x2. (ii) f(x)=(x−1)(x−2)=x2−3x+2. f′(x)=2x−3. (iii) f(x)=x21. f′(x)=limh→0h(x+h)21−x21=limh→0hx2(x+h)2x2−(x+h)2=limh→0hx2(x+h)2x2−(x2+2xh+h2)=limh→0hx2(x+h)2−2xh−h2=limh→0x2(x+h)2−2x−h=x2(x2)−2x=−x32. (iv) f(x)=x−1x+1. f′(x)=(x−1)21(x−1)−(x+1)(1)=(x−1)2x−1−x−1=(x−1)2−2.
Derivative of cosx from first principle: dxd(cosx)=limh→0hcos(x+h)−cosx=limh→0hcosxcosh−sinxsinh−cosx=limh→0(cosxhcosh−1−sinxhsinh)=cosx⋅0−sinx⋅1=−sinx
Derivatives of trigonometric functions: (i) dxd(sinxcosx)=(cosx)(cosx)+(sinx)(−sinx)=cos2x−sin2x=cos2x. (ii) dxd(secx)=dxd(cosx1)=cos2x0⋅cosx−1⋅(−sinx)=cos2xsinx=secxtanx.
Miscellaneous Examples 33-37
Example 19: Derivatives from first principle: 33-34(i) f(x)=x−22x+3. f′(x)=limh→0hx+h−22(x+h)+3−x−22x+3=limh→0h(x−2)(x+h−2)(2x+2h+3)(x−2)−(2x+3)(x+h−2)=limh→0h(x−2)(x+h−2)(2x+3)(x−2)+2h(x−2)−(2x+3)(x−2)−h(2x+3)=limh→0h(x−2)(x+h−2)2h(x−2)−h(2x+3)=limh→0(x−2)(x+h−2)2hx−4h−2hx−3h=(x−2)2−4h−3h=(x−2)2−7 (ii) f(x)=x+x1. f′(x)=limh→0h(x+h+x+h1)−(x+x1)=limh→0hh+x+h1−x1=limh→0(1+hx(x+h)x−(x+h))=limh→0(1+hx(x+h)−h)=1+x2−1=1−x21
Example 20: Derivatives from first principle: 34-35(i) f(x)=sinx+cosx. f′(x)=limh→0h(sin(x+h)+cos(x+h))−(sinx+cosx)=limh→0hsinxcosh+cosxsinh+cosxcosh−sinxsinh−sinx−cosx Group terms: =limh→0hsinh(cosx−sinx)+limh→0hcosh−1(cosx+sinx)=1⋅(cosx−sinx)+0⋅(cosx+sinx)=cosx−sinx (ii) f(x)=xsinx. f′(x)=limh→0h(x+h)sin(x+h)−xsinx=limh→0h(x+h)(sinxcosh+cosxsinh)−xsinx=limh→0hxsinxcosh+xcosxsinh+hsinxcosh+hcosxsinh−xsinx=limh→0hxsinx(cosh−1)+limh→0hxcosxsinh+limh→0(sinxcosh+cosxsinh)=xsinx⋅0+xcosx⋅1+(sinx⋅1+cosx⋅0)=xcosx+sinx
Example 21: Compute derivative of: 35-36(i) f(x)=sin2x=2sinxcosx. dxd(2sinxcosx)=2[(cosx)(cosx)+(sinx)(−sinx)]=2(cos2x−sin2x)=2cos2x (ii) g(x)=cotx=sinxcosx. g′(x)=sin2x(−sinx)(sinx)−(cosx)(cosx)=sin2x−sin2x−cos2x=sin2x−1=−cosec2x
Example 22: Compute derivative of: 36-37(i) h(x)=sinxx5−cosx. Using quotient rule: u=x5−cosx⟹u′=5x4+sinx. v=sinx⟹v′=cosx. h′(x)=sin2x(5x4+sinx)(sinx)−(x5−cosx)(cosx)=sin2x5x4sinx+sin2x−x5cosx+cos2x=sin2x5x4sinx+1−x5cosx (ii) h(x)=tanxx+cosx. Using quotient rule: u=x+cosx⟹u′=1−sinx. v=tanx⟹v′=sec2x. h′(x)=tan2x(1−sinx)(tanx)−(x+cosx)(sec2x)
Miscellaneous Exercise on Chapter 12 37-38
Selected problems:
Derivatives from first principle: (i) f(x)=−x. f′(x)=limh→0h−(x+h)−(−x)=limh→0h−x−h+x=limh→0h−h=−1. (ii) f(x)=(−x)−1=−x1. f′(x)=−(−x21)=x21. (iii) f(x)=sin(x+1). f′(x)=limh→0hsin(x+1+h)−sin(x+1)=cos(x+1). (iv) f(x)=cos(x−8π). f′(x)=limh→0hcos(x−8π+h)−cos(x−8π)=−sin(x−8π).
f(x)=100x100+99x99+…+2x2+x+1. f′(x)=x99+x98+⋯+x+1. f′(1)=199+198+⋯+1+1=100 (100 terms of 1). f′(0)=099+098+⋯+0+1=1. We need to prove f′(1)=100f′(0), which is 100=100⋅1. True.
Derivative of (ax+b)n: Using chain rule (implicitly, or product rule n times). Derivative is n(ax+b)n−1⋅a.
Derivative of (ax+b)n(cx+d)m: Use product rule and chain rule. Let u=(ax+b)n and v=(cx+d)m. u′=n(ax+b)n−1⋅a. v′=m(cx+d)m−1⋅c. Derivative is u′v+uv′=[an(ax+b)n−1](cx+d)m+(ax+b)n[cm(cx+d)m−1].
dxd(1+sinxcosx)=(1+sinx)2(−sinx)(1+sinx)−(cosx)(cosx) $= \frac{-\sin x - \sin^2 x - \cos^2 x}{(1+\sin x)^2} = \frac{-\sin x - 1}{(1+\sin x)^2} = \frac{-(1+\sin x)}{(1+\sin x)^2
Historical Development of Calculus 40
The formalization of calculus is attributed to mathematicians such as A.L. Cauchy, J.L. Lagrange, and Karl Weierstrass 40.
Augustin-Louis Cauchy: Provided the foundational structure for modern calculus. He utilized D'Alembert's limit concept to define the derivative of a function 40.
Cauchy used examples like the limit of αsinα as α approaches 0 40.
He expressed the difference quotient as ΔxΔy=if(x+i)−f(x) and defined its limit as i→0 as the "function derive'e," denoted as y′ or f′(x)40.
Early Perceptions: Before 1900, calculus was widely considered too difficult to teach, placing it beyond the reach of younger students 40.
Shift in Pedagogy (Around 1900): John Perry and others in England advocated for the view that the essential ideas and methods of calculus were simple enough for school instruction 40.
Pioneering Efforts: F.L. Griffin was instrumental in teaching calculus to first-year students, a move considered daring at the time 40.
Today, calculus is indispensable not only in mathematics but also in various other fields, including Physics, Chemistry, Economics, and Biological Sciences 40.