We need to solve five differentiation problems: a) Differentiate $y = 4x^2 - 2x$ from first principles. b) Differentiate $f(x) = (6 + \frac{1}{x^3})$ and find the gradient at $x = 2$. c) Differentiate $2x^3\cos(3x)$. d) Differentiate $\frac{2x}{x^2 + 1}$. e) Differentiate $(2x^3 - 5x)^5$.

AnalysisDifferentiationDerivativesFirst PrinciplesProduct RuleQuotient RuleChain Rule
2025/6/9

1. Problem Description

We need to solve five differentiation problems:
a) Differentiate y=4x22xy = 4x^2 - 2x from first principles.
b) Differentiate f(x)=(6+1x3)f(x) = (6 + \frac{1}{x^3}) and find the gradient at x=2x = 2.
c) Differentiate 2x3cos(3x)2x^3\cos(3x).
d) Differentiate 2xx2+1\frac{2x}{x^2 + 1}.
e) Differentiate (2x35x)5(2x^3 - 5x)^5.

2. Solution Steps

a) Differentiate y=4x22xy = 4x^2 - 2x from first principles.
The definition of derivative from first principles is:
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h}
f(x+h)=4(x+h)22(x+h)=4(x2+2xh+h2)2x2h=4x2+8xh+4h22x2hf(x+h) = 4(x+h)^2 - 2(x+h) = 4(x^2 + 2xh + h^2) - 2x - 2h = 4x^2 + 8xh + 4h^2 - 2x - 2h
f(x+h)f(x)=(4x2+8xh+4h22x2h)(4x22x)=8xh+4h22hf(x+h) - f(x) = (4x^2 + 8xh + 4h^2 - 2x - 2h) - (4x^2 - 2x) = 8xh + 4h^2 - 2h
f(x+h)f(x)h=8xh+4h22hh=8x+4h2\frac{f(x+h) - f(x)}{h} = \frac{8xh + 4h^2 - 2h}{h} = 8x + 4h - 2
f(x)=limh0(8x+4h2)=8x2f'(x) = \lim_{h\to 0} (8x + 4h - 2) = 8x - 2
b) Differentiate f(x)=(6+1x3)f(x) = (6 + \frac{1}{x^3}) and find the gradient at x=2x = 2.
First, rewrite the function as f(x)=6+x3f(x) = 6 + x^{-3}.
Now, differentiate: f(x)=3x4=3x4f'(x) = -3x^{-4} = -\frac{3}{x^4}.
To find the gradient at x=2x = 2, substitute x=2x = 2 into the derivative:
f(2)=324=316f'(2) = -\frac{3}{2^4} = -\frac{3}{16}.
c) Differentiate 2x3cos(3x)2x^3\cos(3x).
Use the product rule: ddx(uv)=uv+uv\frac{d}{dx}(uv) = u'v + uv'.
Here, u=2x3u = 2x^3 and v=cos(3x)v = \cos(3x).
u=6x2u' = 6x^2 and v=3sin(3x)v' = -3\sin(3x).
ddx(2x3cos(3x))=(6x2)cos(3x)+(2x3)(3sin(3x))=6x2cos(3x)6x3sin(3x)\frac{d}{dx}(2x^3\cos(3x)) = (6x^2)\cos(3x) + (2x^3)(-3\sin(3x)) = 6x^2\cos(3x) - 6x^3\sin(3x).
d) Differentiate 2xx2+1\frac{2x}{x^2 + 1}.
Use the quotient rule: ddx(uv)=uvuvv2\frac{d}{dx}(\frac{u}{v}) = \frac{u'v - uv'}{v^2}.
Here, u=2xu = 2x and v=x2+1v = x^2 + 1.
u=2u' = 2 and v=2xv' = 2x.
ddx(2xx2+1)=(2)(x2+1)(2x)(2x)(x2+1)2=2x2+24x2(x2+1)2=22x2(x2+1)2\frac{d}{dx}(\frac{2x}{x^2 + 1}) = \frac{(2)(x^2 + 1) - (2x)(2x)}{(x^2 + 1)^2} = \frac{2x^2 + 2 - 4x^2}{(x^2 + 1)^2} = \frac{2 - 2x^2}{(x^2 + 1)^2}.
e) Differentiate (2x35x)5(2x^3 - 5x)^5.
Use the chain rule: ddx(f(g(x)))=f(g(x))g(x)\frac{d}{dx}(f(g(x))) = f'(g(x))g'(x).
Here, f(u)=u5f(u) = u^5 and g(x)=2x35xg(x) = 2x^3 - 5x.
f(u)=5u4f'(u) = 5u^4 and g(x)=6x25g'(x) = 6x^2 - 5.
ddx((2x35x)5)=5(2x35x)4(6x25)\frac{d}{dx}((2x^3 - 5x)^5) = 5(2x^3 - 5x)^4(6x^2 - 5).

3. Final Answer

a) 8x28x - 2
b) 316-\frac{3}{16}
c) 6x2cos(3x)6x3sin(3x)6x^2\cos(3x) - 6x^3\sin(3x)
d) 22x2(x2+1)2\frac{2 - 2x^2}{(x^2 + 1)^2}
e) 5(2x35x)4(6x25)5(2x^3 - 5x)^4(6x^2 - 5)

Related problems in "Analysis"

We are asked to evaluate the following limits: a) $\lim_{x \to 5} 3x^2 + 2x - 9$ b) $\lim_{x \to 6} ...

LimitsContinuityPolynomialsRational FunctionsConjugateInfinite Limits
2025/6/9

The problem consists of three integration questions. a) Evaluate the indefinite integral $\int (2 + ...

CalculusIntegrationIndefinite IntegralsDefinite IntegralsPartial Fractions
2025/6/9

The problem asks us to find derivatives of different functions. Specifically, a) Differentiate $f(x)...

DifferentiationDerivativesCalculusFirst PrinciplesQuotient Rule
2025/6/9

The problem asks us to determine the limits for four different functions. a) (i) $\lim_{x \to 3} (x^...

LimitsCalculusLimit PropertiesRational FunctionsPolynomialsIndeterminate FormsConjugate
2025/6/9

The problem has two parts. The first part asks to determine the modulus and argument of the complex ...

Complex NumbersModulusArgumentDifferential EquationsSecond-Order Differential EquationsInitial Value ProblemCharacteristic EquationRepeated Roots
2025/6/9

a) Differentiate $y = 4x^2 - 2x$ from first principles. b) Differentiate $f(x) = (6 + \frac{1}{x^3})...

CalculusDifferentiationDerivativesProduct RuleQuotient RuleChain RuleLimits
2025/6/9

We need to evaluate the following limits and examine the continuity of a function. a) $\lim_{x \to 5...

LimitsContinuityFunctionsPolynomialsRational FunctionsConjugateInfinite Limits
2025/6/9

We are asked to differentiate the given expressions with respect to $x$. The expressions are: a) $(3...

DifferentiationPower RuleQuotient RuleCalculus
2025/6/9

We are asked to differentiate the function $y = 3x^2 + 2x + 5$ from the first principle.

DifferentiationFirst PrincipleCalculusLimitsPolynomials
2025/6/9

The problem has three parts. 2.1: A balloon is rising at 2 m/s and a boy is cycling at 5 m/s. When t...

Related RatesIntermediate Value TheoremMean Value TheoremCalculusDerivativesContinuityDifferentiation
2025/6/8