solomonxie / blog-in-the-issues

A personalised tech-blog, notebook, diary, presentation and introduction.
https://solomonxie.github.io
65 stars 12 forks source link

Calculus Basics 微积分基础 #49

Open solomonxie opened 6 years ago

solomonxie commented 6 years ago

Notes on basic Calculus concepts.

Study resources

Study Tools

Practice To-do List (Linked with Unit tests)

Table of Contents

solomonxie commented 6 years ago

「Limits」 properties

Refer to Khan academy: Limit properties

image

The limit of a SUM of functions is the SUM of the INDIVIDUAL limits: image

Limits of 「Combined Functions」

Refer to Khan academy: Limits of combined functions

Example

image Solve: image

Example

image Solve:

solomonxie commented 6 years ago

Function's Continuity [DRAFT]

Pencil Definition: IF YOU CAN DRAW THE FUNCTION WITH A PENCIL WITHOUT PICKING UP THE PENCIL, THEN THE FUNCTION IS A CONTINUOUS FUNCTION

solomonxie commented 6 years ago

Limits

Limits are all about approaching. And the entire Calculus is built upon this concept.

Strategy in finding Limits

Refer to Khan academy.

image

solomonxie commented 6 years ago

Limits at 「infinity」

No matter why kinds of Limits you're looking for, to understand it better, the best way is to read the Step-by-Step Solution from Symbolab: Limit Calculator from Symbolab.

「Rational functions」

The KEY point is to look at the powers & coefficients of Numerator & Dominator. Just the same with Finding the Asymptote.

Refer to previous note on the How to find Asymptote.

image

Example

image Solve:

Quotients with 「square roots」

The KEY point is to calculate both numerator & dominator, then calculate the limit of EACH term with in the square root.

Example

image Solve: Refer to Symbolab step-by-step solution.

Quotients with 「trig」

The KEY point is to apply the Squeeze theorem, and it is a MUST.

Example

image Solve:

Easier solution steps:

Example

image Solve:

solomonxie commented 6 years ago

❖ All types of discontinuities

Refer to Mathwarehouse: What are the types of Discontinuities?

「Jump Discontinuities」

A Jump discontinuity occurs at some point, the left side limit is DIFFERNT with the right side limit.

image We see that clearly: image

「Removable Discontinuities」

A removable discontinuity occurs at some point, both left side limit & right side limit are the SAME.

image

「Infinite Discontinuities」

An Infinite Discontinuity occurs at some point, both left side & right side are approaching to INFINITY, which means both sides DO NOT have limits.

image

「Endpoint Discontinuities」

An Endpoint Discontinuity occurs at some point, it DOESN'T HAVE both sides, it only has ONE SIDE.

image

「Mixed Discontinuities」

image

solomonxie commented 6 years ago

Analyzing functions for discontinuities「algebraic」

If the limits of both side of some point, are EQUAL, then it's continuous at this point.

At a point a, for f(x) to be continuous at x=a, we need lim(x→a)f(x) = f(a).

Example

image Solve:

solomonxie commented 6 years ago

Application of Removable Discontinuities

Example

image Solve: It's just the same with calculating the limits of both sides.

solomonxie commented 6 years ago

❖ 「Derivative」 Basics

Simply saying, it's just the SLOPE of ONE POINT of a graph (line or curves or anything).

Refer to Mathsisfun: Introduction to Derivatives

image

A Derivative, is the Instantaneous Rate of Change, which's related to the tangent line of a point, instead of a secant line to calculate the Average rate of change.

“Derivatives are the result of performing a differentiation process upon a function or an expression. ”

Derivative notations

Refer to Khan academy article: Derivative notation review.

image

「Lagrange's」 notation

In Lagrange's notation, the derivative of f(x) expressed as f'(x), reads as f prime of x.

「Leibniz's」 notation

In this form, we write dx instead of Δx heads towards 0. And the derivative of is commonly written as: image

For memorizing, just see d as Δ, reads Delta, means change. So dy/dx means Δy/Δx. Or it can be represent as df / dx or d/dx · f(x), whatever.

image

image

How to understand 「dy/dx」

Refer to Khan academy from Differential Equation section: Addressing treating differentials algebraically

This is a review from "the future", which means while studying Calculus, you have to come back constantly to review what the dy/dx means. ---- It's just so confusing. Without fully understanding the dy/dx, you will be lost at topics like Differentiate Implicit functions, Related Rates, Differential Equations and such.

image

「Tangent line」 & 「Secant line」

As for the secant line, its interval gets smaller and smaller and APPROACHING to 0 distance, it actually is a process of calculating limits approaching 0, which will get us the tangent line, that been said, is the whole business we're talking about: the Derivative, the Instantaneous Rate of Change.

image

image

secant to tangent animation

「Secant line」

Example

image Solve:

solomonxie commented 6 years ago

❖ Differentiability

"If the point of a function IS differentiable, then it MUST BE continuous at the point."

Example of NOT differentiable points: image

You can see, if the point DOES NOT have limit, it's NOT DIFFERENTIABLE. In another word, the point is not CONTINUOUS, it's Jump Discontinuity, or Removable Discontinuity, or any type of discontinuities.

「NOT」 differentiable situations

image

「Vertical Tangent」

We know that the Slope of Vertical Tangent is UNDEFINED, on the contrary: IT IS A VERTICAL TANGENT, IF:

「Horizontal Tangent」

It's a Horizontal Tangent, if:

solomonxie commented 6 years ago

❖ Derivative equation

The idea of derivative equation is quite simple: The LIMIT of the SLOPE.

The slope is equal to change in Y / change in X. So for a point a, we IMAGINE we have another near point which lies on the SAME LINE with a, and since we have TWO POINTS now, we can then let their Y-value Change divided by their X-value Change to get the slope.

There're two equations for calculating derivative at a point, and the only different thing is how to express the IMAGINARY POINT with respect to the point a, it could either be x or a+h :

image or: image

How to calculate 「derivative」

Strategy:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

「Local linearity」 & 「Linear approximation」

Local linearity is for approximating of a point's value by its near known point.

Just think of a curve, a good way to approximate its Y-value, is to find another known point near it, and make a line connecting two points, then gets the value by linear equation.

Refer to Khan academy lecture.

image

image

Example

image Solve: image

solomonxie commented 6 years ago

Basic 「Differential Rules」

image

Jump over to Basic Integral Rules

▼Refer to Math is fun: Derivative Rules

Rules Function Derivative
Constant c 0
With constant c·f c·f’
Power Rule xⁿ n·xⁿ⁻¹
Sum Rule f + g f’ + g’
Difference Rule f - g f’ − g’
Product Rule f · g fg’ + f’ g
Quotient Rule f / g (f’g − g’f ) / g²
Reciprocal Rule 1 / f −f’ / f²
Chain Rule f(g(x)) f’(g(x)) · g’(x)
Exponent Rule
                      aˣ · ln(a)
Log Rule image image
Natural Log Rule ln(x) 1/x
Exponential Rule image image
Trig Rules sin(x) cos(x)
                     cos(x) −sin(x)
                      tan(x) sec²(x) = 1/cos²(x)
                      sec(x) sec(x)·tan(x)
                      csc(x) -csc(x)·cot(x)
                    cot(x) −csc²(x) = -1/sin²(x) = -(1+cot²(x))
Inverse Trig Rules arcsin(x) 1/√(1−x²)
                               arccos(x) −1/√(1−x²)
                                arctan(x) 1/(1+x²)

▼Refer to Wiki: Differentiation rules image

solomonxie commented 6 years ago

Chain Rule

One of the core principles in Calculus is the Chain Rule.

image

Refer to Khan academy article: Chain rule ▶ Proceed to Integral rule of composite functions: U-substitution

It tells us how to differentiate Composite functions.

image

It must be composite functions, and it has to have inner & outer functions, which you could write in form of f(g(x)). image

Common 「mistakes」

How to identify 「Composite functions」

Seems a basic algebra101, but actually a quite tricky one to identify.

Refer to Khan lecture: Identifying composite functions

The core principle to identify it, is trying to re-write the function into a nested one: f(g(x)). If you could do this, it's composite, if not, then it's not one.

Examples

image It's a composite function, which the inner is cos(x) and outer is .

image It's a composite function, which the inner is 2x³-4x and outer is sin(x).

image It's a composite function, which the inner is cos(x) and outer is √(x).

Two forms of 「Chain Rule」

The general form of Chain Rule is like this: image

But the Chain Rule has another more commonly used form: image

Their results are exactly the same. It's just some people find the first form makes sense, some more people find the second one does.

Example

image Solve: Refer to Symbolab worked example.%5Cright))

Chain rule for 「exponential function」

Formula: image

Because: image

Example

image Solve:

solomonxie commented 6 years ago

Derivatives of 「Trig functions」

image

Reminder of 「Trig identities」 & 「Unit circle」 values

# Reciprocal and quotient identities
tan(θ) = sin(θ) / cos(θ)
csc(θ) = 1/sin(θ)
sec(θ) = 1/cos(θ)
cot(θ) = 1/tan(θ)

Refer to previous note of all trig identities.

unit circle

solomonxie commented 6 years ago

❖ Implicit Differentiation

Bit hard to understand it in the first place.

image

What is 「Implicit」 & 「Explicit Function」

Refer to video by Krista King: What is implicit differentiation?

So knowing how to differentiate an implicit function is quite helpful when we're dealing with those NOT EASILY SEPARATED functions.

How to Differentiate 「Implicit function」

Refer to video: Use implicit differentiation to find the second derivative of y (y'') (KristaKingMath) Refer to video by The Organic Chemistry Tutor: Implicit Differentiation Explained - Product Rule, Quotient & Chain Rule - Calculus

Refer to Symbolab: Implicit Derivative Calculator

Assume you are to differentiate Y WITH RESPECT to X, written as dy/dx:

How to differentiate 「Y with respect to X」

image

How to differentiate 「term MIXED with both X & Y」

image

Example

image Solve: Refer to Symbolab: Implicit Derivative Calculator

Example

image Solve:

Example

image Solve:

Example

image Solve (Same with above examples):

「Vertical & Horizontal Tangents」 of 「Implicit Equations」

► Jump over to Khan academy for practice.

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

❖ Related Rates

Just so you know, related rates is actually the Application of Implicit Differentiation by using Chain Rule in the form of dy/dx = dy/du * du/dx.

image

Btw, at Khan academy it's called the Differentiate related functions.

Refer to Khan lecture. Refer to video by KristaKingMath: Related rates Refer to video by The Organic Chemistry Tutor: Introduction to Related Rates

Strategy:

Example: 「Change of volumes」

Refer to previous note of Implicit Differentiation. image

Solve:

Example: 「Change of volumes」

image Solve:

Example: Change of area

image Solve:

Example: 「Pythagorean Theorem」

image image Refer to Khan academy lecture: Related rates: Approaching cars

Solve:

Example: 「Sliding ladder」

image

Example: 「multiple composite」

image Solve:

solomonxie commented 6 years ago

❖ Higher Order Derivatives

「Second derivatives」

The second derivative of a function is simply the derivative of the function's derivative.

Notation: Leibniz's notation for second derivative is: image image

Second derivatives of 「implicit equations」

▶ Jump back to previous note on Implicit Differentiation ▶ Practice at Khan academy: Second derivatives (implicit equations)

▶ Online calculator for 2nd Derivative of Implicit equations

Example

image Solve: image

Example

image Solve:

solomonxie commented 6 years ago

Derivative of Inverse functions

image

IT'S DERIVED FROM THE CHAIN RULE:

image

Derivative of 「Inverse Trig functions」

image

Example

image Solve:

solomonxie commented 6 years ago

Derivative of 「exponential functions」

It's save a lot of time of life not to dig in how mathematicians developed these formulas. If you do want to, refer to Khan's lecture: Exponential functions differentiation intro

Reminder: Don't forget it's a composite function and you need to apply the chain rule.

image

Derivative of 「log functions」

image

Examples

Find the derivative of: image Solve:

image

solomonxie commented 6 years ago

❖ Existence Theorems (IVT, EVT, MVT)

Existence theorems includes 3 theorems: Intermediate Value Theorem, Extreme Value Theorem, Mean Value Theorem.

Refer to Khan academy: Existence theorems intro

image

「Intermediate Value Theorem」 (IVT)

The IVT is saying:

When we have 2 points connected by a continuous curve: one point below the line, the other point above the line, then there will be at least one place where the curve crosses the line!

image

Refer to Maths if fun: Intermediate Value Theorem Refer to video: Intermediate Value Theorem Explained

Find 「roots」 by using IVT

IVT is often to find roots of a function, which means to find the x value when f(x)=0. So for finding a root, the definition will be:

If f(x) is continuous and has an interval [a, b], which leads the function that f(a)<0 & f(b)>0 , then it MUST has a point f(c)=0 between interval [a,b], which makes a root c.

Example

Tell whether the function f(x) = x² - x - 12 in interval [3,5] has a root. Solve:

「Extreme Value Theorem」 (EVT)

The EVT is saying:

There MUST BE a Max & Min value, if the function is continuous over the closed interval.

image

Refer to Khan lecture: Extreme value theorem Refer to video: Extreme Value Theorem

「Mean Value Theorem」 (MVT)

Refer to Khan academy article: Establishing differentiability for MVT

The MVT is saying:

There MUST BE a tangent line that has the same slope with the Secant line, if the function is CONTINUOUS over [a,b] and DIFFERENTIABLE over (a,b).

Which also means that, if the conditions are satisfied, then there MUST BE a number c makes the derivative is equal to the Average Rate of Change between the two end points.

Equation

Conditions for applying MVT:

Graph

Example

image Solve:

solomonxie commented 6 years ago

❖ L'Hopital's Rule [DRAFT]

LHopital's Rule helps us to find the limit of an Undefined limits, like 0/0, ∞/∞ and such. It's quite simple to apply and very convenient to solve some problems.

Refer to L'Hôpital's rule

▶ Jump back previous note on: Asymptote of Rational Expressions ▶ Practice at Khan academy: Disguised derivatives

From my experience, the L'Hopital's Rule is so often been used that we didn't even realize. Actually it's been used almost every time when we are to evaluate the LIMITS OF RATIONAL EXPRESSIONS.

image

Example of 「0/0」

Example of 「∞/∞」

  1. Find the limit: image Solve: image

  2. Find the limit: image Solve: image

Example of 「1^∞」

L'Hopital Rule for 「Composite functions」

Example of composite exponential function

image Solve:

solomonxie commented 6 years ago

❖ Critical points

Refer to PennCalc Main/Optimization

For analyzing a function, it's very efficient to have a look at its Critical points, which could be classified as Extrema, Inflection, Corner, and Discontinuity.

image

How to find 「critical points」

Strategy:

Refer to Symbolab's step-by-step solution.

Example

image Solve:

Example

image Solve: Refer to Symbolab step-by-step solution.

solomonxie commented 6 years ago

❖ Extrema: 「Maxima」 & 「Minima」

Extrema are one type of Critical points, which includes Maxima & Minima. And there're two types of Max and Min, Global Max & Local Max, Global Min & Local Min. We can all them Global Extrema or Local Extrema.

And actually we can call them in different ways, e.g.:

image

How to identify 「Extrema」

We need two kind of conditions to identify the Max or Min. Now If we have a Non-Endpoint Minimum or Maximum point at a, then it must satisfies these conditions:

How to find 「Extrema」

Refer to Khan academy lecture: Finding critical points

We just need to assume f'(x) = 0 or f'(x) is undefined, and solve the equation to see what x value makes it then.

「Increasing」 & 「Decreasing Intervals」

We can easily tell at a point of a function, it's at the trending of increasing or decreasing, by just looking at the instantaneous slope of the point, aka. the derivate. If the derivative, the slope is positive, then it's increasing. Otherwise it's decreasing.

Finding the 「trending」 at a point

Just been said above, we assume at point a, it's value is f(a). So the slope of it is f'(a). And if f'(a) < 0, then it's decreasing; If f'(a) > 0, then it's increasing.

Finding a 「decreasing or increasing interval」

Refer to Khan lecture.

It's just doing the same thing in the opposite way. For find a decreasing interval, we assume f'(x) < 0, and by solving the inequality equation we will get the interval.

Strategy:

Example

image Solve:

How to find 「Relative Extrema」

Remember that an Absolute extreme is also a Relative extreme.

Refer to khan: Worked example: finding relative extrema Refer to Khan Academy article: Finding relative extrema

image

Strategy:

Refer to an awesome article: Using calculus to learn more about the shapes of functions

image

Example

image Solve:

How to find 「Absolute Extrema」

Refer to Khan academy article: Absolute minima & maxima review Refer to Khan academy lecture: Finding absolute extrema on a closed interval

Strategy:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

Concavity

Refer to Khan academy: Concavity introduction

Two types of concavity: Concave Up & Concave Down.

Understand function by 「1st & 2nd Derivative」

image

Identify 「concavity」 by using 「Second Derivative」

image

Example

image Solve:

solomonxie commented 6 years ago

❖ Inflection Point

An inflection point is a point where the graph of the function changes CONCAVITY (from up to down or vice versa).

It could be seen as a Switching point, which means the point that the Slope of function switch from increasing and decreasing. e.g., the function might be still going up, but at such a point it suddenly increases slower and slower. And we call that point an inflection point. image

Refer to Khan academy video for more intuition rapidly: Inflection points from graphs of function & derivatives

Algebraically, we identify and express this point by the function's First Derivative OR Second Derivative. image

Example

image Intuitive way to solve:

More definitional way to solve:

Example

image Solve:

Example

image Solve:

Example

image Solve:

Example: Finding Inflection points

image Solve:

Example: Finding Inflection points

image Solve:

solomonxie commented 6 years ago

Second Derivative Test

image

Example

image Solve:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

❖ Anti-derivative

Looks like a fancy word, but it just means: Use the Derivative function describe the Original function.

Notice that: There might be multiple possible anti-derivatives.

The 「graphical relationship」 between a function & its derivative

Refer to Khan academy: The graphical relationship between a function & its derivative (Part 1)

image

How to draw the function's 「Anti-derivative」

Refer to Khan academy: The graphical relationship between a function & its derivative (part 2)

image

Example

Refer to Khan academy. image

solomonxie commented 6 years ago

❖ Analyze Function Behaviors with Derivatives

Analyzing function's behaviors is one of the Core Purposes of studying Calculus.

AND THE CORE PURPOSE OF ANALYZING FUNCTION, IS FOR COMPUTER TO UNDERSTAND IT "BLINDLY", OR SAY "ALGEBRAICALLY"! BECAUSE IT CAN'T BE LIKE HUMAN TO "EYE BALL" IT!

First Derivative

Second Derivative

1st & 2nd Derivative

solomonxie commented 6 years ago

❖ Optimization [DRAFT]

Once you've mastered the Derivatives, you would know the optimization problems are easy. It's just a progress to get the Maximum or Minimum points of a given function.

Example: Max product

image Solve:

Example: Largest Area of Trapezoid Inscribed in a Semicircle

Q: What is the area of the largest trapezoid that can be inscribed in a semicircle with radius r = 1?

Refer to Kristaking's video: Largest area of a rectangle inscribed in a semicircle

image

Understanding:

Solve:

Example: Smallest paper

image image Solve:

Example: Largest area of rectangle inscribed in triangle

image image Solve:

solomonxie commented 6 years ago

Applications of Derivatives [DRAFT]

Lose of bears

image Solve:

solomonxie commented 6 years ago

Motion problems (Differential calc)

Motion Problems are all about this relationships: Moving position -> Velocity(or speed) -> Acceleration.

These terms are constantly confusing people, especially the follow parts:

Jump over here for Khan academy's quizzes.

Example

image Solve:

Example

image Solve:

Example

image

►Refer to the note: Related rates.

solomonxie commented 6 years ago

Planar motion (Derivative of vectors)

It's still the Motion problem but the object not only moves on the X-axis but move in a PLANE, with X-coordinate and Y-coordinate. So it becomes differentiation of vectors. But the differentiation steps are almost the same.

Here are some algebraical expressions:

Jump to do the Khan academy practice.

Example

image Solve:

Example

image Solve:

Example: Motion along a curve

image Refer to Khan academy's quizzes for these practices Solve:

Example

image Solve:

solomonxie commented 6 years ago

❖ 「Integral Calculus」 basics

Integral calculus is a process to calculate the AREA between a function and the X-axis (or Y-axis).

Core idea of 「Integral Calculus」

Refer to Khan academy: Introduction to integral calculus

image

「Riemann Sums」

A Riemann sum is an approximation of the area under a curve by dividing it into multiple simple shapes (like rectangles or trapezoids).

「Riemann Sums」 Notation

Refer to Khan academy: Definite integral as the limit of a Riemann sum

image

The letter ʃ (reads as "esh" or just "integral") is called the Integral symbol/sign.

Calculate 「Riemann Sums」

image

Finding 𝚫x: It's meant to get HOW MANY rectangles we're to sum. image

Finding indices m & n: It's meant to find the i for Σ sums:

Finding xi: With equally spaced points (left/right/mid), the xi is a Geometric series of those points, which the rate is the 𝚫x. We're gonna find the right pattern/equation for xi, so that we can plug xi into f(x).

Finding f(xi): Just to plug in the Geometric series expression of xi into f(x), and make it as a function in terms of i.

「Left Riemann Sums」 & 「Right Riemann Sums」 Approximation

Refer to Maths is fun: Integral Approximations

image

As you can see, they would be either Over-estimated or Under-estimated. Neither of these approximations would be called a good one, normally.

「Midpoint Sums」 Approximation

It's an enhancement to the Left sums and Right sums, it takes the midpoint value, and sometimes makes better approximation.

image

Example

image Solve:

Example

image Solve: image

Example

image Solve:

Example

image Solve: image image

How to calculate 「Riemann Sums」

Refer to Khan academy: Rewriting definite integral as limit of Riemann sum

image

Refer to the Map of Integration: mrozarka.com image

solomonxie commented 6 years ago

Definite Integrals

DEFINITE means it's defined, means both two boundaries are constant numbers.

Definite integrals 「properties」

Refer to Khan academy article: Definite integrals properties review

image

「Definite integral」 ←→ 「Limit of Riemann Sum」

Example

image Solve:

Example

image Solve:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

❖ 「Indefinite integrals」 = 「Antiderivatives」

That's easier being said, THE ANTIDERIVATIVES IS THE INDEFINITE INTEGRALS.

Let's make it more intuitive (might not be accurate but good for learning):

(They're saying the same thing)

And, just for refreshing:

Why is the 「Indefinite Integral」 so confusing

It's a simple reason: Because they use the f(x) in the Integral expression, but actually it means f'(x)!

You all know the expression of indefinite integral is ʃ f(x) dx, But actually it should be ʃ f'(x) dx, which means the function appears in the middle is a derivative, from somewhere. And the mission of that integral, is to find the f(x) the original function of the derivative!

So trust me, the world would be much nicer if you always see it as the expression as below:

image

Why is 「Antiderivative」 so confusing too

Because your first impression of the antiderivative is that is it anti- something? Anti- is a reverse, derivative is also a transform of something, so putting them together is really a horrible idea because it seems leading to nowhere.

Now here is the mojo, things would be much nicer if you see and call an antiderivative as: The original function f(x)

It may not be accurate, but good enough to proceed to next stage of study.

Review of 「Antiderivatives」

Before you proceed to the next, you really want figure out completely what an antiderivative means with respect to the Integration.

!! Refer to video from The Organic Chemistry Tutor: Antiderivatives

Here are a few examples to quick review what is antiderivative:

image

How to understand this 「reverse process」

Doing an Integration, is actually to find the antiderivative.

At the example below, you will find it makes so much sense if you FIX YOUR EYES only onto the MIDDLE part of the integration formula, the part between ʃ & d/dx.

image

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

❖ Fundamental Theorem of Calculus (FTC)

This is somehow dreaded and mind-blowing. But it's the only thing to relate the Differential Calculus & Integral Calculus.

image

It's so much clearer if you see the function in the middle of integration as a derivative.

fundamental_theorem_of_calculus_ animation_

Notice that: In this theorem, the lower boundary a is completely "ignored", and the unknown t directly changed to x.

►Refer to Khan academy: Fundamental theorem of calculus review ►Jump over to have practice at Khan academy: Contextual and analytical applications of integration (calculator active).

「1st FTC」 & 「2nd FTC」

The Fundamental Theorem of Calculus could actually be used in two forms. They have different use for different situations.

(Notice that boundaries & terms are different)

image

How to 「Differentiate Integrals」

We could CONVERT the integral formula to Differential formula, by using the fundamental theorem of calculus, and use the Rules we've learnt to solve the differential equations.

Refer to video from Krista King: PART 2 OF THE FUNDAMENTAL THEOREM OF CALCULUS!

We got different strategies for different boundaries situation:

▼ Here is formulas for different boundaries of integration:

image

Example

image Solve:

Example

image Solve:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

Basic 「Integral Rules」

Remember there're a bunch of Differential Rules for calculating derivatives. And for integration we need to reverse them.

Refer to Lamar's math book: Common Derivatives and Integrals [PDF] Refer to Khan academy article: Common integrals review

Jump back to review the basic differential rules

Basic Rules

image

Reversed 「Polynomial Rules」

image

Reversed 「Exponential / Log Rules」

image

Reversed 「Trig Rules」

image

Reversed 「Inverse Trig Rules」

image

「Special Rules」

image

image

solomonxie commented 6 years ago

Calculate Integrals [DRAFT]

Calculate 「Indefinite Integrals」

Example

image Solve: image

Integration using 「completing the square」

image

Example

image Solve:

Example

image Solve: Solve:

Calculate 「Definite Integrals」

Example

image Solve: Don't get confused when you see the Upper boundary is smaller than the Lower one.

image

Example (piecewise integration)

image Solve: The key is to seperate the intervals and integrate them piece by piece. image

Example (Absolute value)

image Solve:

solomonxie commented 6 years ago

Integration using 「Trig identities」

The goal is to convert the multiplication of terms to be addition of simple terms.

▶ Cheatsheet on previous note: Basic Integral Rules ▶ Cheatsheet on previous note:Basic Differential Rules ▶ Cheatsheet on previous note: All trig identities ▶ Jump back to previous note on: U-substitution → Chain Rule

Refer to Khan academy: Integrating using trigonometric identities

Example

image Solve:

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

Improper Integral

After learning Definite Integral, Indefinite Integral, now it's Improper Integral. The major difference between them is their Boundaries.

The improper integral means the integral's boundary or boundaries are infinite, (or -∞).

Refer to Khan academy: Introduction to improper integrals Refer to Improper Integrals (KristaKingMath)

It looks so fearful yet not too hard to understand.

image

「Types」 of Improper Integral

Refer to video from ProfRobBob: Improper Integrals 5 Examples

There're 6 cases of different improper integral:

「Convergent」 & 「Divergent」

We can call an improper integral:

Solve 「Improper Integrals」

Basic Strategy:

「Type 1」

image Solve: image

「Type 2」

image Solve:

「Type 5」

image Solve: image

solomonxie commented 6 years ago

❖ 「U-substitution」 → Chain Rule

The u-substitution is to solve an integral of composite function, which is actually to UNDO the Chain Rule.

▶ Back to previous note on: Chain Rule

Compare how we handle the composite functions with derivatives & integrals:

Refer to Khan academy: 𝘶-substitution: defining 𝘶

We use u-substitution when we need to integrate an expression of the form of: image

Strategy:

image

How to select u

Selecting u is the most tricky part here.

Example

image Solve:

Example

image Solve:

How to calculate 「Indefinite Integral」 with u-substitution

Example

image Solve:

How to calculate 「Definite Integral」 with u-substitution

Example

image Solve: image

Example (self-made u')

image Solve: image

Example (Inverse Trig Rule)

image Solve:

solomonxie commented 6 years ago

「Integrate by Parts」 → Product Rule

It's the Reverse Product Rule. And here is the formula to solve the integration by parts:

image

Refer to Khan academy: Integration by parts intro

Trick & Strategy:

Example

image Solve: Refer to Symbolab

Example

image Solve: image

solomonxie commented 6 years ago

「Partial fractions」 → Log Rule

A technique for integrating Rational functions.

▶ Jump back to previous note on Partial fractions.

▶Refer to Khan academy: Partial fraction expansion to evaluate integral

Example

image This process is to break down the Rational Function to some simple fractions, which assume there are A & B leads to a system of equation:

Strategy:

Example

image Solve: image

Example

image Solve: Refer to Symbolab. image

solomonxie commented 6 years ago

「Trig-substitution」 → Trig Rule

The goal is to simplify expression by CONVERTING terms of x into simplified expression in terms of θ.

How to do this? We can identify some trigonometric patterns in the expression and apply the Pythagorean Theorem.

▶ Cheatsheet on previous note: Basic Integral Rules ▶ Cheatsheet on previous note: Basic Differential Rules ▶ Cheatsheet on previous note: All trig identities ▶ Back to previous note on: U-substitution → Chain Rule

▶ Practice at Khan academy: Trigonometric substitution

Refer to Khan academy: Introduction to trigonometric substitution

Example

image Solve:

Example

image Solve: ...

solomonxie commented 6 years ago

❖ 「Average Value」 of Functions

image

Refer to Khan academy: Average value over a closed interval Refer to video: Average Value of a Function on an Interval

Calculating Favg is just to get the actual area of the function, and then "reform" it to a rectangle, then divide it by its width, then you get the height.

image

Strategy:

「Mean value theorem」 for integrals

It actually IS the Average Value of Functions

image

solomonxie commented 6 years ago

Differential Equations Intro

image

Example

image Solve: image

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

「Parametric Equations」 Differentiation

►Refer to Khan academy: Parametric equations differentiation ►Jump over to have some practice at Khan academy.

Why can we operate 「dy/dx」 algebraically?

Refer to Khan academy: Addressing treating differentials algebraically

Jump back to previous note: How to understand dy/dx

image

Differentiate 「Parametric Equations」

▼How to take derivative of a parametric differential equation? image

Example

image Solve:

「Second derivatives」 of Parametric functions

image

Example

image Solve:

solomonxie commented 6 years ago

Separable 「Differential Equations」

This section is an essential method for solving differential equations. Especially about the initial condition, it is the critical information for getting the original function.

Example

image Solve:

Example

image Solve:

Example

image Solve:

Example

image Solve:

Exponential model equations

►Jump to Khan academy for practice

►Refer to Khan academy: Worked example: exponential solution to differential equation

Example

image Solve:

Example

image Solve:

solomonxie commented 6 years ago

Specific antiderivatives

Normally the antiderivative is in form of f(x) +C. But actually we could use some additional information to get the C and get the function only in terms of x. And we often call the "additional information" as Initial Conditions, or f₀(x).

Example

image Solve:

Example

image Solve:

Example (Separable equations with specific solutions)

image Solve:

Example

image Solve: Hint: f(0) = 2

Example

image Solve Hint: Don't need to solve y completely. image

solomonxie commented 6 years ago

「Polar Curve」 Functions (Differential Calc)

▶ Practice at Khan academy.

Refer to Khan academy: Polar functions derivatives

▶ Proceed to: Area of Polar Curves (Integral Calc)

image

In the Polar World, instead of the relationship between y & x, the function is now representing the relationship between Radius & Angle, which could be presented as:

image

Finding the right 「boundaries」

The most tricky part in Polar system, is finding the right boundaries for θ, and it will be the first step for polar integral as well.

Differentiate 「Polar Functions」

Taking derivative of Polar function is actually DIFFERENTIATING PARAMETRIC FUNCTION. To take the derivative we need to:

Example

image Solve:

「Tangents」 to Polar curves

Steps:

Example

image Solve:

Example

image Solve:

Example

image Solve: