How do I use partial fraction decomposition to integrate rational functions?

  • Thread starter Thread starter majdeee
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
majdeee
Messages
5
Reaction score
0
DSCN2995.jpg



I tried this for the first one but :confused:
DSCN2997.jpg
 

Attachments

  • DSCN2995.jpg
    DSCN2995.jpg
    19.9 KB · Views: 456
  • DSCN2997.jpg
    DSCN2997.jpg
    12.7 KB · Views: 435
Last edited:
Physics news on Phys.org
for the 1st question, let b=x, for the sake of tradition.

find d/dx (e^x-x^e)

find d/dx (e^x-x^e)=0 on the interval [0, infinity)

prove that the zero was a minium, substitute the x it into y= e^x-x^e

if the result is y=0, you have proved it

thinking about the second question and the third question.
 
Last edited:
1) For the first problem, look at the function f(x)=log(x)/x when x>=1.

You can easily prove that it has a maximum at e. But then,

log(e)/e>=log(b)/b

whenever b>=1. This says b>=e*log(b). If you exponentiate this, you find

e^b>=b^e

2) For the second problem, look at the function f(x)=x^x. You can easily how that this has a minimum at 1/e. However, the limit as x goes to zero of x^x is 1. Furthermore, 1^1 is also 1. Thus x^x decreases between 0 and 1/e and increases between 1/e and 1. So if you have a number, say a, between 0 and 1/e, there must be a number between 1/e and 1, say b such that a^a=b^b.

HTH.

--PatF
 
this is the answer for the first 1
we need to prove e^b>=b^e
since ln(x) (natural lorarithm of x is continuous and monotonic increasing function we can take the natural logarithm of both sides of the inequality without disrupting it
so we may prove ln(e^b)>=ln(b^e)
by simplification
ln(e^b)=b*ln(e)=b*1=b
ln(b^e)=e*ln(b)
so we only have to prove that b>=e*ln(b)
it is readiely seen true for b=1 and b=e
(for b=e) we have equality
let's look at the two sides of the inequality as two functions of b
f1(b)=b
f2(b)=e*ln(b)
the derivatives of the functions are
df1(b)/db=1
df2(b)/db=e/b
for b>e df1(b)/db=1 and df2(b)/db=e/b<1
so that from value of b>e f1 increases faster than f2 and since they both start at the same value at b=e the inequality holds for b>e
for 1<b<e we have df2(b)/db=e/b>1 since b<e examining the regression of b from e to 1 it is regressing at a rate that is larger than 1 after starting from equal value of e it goes down faster than b therefore we have proven
 
does anybody know how to solve the third one??
 
For the third one, I would beging with:

P(x) = Ax^2 + Bx + C ; A,B,C are rational coefficients.

Then I would a partial fraction decomposition:

[tex]R(x) = \dfrac{Ax^{2} + Bx + C}{x^{3} (x-1)} = \dfrac{a_{0} ^{(1)}}{x^{3}} + \dfrac{a_{0} ^{(2)}}{x^{2}} + \dfrac{a_{0} ^{(3)}}{x} + \dfrac{a_{1} ^{(1)}}{x-1}[/tex]

To find out the coefficients [tex]a_{1} ^{(1)}[/tex]...

; you just write

[tex]R(x) = \dfrac{P(x)}{x^{3} (x-1)}[/tex]

then you get a nice linear system of equations.

After this, do the integration (remember the constant of integration), then see what values of [tex]a_{1} ^{(1)}[/tex] , and hence also values of A,B and C, that gives you a rational function.