Differentiation with respect to a complex expression

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Karol
Messages
1,380
Reaction score
22

Homework Statement


Snap2.jpg


Homework Equations


$$(x-a)(x+a)=x^2-a^2$$

The Attempt at a Solution


I have to express ##~\displaystyle x^2+16=f\left( \frac{x}{x-1} \right)##
I guess it has to be ##~\displaystyle \left( \frac{x}{x-1} \right)^n-a~## or ##~\displaystyle \left( \frac{x}{x-1} \pm a \right)^n##
I tried ##~\displaystyle \left( \frac{x}{x-1}+4 \right)^2~## but no good
 
Physics news on Phys.org
$$\frac{dy}{dx}=\frac{1}{2}(x^2+16)^{-1/2}\cdot 2x=\frac{x}{\sqrt{x^2+16}}$$
$$x=\frac{t}{t-1},~\frac{dx}{dt}=\frac{-1}{t-1}$$
$$\frac{dy}{dt}=\frac{x}{\sqrt{x^2+16}}\frac{-1}{t-1}=\frac{x}{\sqrt{x^2+16}}(1-x)$$
$$x=3~\rightarrow~\frac{dy}{dt}=\frac{3(-2)}{5}=-\frac{6}{5}$$
The answer should be ##~\displaystyle -\frac{12}{5}##
 
Correction:
$$x=\frac{t}{t-1},~~\frac{dx}{dt}=\frac{-1}{(t-1)^2}=-(x-1)^2$$
$$\frac{dy}{dt}=\frac{-x(x-1)^2}{\sqrt{x^2+16}}$$
$$x=3~\rightarrow~\frac{dy}{dt}=-\frac{12}{5}$$