NEED HELP with double derivative(long)

  • Context: Undergrad 
  • Thread starter Thread starter PhysicsinCalifornia
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the analysis of the function f(x) = x / (x - 2)^2, focusing on various aspects such as its domain, intercepts, asymptotes, increasing and decreasing intervals, and concavity. Participants are particularly engaged in finding the first and second derivatives of the function and verifying their calculations.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Post 1 presents a comprehensive list of tasks related to the function, including finding the domain, intercepts, asymptotes, and derivatives.
  • Some participants propose different methods for finding the first derivative, with one using the quotient rule and another expressing it in a simplified form.
  • There is a challenge regarding the correctness of the first derivative, with one participant asserting their result differs from another's, leading to further clarification on the use of the quotient rule.
  • Participants discuss the simplification of the first derivative, with some expressing confusion over the steps taken and seeking clarification on the process.
  • There is a back-and-forth regarding the second derivative, with participants attempting to confirm their results and the correctness of their expressions.
  • One participant expresses uncertainty about whether their second derivative calculation is correct, prompting further discussion on the topic.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correctness of the first derivative, with multiple competing expressions presented. The discussion remains unresolved regarding the accuracy of the second derivative as well.

Contextual Notes

Some participants express uncertainty about their simplifications and calculations, indicating a reliance on the quotient rule and the potential for errors in their expressions. There are also mentions of specific conditions under which certain derivatives are derived, which may not be universally agreed upon.

Who May Find This Useful

This discussion may be useful for students studying calculus, particularly those working on derivative calculations and function analysis in a homework context.

PhysicsinCalifornia
Messages
58
Reaction score
0
This is another HW prob I have to finish by Thursday(5/12/05)


For the function [tex]f(x) = \frac{x}{( x - 2 )^2}[/tex]
I'm supposed to find:
a) domain
b) the coordinates of the x-intercepts, if any
c) the coordinates of the y-intercepts, if any
d) the horizontal asymptotes, if any
e) the vertical asymptotes, if any
f) the intervals on which f(x) is increasing
g) the intervals on which f(x) is decreasing
h) the coordinates of the maximum and minimum points, if any, and state whether they are absolute or relative
i) the intervals oh which f(x) is concave upward
j) the intervals on which f(x) is concave downward
k) the coordinates of any inflection points

(whew)

Now, I found from a-h
a) domain is [tex]x \neq 2[/tex]
b) x-int:0 (0,0)
c) y-int:0 (0,0)
d) For this, I set [tex]\lim_{x\rightarrow \pm\infty} f(x)[/tex]
both approach 0, so H.A. when y=0

e)[tex]\lim_{x\rightarrow \pm 2} f(x)[/tex]
since the denominator would be 0, both approach infinity, so there is a V.A. when x=2


f) I found [tex]f '(x) = \frac{-(x + 2)}{( x - 2)^3}[/tex] (this IS right, right?)

and set the top and bottom equal to 0 (critical points)
and got x=-2 and x=2
So f(x) is increasing from (-2,2) by testing points
g) Using the information I got from f),
f(x) is decreasing from [tex](-\infty, -2) \cup (2, \infty)[/tex]
h) There is an absolute and relative minimum when [tex]f(-2) = -\frac{1}{8}[/tex]
Proven by the fact that f '(x) crosses 0 from negative to positive at (-2, -1/8)
i) This is where I'm stuck. But I do know I have to find the derivative of f '(x), or aka f "(x)

i got [tex]f ''(x) = \frac{2x^3 - 24x + 32}{( x - 2)^6}[/tex]

I'm not sure if this is even the double derivative

Thanks for your help in advance, and sorry for being so long :wink:
 
Last edited:
Physics news on Phys.org
For the first derivative I get (x-2-2x)/(x-2)^3 using the quotient rule for the whole function and the general power rlue to differentiate the bottom, are you familiar with these methods or are you using the definition of the derivative for your working?

The second derivative will go in a similar fashion use the quotient rule overall and get the derivative of the denominator using the general power rule.

The quotient rule is - set numerator = f(x) and denominator = g(x) then the derivative of this is (f '(x)*g(x) - g'(x) * f(x))/ (g(x))^2)

The general power rule is if f(x) = (g(x))^c then f '(x) = (c(g(x))^(c-1))*g'(x)

Well at least I think I am right, if you don't mind me being so bold, I am not a list mentor or anything.. :blushing:
 
Last edited:
[tex]f(x) = \frac{x}{( x - 2 )^2}[/tex]

[tex]f'(x) = \frac{(x-2)^2-2(x-2)x}{(x-2)^4}[/tex]

Simplifies to

[tex]f'(x) = \frac{1}{(x-2)^2} - \frac{2x}{(x-2)^3}[/tex]

Quotient rule:

[tex]\left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - g'(x)f(x)}{g(x)^2}[/tex]

Just apply it twice to f'(x) (once for each fraction) and that will give you f''(x).
 
whozum said:
[tex]f(x) = \frac{x}{( x - 2 )^2}[/tex]

[tex]f'(x) = \frac{(x-2)^2-2(x-2)x}{(x-2)^4}[/tex]

Simplifies to

[tex]f'(x) = \frac{1}{(x-2)^2} - \frac{2x}{(x-2)^3}[/tex]

Hey Whozum, may I ask how you got this simplification, I factored out one degree of (x-2) from the top and bottom to get my simplification and that's all I have done, yours looks like a useful form to use sometimes, could you demonstrate how you got it for me?
 
well there's nothing special to the simplification. (a+b)/c=a/c+b/c
 
inha said:
well there's nothing special to the simplification. (a+b)/c=a/c+b/c

Well great, I'll probably forget that again a few times before it sticks. I guess I should say thankyou, right? :rolleyes:
 
whozum said:
[tex]f(x) = \frac{x}{( x - 2 )^2}[/tex]

[tex]f'(x) = \frac{(x-2)^2-2(x-2)x}{(x-2)^4}[/tex]

Simplifies to

[tex]f'(x) = \frac{1}{(x-2)^2} - \frac{2x}{(x-2)^3}[/tex]

Quotient rule:

[tex]\left(\frac{f(x)}{g(x)}\right)' = \frac{f'(x)g(x) - g'(x)f(x)}{g(x)^2}[/tex]

Just apply it twice to f'(x) (once for each fraction) and that will give you f''(x).

Whozum, Isn't this another way of writing what I got, or am I supposed to use what you got for the second derivative?

Also, how do I write the way you did above??
Thanks
 
Last edited:
[tex]\frac{-(x + 2)}{( x - 2)^2} \neq \frac{1}{(x-2)^2} - \frac{2x}{(x-3)^2}[/tex]

Your expression for the first derivative is incorrect, when deriving a quotient, you must use the quotient rule which I gave.

For the latex, click on my text, it should open a window showing the code, for more information click the link in the window.
 
whozum said:
[tex]\frac{-(x + 2)}{( x - 2)^2} \neq \frac{1}{(x-2)^2} - \frac{2x}{(x-3)^2}[/tex]

Your expression for the first derivative is incorrect, when deriving a quotient, you must use the quotient rule which I gave.

For the latex, click on my text, it should open a window showing the code, for more information click the link in the window.

I did NOT use the above for my first derivative.

I DID use the quotient rule, and got what you got. But using what you got
[tex]\frac{-(x + 2)}{( x - 2)^2} = \frac{1}{(x-2)^2} - \frac{2x}{(x-3)^3}[/tex]

I found the LCD to be (x-2)^3, so i distributed the numerator, and i added/subtracted like terms, resulting in -(x+2)
 
Last edited:
  • #10
What I'm gathering here is that my expression simplifies to yours? Let's see


[tex]\frac{1}{(x-2)^2} - \frac{2x}{(x-2)^3} = \frac{x-2}{(x-2)^3} - \frac{2x}{(x-2)^3}[/tex]

[tex]\frac{1}{(x-2)^2} - \frac{2x}{(x-2)^3} = \frac{x-2-2x}{(x-2)^3}[/tex]

*I'm sorry, your right, they are equal. x-2-2x = -x-2 = -(x+2). Just make sure that your denominator is cubed not squared, like you said.
 
Last edited:
  • #11
its ok Whozum. I just didn't want to confuse myself.

so, after i use the quotient rule on the [tex]f'(x)[/tex],

the second derivative would be:
[tex]f''(x) = \frac { 2x^3 -24x +32} {(x - 2)^6}[/tex]

The [tex]x^2[/tex] will be gone.

Is this right??
 
Last edited:
  • #12
whozum said:
[tex]\frac{-(x + 2)}{( x - 2)^2} \neq \frac{1}{(x-2)^2} - \frac{2x}{(x-3)^2}[/tex]

Your expression for the first derivative is incorrect, when deriving a quotient, you must use the quotient rule which I gave.

For the latex, click on my text, it should open a window showing the code, for more information click the link in the window.

Sorry whozum, you were right

I had to the power of 2. I already edited it in the original

Thanks :-p
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 20 ·
Replies
20
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K