Courses / Physics I
Calculus of a Single Variable

Graphs, approximation, and numerical sense

Physics I 190 words Free to read

Taylor Approximations

A Taylor polynomial approximates a smooth function near an anchor point aa:

Pn(x)=k=0nf(k)(a)k!(xa)kP_n(x) = \sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}(x-a)^k

A degree 1 polynomial is just the tangent line; higher degrees capture local curvature.

FunctionMaclaurin Expansion (a=0a=0)
exe^x1+x+x22!+x33!+1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots
sinx\sin xxx33!+x55!x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots
cosx\cos x1x22!+x44!1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots

Common pitfall: Linear approximation is a local promise. 16.44.05\sqrt{16.4} \approx 4.05 works, but using that same tangent line for 25\sqrt{25} fails. Always check your drift from aa.

Euler and Graph Reading

Euler's formula links exponentials to trigonometry in the complex plane C\mathbb{C}:

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta

A complex number z=a+biz = a + bi in polar form is z=reiθz = r\,e^{i\theta}, where r=zr=|z| and θ=arg(z)\theta=\arg(z).

FeatureGraphical Indicator
Concavityf>0f''>0 bends up; f<0f''<0 bends down
Inflection pointWhere concavity changes sign
AsymptotesHorizontal as x±x\to\pm\infty; vertical where denominator 0\to 0
Calculus: Graphs, approximation, and numerical sense

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Calculus of a Single Variable