Finding various derivatives - Help

  • Thread starter Thread starter mousesgr
  • Start date Start date
  • Tags Tags
    Derivatives
AI Thread Summary
The discussion focuses on finding various derivatives, including y = x^(a^x), the nth derivative of (x+p)^-1, the nth derivative of (ax+b)/(cx+d), and the nth derivative of y = sin^2(x). For y = x^(a^x), the logarithmic differentiation method is suggested, leading to the formula y' = y[(xa^(x-1))ln(x) + (1/x)a^x]. The nth derivative of (x+p)^-1 is approached using the power rule, while the nth derivative of (ax+b)/(cx+d) requires rearranging the function into a simpler form. The nth derivative of sin^2(x) can be explored by calculating successive derivatives to identify a pattern. Overall, the thread provides methods and insights for tackling these derivative problems.
mousesgr
Messages
31
Reaction score
0
find

1 .derivaive of y, y = x^a^x

2. nth derivaive of (x+p)^-1 p is constant

3. nth derivaive of (ax+b)/(cx+d)

4. nth derivaive of y = sin (^2) x
 
Physics news on Phys.org
Looks like homework to me. Is it?

The first one like you need to work with ln(y)= (a^x)ln x.

The others, just calculate two or three derivatives and see if you can spot a pattern.
 
i know how to do qs 1
 
Did you read what I wrote before?

For y= x^{(a^x)}, take the logarithm of both sides:

ln(y)= axln(x). Now differentiate both sides, with respect to x.
(You will need to use the chain rule on the left side and the product rule on the right.)
 
HallsofIvy said:
Did you read what I wrote before?

For y= x^{(a^x)}, take the logarithm of both sides:

ln(y)= axln(x). Now differentiate both sides, with respect to x.
(You will need to use the chain rule on the left side and the product rule on the right.)

i mean i know how to do the first one now
 
For #2, you can use: (ab)' = b ab - 1.
Then note that (x + p)' = 1.
For example: y' = \left( \frac{1}{x + p} \right)' = -\frac{1}{(x + p) ^ 2}
y'' = (y')' = -\left( \frac{1}{(x + p) ^ 2} \right)' = 2\frac{1}{(x + p) ^ 3}
So y ^ {(n)} \ = \ ?
-----------------------
For #3, you need to arrange \frac{ax + b}{cx + d} into something like: C + \frac{A}{cx + d}, where C, and A = const.
Then you just do the same like #2.
-----------------------
For #4, you can try to take 1st, 2nd, 3rd, 4th, ... derivative of the function and see the rule.
Note that 2sin(x)cos(x) = sin(2x).
Viet Dao,
 
mousesgr said:
find

1 .derivaive of y, y = x^a^x

2. nth derivaive of (x+p)^-1 p is constant

3. nth derivaive of (ax+b)/(cx+d)

4. nth derivaive of y = sin (^2) x

1. ln y = a^x lnx
y'/y = [xa^(x-1)]lnx + [(1/x)a^x]
y' = y[[xa^(x-1)]lnx + [(1/x)a^x]]

2. -1(x+p)^-2
too lazyt to do the rest..
 
Back
Top