[Physics] What does the differential of $d_s\sin(\theta) = m\lambda$ help us see, with respect to waves through diffraction gratings

electromagnetic-radiationinterferencemathematics

With respect to waves traveling through a diffraction grating, we have an equation like this one: $$d_s\sin(\theta) = m\lambda.$$

Where $d_s$ is the distance between slits in the grating, $\theta$ is an approximate angle at which the waves bend through each slit of the grating, $\lambda$ is the wavelength of the waves passing through the gradient, and $m$ is the number of wavelengths by which distances traveled by one wave from one slit differ from an adjacent slit. $d_s$ and $m$ are usually given a remain constant in the scenarios I'm working with.

My physics book says that the differential of the above mentioned equation is $$d_s \cos(\theta)d\theta = md\lambda$$ (without confusing the single $d_s$ (distance) with the ones in $d\theta$ and $d\lambda$).

What does it mean to call the second equation the "differential" of the first? I am trying to understand the concept behind the differentials more so that I may later make sense of the physics.

EDIT: In user6786's question, user6786 states that "according to the formula $dy=f'(x)dx$ we are able to plug in values for $dx$ and calculate a $dy$ (differential)". I'm trying to see how that works.

Best Answer

There's nothing fancy going on here. Taking the differential of an expression is "physics code" for computing a first order Taylor expansion of the expression around its initial value. In other words, say that you have some physical quantity $Y$ which is a function of a variable $X$. Let $X_0$ represent the initial value of $X$. Then if $X$ changes to $X_0 + \delta X$, the value of $Y$ becomes

$$Y(X_0 + \delta X) \approx Y(X_0) + (\delta X) Y'(X_0)$$

and the change in $Y$ is

$$\delta Y = Y(X_0 + \delta X) - Y(X_0) \approx (\delta X)Y'(X_0)$$

The expression on the right is the differential of $Y$. This is really just a simple way of expressing how much $Y$ changes when you change $X$ by a certain (small) amount.

In your example, you can identify $\theta$ as $Y$ and $\lambda$ as $X$ (simply because we think of wavelength as the independent variable, and the angle of a diffraction fringe as a dependent variable). So the equation

$$d_s\cos\theta\;\mathrm{d}\theta = m\;\mathrm{d}\lambda$$

tells you how much you expect the angular position of the fringe to change if you adjust the wavelength by a small amount, or how much angular separation you would get between two nearby wavelengths (for resolving closely spaced spectral lines), etc. Using this equation to calculate, say, "these fringes are .04 radians apart" is a lot more convenient than calculating the absolute position of one fringe using the original equation $d_s\sin\theta = m\lambda$, calculating the absolute position of the other one using the other wavelength, and subtracting to see what the difference is.

Related Question