M BUZZ CRAZE NEWS
// general

Integration by substitution called Weierstrass substitution?

By Sarah Rodriguez
$\begingroup$

I have seen this recent question What's wrong in my calculation of $\int_0^{3 \pi/4} \frac{\cos x}{1 + \cos x}dx$? and I have read that when I operate for integration by substitution this type has a name: Weierstrass substitution. But is it a name for a particular substitution or applies to any substitution?

I didn't know it was called a Weierstrass substitution.

Addendum: two screenshots from two different Italian math textbooks where they write parametric formulas.

First image

enter image description here

Second image

enter image description here

$\endgroup$ 6

1 Answer

$\begingroup$

The Weierstrass substitution is precisely

$$t = \tan \dfrac{x}{2},$$so that $$\cos x = \dfrac{1 - t^2}{1 + t^2}$$

$$\sin x = \dfrac{2t}{1 + t^2}$$and$$dx = \dfrac{2\,dt}{1+ t^2}.$$

It rationalizes the expressions that contain trigonometric functions.

For example,

$$\int\frac{\cos x}{\cos x+1}dx=\int\frac{\dfrac{1 - t^2}{1 + t^2}}{\dfrac{1 - t^2}{1 + t^2}+1}\frac{2\,dt}{t^2+1}=\int\dfrac{1 - t^2}{1 + t^2}dt.$$


Note that Weierstrass is also useful to find the roots of trigonometric polynomials.

E.g. with the classical linear equation

$$a\cos x+b\sin x+c=0$$ we obtain

$$a(1-t^2)+2bt=c(1+t^2),$$

which is quadratic.

$\endgroup$ 7

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy