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
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.

카테고리

질문:

2022년 5월 12일

답변:

2022년 5월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by