Questions   
Sort: 
 #2
avatar+1982 
0
Feb 26, 2020
 #2
avatar+118725 
0
Feb 26, 2020
 #2
avatar+26403 
+2

find the derivative using implicit differentiation. \(\tan(x - y) = \dfrac{y}{5 + x^2}\)

 

Derivative: \((5 + x^2)\tan(x - y) -y=0\)

 

Formula: \(y'(x) = -\dfrac{F_x}{F_y}\)

 

\(\small{ \begin{array}{|rcll|} \hline \mathbf{F_x = \ ?} \\ \hline F_x &=& \dfrac{d }{dx}(5 + x^2)\tan(x - y)- \dfrac{d}{dx}y \quad | \quad \dfrac{d}{dx}y = 0 \\ F_x &=& \dfrac{d }{dx}(5 + x^2)\tan(x - y)-0 \\ F_x &=& \dfrac{d }{dx}(5 + x^2)\tan(x - y) \\ F_x &=& (5 + x^2)\dfrac{d }{dx}\tan(x - y)+\tan(x - y)\dfrac{d }{dx}(5 + x^2) \quad | \quad \dfrac{d }{dx}(5 + x^2) = 2x \\ F_x &=& (5 + x^2)\dfrac{d }{dx}\tan(x - y)+2x\tan(x - y)\dfrac{d }{dx} \quad | \quad \dfrac{d }{dx}\tan(x - y) = \dfrac{1}{\cos^2(x-y)}*1 \\ F_x &=& (5 + x^2)\dfrac{1}{\cos^2(x-y)}*1+2x\tan(x - y) \\ F_x &=& \dfrac{5 + x^2+2x\tan(x - y)\cos^2(x-y)}{\cos^2(x-y)} \\ F_x &=& \dfrac{5 + x^2+2x\sin(x - y)\cos(x-y)}{\cos^2(x-y)} \quad | \quad 2\sin(x - y)\cos(x-y) = \sin\Big(2(x-y)\Big) \\ \mathbf{F_x} &=& \mathbf{\dfrac{5 + x^2+x\sin\Big(2(x-y)\Big)}{\cos^2(x-y)}} \\ \hline \end{array} }\)

 

\(\small{ \begin{array}{|rcll|} \hline \mathbf{F_y = \ ?} \\ \hline F_y &=& \dfrac{d }{dy}(5 + x^2)\tan(x - y)- \dfrac{d}{dy}y \quad | \quad \dfrac{d}{dy}y = 1 \\ F_y &=& \dfrac{d }{dy}(5 + x^2)\tan(x - y)-1 \\ F_y &=& (5 + x^2)\dfrac{d }{dy}\tan(x - y)-1 \quad | \quad \dfrac{d }{dx}\tan(x - y) = \dfrac{1}{\cos^2(x-y)}*(-1) \\ F_y &=& (5 + x^2)\dfrac{1}{\cos^2(x-y)}*(-1) -1 \\ F_y &=& -\left( \dfrac{(5 + x^2)}{\cos^2(x-y)} +1 \right) \\ F_y &=& -\left( \dfrac{5 + x^2+\cos^2(x-y)}{\cos^2(x-y)} \right) \quad | \quad \cos^2(x-y)=\dfrac{1+ \cos\Big(2(x-y)\Big)}{2} \\ F_y &=& -\left( \dfrac{5 + x^2+\dfrac{1+ \cos\Big(2(x-y)\Big)}{2}}{\cos^2(x-y)} \right) \\ F_y &=& -\left( \dfrac{10 + 2x^2+1+ \cos\Big(2(x-y)\Big)}{2\cos^2(x-y)} \right) \\ \mathbf{F_y} &=& \mathbf{ -\left( \dfrac{11 + 2x^2+\cos\Big(2(x-y)\Big)}{2\cos^2(x-y)} \right)} \\ \hline \end{array} }\)

 

\(\begin{array}{|rcll|} \hline y'(x) &=& -\dfrac{F_x}{F_y} \\\\ y'(x) &=& -\dfrac{\dfrac{5 + x^2+x\sin\Big(2(x-y)\Big)}{\cos^2(x-y)}} {-\left( \dfrac{11 + 2x^2+\cos\Big(2(x-y)\Big)}{2\cos^2(x-y)} \right)} \\\\ y'(x) &=& \dfrac{\dfrac{5 + x^2+x\sin\Big(2(x-y)\Big)}{\cos^2(x-y)}} {\dfrac{11 + 2x^2+\cos\Big(2(x-y)\Big)}{2\cos^2(x-y)} } \\\\ y'(x) &=& \dfrac{ 2\left( 5 + x^2+ x\sin \Big(2(x-y)\Big) \right) } { 11 + 2x^2 +\cos\Big(2(x-y)\Big)} \\\\ \mathbf{y'(x)} &=& \mathbf{\dfrac{ 2\Big( 5 + x^2+ x\sin(2x-2y) \Big) } { 11 + 2x^2 +\cos(2x-2y)} } \\ \hline \end{array}\)

 

laugh

Feb 26, 2020
 #1
avatar
+1

Find the derivative of the following via implicit differentiation:
d/dx(tan(x - y)) = d/dx(y/(5 + x^2))

 

Using the chain rule, d/dx(tan(x - y)) = ( dtan(u))/( du) ( du)/( dx), where u = x - y and d/( du)(tan(u)) = sec^2(u):
(d/dx(x - y)) sec^2(x - y) = d/dx(y/(5 + x^2))

 

Differentiate the sum term by term and factor out constants:
d/dx(x) - d/dx(y) sec^2(x - y) = d/dx(y/(5 + x^2))

 

The derivative of x is 1:
sec^2(x - y) (-(d/dx(y)) + 1) = d/dx(y/(5 + x^2))

 

Using the chain rule, d/dx(y) = ( dy(u))/( du) ( du)/( dx), where u = x and d/( du)(y(u)) = y'(u):
sec^2(x - y) (1 - (d/dx(x)) y'(x)) = d/dx(y/(5 + x^2))

 

The derivative of x is 1:
sec^2(x - y) (1 - 1 y'(x)) = d/dx(y/(5 + x^2))

Use the quotient rule, d/dx(u/v) = (v ( du)/( dx) - u ( dv)/( dx))/v^2, where u = y and v = x^2 + 5:
sec^2(x - y) (1 - y'(x)) = ((5 + x^2) (d/dx(y)) - y (d/dx(5 + x^2)))/(5 + x^2)^2

 

Using the chain rule, d/dx(y) = ( dy(u))/( du) ( du)/( dx), where u = x and d/( du)(y(u)) = y'(u):
sec^2(x - y) (1 - y'(x)) = ((5 + x^2) (d/dx(x)) y'(x) - (d/dx(5 + x^2)) y)/(5 + x^2)^2

 

The derivative of x is 1:
sec^2(x - y) (1 - y'(x)) = (-(d/dx(5 + x^2)) y + 1 (5 + x^2) y'(x))/(5 + x^2)^2

 

Differentiate the sum term by term:
sec^2(x - y) (1 - y'(x)) = (-y d/dx(5) + d/dx(x^2) + (5 + x^2) y'(x))/(5 + x^2)^2

 

The derivative of 5 is zero:
sec^2(x - y) (1 - y'(x)) = (-(d/dx(x^2) + 0) y + (5 + x^2) y'(x))/(5 + x^2)^2

 

Simplify the expression:
sec^2(x - y) (1 - y'(x)) = (-(d/dx(x^2)) y + (5 + x^2) y'(x))/(5 + x^2)^2

 

Use the power rule, d/dx(x^n) = n x^(n - 1), where n = 2.
d/dx(x^2) = 2 x:
sec^2(x - y) (1 - y'(x)) = (-y 2 x + (5 + x^2) y'(x))/(5 + x^2)^2

 

Expand the left hand side:
sec^2(x - y) - sec^2(x - y) y'(x) = (-2 x y + (5 + x^2) y'(x))/(5 + x^2)^2

 

Expand the right hand side:
sec^2(x - y) - sec^2(x - y) y'(x) = -(2 x y)/(5 + x^2)^2 + (5 y'(x))/(5 + x^2)^2 + (x^2 y'(x))/(5 + x^2)^2

Subtract (x^2 y'(x))/(x^2 + 5)^2 + (5 y'(x))/(x^2 + 5)^2 from both sides:
sec^2(x - y) - (5 y'(x))/(5 + x^2)^2 - (x^2 y'(x))/(5 + x^2)^2 - sec^2(x - y) y'(x) = -(2 x y)/(5 + x^2)^2

 

Subtract sec^2(x - y) from both sides:
-(5 y'(x))/(5 + x^2)^2 - (x^2 y'(x))/(5 + x^2)^2 - sec^2(x - y) y'(x) = -sec^2(x - y) - (2 x y)/(5 + x^2)^2

 

Collect the left hand side in terms of y'(x):
(-5/(5 + x^2)^2 - x^2/(5 + x^2)^2 - sec^2(x - y)) y'(x) = -sec^2(x - y) - (2 x y)/(5 + x^2)^2

 

Divide both sides by -x^2/(x^2 + 5)^2 - 5/(x^2 + 5)^2 - sec^2(x - y):

y'(x) = (-sec^2(x - y) - (2 x y)/(5 + x^2)^2)/(-5/(5 + x^2)^2 - x^2/(5 + x^2)^2 - sec^2(x - y))

Courtesy of Mathematica 11 Home Edition.

Feb 26, 2020
 #1
avatar+118725 
+1

What is the largest seven-digit number divisible by 44 that can be formed by the digits 1, 2, 3, 4, 6, 7, and 8 each used exactly once?

 

Well it must be divisible by 4 which means the last two digits must be divisible by 4

So it could end in 12, 16, 24, 28, 32, 36, 48, 64, 68, 72, 76, 84,

 

 

And

It must be divisible by 11

https://math.hmc.edu/funfacts/divisibility-by-eleven/

If that is divisible by 11, so is the original number. So, for instance, 2728 has alternating sum of digits 2 – 7 + 2 – 8 = -11. Since -11 is divisible by 11, so is 2728. 

 

For the divisibility test, 4 of the digits must be pos and 3 negative and they must add to a multiple of 11

 

8-7+6-4+3-1+2 = 7  that is no good 

8-6+7-3+4-1+2 = 11    that works

So maybe it is  8673412

 

I wonder if it could be 87----- ?

8-7=1 

6 4 3 2 1     can these be put together to form 10 or -12   (3 plus and 2 minus)      6+4+3+2+1=16

5C2=10 combinations, but most won't work

-10  +6   no

-9    +7    no

-8   +8     no

-7   +9     no

 

-7   +9     no

-6  +10     no

-5   +11    no

 

-5  +11    no

-4  +12    no

 

-3  + 13   maybe

8-7  +6+4+3  -2-1=11

8-7  +6 -2+4 -1+3 =11

that is no good the last digit must be even    maybe 6 or 4   so the last 2 would be  16  or  24

so maybe

8 -7  +6 -1+3 -2+4 =11        8761324         check       8761324/44 = 199121

8-7 +4 -2 +3 -1+6 =11          8742316         check       8742316/44 = 198689

 

 

So the biggest one is  8761324

Feb 26, 2020

1 Online Users