Integration of inverse trig functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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



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



The Attempt at a Solution



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

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

The second term integrates easily to an arcsin-

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


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.

[tex]u=9-(x-3)^2[/tex]
[tex]du=-2(x-3)[/tex]


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

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

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?

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

Giving me-

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

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


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



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



The Attempt at a Solution



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

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

The second term integrates easily to an arcsin-

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


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.

[tex]u=9-(x-3)^2[/tex]
[tex]du=-2(x-3)[/tex]


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

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

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?

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

Giving me-

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

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


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.