Finding derivative of a square root - Quick question

nukeman
Messages
651
Reaction score
0

Homework Statement



Ok, working on a inverse function question, and I got stuck with something.

Can someone explain the steps that makes this possible here. Something I am missing :(

f(x) = √(x^3 + x^2 + x + 1)

How is the inverse of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)

Homework Equations


The Attempt at a Solution



I just looked at f(x) = √(x^3 + x^2 + x + 1) and went:

1/2(3x^2 + 2x + 1)^-1/2

Thats as far as I got...:(
 
Physics news on Phys.org
nukeman said:

Homework Statement



Ok, working on a inverse function question, and I got stuck with something.

Can someone explain the steps that makes this possible here. Something I am missing :(

f(x) = √(x^3 + x^2 + x + 1)

How is the inverse of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)

Homework Equations


The Attempt at a Solution



I just looked at f(x) = √(x^3 + x^2 + x + 1) and went:

1/2(3x^2 + 2x + 1)^-1/2

Thats as far as I got...:(

You aren't finding the inverse, you are taking the derivative. The part you are missing is the chain rule. (u^(1/2))'=(1/2)u^(-1/2)u'. Put u=x^3 + x^2 + x + 1. It's a special case of (f(g(x))'=f'(g(x))*g'(x).
 
Dick said:
You aren't finding the inverse, you are taking the derivative. The part you are missing is the chain rule. (u^(1/2))'=(1/2)u^(-1/2)u'. Put u=x^3 + x^2 + x + 1.

SORRY! Mistake... yes I am not finding the inverse. See below:

f(x) = √(x^3 + x^2 + x + 1)

How is the DERIVATIVE of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)
 
nukeman said:

Homework Statement



Ok, working on a inverse function question, and I got stuck with something.

Can someone explain the steps that makes this possible here. Something I am missing :(

f(x) = √(x^3 + x^2 + x + 1)

How is the inverse of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)


Homework Equations





The Attempt at a Solution



I just looked at f(x) = √(x^3 + x^2 + x + 1) and went:

1/2(3x^2 + 2x + 1)^-1/2

Thats as far as I got...:(

What you wrote is not the inverse, but the derivative (but badly written). What you wrote reads as
3 x^2 + 2x + \frac{1}{2 \sqrt{x^3 + x^2 + x + 1}},
but perhaps you wanted to write
\frac{3x^2 + 2x + 1}{2 \sqrt{x^3 + x^2 + x + 1}}. In that case you should use parentheses, like this:
(3x^2 + 2x + 1)/(2 √(x^3 + x^2 + x + 1)).

The inverse of f(x) is much harder to get, as it would involve the solution of a 4th degree polynomial.

RGV
 
Ray Vickson said:
What you wrote is not the inverse, but the derivative (but badly written). What you wrote reads as
3 x^2 + 2x + \frac{1}{2 \sqrt{x^3 + x^2 + x + 1}},
but perhaps you wanted to write
\frac{3x^2 + 2x + 1}{2 \sqrt{x^3 + x^2 + x + 1}}. In that case you should use parentheses, like this:
(3x^2 + 2x + 1)/(2 √(x^3 + x^2 + x + 1)).

The inverse of f(x) is much harder to get, as it would involve the solution of a 4th degree polynomial.

RGV

You are correct, sorry.
 
nukeman said:

Homework Statement



Ok, working on a inverse function question, and I got stuck with something.

Can someone explain the steps that makes this possible here. Something I am missing :(

f(x) = √(x^3 + x^2 + x + 1)

How is the inverse of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)
That isn't the inverse function. What it looks like is ##\frac{dy}{dx}## or ##f'(x)##.

Homework Equations


The Attempt at a Solution



I just looked at f(x) = √(x^3 + x^2 + x + 1) and went:

1/2(3x^2 + 2x + 1)^-1/2

Thats as far as I got...:(

If you are calculating ##f'(x)## you aren't done. You need the chain rule (the derivative of the "inside"). Noting that you haven't actually stated the problem you are working on, let me guess that it has something to do with the derivative of the inverse function, not the inverse function itself. What is the relationship between the derivative of a function and the derivative of its inverse?

[Edit] Wow! All those replies while I was typing. I must really be slow...
 
nukeman said:
SORRY! Mistake... yes I am not finding the inverse. See below:

f(x) = √(x^3 + x^2 + x + 1)

How is the DERIVATIVE of the above function this...

3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)

I told you how. The numerator is u', the 2 in the denominator comes from (1/2) and √(x^3 + x^2 + x + 1) is u^(-1/2). Match them up with the parts of (u^(1/2))'=(1/2)u^(-1/2)u'. Chain rule.
 
Thanks Dick, just got it!

I got confused as to why the 3x^2 + 2x + 1 went on top.
 
With over 600 posts here at PF you shouldn't be writing this:
nukeman said:
3x^2 + 2x + 1 / 2√(x^3 + x^2 + x + 1)
when you mean this:
$$ \frac{3x^2 + 2x + 1}{2\sqrt{x^3 + x^2 + x + 1}}$$

If using LaTeX is too much for you, at least use enough parentheses so that what you write can be clearly understood, like this:

([/color]3x^2 + 2x + 1)[/color] / ([/color]2√(x^3 + x^2 + x + 1))[/color]
 
Back
Top