Derivative of 1/(4x^2 + 3x - x)

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Derivative
AI Thread Summary
The derivative of the function 1/(4x^2 + 3x - x) is incorrectly simplified in the discussion, leading to confusion about the correct approach. The correct derivative is found to be -(4x + 1)/((2x^2)(2x + 1)^2). Participants emphasize that 1/(A + B) does not equal 1/A + 1/B, highlighting a common misconception. To solve the derivative correctly, the quotient rule or rewriting the function as (4x^2 + 2x)^-1 is recommended. The discussion underscores the importance of understanding proper mathematical rules for derivatives and fractions.
UrbanXrisis
Messages
1,192
Reaction score
1
what is the derivative of 1/(4x^2+3x-x)

I got 1/4x is that correct?
 
Physics news on Phys.org
How did you get that?
 
1/(4x^2+3x-x) =
(1/4x^2)+(1/3x)-(1/x)=
((4x^2)^-1 )+ ((3x)^-1) - ((x)^-1))=
4x+3-1/x
derivative = 4x^-1 = 1/4x
 
Wrong.

The answer is -(4x+1)/((2x^2)*(2x+1)^2)
 
1/(a+b) does not equal 1/a + 1/b !

UrbanXrisis said:
1/(4x^2+3x-x) =
(1/4x^2)+(1/3x)-(1/x)=
Yikes! :eek:
If that were true, then this would follow:
\frac{1}{2} = \frac{1}{1+1} = \frac{1}{1} + \frac{1}{1} = 2
 
oh wow, what was I thinking? whooops. How would I solve this then?
 
You could use the quotient rule, or simply rewrite the equation as (4x^2+2x)^{-1} and use the regular chain rule.

PS: \frac{1}{A+B+C} does not equal \frac{1}{A}+\frac{1}{B}+\frac{1}{C} ; however, \frac{A+B+C}{D} does equal \frac{A}{D}+\frac{B}{D}+\frac{C}{D}. See the difference? You can't simply split a denominator but you can split up a numerator. Use partial fractions to split the denominator.

[edit] fixed my tex tags
 
Last edited:
Back
Top