The limit of a function as x→0, this function can be replaced so that calculating the limit is much simpler. The following replacements can be considered.
sinx⟹x,
sinkx⟹kx, sinnx⟹xn
tanx⟹x,
tankx⟹kx, tannx⟹xn
sin−1x⟹x,
sin−1kx⟹kx, (sin−1kx)n⟹(kx)n
tan−1x⟹x,
tan−1kx⟹kx, (tan−1kx)n⟹(kx)n
x3+x⟹x.
x5−x3+x⟹x, so in this case addition/subtraction does not matter.
When x is large enough, the following comparison is also useful. ∣sinx∣<lnx<xn<2x<x!<xx
2. Limit of Exponential Functions
There are a few ways to find the limits of the form of 00, ∞0, or 1∞.
Given y=f(x)g(x), taking a logarithm of both sides of the function may be helpful. In other words, the limit of y can be found after calculating the limit of lny=g(x)lnf(x).
Derivatives of inverse trigonometric functions are as follows.
(sin−1x)′=1−x21(−2π≤sin−1x≤2π),
(cos−1x)′=1−x2−1(0≤cos−1x≤π),
(tan−1x)′=1x21(−2π<sin−1x<2π),
(cot−1x)′=−1+x21(0<cot−1x<π),
(sec−1x)′=∣x∣x2−11(0≤sec−1x≤π,sec−1x=2π),
(csc−1x)′=−∣x∣x2−11(−2π≤csc−1x≤2π,csc−1x=0).
In addition, the following are important identities of inverse trigonometric functions.
sin−1x+cos−1x=2π,
sin−1(−x)=−sin−1x,
cos−1(−x)=π−cos−1x,
csc−1x=sin−1(x1).
4. Derivative of an Absolute Value Function
Usually, although this can be done by range, the following formula is noteworthy. (∣f(x)∣)′=∣f(x)∣f(x)f(x)′
5. Derivative & Errors
By definition, the derivative of f(x) is as follows. Δx→0limΔxΔy=f′(x)
Since the average rate of change is not the same as the instantaneous rate of change in the view of the limit, the difference can be set as follows. ΔxΔy=f′(x)+ϵ
Note that ϵ is smaller when Δx gets smaller. It implies that the product of them is an infinitesimal number and it can be ignored. Therefore, the approximation of Δy is f′(x)Δx. The limit of this approximation is called the derivative of y and is written as dy=df(x)=f′(x)dx
Another point of view of dy is that is is the error of y. Moreover, dy/y is called the relative error. Meanwhile, this concept leads to the approximation formula about f(x+Δx). f(x+Δx)≈f(x)+f′(x)Δx
6. Asymptotes
Asymptotes make it easier to draw a graph of a function. Vertical asymptotes can be found when a function goes to infinity as x approaches a value. Also, horizontal asymptotes can be found when a function goes to a value as x approaches ±∞. Other than these, there exist oblique asymptotes, which can be found in the following steps.
Divide both sides of the function by the highest order term and find a slope m of the asymptote by evaluating the limits at infinity.
Set y=mx+n from the found m and substitute this equation to the function. Again, divide both sides by the highest order term and find n by evaluating the limits at infinity.
For example, the oblique asymptotes of y3=(x−1)(x−3)2 can be found as follows. x→∞lim(xy)3=x→∞limx3(x−1)(x−3)2=1⟹y=x+n⟹(x+n)3=(x−1)(x−3)2=x3−7x2+15x−9⟹3nx2+3n2x+n3=−7x2+15x−9⟹x→∞limx23nx2+3n2x+n3=x→∞limx2−7x2+15x−9⟹3n=−7⟹y=x−37
7. Curvature
Let y=f(x) be a twice-differentiable curve on a plane. Now, consider P(x,y) and Q(x+Δx,y+Δy). When α is the angle between the tangent line on P and x-axis and α+Δα is the angle between the tangent line on Q and x-axis, the tangent line is rotated by Δα moving the arc length Δs on the curve. The mean curvature denotes the ratio of Δα to Δs. Based on this concept, curvature K of f(x) is computed as follows. K=(1+(y′)2)23∣y′′∣
If this curve is a parametric function, K is {x=f(t)y=g(t)⟹K=((x′)2+(y′)2)23∣x′⋅y′′−x′′⋅y′∣
Meanwhile, the radius of curvature R can be calculated from K. K=R1
Furthermore, the center of curvature (X,Y) on P(x,y) can be calculated as follows. X=x−y′′y′(1+(y′)2),Y=y+y′′1+(y′)2
8. Gradient
The gradient has different definitions depending on whether the function is explicit or implicit. ⎩⎨⎧Explicit Function z=f(x,y)⟹∇f=∂x∂fi+∂y∂fjImplicit Function f(x,y,z)=0⟹∇f=∂x∂fi+∂y∂fj+∂z∂fk
The gradient of an explicit function means the tangent vector at the point, while the gradient of an implicit function means the normal vector at the point. The details about this can be found in this note. Therefore, the normal vector from an explicit function can be obtained after reforming to an implicit function as follows. z−f(x,y)=0⟹(−∂x∂f,−∂y∂f,1)
9. Directional Derivative
The directional derivative of a multivariable differentiable function f along a given vector u at a given point x represents the slope of the tangent at x with the direction u. If u is parallel with the coordinate axes, the directional derivative is the partial derivative. Accordingly, the directional derivative can be viewed as an orthogonal projection of the partial derivative on u. Consider P(a,b) on the function f(x,y). The directional derivative along the normalized direction u at the point P is Duf(P)=h→0limhf(a+hux,b+huy)−f(a,b)=∇f(P)⋅u=(∂x∂fi+∂y∂fj)⋅(uxi+uyj)=∂x∂fux+∂y∂fuy
Therefore, the maximum of Duf(P) is ∥∇f(P)∥ and the minimum is −∥∇f(P)∥.
10. Derivative of an Implicit Function
The general formula for the derivative of an implicit function is as follows. ⎩⎨⎧f(x,y)=0⟹dxdy=−fyfxf(x,y,z)=0⟹∂x∂z=−fzfx,∂y∂z=−fzfy
11. Bivariate Extreme Value
To find extreme values of a function f(x,y), the point (x,y) such that fx=0 and fy=0 should be calculated. Let that point be (a,b). If D is defined as follows, (a,b) is the extreme value when D>0. DD>0=fxx(a,b)fyy(a,b)−(fxy(a,b))2⟹⎩⎨⎧fxx(a,b)>0fxx(a,b)<0local minimumlocal maximum
If D<0, there are no extreme values. Besides, if D=0, it is inconclusive.
12. Extrema of an Implicit Function
The extrema of y of an implicit function f(x,y)=0 can be calculated from fx=0 and f(x,y)=0. Let such point be (a,b). If fy=0, ⎩⎨⎧−fy(a,b)fxx(a,b)>0−fy(a,b)fxx(a,b)<0local minimum blocal maximum b
It is inconclusive if fxx(a,b)=0.
13. Lagrange Multiplier
When finding the maximum and minimum of f(x), this problem becomes often easy if an unknown variable can be represented using other unknown variables under constraints. Even so, however, the problem can sometimes get complex, and A is the proper method for this case. First, if a constraint g(x,y,z)=0 is the only one, ⎩⎨⎧∇f=λ∇gg(x,y,z)=0
the maximum or minimum can be found by calculating λ and (x0,y0,z0) satisfying the above conditions. Here λ is called the Lagrange multiplier. If another constraint h(x,y,z)=0 is added, ⎩⎨⎧∇f=λ∇g+μ∇hg(x,y,z)=0h(x,y,z)=0
the maximum or minimum can be found by calculating λ, μ, and (x0,y0,z0) satisfying the above conditions. For example, the intersection of a cylinder y2+z2=4 and a plane x+y+z=1 forms an ellipse. The Lagrange multiplier makes it simple to find the maximum and minimum of f=x+2y for a point on this ellipse as follows. f=x+2y,{g=x+y+z−1=0h=y2+z2−4=0⟹∇f=(1,2,0),{∇g=(1,1,1)∇h=(0,2y,2z)⟹∇f=λ∇g+μ∇h⟺(1,2,0)=λ(1,1,1)+μ(0,2y,2z)⟹λ=1,λ+2yμ=2,λ+2zμ=0⟹λ=1,y=2μ1,z=−2μ1⟹h=y2+z2−4=4μ21+4μ21−4=0⟹μ=±221,y=±22,z=∓22⟹g=x+y+z−1=x−1=0⟹x=1
Therefore, the maximum is f(1,2,−2)=1+22, and the minimum is f(1,−2,2)=1−22.
Keep going!Keep going ×2!Give me more!Thank you, thank youFar too kind!Never gonna give me up?Never gonna let me down?Turn around and desert me!You're an addict!Son of a clapper!No wayGo back to work!This is getting out of handUnbelievablePREPOSTEROUSI N S A N I T YFEED ME A STRAY CAT