Math Problem Statement

Tentukan turunan pertama dari fungsi berikut

Tentukan turunan pertama dari fungsi berikut: y = x^2/2 + √3x - 2/x + 2x, y = (3x - 2)(x^2 + 3), y = (x + 1)/√x

Solution

Let's solve the first derivatives for the functions provided in the image:

8. y=x22+3x2x+2xy = \frac{x^2}{2} + \sqrt{3x} - \frac{2}{x} + 2x

  • First term: x22\frac{x^2}{2}. Using the power rule ddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1}, the derivative is: ddx(x22)=2x2=x\frac{d}{dx} \left( \frac{x^2}{2} \right) = \frac{2x}{2} = x

  • Second term: 3x=(3x)1/2\sqrt{3x} = (3x)^{1/2}. Use the chain rule: ddx((3x)1/2)=12(3x)1/23=3213x=323x\frac{d}{dx} \left( (3x)^{1/2} \right) = \frac{1}{2} (3x)^{-1/2} \cdot 3 = \frac{3}{2} \cdot \frac{1}{\sqrt{3x}} = \frac{3}{2\sqrt{3x}}

  • Third term: 2x-\frac{2}{x}. The derivative of x1x^{-1} is x2-x^{-2}: ddx(2x)=2x2=2x2\frac{d}{dx} \left( -\frac{2}{x} \right) = 2x^{-2} = \frac{2}{x^2}

  • Fourth term: 2x2x. The derivative of 2x2x is just 22.

Thus, the derivative of the function is: y=x+323x+2x2+2y' = x + \frac{3}{2\sqrt{3x}} + \frac{2}{x^2} + 2


9. y=(3x2)(x2+3)y = (3x - 2)(x^2 + 3)

Use the product rule: ddx(uv)=uv+uv\frac{d}{dx} (u \cdot v) = u'v + uv'.

  • Let u=3x2u = 3x - 2 and v=x2+3v = x^2 + 3.
    • u=3u' = 3
    • v=2xv' = 2x

Now, apply the product rule: y=(3)(x2+3)+(3x2)(2x)y' = (3)(x^2 + 3) + (3x - 2)(2x) y=3(x2+3)+(3x2)(2x)y' = 3(x^2 + 3) + (3x - 2)(2x) Expanding both terms: y=3x2+9+6x24xy' = 3x^2 + 9 + 6x^2 - 4x Combine like terms: y=9x24x+9y' = 9x^2 - 4x + 9


10. y=x+1xy = \frac{x + 1}{\sqrt{x}}

This can be written as y=(x+1)x1/2y = (x + 1)x^{-1/2}, and we apply the product rule.

Let u=x+1u = x + 1 and v=x1/2v = x^{-1/2}.

  • u=1u' = 1
  • v=12x3/2v' = -\frac{1}{2}x^{-3/2}

Now apply the product rule: y=(x+1)(12x3/2)+x1/2y' = (x + 1) \left( -\frac{1}{2}x^{-3/2} \right) + x^{-1/2} y=x+12x3/2+1x1/2y' = -\frac{x+1}{2x^{3/2}} + \frac{1}{x^{1/2}}

Thus, the derivative is: y=1xx+12x3/2y' = \frac{1}{\sqrt{x}} - \frac{x+1}{2x^{3/2}}


Would you like more details or clarifications on these steps?

Here are 5 related questions to explore:

  1. How do you apply the product rule in a derivative?
  2. How does the chain rule affect derivatives of composite functions?
  3. How do you find the derivative of a function with square roots?
  4. What is the importance of combining like terms in derivatives?
  5. How do you handle negative exponents in differentiation?

Tip: When dealing with multiple terms, always treat each term independently and then combine the results carefully to avoid errors.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differentiation
Algebra
Product Rule
Chain Rule

Formulas

Power Rule: d/dx x^n = nx^(n-1)
Chain Rule: d/dx [f(g(x))] = f'(g(x)) * g'(x)
Product Rule: d/dx [uv] = u'v + uv'

Theorems

Power Rule
Chain Rule
Product Rule

Suitable Grade Level

Grades 10-12