Finding the Derivative of x = sin(a)/cos(b) with Given Constraints

  • Thread starter Thread starter Gekko
  • Start date Start date
Gekko
Messages
69
Reaction score
0

Homework Statement



x=sin(a) / cos(b)

a+b < pi/2
a>0, b>0

show that

da/dx = cos^3(b)cos(a) / cos(a+b)cos(a-b)


The Attempt at a Solution



dx/da = cos(a) / cos(b) therefore
da/dx = cos(b) / cos(a)

=cos^3(b)cos(a) / cos^2(b)cos^2(a)

However the denominator of the desired format = cos(a+b)cos(a-b) = cos^2(a)cos^2(b)-sin^2(a)sin^2(b)

Not sure how to get rid of the sin^2(a)sin^2(b) term...
 
Physics news on Phys.org
Gekko said:

Homework Statement



x=sin(a) / cos(b)

a+b < pi/2
a>0, b>0

show that

da/dx = cos^3(b)cos(a) / cos(a+b)cos(a-b)


The Attempt at a Solution



dx/da = cos(a) / cos(b) therefore
da/dx = cos(b) / cos(a)

=cos^3(b)cos(a) / cos^2(b)cos^2(a)

However the denominator of the desired format = cos(a+b)cos(a-b) = cos^2(a)cos^2(b)-sin^2(a)sin^2(b)

Not sure how to get rid of the sin^2(a)sin^2(b) term...
You are trying to show that cos(a+b)cos(a-b) = cos^2(b)cos^2(a). I am not able to find where you went wrong, but this equation isn't an identity.

As a counterexample, if a = b = pi/6, cos(a) = 1/2, cos(b) = 1/2, cos(a+b) = sqrt(3)/2 and cos(a - b) = 1.

Substituting these values into cos(a+b)cos(a-b) = cos^2(b)cos^2(a), you get sqrt(3)/2 * 1 on the left side and (1/4) * (1/4) on the right.
 
Are you sure you copied the problem down correctly?
 
Yes I did copy it down correctly. Obviously a mistake in the question as clearly that equality doesn't hold true

Thanks for your validation!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top