Integration of inverse trig functions

QuantumCurt
Education Advisor
Messages
726
Reaction score
166
This is for Calculus II. I've found most of the integrations on inverse trig functions to be pretty simple, but for some reason this one is throwing me off.


Homework Statement



\int\frac{x+5}{\sqrt{9-(x-3)^2}}dx



The Attempt at a Solution



I started by breaking the integral up into two separate integrals be rewriting the numerator-

\int\frac{x-3}{\sqrt{9-(x-3)^2}}dx+\int\frac{8}{\sqrt{9-(x-3)^2}}dx

The second term integrates easily to an arcsin-

\int\frac{x-3}{\sqrt{9-(x-3)^2}}dx+8arcsin(\frac{x-3}{3})+c


I feel like I'm missing something on the first term though. I'm trying to integrate it by completing the du, and it seems wrong. I'm using the inside of the radical as my u.

u=9-(x-3)^2
du=-2(x-3)


Then I supplied a -1/2 to offset the constant-

\frac{-1}{2}\int\frac{-2(x-3)}{\sqrt{9-(x-3)^2}}dx+8arcsin(\frac{x-3}{3})+c

I tried integrating the first term to a natural logarithm at first, which was incorrect. I can't integrate it to an arcsin because of the variable in the numerator. Can I move the denominator to the top and rewrite it as a -1/2 power?

\frac{-1}{2}\int[(9-(x-3)^2)]^{-1/2}[-2(x-3)dx]+8arcsin(\frac{x-3}{3})+c

Giving me-

-\sqrt{9-(x-3)^2}+8arcsin(\frac{x-3}{3})+c

-\sqrt{6x-x^2}+8arcsin(\frac{x-3}{3})+c


Does that look right? For some reason it just doesn't seem right to me. Any help would be much appreciated.
 
Physics news on Phys.org
Did you try differentiating your answer? (Looks right to me.)
 
  • Like
Likes 1 person
QuantumCurt said:
This is for Calculus II. I've found most of the integrations on inverse trig functions to be pretty simple, but for some reason this one is throwing me off.


Homework Statement



\int\frac{x+5}{\sqrt{9-(x-3)^2}}dx



The Attempt at a Solution



I started by breaking the integral up into two separate integrals be rewriting the numerator-

\int\frac{x-3}{\sqrt{9-(x-3)^2}}dx+\int\frac{8}{\sqrt{9-(x-3)^2}}dx

The second term integrates easily to an arcsin-

\int\frac{x-3}{\sqrt{9-(x-3)^2}}dx+8arcsin(\frac{x-3}{3})+c


I feel like I'm missing something on the first term though. I'm trying to integrate it by completing the du, and it seems wrong. I'm using the inside of the radical as my u.

u=9-(x-3)^2
du=-2(x-3)


Then I supplied a -1/2 to offset the constant-

\frac{-1}{2}\int\frac{-2(x-3)}{\sqrt{9-(x-3)^2}}dx+8arcsin(\frac{x-3}{3})+c

I tried integrating the first term to a natural logarithm at first, which was incorrect. I can't integrate it to an arcsin because of the variable in the numerator. Can I move the denominator to the top and rewrite it as a -1/2 power?

\frac{-1}{2}\int[(9-(x-3)^2)]^{-1/2}[-2(x-3)dx]+8arcsin(\frac{x-3}{3})+c

Giving me-

-\sqrt{9-(x-3)^2}+8arcsin(\frac{x-3}{3})+c

-\sqrt{6x-x^2}+8arcsin(\frac{x-3}{3})+c


Does that look right? For some reason it just doesn't seem right to me. Any help would be much appreciated.

Yes, that looks right.
 
haruspex said:
Did you try differentiating your answer? (Looks right to me.)

I feel like smacking my head into the desk. I have no idea why I didn't think to do that.

I guess when you're studying for hours and hours straight, you sometimes forget to do the obvious...lol

I differentiated it, and it is indeed right. Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top