aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • 2007|Electronics and Comm (GATE Exam)-Previous Question Paper Solution
  • For |x| << 1, coth (x) can be approximated as
Multiple choice

For |x| << 1, coth (x) can be approximated as

  1. x

  2. x2

  3. $\frac{1}{x}$
  4. $\frac{1}{x^2}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

$cothx = \frac{cosh x}{sinh x} \\ \text{as} |x| < < 1, coshx \approx 1 \hspace{0.2cm} and \hspace{0.2cm} sinh x \approx x \\ \text{Thus} \hspace{0.2cm} coth x \approx \frac{1}{x}$

Keep practicing — related questions

  • What will be the result of the given code snippet in C language? main() { int x=1; clrscr(); for(;x++;x%10?...
  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • The constant term in the expression 1 + x2+ x is
  • If the input of the following program is 10, what will be the output? void print(int); void main() { int n;...
  • Which three are valid method signatures in an interface? 1. private int getArea(); 2. public float getVol(f...
  • public void test(int x) { int odd = 1; if(odd) /* Line 4 */ { System.out.println(odd); } else { System.out....
  • Which of the following are legal lines of code? 1. int w = (int)888.8; 2. byte x = (byte)1000L; 3. long y =...
  • Match the following microorganisms to the diseases caused by them: ||| |---|---| |Column I |Column II| |W. ...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy