Question
If acos 3 θ + 3asin 2 θcosθ = m
and asin 3 θ + 3asinθcos 2 θ = n, then find the value of (m + n) 2/3 + (m – n) 2/3 .Solution
We have, a cos3θ + 3a sin2θ cosθ = m and a sin3 θ + 3a sin θ cos2θ = n
put θ = 45º, then
a/2√2 + 3a/2√2 = m and a/2√2 + 3a/2√2 = n
⇒ m = n = √2 also, (m + n) 2\3 +(m − n) 2\3 = (√2a + √2a) 2\3 + 0
= (2√2a) 2\3 = (2 3\ 2 .a) 2\3 = 2a 2\3
Which of the following is an example of an ADT for storing data?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
What application layer protocol is responsible for translating domain names to IP addresses?
In Go, what is the purpose of a goroutine?
Which property of a transaction is known as atomicity?
Which tree traversal visits the nodes in the order: left, root, right?
What will be printed from the below code?
List1 =[‘Ixambee’,’provides’,’best’,’mock’,’tests...
relation R(ABCD) has these dependencies {A → B, B → C,C → D} and it is decomposed into three relations R1(AB) , R2(BC), AND R3(CD). State true or...
What is a data hazard in instruction pipelining?
In Go, what is the purpose of a goroutine?