Improper Integral Domain Question

  • Thread starter Thread starter v0id19
  • Start date Start date
  • Tags Tags
    Integrals
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
2 replies · 2K views
v0id19
Messages
47
Reaction score
0

Homework Statement


I have to integrate this equation for my AP Calc BC class:
[tex]\int_{0}^{1}\frac{dx}{\sqrt{1-x^2}}[/tex]

Homework Equations


I have to use the definition of an improper integral.

The Attempt at a Solution


I know that it is [tex]\arcsin(x)[/tex] from 0 to 1, and both are in the domain of the arcsin function, so i don't need to use the improper integral equation, and the answer is [tex]\frac{\pi}{2}[/tex]. But I find it weird that I'd be graded on a question that i don't need to use the topic for. Am I missing anything??
 
Physics news on Phys.org
Yes. The integrand isn't defined at x = 1, which makes it an improper integral. For this reason you need to use a limit to evaluate it. I.e.,
[tex] \lim_{a \rightarrow 1^-} \int_0^a \frac{dx}{\sqrt{1 - x^2}}[/tex]
 
oh. so it's the domain of the integrand. thanks :D