How to find the Cartesian slope of the tangent line to a polar curve r(φ) at any given point by using polar derivative?

2 次查看(过去 30 天)
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)

采纳的回答

madhan ravi
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 CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by