answersLogoWhite

0

A partial derivative is the derivative in respect to one dimension. You can use the rules and tricks of normal differentiation with partial derivatives if you hold the other variables as constants, but the actual definition is very similar to the definition of a normal derivative. In respect to x, it looks like:

fx(x,y)=[f(x+Δx,y)-f(x,y)]/Δx

and in respect to y:

fy(x,y)=[f(x,y+Δy)-f(x,y)]/Δy

Here's an example. take the function z=3x2+2y

we want to find the partial derivative in respect to x, so we can use basic differentiation techniques if we treat y as a constant, so zx'=6x+0 because the derivative of a constant (2y in this case) is always 0. this applies to any number of dimensions. if you were finding the partial in respect to a of f(a,b,c,d,e,f,g), you would just differentiate as normal and hold b through g as constants.

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: Definition of partial differential equation with example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is the difference between an ordinary differential equation and a partial differential equation?

ordinary differential equation is obtained only one independent variable and partial differential equation is obtained more than one variable.


Heat equation partial differential?

Yes, it is.


What is nonlinear ordinary differential equation?

An ordinary differential equation is an equation relating the derivatives of a function to the function and the variable being differentiated against. For example, dy/dx=y+x would be an ordinary differential equation. This is as opposed to a partial differential equation which relates the partial derivatives of a function to the partial variables such as d²u/dx²=-d²u/dt². In a linear ordinary differential equation, the various derivatives never get multiplied together, but they can get multiplied by the variable. For example, d²y/dx²+x*dy/dx=x would be a linear ordinary differential equation. A nonlinear ordinary differential equation does not have this restriction and lets you chain as many derivatives together as you want. For example, d²y/dx² * dy/dx * y = x would be a perfectly valid example


What are the applications of partial differential equations in computer science?

All the optimization problems in Computer Science have a predecessor analogue in continuous domain and they are generally expressed in the form of either functional differential equation or partial differential equation. A classic example is the Hamiltonian Jacobi Bellman equation which is the precursor of Bellman Ford algorithm in CS.


What is a numerical solution of a partial differential equation?

Some partial differential equations do not have analytical solutions. These can only be solved numerically.