Derivative of regression line
- January 19, 2020
- 7 replies
- 3409 views
I have used a regression line to find a curve fitting my datapoints.
Now I want to know the lowest point on my curve and I am trying to find that by finding the point where the derivative of the regression line is 0.
So I made a formula g(a) using the results from the regress function (by refering to entries in the regress solution matrix). I can use this function correctly to plot the curve and to calculate results for different values of a.
However when I want to get the derivative it gives me a formula including the regress function. Solving the derivative for 0 is impossible.
To check if I use the correct functions I also made a formula h(a). Basically the same as g(a), but now I have manually typed the results from the regress function in the formula, instead of linking to the regress solution matrix.
Now I can get the derivative and solve for equal to 0.
However this is not convenient if my datapoints change, because I have to manually update h(a) each time.
Is what I want possible and how to solve this? In other words, what am I doing wrong?
Attached a mathcad 15 file with an example.
Thanks in advance for your replies.



