Tricky Trig Differentiation: Solving for dy in Terms of x | Homework Help

thomas49th
Messages
645
Reaction score
0

Homework Statement




x = 5sin(2y +6) find dy in terms of x


Homework Equations





The Attempt at a Solution



dx/dy = 8 cos (2y+6)

dy/dx = 1 / (8cos(2y+6)

but according to the mark scheme the final answer is

+ or - 1 / (2 sqrt[16/x^2])

i don't see how on Earth they got there :O

Can anyone? Thanks :)
 
Physics news on Phys.org
The result they give is more directly found by inverting the original function so that it becomes an inverse-sine function: that would account for the 1/sqrt form of their answer.

As for your method, it may be better to use implicit differentiation to solve for dy/dx, rather than finding dx/dy and using the reciprocal. BTW, I don't see how you get an '8' there -- wouldn't the Chain Rule give you 10?
 
Having worked this through now, I believe you have a typo here:
thomas49th said:
x = 4 sin(2y +6) find dy in terms of x

This approach:
dx/dy = 8 cos (2y+6)

dy/dx = 1 / [8 cos(2y+6)]

does work and gives the same result as implicit differentiation, but only because your function f(y) is continuous in y everywhere. Such a method using reciprocal derivatives should be used with some caution...

How they get their answer is by a substitution. You know that sin(2y+6) = (x/4). How would you express cos(2y+6) in terms of x? (And I believe you also have a typo in your copy of their answer that you presented...)
 
yes yes your right

x = 4sin(2y +6) find dy in terms of x

+ or - 1 / (2 sqrt[16 - x^2])


substitution... ohh that sounds like a better method. how do i do that here?

y = (sin^-1(x/4) - 6)/2

is that right? What do i subistute in?
 
I don't know what stage you are at in rules of differentiation. Have you done derivatives of inverse trig functions? The relevant rule is

d/dx [sin^-1 (u)] = [ 1 / sqrt( 1 - u^2 ) ] · (du/dx) .

For our function, u = x/4 .

Alternatively, you can use your result

dy/dx = 1 / [8 cos(2y+6)] ,

together with

sin(2y + 6) = (x/4) and

sin u = sqrt( 1 - u^2 ) ,

to get to the given answer.
 
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