Can't figure out how to do this problem. Plugged it in my calculator to get the answer, but I'd like to know how to do it without a calculator...
Integral from 1 to 2 of 7/(1+x^2) dx
2013-01-09T21:39:53Z
Ahh I totally forgot about arctan. Thanks guys!
Mehran2013-01-09T21:31:36Z
Favorite Answer
Integral of 1/(1+x^2) would be inverse tangent(x). so the integral of 7/(1+x^2) would be 7*(inverse tangent(x)). from 1 to 2: 7*(inverse tan(2) - inverse tan(1)) = 7*(63-45) = 7*18 = 126 Degree = 0.7pi
â« 1/(1 + x^2) dx = arctan(x) + C is a standard integral (you can derive this via the trigonometric substitution u = tan(x) ==> du = sec^2(x) dx if needed), so we have: â« 7/(1 + x^2) dx (from x=1 to 2) = 7 â« 1/(1 + x^2) dx (from x=1 to 2) = 7arctan(x) (evaluated from x=1 to 2), by the FTC part 2 and the above integral = 7[arctan(2) - arctan(1)] = 7arctan(2) - 7Ï/4, by expanding (note: tan(Ï/4) = 1 ==> arctan(1) = Ï/4).