Solve for y' in (x^x)^x with Expert Derivative Assistance

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

Homework Help Overview

The discussion revolves around finding the derivative of the function y = (x^x)^x, which involves nested exponential expressions. Participants are exploring the complexities of differentiating such functions, particularly when variables are raised to variable powers.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Some participants suggest rewriting the expression in a different form and taking logarithms to facilitate differentiation. Others express confusion about how to handle the nested variable powers when applying logarithmic differentiation.

Discussion Status

Participants are actively discussing various methods for differentiation, including the use of logarithms and the product rule. There is a recognition of the challenges posed by the nested functions, and some guidance has been offered on how to approach the differentiation process.

Contextual Notes

There are indications of miscommunication regarding the expression's format, leading to further clarification attempts. Participants are also addressing the need to differentiate multiple layers of functions, which adds to the complexity of the problem.

mesa
Gold Member
Messages
694
Reaction score
36
Lets say we have this:
y=(x^x)^x
what is y'=?

I can handle the variable to a variable but am not sure how to approach it when another variable is nested inside the function
 
Physics news on Phys.org
You can write the expression as y=x^{x^{2}}, take logarithm on both the sides and find the derivative.
 
Pranav-Arora said:
You can write the expression as y=x^{x^{2}}, take logarithm on both the sides and find the derivative.

Sorry I was trying to put it in more generic form, let's try it this way:
y=(3x^2x+1)^x+1

Great answer by the way!
 
You can still do the same, take logarithm on both sides.
 
Thats where I am getting stuck, how do I take the ln of both sides with the inner function also being a variable to a variable?
 
mesa said:
Thats where I am getting stuck, how do I take the ln of both sides with the inner function also being a variable to a variable?

Oops sorry misread the question.

When you take logarithm of both the sides, you get an equation like this:
\ln y=(x+1)\ln (3x^{2x}+1)
Differentiate it using the product rule, when its turn to differentiate 3x^(2x), calculate its derivative separately and use that.
 
Pranav-Arora said:
Oops sorry misread the question.

When you take logarithm of both the sides, you get an equation like this:
\ln y=(x+1)\ln (3x^{2x}+1)
Differentiate it using the product rule, when its turn to differentiate 3x^(2x), calculate its derivative separately and use that.

Which gets me to here:

(1/y)(dy/dx)=(x+1)[1/(3x^2+1)]...

and now we where I am stuck lol, how do I differentiate (3x^2+1) by itself?
 
mesa said:
Which gets me to here:

(1/y)(dy/dx)=(x+1)[1/(3x^2+1)]...

and now we where I am stuck lol, how do I differentiate (3x^2+1) by itself?

I thought you asked about 3x^(2x).:rolleyes:

What's the derivative of y=3x^{2x}? :wink:
 
Pranav-Arora said:
I thought you asked about 3x^(2x).:rolleyes:

What's the derivative of y=3x^{2x}? :wink:

Hah ha, yes I did :)
The derivative of y=3x^2x?
Don't know
 
  • #10
mesa said:
Hah ha, yes I did :)
The derivative of y=3x^2x?
Don't know

You know it, don't you? Take logarithm on both sides again.
 
  • #11
Pranav-Arora said:
You know it, don't you? Take logarithm on both sides again.

So we can just set up a new function for the 3x^2x and set equal to y then differentiate?

So it would be:

(1/y)(dy/dx)=(2)+(ln 3x)(2)
 
  • #12
mesa said:
So we can just set up a new function for the 3x^2x and set equal to y then differentiate?

So it would be:

(1/y)(dy/dx)=(2)+(ln 3x)(2)

No.
Let's first calculate the derivative z=3x^(2x) (i use z because we have already used y).
Differentiating y w.r.t. x, we get:
\frac{1}{y}\frac{dy}{dx}=\ln (3x^{2x}+1)+(x+1)\frac{1}{3x^{2x}+1}\frac{d}{dx}(3x^{2x}+1)

Calculate derivative of 3x^(2x) or derivative of z separately.
 
  • #13
Pranav-Arora said:
No.
Let's first calculate the derivative z=3x^(2x) (i use z because we have already used y).
Differentiating y w.r.t. x, we get:
\frac{1}{y}\frac{dy}{dx}=\ln (3x^{2x}+1)+(x+1)\frac{1}{3x^{2x}+1}\frac{d}{dx}(3x^{2x}+1)

Calculate derivative of 3x^(2x) or derivative of z separately.

Mind if we get rid of that +1 from the original eqation? It was meant to be part of the exponent but I miswrote it

So we get:
z=3x^(2x)

lnz=(2x)ln(3x)
differntiate to:
(1/z)(dz/dx)=(2x)(1/(3x)(3)+(2)ln(3x)
 
  • #14
Use the Chain Rule and remember that d/dx(ax) = axln(a) where a is a constant
 
  • #15
Reptillian said:
Use the Chain Rule and remember that d/dx(ax) = axln(a) where a is a constant

Yeah, I was able to get that far but how do we differentiate when there is a variable to a variable power inside a variable to a variable power function?
 
  • #16
mesa said:
Sorry I was trying to put it in more generic form, let's try it this way:
y=(3x^2x+1)^x+1

Great answer by the way!

I don't know what your expression means. Is it
(3 x^2 x + 1)^x + 1, \; (3 x^{2x}+1)^x + 1,\; (3 x^{2x} + 1)^{x+1}, or something else? If I read it *using standard rules* it means the first. If you mean the last, use brackets: (3 x^(2x) + 1)^(x+1).

RGV
 
  • #17
Ray Vickson said:
I don't know what your expression means. Is it
(3 x^2 x + 1)^x + 1, \; (3 x^{2x}+1)^x + 1,\; (3 x^{2x} + 1)^{x+1}, or something else? If I read it *using standard rules* it means the first. If you mean the last, use brackets: (3 x^(2x) + 1)^(x+1).

RGV

yeah, I knida screwed the pooch on that one, it was supposed to be:

(3x^(2x+1))^(x+1)
 
  • #18
mesa said:
(3x^(2x+1))^(x+1)

If it's this, then it should be easy to solve.
You can write this as:
y=3x^{2x^2+3x+1}
Take logarithm on both sides and find the derivative.
 
  • #19
Yup, but I need a solution without simplification
 
  • #20
mesa said:
Yeah, I was able to get that far but how do we differentiate when there is a variable to a variable power inside a variable to a variable power function?
Keep applying derivative rules including the chain rule, from the "outside" towards the "inside".

For instance:

\displaystyle \frac{d}{dx}\left(f\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\right)
\displaystyle =<br /> f&#039;\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\cdot<br /> \frac{d}{dx}\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)

\displaystyle =<br /> f&#039;\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\cdot<br /> g&#039;\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\cdot<br /> \frac{d}{dx}\left(h\left(s\left(u(x)\right)+v(x) \cdot w(x)\right)\right)

\displaystyle =<br /> f&#039;\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\cdot<br /> g&#039;\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\cdot<br /> h&#039;\left(s\left(u(x)\right)+v(x) \cdot w(x)\right)\cdot<br /> \frac{d}{dx}\left(s\left(u(x)\right)+v(x) \cdot w(x)\right)

\displaystyle =<br /> f&#039;\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\cdot<br /> g&#039;\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\cdot<br /> h&#039;\left(s\left(u(x)\right)+v(x) \cdot w(x)\right)\cdot<br /> \left(<br /> s&#039;\left(u(x)\right)\cdot\frac{d}{dx}u(x)+<br /> \frac{d}{dx}\left(v(x) \cdot w(x)\right)\right)


\displaystyle =<br /> f&#039;\left(g\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\right)\cdot<br /> g&#039;\left(h\left(s\left(u(x)\right)+v(x)\cdot w(x)\right)\right)\cdot<br /> h&#039;\left(s\left(u(x)\right)+v(x) \cdot w(x)\right)\cdot<br /> \left(s&#039;\left(u(x)\right)\cdot u&#039;(x)+ \left(v&#039;(x) \cdot w(x)+v(x) \cdot w&#039;(x)\right)\right)
 

Similar threads

Replies
26
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K