So, by using the formula, we can solve the integral in the previous part.

  • Thread starter Thread starter teng125
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the integral of (x-2) / (x^2 + 2x + 3). Participants suggest rewriting the numerator and using substitution to simplify the integral. The denominator can be expressed as (x+1)^2 + 2, allowing the use of the derivative of arctan for integration. Clarifications are made regarding the differentiation of arctan and its application in solving the integral. The conversation emphasizes the importance of proper substitution and recognizing forms suitable for integration techniques.
teng125
Messages
416
Reaction score
0
does aanybody knows how to do this: int (x-2) / (x^2 +2x +3 )

pls help...
 
Physics news on Phys.org
does aanybody knows how to do this: int (x-2) / (x^2 +2x +3 )

write the numerator in the form 1/2[(2x+2)-6]
now you get on dividing 1/2 { (2x+2)/(x^2+2x+3) - 6/(x^2 +2x +3)}
for the first part you cand substitute x^2 +2x +3 as t and it will simplify and for the second part make factors (if possible) and use partial fractions or make a perfect square.

PS this is supposed to be a calculus problem.
 
the answer for second part is arctan (x+1) / sqr root 2...
may i know how do u get it??
 
In the second part, in the denominator, you have x^2 +2x+3.

Write it as (x+1)^2 + 2.

use the fact that d/dx (arctan(x/a) = 1/(x^2 + a^2)
 
Gamma said:
In the second part, in the denominator, you have x^2 +2x+3.

Write it as (x+1)^2 + 2.

use the fact that d/dx (arctan(x/a) = 1/(x^2 + a^2)
Are you sure that: d/dx (arctan(x/a) = 1/(x^2 + a^2)? Shouldn't it read:
\frac{1}{a} \ \frac{d}{dx} \arctan \left( \frac{x}{a} \right) = \frac{1}{x ^ 2 + a ^ 2}?
\int \frac{x - 2}{x ^ 2 + 2x + 3} dx = \frac{1}{2} \ \int \frac{2x - 4}{x ^ 2 + 2x + 3} dx = \frac{1}{2} \ \int \frac{2x + 2 - 6}{x ^ 2 + 2x + 3} dx
= \frac{1}{2} \left( \int \frac{2x + 2}{x ^ 2 + 2x + 3} dx \ - \ \int \frac{6}{(x + 1) ^ 2 + 2} dx \right) = ...
This is just what others have shown you typed in LaTeX.
Can you go from here?
Note that:
\int \frac{dx}{x ^ 2 + a ^ 2} = \frac{1}{a} \arctan \left( \frac{x}{a} \right) + C
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top