Given f(x) = x^(2/3), find f'(x) using the Δ method.

  • Thread starter Thread starter s3a
  • Start date Start date
  • Tags Tags
    Method
s3a
Messages
814
Reaction score
8

Homework Statement


Given f(x) = x^(2/3), find f'(x) using the Δ method.

Homework Equations


f'(x) = (f(x + Δx) – f(x))/(Δx)

The Attempt at a Solution


I understand the entire solution (that is attached along with the problem as a png file), except how to get [(x + Δx)^(4/3) + (x + Δx)^(2/3) x^(2/3) + x^(4/3)]/[(x + Δx)^(4/3) + (x + Δx)^(2/3) x^(2/3) + x^(4/3)] = 1, without looking at the solution.

How would I come up with that on my own? What's “playing tricks with my head” is the fractional exponents. If it were dealing with square roots, for example, I would simply multiply the numerator and denominator by the conjugate of the numerator.

Any input would be GREATLY appreciated!
 

Attachments

  • Problem 72.jpg
    Problem 72.jpg
    30.9 KB · Views: 498
Physics news on Phys.org
s3a said:

Homework Statement


Given f(x) = x^(2/3), find f'(x) using the Δ method.

Homework Equations


f'(x) = (f(x + Δx) – f(x))/(Δx)

The Attempt at a Solution


I understand the entire solution (that is attached along with the problem as a png file), except how to get [(x + Δx)^(4/3) + (x + Δx)^(2/3) x^(2/3) + x^(4/3)]/[(x + Δx)^(4/3) + (x + Δx)^(2/3) x^(2/3) + x^(4/3)] = 1, without looking at the solution.

How would I come up with that on my own? What's “playing tricks with my head” is the fractional exponents. If it were dealing with square roots, for example, I would simply multiply the numerator and denominator by the conjugate of the numerator.

Any input would be GREATLY appreciated!

It's the cube root version of the conjugate multiplication trick; ##a-b=(a^{1/3}-b^{1/3})(a^{2/3}+a^{1/3}b^{1/3}+b^{2/3})##. The motivation for this trick comes from the difference of cubes formula, or perhaps the more general ##x^n-y^n=(x-y)(x^{n-1}+x^{n-2}y+x^{n-3}y^2+...+xy^{n-2}+y^{n-1})##.
 
Sorry, I double-posted.
 
s3a said:
Ok, so I, basically, use the equation from the following link, with n = 2, right?:

http://www.wolframalpha.com/input/?...(n/3))(a^(2n/3)+++a^(n/3)+b^(n/3)+++b^(2n/3))

Well ... that equation is true, and I suppose it is relevant to this particular problem. That's not really the way that I look at it though. The way I see it, we're applying ##a-b=(a^{1/3}-b^{1/3})(a^{2/3}+a^{1/3}b^{1/3}+b^{2/3})## where ##a=(x+\Delta x)^2## and ##b=x^2##. The fact that things are being squared really has nothing to do with the trick that's being used. It's just something that happens to show up in this particular instance and has (in my opinion) very little to do with the work that's being done.

In my mind, your equation adds an extra parameter to the situation and shifts attention away from the actual idea that is being used. I'm not saying it's wrong to think about it that way, it's just not the way that I think about it. If that's what works for you, go for it.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top