Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Explain Derivative???
(dy/dx)=2x/root(1-sin^2(y)
=2x/root(1-x^4)
???
explain please
Example 12: Express dy/dx in terms of x for the equation Sin(y) = x2.
3 Answers
- AriLv 61 decade agoFavorite Answer
1-sin^2 y = cos^2 y
sqrt (cos^2 y) = cos y
dy/dx = 2x / cos y
this is a separable, first-order differential equation. ur supposed to cross-multiply and integrate both sides.
cos y dy = 2x dx
integral (cos y dy) = integral (2x dx)
sin y = x^2 +C
y = arcsin (x^2 +C).
this is called the general solution for the differential equation.
now if we had some intial value like y(pi) =0, we could find the C.
a differential equation without C is called a ;particular solution.
- Demiurge42Lv 71 decade ago
dy/dx =2x/â(1-sin^2(y)) = 2x / â(cos^2(y)) = 2x / | cos(y) |
If cos(y) = â(1-x^4) then
dy/dx = 2x/â(1-x^4)
Otherwise I have no idea where 2x/â(1-x^4) came from.
Edit:
That's just a simple substitution then.
Maybe this notation is confusing you "sin^2(y)"
sin^2(y) is the same thing as (sin(y))^2
Since sin(y) = x^2 you can just substitute this into the original equation
dy/dx = 2x / â(1-(sin(x))^2)
= 2x / â(1 - (sin(x))^2)
= 2x / â(1 - (x^2)^2)
= 2x / â(1 - x^4)
- 1 decade ago
dy/dx = 2x / √(1 − sin²(y) )
√(1 − sin²(y) ) dy = 2x dx
√(cos²(y) ) dy = 2x dx
cos(y) dy = 2x dx
∫ cos(y) dy = ∫ 2x dx
sin(y) = x² + C
y = arcsin(x² + C)
I dont know what youre asking