Evaluate $\int_{1}^{2}\dfrac {dx}{(x^2-2x+4)^{3/2}}$

  • Context:
  • Thread starter Thread starter Albert1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Albert1
Messages
1,221
Reaction score
0
$ \begin{align*} \int_{1}^{2}\dfrac {dx}{(x^2-2x+4)^{3/2}}\end{align*}$
 
Last edited:
Physics news on Phys.org
Re: evaluate integral-02

As a first step I would complete the square. :)
 
Re: evaluate integral-02

M R said:
As a first step I would complete the square. :)

When problems are posted here in our Challenge Questions and Puzzles sub-forum, we are to assume the OP is not looking for hints and suggestions, but rather has already solved the problem, and found the problem interesting enough to post here as a challenge to our members.

The OP is expected to have a complete and correct solution ready to post in the event that no one solves it within a reasonable amount of time, which we ask be at least a week, so that our members are given a fair amount of time to post a solution. At this time the OP may choose to provide a hint, or their full solution.
 
Re: evaluate integral-02

Albert said:
$\int_{1}^{2}\dfrac {dx}{(x^2-2x+4)^{3/2}}$

[math]\displaystyle \begin{align*} \int_1^2{\frac{dx}{\left( x^2 - 2x + 4 \right) ^{\frac{3}{2}} }} &= \int_1^2{\frac{dx}{\left[ \left( x - 1 \right) ^2 + 3 \right] ^{\frac{3}{2}} }} \end{align*}[/math]

Now make the substitution [math]\displaystyle \begin{align*} x - 1 = \sqrt{3}\,\tan{(\theta)} \implies dx = \sqrt{3}\,\sec^2{(\theta)}\,d\theta \end{align*}[/math] and noting that when [math]\displaystyle \begin{align*} x = 1, \, \theta = 0 \end{align*}[/math] and when [math]\displaystyle \begin{align*} x = 2, \, \theta = \frac{\pi}{6} \end{align*}[/math], then the integral becomes

[math]\displaystyle \begin{align*} \int_1^2{\frac{dx}{\left[ \left( x - 1 \right) ^2 + 3 \right] ^{\frac{3}{2}}}} &= \int_0^{\frac{\pi}{6}}{\frac{\sqrt{3}\,\sec^2{( \theta )} \, d\theta }{\left[ \left( \sqrt{3}\, \tan{(\theta)} \right) ^2 + 3 \right] ^{\frac{3}{2}}}} \\ &= \int_0^{\frac{\pi}{6}}{\frac{\sqrt{3}\,\sec^2{( \theta )}\,d\theta}{\left[ 3\sec^2{(\theta)} \right] ^{\frac{3}{2}} }} \\ &= \int_0^{\frac{\pi}{6}}{ \frac{\sqrt{3}\,\sec^2{( \theta )} \, d\theta }{3\sqrt{3}\,\sec^3{( \theta )}} } \\ &= \int_0^{\frac{\pi}{6}}{\frac{d\theta }{ 3\sec{( \theta )} }} \\ &= \frac{1}{3} \int_0^{\frac{\pi}{6}}{\cos{( \theta )} \, d\theta } \\ &= \frac{1}{3} \left[ \sin{( \theta )} \right] _0 ^{\frac{\pi}{6}} \\ &= \frac{1}{3} \left( \frac{1}{2} - 0 \right) \\ &= \frac{1}{6} \end{align*}[/math]
 
Re: evaluate integral-02

Prove It said:
[math]\displaystyle \begin{align*} \int_1^2{\frac{dx}{\left( x^2 - 2x + 4 \right) ^{\frac{3}{2}} }} &= \int_1^2{\frac{dx}{\left[ \left( x - 1 \right) ^2 + 3 \right] ^{\frac{3}{2}} }} \end{align*}[/math]
Now make the substitution [math]\displaystyle \begin{align*} x - 1 = \sqrt{3}\,\tan{(\theta)} \implies dx = \sqrt{3}\,\sec^2{(\theta)}\,d\theta \end{align*}[/math] and noting that when [math]\displaystyle \begin{align*} x = 1, \, \theta = 0 \end{align*}[/math] and when [math]\displaystyle \begin{align*} x = 2, \, \theta = \frac{\pi}{6} \end{align*}[/math]
--------
perfect ! you got it,your solution is really (Cool)