Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Comparison of numerical derivative and analytical derivative

The purpose of this project is to compare the exact derivative of the given function with the first order, second order and fourth order approximations of the first derivative of the same function and find out the magnitude of error introduced while using these numerical schemes. Here the given function is `sin(x)/x^3`…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Anirban Ghosh (8)

    Gear sloshing effect

    Objective:

                          GEAR SLOSHING ANALYSIS USING WATER AND OIL In industrial applications, it is very important to use lubricants in between rotating gears. Lubrication is necessary to reduce coefficient of friction between gear teeth. It also limits the rise of…

    calendar

    31 Aug 2023 08:39 AM IST

      Read more

      Rayleigh Taylor Instability Analysis

      Objective:

      Rayleigh Taylor Instability Rayleigh-Taylor instability, or RT instability is an instability of an interface between two fluids of different densities which occurs when the lighter fluid is continuously pushing the heavier fluid. RT instability is a buoyancy-driven instabilty, where the fluids are initially at hydrostatic…

      calendar

      10 Jun 2019 10:45 AM IST

        Read more

        Grid dependency test of an Ahmed body

        Objective:

        An Ahmed body is a generic car body which represents a simplified ground vehicle geometry of a bluff body type. The Ahmed Body was first created by S.R. Ahmed in 1984 in one of his research. A typical CAD model of Ahmed body is shown below: The geometrical dimensions of the body are: LENGTH = 1.044 metres HEIGHT = 0.288…

        calendar

        09 Jun 2019 01:35 PM IST

          Read more

          To demonstrate the motion of a pendulum using Matlab

          Objective:

          OBJECTIVE- To develop a code and demonstrate the motion of a simple pendulum using Matlab Given below is the equation of motion of a simple pendulum with damping in the form of Ordinary Differential Equation (ODE) : `(d theta^2)/dt +(b/m)(d theta)/dt +(g/L)sin theta = 0` where g= gravity in m/s^2        …

          calendar

          12 Mar 2019 09:32 PM IST

            Read more

            Comparison of numerical derivative and analytical derivative

            Objective:

            The purpose of this project is to compare the exact derivative of the given function with the first order, second order and fourth order approximations of the first derivative of the same function and find out the magnitude of error introduced while using these numerical schemes. Here the given function is `sin(x)/x^3`…

            calendar

            12 Mar 2019 01:39 PM IST

              Read more

              Program to compare the effect of dx on error in numerical approximations

              Objective:

              Main program: clear allclose allclcx=pi/3;dx=linspace(pi/30,pi/4000,10);for i=1:length(dx)first_order_error(i)=first_order_approximation(x,dx(i));second_order_error(i)=second_order_approximation(x,dx(i));fourth_order_error(i)=fourth_order_approximation(x,dx(i));endfigure(1)loglog(dx,first_order_error)hold onloglog(dx,second_order_error,'r')hold…

              calendar

              12 Mar 2019 01:39 PM IST

                Read more

                a new title

                Objective:

                The purpose of this project is to compare the exact derivative of the given function with the first order, second order and fourth order approximations of the first derivative of the same function and find out the magnitude of error introduced while using these numerical schemes.Here the given function is `sin(x)/x^3`The…

                calendar

                12 Mar 2019 01:38 PM IST

                  Read more

                  To study mixing efficiency in a tee geometry

                  Objective:

                  In this project we will study the mixing efficiency of hot and cold air when they are mixed in a tee shaped pipe. For this we have taken 3 cases. In all the 3 cases the inlet of hot air is considered to be the left hand side and outlet is the right hand side. The top opening is for the cold air. CASE I : Short Tee  …

                  calendar

                  26 Jan 2019 09:35 AM IST

                    Read more
                    Showing 1 of 8 projects