applying newton's method
이전 댓글 표시
I have some problems since I didn't know how to put the function of the parabola and then applying newton's method in that specific example.
Assume that the left ventricular pressure (LVP) can be represented as a parabola with peak systolic pressure of 120 mmHg and the mean aortic pressure of 90 mmHg. Assume that the peak is reached at half of a cycle with duration a unit time.
(a) Find the time at which the aortic valve opens and the time at which it closes, using the Newton method.
(b) Find these times if the peak pressure ranges from 120 mmHg to 100 mmHg and from 120 mmHg to 140 mmHg. Make a plot.
Hint: Opening and closing of the aortic valve occur approximately at the point when the mean pressure intercepts the LVP curve.
Hint: The formula for an inverted parabola with vertex at (h, k) and focus at (h, k + p) is (x − h) 2 = −4p(y − k).
답변 (1개)
Sam Chak
2022년 5월 12일
0 개 추천
You can find the examples related to Newton-Raphson method in this link:
Post your MATLAB code later once you learned how to apply it in your problem.
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!