A Level Differential Equation

51 Views Asked by At

I have been trying to solve this problem for 15 minutes and I’m not any closer to a solution (in an exam, we are expected to do questions like this in 6 minutes or less which is why I’m asking now). I can’t reach the expression shown in the question. Any help would be greatly appreciated. Just to clarify, you also need to find the value of kenter image description here

So far I have tried to integrate (1-x^2)^-0.5 dx and to perform the same action for the other term, but I get an answer containing arc sins and sins, and I’m not sure if this is the right course of action or not, it’s just that it doesn’t help me get to the expression required in the question. I keep getting y = sin(C+arcsin(x)).

1

There are 1 best solutions below

0
On BEST ANSWER

You are almost there. Let $x=\sin\theta$ so that $\arcsin x=\theta$. Then $$y=\sin(C+\theta)=\sin C\cos\theta+\cos C\sin\theta=\sin C \sqrt{1-x^2}+x\cos C$$

Notice that if we make $\sin C=\frac12$ then $\cos C=\frac12\sqrt3$ so $$2y=\sqrt{1-x^2}+\sqrt3 x$$

Comparing with the solution given we see that $k=3$.

Check: When $y=\frac12\sqrt3, x=\frac12$ then LHS$=\sqrt3$ and RHS$=\frac12\sqrt3+\frac12\sqrt3=\sqrt3$ so LHS=RHS.