Deadleg
- 15
- 0
Homework Statement
1. If f(x), g(x) and h(x) are real functions of x, show that
when h(x)=[f(x)]^{g(x)}
then h'(x)=[f(x)]^{g(x)}(g'(x)\ln[f(x)]+g(x)\frac{f'(x)}{f(x)})
2. \frac{A}{x}+\frac{B}{P-x}=\frac{1}{x(P-x)} where x is a variable, and P is a constant. Find A and B in terms of P.
Homework Equations
The Attempt at a Solution
1. I start by doing what I usually do, like with x^{x^2}:
[f(x)]^{g(x)-1}.g(x).g'(x)
Looking at the derivative, I see
\int{g'(x)\ln[f(x)]+g(x)\frac{f'(x)}{f(x)}}=g(x)\ln[f(x)]
Which looks nothing like what I got :(
2. Getting a common denominator and canceling:
A(P-x)+Bx=1
Then by inspection,
A=\frac{P}{P^2}
B=\frac{1}{P^2}
It was a fluke that I got that :/. So I'm wondering how to prove it arithmetically, or just some general method of solving these kinds of problems for when I come across them again.