Login

Welcome, Guest. Please login or register.

October 16, 2025, 04:14:28 pm

Author Topic: Maths Help  (Read 4460 times)  Share 

0 Members and 1 Guest are viewing this topic.

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Maths Help
« on: April 09, 2011, 10:25:06 pm »
0
Hi,

I've got two questions that I'm unsure of.
1) If cosh(x)=2.5, what is sinh(x) exactly?
2) If an angle is measured to be 0.4 radians, what is its sine?

Any help would be appreciated.
Thanks :)
« Last Edit: April 09, 2011, 10:35:57 pm by xD_aQt »

Gloamglozer

  • The Walking VTAC Guide
  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 4170
  • Here to listen and help
  • Respect: +324
Re: Maths Help
« Reply #1 on: April 09, 2011, 10:33:14 pm »
0
With part a, I think you can use the trig identity:



Though I'm not sure.

Bachelor of Science (Mathematics & Statistics) - Discrete Mathematics & Operations Research

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #2 on: April 10, 2011, 10:42:42 am »
0
I'm not sure about that formula either, would it work for that particular question?

m@tty

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4324
  • Respect: +33
  • School: Heatherton Christian College
  • School Grad Year: 2010
Re: Maths Help
« Reply #3 on: April 10, 2011, 11:09:40 am »
0
Yes, you can use the formula. Also for 2) you have an angle of 0.4c, to find the sine just evaluate sin(0.4)
2009/2010: Mathematical Methods(non-CAS) ; Business Management | English ; Literature - Physics ; Chemistry - Specialist Mathematics ; MUEP Maths

96.85

2011-2015: Bachelor of Aerospace Engineering and Bachelor of Science, Monash University

2015-____: To infinity and beyond.

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #4 on: April 10, 2011, 11:31:12 am »
0
Oh okay, thanks guys!

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #5 on: April 10, 2011, 03:22:30 pm »
0
What's the difference between sinh(x), cosh(x), tanh(x) and sin(x), cos(x), tan(x) ?

m@tty

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4324
  • Respect: +33
  • School: Heatherton Christian College
  • School Grad Year: 2010
Re: Maths Help
« Reply #6 on: April 10, 2011, 03:24:31 pm »
0
They're the hyperbolic functions - http://en.wikipedia.org/wiki/Hyperbolic_function

They're based off hyperbolae rather than a circle, as with sine, cosine and tangent
2009/2010: Mathematical Methods(non-CAS) ; Business Management | English ; Literature - Physics ; Chemistry - Specialist Mathematics ; MUEP Maths

96.85

2011-2015: Bachelor of Aerospace Engineering and Bachelor of Science, Monash University

2015-____: To infinity and beyond.

taiga

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 4085
  • Respect: +588
Re: Maths Help
« Reply #7 on: April 10, 2011, 04:01:47 pm »
0
You can use trig identities to turn them into hyperbolic identities, generally involves swapping a minus sign somewhere :P

The rule for it is here:
http://mathworld.wolfram.com/OsbornesRule.html

There are some equations (that wiki page has them) that relate the two types of functions together.

like  sinh(iz) = i sinz
vce: english, methods, spesh, chemistry, physics, geography.

ex admin/mod/partner

2010: Melbourne High School (VCE)
2011 - 2016: Monash University BComm/BEng (Hons)


If you guys have any concerns/suggestions for making ATARNotes a better place, don't hesitate to PM me.

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #8 on: April 14, 2011, 08:40:31 pm »
0
need help on a questions :P

find dx/dt when x = (5+2t)^6t
I got 12t(5+2t)^(6t-1) but the calculator says (6ln(2x+5)+(12x/2x+5)).(2x+5)^6t

could someone please explain?

moekamo

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 275
  • Respect: +4
Re: Maths Help
« Reply #9 on: April 14, 2011, 09:27:53 pm »
0
if you had x^x, to differentiate you would have to log both sides and do it implicitly, here you do the same thing since you cant differentiate with respect t t since it is both a power and in the bracket:




2nd Year BSc/BEng @ Monash

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #10 on: April 14, 2011, 10:01:56 pm »
0
I see, cheers mate! :)

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #11 on: April 20, 2011, 09:32:40 pm »
0
I've got a differentiation question that I'm unsure of as I'm not sure how to solve it.
The question asks to use implicit differentiation to find dy/dx of 3(x^2)y+4x(y^2)=5x-7

brightsky

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3136
  • Respect: +200
Re: Maths Help
« Reply #12 on: April 20, 2011, 09:35:29 pm »
0
3x^2y + 4xy^2 = 5x - 7
Use chain rule:
y*6x + y' * 3x^2 + 4 * y^2 + 4x * 2yy' = 5
6xy + 3x^2y' + 4y^2 + 8xyy' = 5
y'(3x^2 + 8xy) = 5 - 6xy - 4y^2
y' = (5 - 6xy - 4y^2)/(3x^2 + 8xy)
hope there's no errors.

edit: arithmetic error
« Last Edit: April 20, 2011, 09:37:04 pm by brightsky »
2020 - 2021: Master of Public Health, The University of Sydney
2017 - 2020: Doctor of Medicine, The University of Melbourne
2014 - 2016: Bachelor of Biomedicine, The University of Melbourne
2013 ATAR: 99.95

Currently selling copies of the VCE Chinese Exam Revision Book and UMEP Maths Exam Revision Book, and accepting students for Maths Methods and Specialist Maths Tutoring in 2020!

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #13 on: April 20, 2011, 10:39:17 pm »
0
Just out of curiousity also, how would you solve it on the T.I. NSpire? :P

xD_aQt

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 459
  • Respect: +1
Re: Maths Help
« Reply #14 on: April 22, 2011, 07:24:41 pm »
0
A red car is travelling east towards an intersection at a speed of 40km/hr while a blue car is simultaneously travelling north towards the intersection at a speed of 60km/hr if the red car is 6km from the intersection and the blue car is 8km from the intersection at what rate is the distance between the cards changing?