필터 지우기
필터 지우기

r(t)=e^t sin t + e^t cos t + 3

조회 수: 13 (최근 30일)
Laite
Laite 2023년 4월 26일
답변: Aditya Srikar 2023년 4월 28일
Find the unit Tangent vectors, unit Norm vector and binomial vector of the following vector functions. r(t)=e^t sin t + e^t cos t + 3
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2023년 4월 26일
What have you attempted yet?

댓글을 달려면 로그인하십시오.

답변 (1개)

Aditya Srikar
Aditya Srikar 2023년 4월 28일
Consider the given vector r(t)
Let r′(t) = d[r(t)] / dt
Let x(t) = r′(t)
The unit tangent vector will be
T(t) = x(t) / |x(t)|
Where |x(t)| represents magnitude of vector x(t).
Let y(t) = T′(t)
The unit normal vector will be
N(t) = y(t) / |y(t)|
Where |y(t)| represents magnitude of vector y(t).
Binormal vector is the cross product of unit tangent and unit normal vectors.
B(t) = T(t) × N(t)
Hope it helps !

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by