The calculus covered in this article serves physics competition and focuses on practicality rather than rigor
Sequence limit
Introduction
Let an=1−10−n(n=1,2,3,...)
It can be known that an is getting closer and closer to 1, but when n is infinite, is an actually 1?
From this, we introduce the ϵ−N language from the perspective of error:
ϵ−N language
If there exists an p∈R such that: for any real number ϵ>0, there is an integer N, such that for any n>N, ∣an−p∣<ϵ, then p is called the limit of the sequence an, denoted as limn→∞an=p. Otherwise, it is called the sequence an without limit.
Function limit
Introduction
With the limit of the series (sequence), the limit of the function is naturally derived.
When x→0, what is the value of f(x)=xsinx?
In the same way, the ϵ−δ language is introduced
ϵ−δ language
If there is a p∈R such that: for any ϵ>0, if there is δ>0, such that when 0<x0−x<δ, ∣f(x)−p∣<ϵ, then the left limit of f(x) at x0 is called p, recorded as limx→x0−f(x)=p
In the same way, it is easy to get the definition of right limit.
In addition, if limx→x0−f(x)=limx→x0+f(x), then the limit of f(x) at x0 is p, denoted as limx→x0f(x)=p
The above ϵ−N language/ϵ−δ language is not the focus of this section
Useful limit judgment rule
Pinching theorem
If f(x)≤g(x)≤h(x), and f(x),h(x) limits exist and are the same, then f(x),h(x),g(x) limits exist and are the same.
Example 1
Feel (loosely) limx→0xsinx=1
From the relationship between the area and size of the unit circle, we are familiar with sinx≤x≤tanx,x∈[0,2π)
Therefore, there is the inequality cosx=tanxsinx<xsinx<1,x∈(0,2π)
Because the limits of cosx,1 at 0 are all 1, so: x→0limxsinx=1
Extreme algorithm
It is easy to prove that the limit of the four arithmetic operations is equal to the four arithmetic operations of the limit:
If limx→x0f(x)=p1,limx→x0f(x)=p2, then:
limx→x0(f(x)±g(x))=p1±p2
limx→x0(f(x)g(x))=p1p2
If limx→x0f(x)=p1,limx→x0f(x)=p2=0, then:
limx→x0g(x)f(x)=p2p1
Example 2
Calculate the limit (the limit does not necessarily exist)
x→5limx−51x−5→0, there is no limit x→0limsinxx2x→0limsinxx2=limx→0xsinxlimx→0x=10=0x→∞limxsinx According to the pinch theorem: ∣x∣−1≤xsinx≤∣x∣1 The left and right limits are equal to 0, so the required limit is 0. x→∞lim3x2+5x+710x2+203xx→∞lim3x2+5x+710x2+203x=x→∞lim3+5x1+7x2110+203x1=limx→∞(3+5x1+7x21)limx→∞(10+203x1)=3101x→0limx21−cosxx→0limx21−cosx=x→0limx22sin22x=21x→0lim(2xsin2x)(2xsin2x)=21(x→0lim(2xsin2x))2=21×12=21
Derivative
Introduction
Considering the function f(x)=x2, what is the instantaneous rate of change of the function at x=1?
Let’s first consider the average rate of change from x=1 to x=1+Δx:
Δxf(1+Δx)−f(1)=Δx(1+Δx)2−1=2+Δx
When Δx→0, the average rate of change approaches 2, which is the instantaneous rate of change of f(x)=x2 at x=1, that is, the derivative.
Derivative ↔Micro-Business
Differential is a small amount of change. The quotient of differential is called differential quotient.
Definition f′(x)=limΔx→0ΔxΔf=dxdf
Definition of derivative
If the limit
Δx→0limΔxf(x0+Δx)−f(x0)
exists, then f(x) is said to be differentiable at x0, and this limit value is called the derivative of f(x) at x0, denoted as f′(x0) or dxdfx=x0.
If f(x) is differentiable at every point in the domain of definition, then f′(x) is called the derivative function of f(x), referred to as derivative.
The above strict definition is not the focus of this section, the important thing is to calculate the derivative.
Derivatives of common functions
Starting from the definition, the following common conclusions can be derived:
Division rule: (g(x)f(x))′=[g(x)]2f′(x)g(x)−f(x)g′(x), where g(x)=0
Memory Tips: Multiplication rule - "Lead before and after, add lead without lead, then lead after lead"; Division rule - "Lead up and down minus lead up and down, divide the square of the following".
v=Δt→0limtx=dtdr=r˙a=Δt→0limtv=dtdv=v˙=r¨ The point symbol is Newton notation, which means derivation with respect to time.
Example 1
Use derivatives to find the velocity and acceleration of uniform circular motion with angular velocity w. {x=Rcoswt,y=Rsinwt{vx=−Rwsinwt,vy=Rwcoswt So v=vx2+vy2=Rw{ax=−Rw2coswt,ay=−Rw2sinwt So a=ax2+ay2=Rw2
Example 2
There are two ways to deal with this problem:
Decompose in Cartesian coordinate system
Decomposition in polar coordinate system
Method 1
Let’s start timing from the top of the circle: {y=R−vt,x=R2−y2=R2−(R−vt)2⎩⎨⎧vy=y˙=−v,vx=x˙=21(R2−(R−vt)2)2−1[R2−(R−vt)2]′=21(R2−(R−vt)2)2−1(−1)(−v)′2(R−vt)=(R2−(R−vt)2)2−1(R−vt)v=xvy=tanθv So v=vx2+vy2=sinθv (easy to get by decomposing speed) {ay=0,ax=(vx(t)y(t))′=vx2y′x−yx′=vx2xvy−yvx=−v2x3x2+y2=−v2Rsin3θ1 There is a common mistake to note here:
After correction, we get:
Method 2
AI Summary (Sonnet 4.6)
Introduction to the Basics of Calculus (for physics competitions, focusing on practical applications) is divided into three major sections:
Limit: From the sequence limit (ε-N) to the function limit (ε-δ), master the pinch theorem and the four arithmetic rules, and be able to calculate common limits.
Derivatives: Understand the essence of "instantaneous rate of change is the limit", memorize the derivative tables of common functions, and master the three major operation rules of addition, subtraction, multiplication, and division.
Physics Application: Velocity v=r˙, acceleration a=r¨, use parametric equations + derivation to deal with geometric problems such as circular motion.