Mathlife
Mathlife의 학습 노트
Mathlife
전체 방문자
오늘
어제
  • 분류 전체보기
    • CS
      • 알고리즘
      • 자료구조
      • 운영체제
      • 네트워크
      • 데이터베이스
    • 프로그래밍 언어
      • Java
      • JavaScript
      • C·C++
      • Python
    • Backend
      • Spring
    • Frontend
      • HTML
      • CSS
    • Math
      • Linear Algebra
      • Calculus
    • AI
      • ML
      • DL
      • RL
    • Git

블로그 메뉴

  • 홈
  • 관리
  • 글쓰기
  • 태그
  • 방명록

공지사항

인기 글

태그

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
Mathlife

Mathlife의 학습 노트

Math/Calculus

직선의 direction vector 찾기

2022. 4. 16. 16:10

$\begin{bmatrix}
x-x_0 \\
y-y_0 \\
z-z_0
\end{bmatrix} = t
\begin{bmatrix}
v_1 \\
v_2 \\
v_3
\end{bmatrix}$ 임을 활용한다.

 

Example

$z = \frac{\partial f}{\partial x} (x-x_0) + f(x_0, y_0), \quad y - y_0 = 0$ 의 direction vector를 구해보자.

 

$tv_3 = \frac{\partial f}{\partial x} (tv_1), \quad tv_2 = 0$

 

$v_3 = \frac{\partial f}{\partial x} (v_1), \quad v_2 = 0$

 

$\therefore v = (1, 0, \frac{\partial f}{\partial x})$

'Math > Calculus' 카테고리의 다른 글

Cauchy's mean value theorem  (0) 2022.04.17
Finding Extrema  (0) 2022.04.16
The Inverse Function Theorem  (0) 2022.04.15
The Implicit Function Theorem  (0) 2022.04.15
Total derivative  (0) 2022.04.15
    'Math/Calculus' 카테고리의 다른 글
    • Cauchy's mean value theorem
    • Finding Extrema
    • The Inverse Function Theorem
    • The Implicit Function Theorem
    Mathlife
    Mathlife

    티스토리툴바