• 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.

I'm going to be pathetic and ask for homework help...

In the process of trying to find the length of a curve, I'm left with the integral (4+4x^2+1/x^2)^(1/2)dx. Maple's answer is [((4x^2+4x^4+1)/(x^2))^(1/2)*x(x^2+ln(x))]/(1+2x^2), which evaluted at the proper limits gives me the correct answer. But what the heck did Maple do? 😕
 
Originally posted by: johnjbruin
Isnt that just integrating ((1/t)+2t)dt ?
Yes. sqrt(4t^2+4+1/t^2)
=sqrt((2t^2+1)^2)/t^2)
=(2t^2+1)/t
=2t+1/t

Also, [((4x^2+4x^4+1)/(x^2))^(1/2)*x(x^2+ln(x))]/(1+2x^2) reduces to
[((4x^2+4x^4+1)/(x^2))^(1/2)*x(x^2+ln(x))]/(1+2x^2)
=[(2x^2+1)/x*x(x^2+ln(x))]/(1+2x^2)
=x^2+ln(x)

...which matches up with the integral of 2t+1/t.
 
Or, you can be smart about it, think about multilpying the top and bottom by sqrt(x^2)...factor, simplify, etc etc. x^2 + ln(x) + C
 
Back
Top