Mastering Trig Identities: Simplifying a Trig Expression

AI Thread Summary
The discussion revolves around simplifying the trigonometric expression $$ \frac { 3 cos^2(x) } { 2 - 2 sin(x) } $$ to show its equivalence to $$ \frac { 3 }{ 2 } ( sin(x) + 1 ) $$. The user initially struggles with the solution but makes progress by substituting $$ cos^2(x) $$ with $$ 1 - sin^2(x) $$, leading to a more manageable form. A key insight comes from recognizing that the expression can be simplified further by applying the identity $$ (1+x)(1-x) = 1 - x^2 $$, which allows for the cancellation of terms. The user concludes that a refresher on algebra and trigonometry is beneficial for mastering such identities.
atomicpedals
Messages
202
Reaction score
7
The other day in a fit of boredom I decided to dust off my old math books (high school and undergrad) and see if I can still crank through the basics.

1. Homework Statement

Show the following: $$ \frac { 3 cos^2(x) } { 2 - 2 sin(x) } = \frac { 3 }{ 2 } ( sin(x) + 1 ) $$

Homework Equations


$$ sin^2(x) + cos^2(x) = 1 $$ $$ cos^2(x) = 1 - sin^2(x) $$

The Attempt at a Solution


I make it about halfway to a solution and then draw a blank.
$$ \frac { 3 cos^2(x) } { 2 - 2 sin(x) } = \frac { 3 (1 - sin^2(x)) } { 2 - 2 sin(x) } $$ $$ = \frac { 3 - 3 sin^2(x) } { 2 - 2 sin(x) } $$ I get the feeling I've overlooked something fairly obvious or swapped a sign somewhere, but it's not jumping off the page at me. Any nudges in the right direction are greatly appreciated.
 
Physics news on Phys.org
Hint: ##(1+x)(1-x) = 1 - x^2##
 
  • Like
Likes Michael Price, neilparker62, YoungPhysicist and 1 other person
I'm guessing I'd apply that before having multiplied through by 3, giving $$ \frac { 3 (1 + sin(x)) (1 - sin(x)) } { 2 - 2 sin(x) } = \frac { 3 (1 + sin(x)) (1 - sin(x)) } { 2 (1 - sin(x)) } $$ Hey! It works! The ## ( 1 - sin(x) )'s ## cancel out!
I should do a review of algebra and trig more than once a decade :-)
 
  • Like
Likes chwala, YoungPhysicist and PeroK
DrClaude said:
Hint: ##(1+x)(1-x) = 1 - x^2##
Triggered a 'Eureka' moment!
 
atomicpedals said:
I'm guessing I'd apply that before having multiplied through by 3, giving $$ \frac { 3 (1 + sin(x)) (1 - sin(x)) } { 2 - 2 sin(x) } = \frac { 3 (1 + sin(x)) (1 - sin(x)) } { 2 (1 - sin(x)) } $$ Hey! It works! The ## ( 1 - sin(x) )'s ## cancel out!
I should do a review of algebra and trig more than once a decade :-)

this was easy though...for a post graduate bingo...
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top