• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math Integration Question

us3rnotfound

Diamond Member
integral(4x/(2 + x^2))dx

The answer is 2log(2 + x^2), but how do you arrive at this? Partial fractions, Integration by parts?
 
the log in this case is the natural log, ln.

use substitution to solve it:

n = 2 + x^2
dn = 2x dx

therefore the integral can be written:

2 * integral (dn/n)

which is:

2 * ln n

or

2ln(2 + x^2)

*EDIT* too slow!
 
Back
Top