How Do You Differentiate the Function y = (3x^2-4)^(1/2) + (x^2+4)^(1/2)?

  • Thread starter Thread starter maobadi
  • Start date Start date
  • Tags Tags
    Differentiation
maobadi
Messages
22
Reaction score
0

Homework Statement



differentiate y = (3x2-4)1/2+(x2+4)1/2
with respect to x

Homework Equations



y = (3x2-4)1/2+(x2+4)1/2

The Attempt at a Solution



dy/dx = (3x2-4)1/2dy/dx+(x2+4)1/2dy/dx

Is it correct...?

for the first part
let u = (3x2-4)1/2
du/dx = 6x
y = u1/2
dy/du = 1/2u-1/2
dy/dx = du/dx dy/du
dy/dx = 6x . 1/2u-1/2
= 3x/u1/2for the second part
and v = (x2+4)1/2
dv/dx = 2x
y = v1/2
dy/dv = 1/2v-1/2
dy/dx = dv/dx dy/dv
dy/dx = 2x . 1/2v-1/2
= x/v1/2

Finally,
dy/dx = 3x/u1/2 + x/v1/2

= x/(3x2-4)1/2 + x/(x2+4)1/2
 
Last edited:
Physics news on Phys.org
maobadi said:

Homework Statement



differentiate y = (3x2-4)1/2+(x2+4)1/2
with respect to x

Homework Equations



y = (3x2-4)1/2+(x2+4)1/2

The Attempt at a Solution



dy/dx = (3x2-4)1/2dy/dx+(x2+4)1/2dy/dx

Is it correct...?

for the first part
let u = (3x2-4)1/2
du/dx = 6x
y = u1/2
dy/du = 1/2u-1/2
dy/dx = du/dx dy/du
dy/dx = 6x . 1/2u-1/2
= 3x/u1/2


for the second part
and v = (x2+4)1/2
dv/dx = 2x
y = v1/2
dy/dv = 1/2v-1/2
dy/dx = dv/dx dy/dv
dy/dx = 2x . 1/2v-1/2
= x/v1/2

Finally,
dy/dx = 3x/u1/2 + x/v1/2
Looks good up to here. However, there's a somewhat minor slip between the line above and the line below:
maobadi said:
= x/(3x2-4)1/2 + x/(x2+4)1/2
 
Your solution looks good (apart from the typo):

y'(x)=\dfrac{3x}{\sqrt{3x^2-4}}+\dfrac{x}{\sqrt{x^2+4}}
 
maobadi said:

Homework Statement



differentiate y = (3x2-4)1/2+(x2+4)1/2
with respect to x

Homework Equations



y = (3x2-4)1/2+(x2+4)1/2

The Attempt at a Solution



dy/dx = (3x2-4)1/2dy/dx+(x2+4)1/2dy/dx

Is it correct...?

The other folks on this thread didn't seem to notice the line above, which is not correct.

Perhaps what you meant to say was
dy/dx = d/dx[(3x2-4)1/2]+d/dx[(x2+4)1/2]

The difference is between the function dy/dx that you show on the right side of the equation, and the operator d/dx that I show on the right side. The symbol dy/dx represents the derivative itself, while the symbol d/dx represents the intent to take the derivative at some later time.
 
can someone help me solve:
Find the dx/dy for y=3x[2]
 
Instead of "highjacking" a thread that's almost two years old, please start a new thread. Since this is your first post, you are probably not aware of the rules of this forum (see https://www.physicsforums.com/showthread.php?t=414380), which say that you must make some effort at solving your problem before we can give any help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top