Finding derivative of a square root - Quick question

Click For Summary

Homework Help Overview

The discussion revolves around finding the derivative of the function f(x) = √(x^3 + x^2 + x + 1). Participants initially misinterpret the problem as finding the inverse of the function, leading to confusion about the correct approach to differentiation.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the differentiation of the function using the chain rule, with some expressing uncertainty about the steps involved. There are attempts to clarify the notation used in expressing the derivative and the relationship between the derivative of a function and its inverse.

Discussion Status

Several participants have provided guidance on the correct application of the chain rule and clarified the misunderstanding regarding the inverse function. The conversation indicates a productive exchange of ideas, with some participants acknowledging their confusion and seeking further clarification.

Contextual Notes

There is an ongoing discussion about the proper notation for expressing the derivative, with some participants emphasizing the importance of clarity in mathematical writing. The original poster's misunderstanding of the problem context has led to a focus on the derivative rather than the inverse function.

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
[tex]3 x^2 + 2x + \frac{1}{2 \sqrt{x^3 + x^2 + x + 1}},[/tex]
but perhaps you wanted to write
[tex]\frac{3x^2 + 2x + 1}{2 \sqrt{x^3 + x^2 + x + 1}}.[/tex] 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
[tex]3 x^2 + 2x + \frac{1}{2 \sqrt{x^3 + x^2 + x + 1}},[/tex]
but perhaps you wanted to write
[tex]\frac{3x^2 + 2x + 1}{2 \sqrt{x^3 + x^2 + x + 1}}.[/tex] 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]
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K