Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

week 6 group project 1. use the chain rule to find the derivative of ea…

Question

week 6 group project

  1. use the chain rule to find the derivative of each function.

a. $y=(x^{3}+1)^{5}$
b. $y = sqrt{3x^{3}-4}$
c. $y=sin x^{4}$
d. $y=(x^{2}+3)(2x^{5}+9)^{4}$
e. $y=sqrt3{-x^{2}+2}$
f. $y=sec^{2}5x$

  1. find equations of all lines tangent to $x + y^{3}-y = 1$ at $x = 1$.
  2. an observer is 20 m above the ground floor of a large hotel atrium looking at a glass enclosed elevator shaft that is 20 m horizontally from the observer. the angle of elevation of the elevator is the angle that the observers line of sight makes with the horizontal (it may be positive or negative). assuming that the elevator rises at a rate of 5 m/s, what is the rate of change of the angle of elevation when the elevator is 10 m above the ground? when the elevator is 40 m above the ground?

Explanation:

Response
1a.

Step1: Let $u = x^{3}+1$

$y = u^{5}$

Step2: Find $\frac{du}{dx}$ and $\frac{dy}{du}$

$\frac{du}{dx}=3x^{2}$, $\frac{dy}{du} = 5u^{4}$

Step3: Apply chain - rule $\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}$

Substitute $u = x^{3}+1$ into $\frac{dy}{du}$: $\frac{dy}{dx}=5(x^{3}+1)^{4}\cdot3x^{2}=15x^{2}(x^{3}+1)^{4}$

Step1: Let $u = 3x^{3}-4$

$y=\sqrt{u}=u^{\frac{1}{2}}$

Step2: Find $\frac{du}{dx}$ and $\frac{dy}{du}$

$\frac{du}{dx}=9x^{2}$, $\frac{dy}{du}=\frac{1}{2}u^{-\frac{1}{2}}$

Step3: Apply chain - rule $\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}$

Substitute $u = 3x^{3}-4$ into $\frac{dy}{du}$: $\frac{dy}{dx}=\frac{1}{2}(3x^{3}-4)^{-\frac{1}{2}}\cdot9x^{2}=\frac{9x^{2}}{2\sqrt{3x^{3}-4}}$

Step1: Let $u = x^{4}$

$y=\sin u$

Step2: Find $\frac{du}{dx}$ and $\frac{dy}{du}$

$\frac{du}{dx}=4x^{3}$, $\frac{dy}{du}=\cos u$

Step3: Apply chain - rule $\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}$

Substitute $u = x^{4}$ into $\frac{dy}{du}$: $\frac{dy}{dx}=\cos(x^{4})\cdot4x^{3}=4x^{3}\cos(x^{4})$

Answer:

$15x^{2}(x^{3}+1)^{4}$

1b.