Evaluate L'(9) Given L(x)=sqrt(x)*f(x), f(9)=3, F'(9)=(-4)

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Functions
AI Thread Summary
To find L'(9) given L(x)=sqrt(x)*f(x), the product rule is applied, resulting in L'(9) = 0.5*sqrt(9)*f(9) + f'(9)*sqrt(9). Substituting the known values, L'(9) calculates to -11.5. The discussion also touches on finding f^3(x), indicating that the chain rule would be necessary for that calculation. The general approach for derivatives of products and compositions of functions is emphasized, highlighting the importance of understanding both the product and chain rules in calculus.
UrbanXrisis
Messages
1,192
Reaction score
1
if
L(x)=sqrt(x)*f(x)
f(9)=3
F'(9)=(-4)

find L'(9)

I think I need to use the product rule:

L'(9)=0.5x^(-0.5)*f(x)+f'(x)*sqrt(x)
L'(9)=(1/6)*3+(-4)*3
L'(9)=-11.5

Also, what if the question asked for f^3(x), how would I set that up?
 
Physics news on Phys.org
More generally if I let f(x) and g(x) denote two functions then the first derivative of their product, viz. g(x)f(x) is written as

\frac{d[gf]}{dx} = g(x)\frac{df}{dx} + f(x)\frac{dg}{dx}

you seem to have applied the product rule correctly. I believe you mean f'(3) or f(x)^3. Is it so?

You know that f(x = 9) = 3 and f'(x = 9) = -4. Do you think this information is sufficient to fix f'(x = 3) or f(x = 3)?
 


To find f^3(x), you would need to use the chain rule. The general formula for the nth derivative of a function f(x) is:

f^n(x) = (d^n/dx^n)(f(g(x))) * (d/dx)(g(x))

Where g(x) is the inner function within f(x). In this case, f(x) = sqrt(x)*f(x) and g(x) = x. So, to find f^3(x), we would do the following:

f^3(x) = (d^3/dx^3)(sqrt(x)*f(x)) * (d/dx)(x)
f^3(x) = (1/8x^(-3/2))*3 * 1
f^3(x) = 3/8x^(-3/2)
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top