Solving calculus midterm without tan addition formula

  • Thread starter Thread starter toosm:)ey
  • Start date Start date
  • Tags Tags
    Calculus
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
toosm:)ey
Messages
21
Reaction score
0
Hello everyone!

I have a calculus midterm next week and I need some help solving old midterm questions. I'm a first year calculus student so they're not hard, but I can't figure them out!

I am told to solve without using the tan addition formula.
 

Attachments

  • Clipboard01.gif
    Clipboard01.gif
    1.1 KB · Views: 598
Last edited:
Physics news on Phys.org
problem number 2
 

Attachments

  • Clipboard02.gif
    Clipboard02.gif
    12 KB · Views: 509
Since:
[tex]tan(\frac{\pi}{6})=\frac{1}{\sqrt{3}}[/tex]
the question merely asks you to calculate the derivative of tan(x) at [tex]x=\frac{\pi}{6}[/tex]
 
For your other questions, show some of your own work on these.
 
Sure, but how do I use the code thing? Or is there an easy way to type out the work I have?
 
Last edited:
toosm:)ey said:
Sure, but how do I use the code thing? Or is there an easy way to type out the work I have?
Click on a given "LATEX" code to see how you generate it. There's a sticky in General Physics which tells you a bit about it.
 
[tex]\lim_{h\rightarrow0} \frac{1}{h}} (\frac{sin(h+(\pi/6))}{cos(h+(\pi/6))}} - \frac{1}{\sqrt3}})[/tex]

[tex]\lim_{h\rightarrow0} \frac{1}{h}} (\frac{sin(x)cos(\pi/6) + cos(x)sin(\pi/6)}{cos(x)cos(\pi/6) + sin(x)sin(\pi/6)}} - \frac{1}{\sqrt3}})[/tex]

[tex]\lim_{h\rightarrow0} \frac{1}{h}} (\frac{sin(x)(\sqrt3/2) + cos(x)(1/2)}{cos(x)(\sqrt3/2) + sin(x)(1/2)}} - \frac{1}{\sqrt3}})[/tex]

[tex]\lim_{h\rightarrow0} \frac{1}{h}} ({\frac{\sqrt3sin(x) + cos(x)}{{\sqrt3cos(x) +sin(x)}} - \frac{1}{\sqrt3}})[/tex]

[tex]\lim_{h\rightarrow0} \frac{1}{h}} (\frac{2sin(x)}{3cos(x) + \sqrt3sin(x)})[/tex]

Wow, that latex is hard to code... I think I have it now though.

This is asfar as I can go with this problem, from here, I am confused.
 
you're making it way to diffcult, lim(h->0) 1/h * (tan(Pi/6 + h)-1/sqrt(3)) is also lim(h->0) 1/h * (tan(Pi/6 + h)-tan(Pi/6)), lim(h->0) 1/h * f(a+h)-f(a) is the differential of f in a, so you really just need to calculate tan's differential in Pi/6
 
Last edited:
Okay, that makes sense and therefore:

[tex]\lim_{h\rightarrow0^+} \frac{1}{h}} (\tan(h+(\pi/6))}- \frac{1}{\sqrt3}})[/tex]

equals

[tex]\lim_{h\rightarrow0^+} \frac{1}{h}} (\tan(h+(\pi/6))}- \tan(\frac{\pi}{6}}))[/tex]

[tex]\frac{d}{dx}}\tan(x) = \sec^2(x)[/tex]

[tex]\sec^2(\frac{\pi}{6}}) = \frac{4}{3}}[/tex]

and


[tex]\lim_{h\rightarrow0^+} \frac{1}{h}} (\tan(h+(\pi/6))}- \frac{1}{\sqrt3}}) = \frac{4}{3}}[/tex]

Is this true?
 
yeah, that's what i meant