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
2/3 of a class are girls <br> a) What’s the ratio to boys to girls in the class
Lostsunrise [7]
The ratio would be written as 2:3 because there are 2 girls for every 3 boys
4 0
3 years ago
For the rational equation x
zlopas [31]
It is indeed the rearranging of neuritis to the ground.
5 0
3 years ago
Simplify : (√ + √ ) (√ − √) ( + )( 2 + 2 )
jek_recluse [69]

(\sqrt{x}+\sqrt{y})(\sqrt{x}-\sqrt{y})(x+y)(x^2+y^2)\\\\=[(\sqrt{x})^2-(\sqrt{y})^2](x+y)(x^2+y^2)\\\\=(x-y)(x+y)(x^2+y^2)\\\\=(x^2-y^2)(x^2+y^2)\\\\=(x^2)^2-(y^2)^2\\\\=x^4-y^4


Used:\\\\(\sqrt{a})^2=a\\\\(a-b)(a+b)=a^2-b^2\\\\(a^n)^m=a^{nm}

6 0
3 years ago
Answer choices <br> a. -4/3 <br> b. -3/4 <br> c. 3/4<br> d. 4/3
Bingel [31]

Answer:

Step-by-step explanation:

(0, 1) (4, -2)

(-2 - 1)/(4 -0) = -3/4

7 0
3 years ago
Richard practice each of three piano solos for 5/12 hour expressed in simplest form how long did he practice in all
kkurt [141]
5/12 hour = 1 piano solo's
15/12 hour = 3 piano solo's

Simplifying 15/12 hours we get:
<u>1.25 hours also known as 1 hour 15 minutes</u>
8 0
3 years ago
Other questions:
  • Help me with this question please show work and please answer it correctly I need it today .
    7·1 answer
  • * don’t mind the marks* please help asap ( 10 points)
    5·2 answers
  • The price of a certain amount of goods and services a year back was $200. If price increased by 4 percent during the year, how m
    12·1 answer
  • Can anyone solve this?<br>(n^2+5n-6)÷(n-1)
    15·1 answer
  • Solve:<br> (-2)(-1)-3) =
    12·1 answer
  • Use the distributive property to find an expression equivalent to 6(s -7) -5 (4 - t)
    10·1 answer
  • Backk from ban!!!!!!!!
    15·1 answer
  • Hello please help me with this I will give Brainlyst
    14·2 answers
  • Not good at math can anyone help will appreciate it a lot thank you.
    5·1 answer
  • 3 2/7 divided by 1 1/4
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!