Hello brilliant users, I'm Leonardo. I've some trouble to evaluate this integral. It took me several days to realize that this problem need some extraordinary way to solve it. Can somebody show me how to get the answer?
Thanks
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
The key is to use a substitution, e.g. u=x which gives du=2x1dx⇔2udu=dx. Observe our integral becomes:∫1+x2xdx=2∫1+u4u2dunext, factor using Germain's identity and decompose into partial fractions.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
The key is to use a substitution, e.g. u=x which gives du=2x1dx⇔2udu=dx. Observe our integral becomes:∫1+x2xdx=2∫1+u4u2dunext, factor using Germain's identity and decompose into partial fractions.
Substituting x=u2 and we have, dx=2udu Our integral becomes :
⇒∫1+x2xdx=∫1+u42u2du
Adding and subtracting 1 in numerator,
⇒∫1+u42u2du
⇒∫1+u4(u2+1)+(u2−1)du
⇒∫u4+1u2+1du+∫u4+1u2−1du
Dividing by u2 in numerator and denominator,
⇒∫u2+u211+u21du+∫u2+u211−u21du
Making perfect square in denominator,
⇒∫(u−u1)2+21+u21du+∫(u+u1)2−21−u21du
Substituting u−u1=t and u+u1=v we get, (1+u21)du=dt and similarly, (1−u21)du=dv
Therefore, our integral becomes,
⇒∫t2+(2)2dt+∫v2−(2)2dv
⇒21tan−1(2t)+221loge(v+2v−2)+C
Putting values of t and v, we get
⇒21tan−1(2u−u1)+221loge(u+u1+2u+u1−2)+C
Now, putting value of u, we get
⇒21tan−1(2x−x1)+221loge(x+x1+2x+x1−2)+C