All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Given the sum of sec and tan, Find the value of csc and cot (Posted on 2023-10-27) Difficulty: 3 of 5
Given that:
sec x+tan x=22/7.

Determine the value of:
csc x + cot x

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer answer | Comment 1 of 5
  % x = linspace(0,70);
  % y1 = secd(x)+tand(x);
  % y2 =y1/(22/7);
  % 
  % figure
  % plot(x,y1 )
  % 
  % grid on
  % hold on
  % 
  % plot(x,y2 )
  % axis equal
  % grid on

  x=54.69975156014;
  (secd(x)+tand(x))/(22/7)
  cscd(x)+cotd(x)

  sym(19/10+1/30)
  eval(ans)
  
The commented out part was used to find an estimate and the value of x was adjusted to find the answer.
  
  The output for the given  x=54.69975156014;
  
  ans =
            1.00000000000001    ratio of first formula to 22/7
  ans =
            1.93333333333332    value of second formula
  ans =
            29/15               apparent answer
  ans =
          1.93333333333333      value of apparent answer for comparison
          
Answer is 29/15.          

  Posted by Charlie on 2023-10-27 08:39:51
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (9)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information