Taking the derivative of a polynomial fraction?

Click For Summary

Homework Help Overview

The discussion revolves around differentiating the function f(x) = (x)/(x+1) using the definition of the derivative and the power rule. Participants are exploring the discrepancies between their results from these two methods.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants attempt to apply the limit definition of the derivative and the power rule, noting inconsistencies in their results. Questions arise regarding the validity of the power rule for this function and the handling of fractions in their calculations.

Discussion Status

Some participants have provided guidance on improving clarity in mathematical expressions and suggested alternative forms of the function to facilitate differentiation. There is an ongoing exploration of the correct application of differentiation techniques without a clear consensus on the resolution of the discrepancies.

Contextual Notes

Participants express challenges with formatting mathematical expressions due to technical limitations, which may affect the clarity of their reasoning and attempts.

mooha
Messages
5
Reaction score
0
Taking the derivative of a polynomial fraction??

b]1. Homework Statement [/b]
Ok, so the question wants me to differentiate f(x)= (x)/(x+1). We are supposed to use the definition of the derivative f'(x)= (limit as h->0) [f(x+h)-f(x)]/(h). We also have learned the power rule. I did the formula and had some issues, so I tried to check my answer with the power rule. However they didn't come out the same. I'm not sure where I made the mistake, the formula or the power rule!

2. Homework Equations [/b
f'(x)= (limit as h->0) [f(x+h)-f(x)]/(h)

The Attempt at a Solution


Here's my work:

f'(x)= (lim h->0) [(x+h)/(x+h+1) - x/(x-1)] / h

=(lim h->0) [(x+h)/(x+h+1) - x/(x-1)]/h * (x+h+1)(x+1)

= (lim h->0) [(x+h)(x+1) - (x)(x+h+1)] / (h)(x+h+1)(x+1)

= (lim h->0) (x^2+x+hx+h-x^2-xh-x)/(xh+h^2x+hx^2+h+h^2+hx)

= (lim h->0) h/(h)(x+hx+x^2+h+x)

=(lim h->0) 1/x^2+2x+hx+h

f'(x)= 1/x^2+2x

Power Rule:

y'= (x)/(x+1)
y'= (x)*(x+1)^-1
y'= -(x+1)^-2
y'= -1/(x+1)^2

Thank you so much!
 
Physics news on Phys.org


mooha said:
b]1. Homework Statement [/b]
Ok, so the question wants me to differentiate f(x)= (x)/(x+1). We are supposed to use the definition of the derivative f'(x)= (limit as h->0) [f(x+h)-f(x)]/(h). We also have learned the power rule. I did the formula and had some issues, so I tried to check my answer with the power rule. However they didn't come out the same. I'm not sure where I made the mistake, the formula or the power rule!

2. Homework Equations [/b
f'(x)= (limit as h->0) [f(x+h)-f(x)]/(h)

The Attempt at a Solution


Here's my work:

f'(x)= (lim h->0) [(x+h)/(x+h+1) - x/(x-1)] / h

=(lim h->0) [(x+h)/(x+h+1) - x/(x-1)]/h * (x+h+1)(x+1)

= (lim h->0) [(x+h)(x+1) - (x)(x+h+1)] / (h)(x+h+1)(x+1)

= (lim h->0) (x^2+x+hx+h-x^2-xh-x)/(xh+h^2x+hx^2+h+h^2+hx)

= (lim h->0) h/(h)(x+hx+x^2+h+x)

=(lim h->0) 1/x^2+2x+hx+h

f'(x)= 1/x^2+2x

Power Rule:

y'= (x)/(x+1)
y'= (x)*(x+1)^-1
y'= -(x+1)^-2
y'= -1/(x+1)^2

Thank you so much!

Hello mooha. Welcome to PF !

It's pretty difficult to read line after line of fractions in the form of
[(x+h)(x+1) - (x)(x+h+1)] / (h)(x+h+1)(x+1), etc,​
especially when you don't always use proper parentheses, as in
1/x^2+2x+hx+h, which I assume you intended to be [itex]\displaystyle \frac{1}{x^2+2x+hx+h}\ .[/itex]​

You might make you life easier by writing f(x) as
[itex]\displaystyle f(x)=1-\frac{1}{x+1}\ .[/itex]​
 


Unfortunately my computer does not have an easy way to do that! Unless you are able to do that with the thread options? It would make my life a lot easier! It is hard to keep putting in those parenthesis! :) Thanks
 


mooha said:
Unfortunately my computer does not have an easy way to do that! Unless you are able to do that with the thread options? It would make my life a lot easier! It is hard to keep putting in those parenthesis! :) Thanks
I will look at it more carefully now.
 


mooha said:
Here's my work:

f'(x)= (lim h->0) [(x+h)/(x+h+1) - x/(x-1)] / h

=(lim h->0) [(x+h)/(x+h+1) - x/(x-1)]/h * (x+h+1)(x+1)/((x+h+1)(x+1))

= (lim h->0) [(x+h)(x+1) - (x)(x+h+1)] / ((h)(x+h+1)(x+1))

= (lim h->0) (x^2+x+hx+h-x^2-xh-x)/(xh+h^2x+hx^2+h+h^2+hx)  (There's no need to mess with the denominator! )

= (lim h->0) h/((h)(x+hx+x^2+h+x))  Even with the parentheses, this denominator is not equivalent to the one in the above line.
You don't need to expand the denominator, & apparently that's where your mistake came from.
 


Ok thank you! So my use of the power rule is correct?
 


I fixed my mistake, but the answer from the power rule does not match up with the one from the equation.
WAIT! does the power rule go to zero?? because it is (x)(x+1)-1 and the x goes to zero? does the power rule not work at all for this kind of function?
 


mooha said:
I fixed my mistake, but the answer from the power rule does not match up with the one from the equation.
WAIT! does the power rule go to zero?? because it is (x)(x+1)-1 and the x goes to zero? does the power rule not work at all for this kind of function?
Yes the power rule works for (x)(x+1)-1 ...

after you use the product rule !

Try the alternate expression for f(x): f(x) = 1 - (x+1)-1 .
 


mooha said:
Unfortunately my computer does not have an easy way to do that! Unless you are able to do that with the thread options? It would make my life a lot easier! It is hard to keep putting in those parenthesis! :) Thanks

It is hard to read such expressions without parentheses, so I don't bother trying.

RGV
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K