How to find the partial fractions for this expression?

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
ybhathena
Messages
42
Reaction score
0

Homework Statement



Find the partial fractions for this expression.

(((n+1)*(sqrt(n)) - n*(sqrt(n+1))) / (n*(n+1)))

The Attempt at a Solution



The final answer is 1/sqrt(n) - 1/(sqrt(n+1))

My work:

A/n - B/(n+1) = n*sqrt(n+1) - (n+1)*(sqrt(n))
I am subbing in n = -1 and n = 0 to solve for A and B which usually works but in this case it is giving me A = 0 and B = 0, which means I am getting 0 as my partial fraction. Thank you for your help.
 
Physics news on Phys.org
ybhathena said:

Homework Statement



Find the partial fractions for this expression.

(((n+1)*(sqrt(n)) - n*(sqrt(n+1))) / (n*(n+1)))

The Attempt at a Solution



The final answer is 1/sqrt(n) - 1/(sqrt(n+1))

My work:

A/n - B/(n+1) = n*sqrt(n+1) - (n+1)*(sqrt(n))
I am subbing in n = -1 and n = 0 to solve for A and B which usually works but in this case it is giving me A = 0 and B = 0, which means I am getting 0 as my partial fraction. Thank you for your help.

Your expression doesn't require partial fractions, it requires re-writing as [tex] \frac{(n+1)\sqrt{n} - n\sqrt{n+1}}{n(n+1)} = \frac{(n+1)\sqrt{n}}{n(n+1)} -\frac{n\sqrt{n+1}}{n(n+1)}[/tex] and further simplifications in each term.
 
Thank you very much !