Math/Calculus
Analytic function
f:C∞−ftn 일 때, taylor series ∞∑n=0f(n)(a)n!(x−a)n 를 얻을 수 있다. 그리고 이 taylor series가 nbhd of a 에서 f(x) 로 수렴하면 f : analytic at a 라고 정의한다. 즉, f(x)=∞∑n=0f(n)(a)n!(x−a)n, ∀ x∈ ( nbhd of a ) 일 때 f : analytic at a 라고 정의한다. analytic ftn의 놀라운 점은 한 점에서의 local한 ..
Cauchy's mean value theorem
Cauchy's mean value theorem Let f : continuous on [a,b] and differentiable on (a,b). Then, ∃ c s.t. f′(c)(g(b)−g(a))=g′(c)(f(b)−f(a)) 조금 더 풀어서 적자면, ∃ c s.t. (f′(c),g′(c))∥(f(b)−f(a),g(b)−g(a)) 기하학적으로 생각해보면 쉽다. α(t)=(f(t),g(t)), t∈[a,b] 를 생각하자. 속도와 변위가 평행한 순간 t=c 가 존재한다!
Finding Extrema
1. Extrema 의 존재성 확인 가장 먼저 extrema가 존재하는지 확인을 해야 한다. compact domain D에서 정의된 C1 함수 f:D→R 가 주어졌다고 하자. Extreme value theorem에 의해 extrema 존재한다. global extremum points 후보 = (D 내부의 critical points) + (∂D 의 critical points) 2. D 내부에서 후보 찾기 Thm 1 Let f∈C1. x0 : Local extremum point ⇒ ∇f(x0)=0 Thm 1을 이용해 local ..
직선의 direction vector 찾기
[x−x0y−y0z−z0]=t[v1v2v3] 임을 활용한다. Example z=∂f∂x(x−x0)+f(x0,y0),y−y0=0 의 direction vector를 구해보자. tv3=∂f∂x(tv1),tv2=0 v3=∂f∂x(v1),v2=0 $\therefore v = (1, 0, \frac{\partial f}{\partial..