Math Problem Statement

Tentukan turunan pertama dari fungsi berikut

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

Solution

The image asks for the first derivative (turunan pertama) of three different functions. Let's go through each one and find their derivatives.

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

Derivative:

  1. ddx(x22)=x\frac{d}{dx} \left( \frac{x^2}{2} \right) = x
  2. ddx(3x)=ddx((3x)1/2)=12(3x)1/23=323x\frac{d}{dx} \left( \sqrt{3x} \right) = \frac{d}{dx} \left( (3x)^{1/2} \right) = \frac{1}{2} \cdot (3x)^{-1/2} \cdot 3 = \frac{3}{2\sqrt{3x}}
  3. ddx(2x2)=4x3\frac{d}{dx} \left( -\frac{2}{x^2} \right) = 4x^{-3}
  4. ddx(2x)=2\frac{d}{dx}(2x) = 2

So, the derivative of the function is: y=x+323x+4x3+2y' = x + \frac{3}{2\sqrt{3x}} + 4x^{-3} + 2


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

This requires the product rule: ddx(uv)=uv+uv\frac{d}{dx}(uv) = u'v + uv' where u=3x2u = 3x - 2 and v=x2+3v = x^2 + 3.

  1. u=3u' = 3
  2. v=2xv' = 2x

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


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

We can rewrite this as y=(x+1)x1/2y = (x + 1) \cdot x^{-1/2}, and use the product rule again.

  1. u=x+1u = x + 1, so u=1u' = 1
  2. v=x1/2v = x^{-1/2}, so v=12x3/2v' = -\frac{1}{2}x^{-3/2}

Applying the product rule: y=uv+uv=(1)(x1/2)+(x+1)(12x3/2)y' = u'v + uv' = (1)(x^{-1/2}) + (x + 1)\left(-\frac{1}{2}x^{-3/2}\right) Expanding: y=x1/212(x+1)x3/2y' = x^{-1/2} - \frac{1}{2}(x + 1)x^{-3/2} Simplify further: y=1xx+12x3/2y' = \frac{1}{\sqrt{x}} - \frac{x + 1}{2x^{3/2}}


Summary of the derivatives:

  1. y=x+323x+4x3+2y' = x + \frac{3}{2\sqrt{3x}} + 4x^{-3} + 2
  2. y=9x24x+9y' = 9x^2 - 4x + 9
  3. y=1xx+12x3/2y' = \frac{1}{\sqrt{x}} - \frac{x + 1}{2x^{3/2}}

Would you like any further clarification or detailed steps?


Here are 5 related questions to explore further:

  1. How does the product rule apply to more complex products of functions?
  2. Can you explain the chain rule for functions involving nested powers or roots?
  3. How would you differentiate a quotient of two functions (using the quotient rule)?
  4. What happens if you try to differentiate an implicit function?
  5. How do you find the second derivative of these functions?

Tip: When dealing with roots and powers in derivatives, rewriting expressions with fractional exponents often simplifies the process.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differentiation
Product Rule
Power Rule

Formulas

Derivative of x^n = n*x^(n-1)
Product Rule: d(uv)/dx = u'v + uv'
Chain Rule: d(f(g(x)))/dx = f'(g(x))*g'(x)

Theorems

Derivative Rules
Product Rule

Suitable Grade Level

Grades 10-12