Archive

Archive for December, 2020

Capacitive Pressure Sensor (silicon diaphragm)

3 December, 2020 No comments

I replicated Figure 7 of the paper “Static response of miniature capacitive pressure sensors with square or rectangular silicon diaphragm” by G. Blasquez, Y. Naciri, P. Blondel, N. Ben Moussa and P. Pons. We can conclude from the figure that square sensors are more sensitive devices.

Response of square and rectangular sensors

Square/Rectangular capacitive sensor response Square/Rectangular capacitive sensor response
Figure by LauraMabel Figure from the paper
Categories: Academics Tags:

Numerical first derivative using different methods

I numerically computed the first derivative of the following function at interior points using different methods, in an uniform grid of points. Also, I found the average of the absolute error of the predicted first derivative for all the interior points, providing the best prediction.

f(x)=sin[(4-x)(4+x)], 0 <= x <= 8
Numerical methods used:

  • Piecewise quadratic spline functions that represent the function
  • 1st order forward scheme
  • 2nd central difference
  • Padé approximation

Plot of results for each approach along with the exact solution.

Numerical Derivative - Laura Almara. Numerical Derivative Errors by Almara

Categories: Academics Tags: