finding the coordinates of the maximum point on a graph

E

eastham85

how can i find the coordinatres of the maximum point on a curve plotted in
excel????
 
T

Tushar Mehta

If you know the equation of the curve, use calculus.

If you dont, consider one of the following:

Eyeball the result.

Adapt the idea in 'Read X and Y value of any point on a chart'
http://www.tushar-mehta.com/excel/tips/read_chart_value/index.html

Search the google.com archives of the XL NGs to find code that will
give you how XL computes its smoothened line connecting the points
(Dave Braden's cubic spline code and the bezier curve courtesy
xlrotor.com). Then, use calculus with that equation.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
B

Bernard Liengme

If you know the equation of the curve and if you don't like calculus, you
could use Solver to find the max. I would be tempted to give some
constraints for the x-value

best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top