Come si usa la sostituzione per integrare #sqrt (4-x ^ 2) dx #?

Questo può essere fatto dalla sostituzione del grilletto. Notare come

#sqrt(a^2 - x^2) prop sqrt(a^2 - a^2sin^2theta) prop sqrt(4 - x^2)#
where #a = 2#

quindi lasciamo:
#x = 2sintheta#
#dx = 2costhetad theta#
#sqrt(4-x^2) = 2costheta#

#=> int 2costheta*2costhetad theta#

#= 4int cos^2thetad theta#

Ora puoi usare l'identità:
#cos^2theta = (1+cos(2theta))/2#

Così:
#= 2int d theta + 2int cos(2theta)d theta#

#= 2int d theta + 2*1/2int 2cos(2theta)d theta#

#= 2theta + sin(2theta) + C#

Dal #x = 2sintheta#, #theta = arcsin(x/2)#.
Dal #sin(2theta) = 2sinthetacostheta#:

#sin(2theta) = (xsqrt(4-x^2))/2#

#=> color(blue)(2arcsin(x/2) + (xsqrt(4-x^2))/2 + C)#

Lascia un commento