✧*。٩(ˊᗜˋ*)و✧*。 白麓的 web-log

Why High School Kids Should Learn Partial Derivatives

I always feel that introducing differentiation as the gradient of some curve is both geometrically intuitive and algebraically constrained. Limiting calculus to one-variable functions generally gives students very wrong idea about differentiation.

A good idea to start differentiation is to think of the reaction to a small (infinitesimal) disturbance to input, that is

dfαdx.

Naturally, for functions with more than one input (variable), we will assume that the cross-action is negligible when disturbance in each direction is small. Thus,

dfiαixi.

To obtain these αi's, we limit the variation of other xj's: treat all xj where ji as constants

limΔxi0|f(x1,,xi1,xi+Δxi,xi+1,)f(x1,,xi1,xi,xi+1,)Δxiαi|=0.

Denote αi=fxi the partial derivatives of function f. Of course, when there is only one variable, partial derivative is the derivative high school textbooks know well.

With this kind of understanding, chain rule is much more intuitive than the otherwise algebraic coincidence.

Product Rule

Now that product rule is no longer a rule, but a natural result of function f(u,v)=uv. Let's assume that u(t),v(t) are functions of t, then by chain rule:

dfdt=ufdu+vfdfdt,

where uf is an abbreviation of fu. But obviously, uf=v and vf=u, thus

duvdt=udvdt+vdudt.

An interesting generalisations is

Product Rule with More Multiplicands

Let f=ixi where xi(t)'s are functions of t. By chain rule it is not difficult to prove

dixidt=jxj(ixixi).

Implicit Differentiation

There is a particular chapter that dedicates to the differentiation of implicit expression. But this becomes unnecessary if we see the expression as multi-variable functions constrained by an equation.

That is,

F(x,y)=0

Apply our "chain rule" again

xF×dxdt+yF×dydt=0.

But notice, the terminal variable t is actually x here, therefore

dydx=xFyF.

This method also applies to the corresponding section in 'Polar Coordinates' where kids are asked to find the the 'gradient' of a curve at some point. Given

F(r,θ)=0

and x(r,θ)=rcosθ,y(r,θ)=rsinθ. By chain rule

dF=rFdr+θFdθ=rF(xrdx+yrdy)+θF(xθdx+yθdy)=0.

We finally obtain

dydx=rFxr+θFxθrFyr+θFyθ.

Differential Equation

In multi-variable calculus, an important result is Green theorem which stats

DLdx+Mdy=D(xMyL)dxdy.

Therefore, we have such understanding that if we can write a differential equation (with M,L known) in the form

D(xMyL)dxdy=0

then the solution would be xM=yL.

I encountered this STEP 2 question the other day:

Solve differential equation

$$ \frac{\mathrm{d}y}{\mathrm{d}x}=\frac{2x-y}{x+4y}. $$

Now this is otherwise a difficult question of high school kids, but if one can see that the D.E. is equivalent to

4ydy+xdy+ydx2xdx=d(2y2+xyx2)=0.

It is rather easy to get 2y2+xyx2=C. Considering the similarity, I believe it is possible to introduce integrating factors in this way.

#"hs-maths"