1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Amiraneli [1.4K]
2 years ago
6

(d). Use an appropriate technique to find the derivative of the following functions:

Mathematics
1 answer:
natima [27]2 years ago
3 0

(i) I would first suggest writing this function as a product of the functions,

\displaystyle y = fgh = (4+3x^2)^{1/2} (x^2+1)^{-1/3} \pi^x

then apply the product rule. Hopefully it's clear which function each of f, g, and h refer to.

We then have, using the power and chain rules,

\displaystyle \frac{df}{dx} = \frac12 (4+3x^2)^{-1/2} \cdot 6x = \frac{3x}{(4+3x^2)^{1/2}}

\displaystyle \frac{dg}{dx} = -\frac13 (x^2+1)^{-4/3} \cdot 2x = -\frac{2x}{3(x^2+1)^{4/3}}

For the third function, we first rewrite in terms of the logarithmic and the exponential functions,

h = \pi^x = e^{\ln(\pi^x)} = e^{\ln(\pi)x}

Then by the chain rule,

\displaystyle \frac{dh}{dx} = e^{\ln(\pi)x} \cdot \ln(\pi) = \ln(\pi) \pi^x

By the product rule, we have

\displaystyle \frac{dy}{dx} = \frac{df}{dx}gh + f\frac{dg}{dx}h + fg\frac{dh}{dx}

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} (x^2+1)^{-1/3} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} (x^2+1)^{-1/3} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} \frac{1}{(x^2+1)^{1/3}} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} \frac{1}{ (x^2+1)^{1/3}} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \boxed{\frac{\pi^x}{(4+3x^2)^{1/2} (x^2+1)^{1/3}} \left( 3x - \frac{2x(4+3x^2)}{3(x^2+1)} + (4+3x^2)\ln(\pi)\right)}

You could simplify this further if you like.

In Mathematica, you can confirm this by running

D[(4+3x^2)^(1/2) (x^2+1)^(-1/3) Pi^x, x]

The immediate result likely won't match up with what we found earlier, so you could try getting a result that more closely resembles it by following up with Simplify or FullSimplify, as in

FullSimplify[%]

(% refers to the last output)

If it still doesn't match, you can try running

Reduce[<our result> == %, {}]

and if our answer is indeed correct, this will return True. (I don't have access to M at the moment, so I can't check for myself.)

(ii) Given

\displaystyle \frac{xy^3}{1+\sec(y)} = e^{xy}

differentiating both sides with respect to x by the quotient and chain rules, taking y = y(x), gives

\displaystyle \frac{(1+\sec(y))\left(y^3+3xy^2 \frac{dy}{dx}\right) - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = e^{xy} \left(y + x\frac{dy}{dx}\right)

\displaystyle \frac{y^3(1+\sec(y)) + 3xy^2(1+\sec(y)) \frac{dy}{dx} - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \frac{y^3}{1+\sec(y)} + \frac{3xy^2}{1+\sec(y)} \frac{dy}{dx} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} \frac{dy}{dx} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \left(\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}\right) \frac{dy}{dx}= ye^{xy} - \frac{y^3}{1+\sec(y)}

\displaystyle \frac{dy}{dx}= \frac{ye^{xy} - \frac{y^3}{1+\sec(y)}}{\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}}

which could be simplified further if you wish.

In M, off the top of my head I would suggest verifying this solution by

Solve[D[x*y[x]^3/(1 + Sec[y[x]]) == E^(x*y[x]), x], y'[x]]

but I'm not entirely sure that will work. If you're using version 12 or older (you can check by running $Version), you can use a ResourceFunction,

ResourceFunction["ImplicitD"][<our equation>, x]

but I'm not completely confident that I have the right syntax, so you might want to consult the documentation.

You might be interested in
Find the earnings rounded to the nearest cent <br>sales: $984 <br>commission: 10%​
Scilla [17]

Answer:

$1082

Step-by-step explanation:

10% of $984

10/100 ($984)= $98.4

Earnings = ($98.4+$984)

Earnings = $1082.4

Earnings = $1082 (to the nearest cent)

6 0
3 years ago
Allison bought 15 donuts and 12 cupcakes at the bakery. Of these items, 2/3 of the donuts were glazed, and 4/6 of the cupcakes w
Mariulka [41]

Answer: 7

Step-by-step explanation: I had this question before

8 0
3 years ago
Read 2 more answers
Hirva ate 5/8 of a medium pizza Elizabeth ate 1/4 of the pizza how much pizza did they eat all together?
Sliva [168]
I’m pretty sure this is 7/8!
3 0
3 years ago
What is an equation in point-slope form of the line that passes through the point (4,4) and has a slope of -5?
Nastasia [14]
(y - 4) = -5 (x - 4)
3 0
2 years ago
What is the value of the expression below when x equals 5?
astraxan [27]
The answer is B.

14 + 15x
14 + 15(5)
14 + 75
89
7 0
2 years ago
Read 2 more answers
Other questions:
  • Describe any clusters of data from the scatter plot
    15·1 answer
  • Lots of points. Will mark Brainliest. Answer ASAP! A 4-digit number ends in 3. If you put the number 3 in the first position, th
    8·1 answer
  • Moles are rodents very similar to mice. They typically live underground, spending most of their lives below the earth's surface.
    11·1 answer
  • Do the ratios 8:24, and 5:15 form a proportion<br><br> yes<br> no
    8·1 answer
  • 2. Which graph is the solution of the following syst
    12·1 answer
  • Please I will give so much
    11·1 answer
  • 15 subtracted from the square of an integer the result is equal to three less than four times the integer find the negative inte
    11·1 answer
  • Find the solution for <br> h - 12 =6
    13·2 answers
  • Astand is a frustum shape, formed by removing a small square based pyramid from the top of
    5·1 answer
  • The cost of painting a wall that is 5 meters wide and 212 meters tall is $50. How many square meters can be painted for $1?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!