how would you simplify something like atan(2) - atan(0.5)??? do the same laws as logs apply?? thanks
tacogym27101990 Member Joined Feb 6, 2007 Messages 621 Location Terrigal Gender Male HSC 2008 Jul 22, 2008 #1 how would you simplify something like atan(2) - atan(0.5)??? do the same laws as logs apply?? thanks
undalay Active Member Joined Dec 14, 2006 Messages 1,002 Location Ashfield Gender Male HSC 2008 Jul 22, 2008 #2 x = atan(2) - atan(0.5) let arctan 2 = a arc tan 0.5 = b tan x = tan (a-b) tan x= ( a-b )/1+tanaxtanb tan x= 3/4 x = arctan 3/4 thus atan(2) - atan(0.5) = aarctan 3/4
x = atan(2) - atan(0.5) let arctan 2 = a arc tan 0.5 = b tan x = tan (a-b) tan x= ( a-b )/1+tanaxtanb tan x= 3/4 x = arctan 3/4 thus atan(2) - atan(0.5) = aarctan 3/4
Trebla Administrator Administrator Joined Feb 16, 2005 Messages 8,668 Gender Male HSC 2006 Jul 22, 2008 #3 Prove the relevant theorem: Let x = atan 2 => 2 = tan x and y = atan 0.5 => 0.5 = tan y tan (x - y) = [tan x - tan y]/[1 + tan x.tan y] = [2 - 0.5]/[1 + (2)(0.5)] = 3/4 .: x - y = atan 0.75 i.e. atan 2 - atan 0.5 = atan 0.75
Prove the relevant theorem: Let x = atan 2 => 2 = tan x and y = atan 0.5 => 0.5 = tan y tan (x - y) = [tan x - tan y]/[1 + tan x.tan y] = [2 - 0.5]/[1 + (2)(0.5)] = 3/4 .: x - y = atan 0.75 i.e. atan 2 - atan 0.5 = atan 0.75
tacogym27101990 Member Joined Feb 6, 2007 Messages 621 Location Terrigal Gender Male HSC 2008 Jul 22, 2008 #4 oo thats kinda cool thanks