Q21. Differentiate the following expressions
a)
Step 1: Differentiate each term using the power rule dxd(axn)=anxn−1 and the rule for constants dxd(c)=0.
dxd(5x2+1)=dxd(5x2)+dxd(1)
Step 2: Apply the differentiation rules.
dxd(5x2)=5⋅2x2−1=10x
dxd(1)=0
Step 3: Combine the results.
10x+0=10x
The derivative is:
10x
b)
Step 1: Use the chain rule for differentiation. Let y=ln(u) where u=5x.
The chain rule states dxdy=dudy⋅dxdu.
Step 2: Differentiate y with respect to u.
dudy=dud(ln(u))=u1
Step 3: Differentiate u with respect to x.
dxdu=dxd(5x)=5
Step 4: Apply the chain rule by substituting u=5x.
dxdy=u1⋅5=5x1⋅5
Step 5: Simplify the expression.
5x5=x1
The derivative is:
\frac{1{x}}
Q22. Compute ∑r=150(r+2)
Step 1: Split the summation into two separate sums.
∑r=150(r+2)=∑r=150r+∑r=1502
Step 2: Evaluate the first sum, ∑r=150r, which is the sum of the first 50 natural numbers. Use the formula ∑i=1ni=2n(n+1).
∑r=150r=250(50+1)=250×51
=25×51=1275
Step 3: Evaluate the second sum, ∑r=1502, which is summing the constant 2, 50 times.
∑r=1502=50×2=100
Step 4: Add the results from Step 2 and Step 3.
1275+100=1375
The computed sum is:
1375