How to find the Cartesian slope of the tangent line to a polar curve r(φ) at any given point by using polar derivative?
7 ビュー (過去 30 日間)
古いコメントを表示
Muhammad Faiz Aiman Bin Mansor
2020 年 6 月 7 日
コメント済み: Muhammad Faiz Aiman Bin Mansor
2020 年 6 月 8 日
How to solve it by using the polar derivative formula? Polar derivative formula is shown below.
dx/dy = (r'(φ) *sinφ + r(φ) *cosφ) / (r' (φ) *cosφ - r(φ) *sinφ )
Example of question
Find the slope of tangent at φ = pi/4
r=5(cos(φ)+1)
0 件のコメント
採用された回答
madhan ravi
2020 年 6 月 7 日
Define the formula using syms and then apply diff() for function r and use subs() to plug in the function r and dotr in the main function and plug in phi value using subs() again.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!