Solve Derivative Problem: y=sqrt(x^2-1)

  • Thread starter Thread starter fitz_calc
  • Start date Start date
  • Tags Tags
    Derivative
Click For Summary

Homework Help Overview

The discussion revolves around finding the second derivative of the function y = sqrt(x^2 - 1). Participants are exploring the application of differentiation rules, particularly the chain rule and product rule, in this context.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the correct application of the chain rule and product rule in differentiating the function. Questions arise regarding the interpretation of notation such as d^3y/dx^3 and the necessity of using different differentiation techniques.

Discussion Status

There is an active exchange of ideas, with some participants providing guidance on differentiation techniques while others express confusion about their attempts. Multiple interpretations of the differentiation process are being explored, particularly regarding the use of the quotient rule versus the product rule.

Contextual Notes

Some participants mention difficulties in understanding the material due to language barriers and the complexity of calculus concepts. There is also a recognition of the potential for different approaches yielding the same result.

fitz_calc
Messages
41
Reaction score
0

Homework Statement



y=sqrt(x^2-1) find d^2y / dx^2

Homework Equations



power rule

The Attempt at a Solution



(x^2 - 1)^1/2
y`=1/2(x^2 - 1)^-1/2
y``= 1/2 * -1/2 (x^2 - 1)^-3/2
y``= -1 / 4(x^2 - 1)^3/2

Why does my book give the same answer without the 4 in the denominator? Doesn't find d^2y / dx^2 just mean find y``?
 
Physics news on Phys.org
you forgot the chain rule...

y' should be = x(x^2 -1)^(-1/2)
 
Ok, I have a few questions here.

1. When do I know I have to use the chain rule?
2. What does something like d^3y/dx^3 mean?
3. Is this attempt correct?:y= (x^2 - 1)^1/2
y`= = x(x^2 -1)^(-1/2)
y``= x* -1/2 (x^2 - 1)^-3/2
y``= -x / 2(x^2 - 1)^3/2
 
1. If you know a rule to differentiate f(x) (like the power rule) and you see f(g(x)) where g(x) is more complicated than just x, you need to use the chain rule.
2. It means y''' in the notation you are using.
3. No. Now you are forgetting the product rule as well, and you are still not using the chain rule.
 
fitz_calc said:
Ok, I have a few questions here.

1. When do I know I have to use the chain rule?
2. What does something like d^3y/dx^3 mean?
3. Is this attempt correct?:


y= (x^2 - 1)^1/2
y`= = x(x^2 -1)^(-1/2)
y``= x* -1/2 (x^2 - 1)^-3/2
y``= -x / 2(x^2 - 1)^3/2

1.Suppose for an example you try to take a derivative of something within a quantity that is powered

[tex](x^2+2)^3[/tex]

The whole function is cubed, and the only method to take the derivative of such function is to use the chain rule - take the derivative of outside function, then multiply the whole function by the inner derivative.

In this case, the derivative of this function would be [tex](3(x^2+2)^2) * 2x[/tex]

2.[tex]d^3y/dx^3[/tex] basically means to take the derivative of the function y with respect to the x, 3 times. In this case, it is equilivalent to y'''.

[EDIT]
3.No, your work is incorrect.
 
Last edited by a moderator:
1.) You use the chain rule when you differentiate a function of another function. In your example you have [itex]f(g(x)) = \sqrt{x^2 - 1}[/itex], where [itex]g(x) = x^2 -1[/itex] and [itex]f(u) = \sqrt{u}, u = g(x)[/itex]. It just takes practise to recognise these things.

2.) That would mean you differentiate the function three times. Any more than that description will require a mathematician.

3.) You are fine after the first differentiation but after that you will need to apply the quotient rule.

EDIT: Smeg! I type too slow.
 
thank all of you for the information. My (foreign) TA is very hard to understand -- especially when I'm trying to learn calculus!

I'm still confused, however. given
y`= = x(x^2 -1)^(-1/2) -- which is supposedly correct, do I do a second differentiation with the power rule, or do I put (x^2 -1)^(-1/2) in the denominator to give it a positive power and then use the quotient rule?
 
fitz_calc said:
thank all of you for the information. My (foreign) TA is very hard to understand -- especially when I'm trying to learn calculus!

I'm still confused, however. given
y`= = x(x^2 -1)^(-1/2) -- which is supposedly correct, do I do a second differentiation with the power rule, or do I put (x^2 -1)^(-1/2) in the denominator to give it a positive power and then use the quotient rule?

no, you can avoid using quotient rule on this, it won't be fun at all.

Refer to using product rules, it'll simplify your life.
 
Well both will give you the same answer. If you're feeling sadistic you can try them both to convince yourself.
 
  • #10
*sigh* i still manage to screw it up. I keep getting:

1/2(x^2 - 1)^-1/2 * 2x
x(x^2 - 1)^-1/2
x / (x^2 - 1)^1/2

what the heck am I doing wrong !?
 
  • #11
fitz_calc said:
*sigh* i still manage to screw it up. I keep getting:

1/2(x^2 - 1)^-1/2 * 2x
x(x^2 - 1)^-1/2
x / (x^2 - 1)^1/2

what the heck am I doing wrong !?
so what you have so far is

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

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

what would your next step be? don't use the rules of exponents to make your exponent positive, keep them all in the numerator.

is your third line your 2nd derivative? i don't think it is, so you need to take the 2nd.

do you notice how the 2's in the denominator will cancel, and the exponent of your x term at the front will increase if you continue to take the derivative?
 
Last edited:
  • #12
Ok let's see what I can do to help you.

You have x(x^2)^-1/2

Now let's do this.

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

Notice the ' which means prime. So make sure you did the derivative correctly.

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

Reduce reuse and recycle.
 
  • #13
Lets tidy this up before we proceed. You had arrived at this point:

[tex]\frac{dy}{dx} = \frac{x}{\sqrt{x^2-1}}[/tex]

Now you want to apply either the product rule or the quotient rule. I'll take you through the product rule first. The product rule is:

[tex]\frac{d}{dx} f(x)g(x) = \frac{df(x)}{dx}g(x) + \frac{dg(x)}{dx}f(x)[/tex]

If you choose [itex]f(x) = x[/itex] and [itex]g(x) = (x^2-1)^{-\frac{1}{2}}[/itex] can you proceed from there?

As for the quotient rule:

[tex]\frac{d}{dx} \frac{f(x)}{g(x)} = \frac{\frac{df(x)}{dx}g(x)-\frac{dg(x)}{dx}f(x)}{(g(x))^2}[/tex]

You can set [itex]f(x) = x[/itex] and [itex]g(x) = \sqrt{x^2-1}[/itex] and take it from there.

If you can post the specific part you are having trouble with then we may have better luck directing you.
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
2
Views
2K
Replies
4
Views
3K
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K