How to find the derivative of a plot?

excelos

Well-known Member
Joined
Sep 25, 2011
Messages
591
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have some data and I can create a graph of it.
How can I find the instantaneous rate of change (derivative) and plot it?

Thanks!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I'm guessing that you have a column of timestamps (or equivalent) and a column of measurements. Plotting the measurements against the time will give you a series of line segments. The instantaneous derivative is just the slope of each of these line segments. So to determine the slopes you just need to divide the change in the measurement by the change in time at each point.
 
Upvote 0
I'm guessing that you have a column of timestamps (or equivalent) and a column of measurements. Plotting the measurements against the time will give you a series of line segments. The instantaneous derivative is just the slope of each of these line segments. So to determine the slopes you just need to divide the change in the measurement by the change in time at each point.

Thanks but that is not quite the accurate derivative.

I need to find the function that bestly fits/approximates the curve I am plotting.
Then I need to calculate the instantaneous derivative of that function.

Is that possible?
 
Upvote 0
One method depends on whether you know what form of function will fit through the points. Do you know what form it will take?
 
Upvote 0

Forum statistics

Threads
1,215,509
Messages
6,125,216
Members
449,215
Latest member
texmansru47

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top