Help Simplifying a Trig Expression

In summary: This is because you can always tell when the two sides are equal after performing any of those operations.With an equation, you can do things like:Add the same quantity to both sides.Multiply both sides by the same nonzero quantity.Divide both sides by the same nonzero quantity.Apply an invertible function to both sides (such as taking the cosine of both sides).You can take a simple equation such as ##x = 1## and turn it into the more complex ##x = \frac{x}{x} = \frac{x^2}{x} = \frac{x^2 + 1}{x} = \frac{3x^2 + 1}{2x + 1
  • #1
opus
Gold Member
717
131

Homework Statement


Simplify: $$sin^2\left(x\right)+sin^2\left(x\right)tan^2\left(x\right)$$

Homework Equations


All trigonometric identities.

The Attempt at a Solution


(i) ##sin^2\left(x\right)+sin^2\left(x\right)tan^2\left(x\right)##

(ii) ##sin^2\left(x\right)+sin^2\left(x\right)⋅\left(\frac{sin^2\left(x\right)}{cos^2\left(x\right)}\right)##

(iii) Multiply both terms by ##\frac{1}{sin^2\left(x\right)}##

(iv) ##1+\frac{sin^2\left(x\right)}{cos^2\left(x\right)}##

(v) ##1+tan^2\left(x\right)##

(vi) ##sec^2\left(x\right)##

Apologies for it looking a little sloppy. Spend some time trying to get the parentheses inside parentheses but kept getting errors.
Would anyone mind pointing out a spot where I made an error?
 
Physics news on Phys.org
  • #2
You can factor out ## \sin^2(x) ##. You don't just mulriply by ## \frac{1}{\sin^2(x) } ##. ## \\ ## Otherwise you got it correct. You can then take ## \sin^2(x) ## times ## \sec^2(x) ## to finish it up, and get ## \frac{\sin^2(x)}{\cos^2(x)} ## that you should recognize as something else.
 
  • Like
Likes opus
  • #3
Ah dang! Should've seen that one.
For my knowledge, why can't I multiply out like I did? I figured since I did it to both terms, it was an allowable thing to do.
 
  • #4
opus said:
Ah dang! Should've seen that one.
For my knowledge, why can't I multiply out like I did? I figured since I did it to both terms, it was an allowable thing to do.
Ignoring the problem of division by zero, you can multiply by ## 1=\frac{\sin^2(x)}{\sin^2(x)} ##, if you don't want to factor out ## \sin^2(x) ##. ## \\ ## Multiplying by ## 1 ## doesn't change the expression. Multiplying by anything else does.
 
  • Like
Likes opus
  • #5
So you're saying, it is not acceptable to multiply both terms by anything that does not have a value of 1, otherwise it will change the value of the whole expression? Also didn't think about the possibility of ##sin^2\left(x\right)## being equal to zero so that would cause problems.
 
  • Like
Likes Charles Link
  • #6
Let me ask one more thing in regards to keeping the values of an expression even after manipulation- is what you say true for expression only, or both expressions AND equations.
The reason I ask is because in some trigonometry derivations, such as how to get the sum of angles formula for cosine, we have at some point:
2-2cos(u+v) = 2-2cos(u)cos(v)+2sin(u)sin(v)
and the final step is to subtract two from both sides and divide both sides by 2 to get the sum of angles formula for cosine.

This is clearly allowed because if you do anything to one side of an equation you do it to the other and the equation remains true. Why is this not true for terms of an expression?

I guess this is a very elementary question, but I've never thought about it until now.
 
  • #7
For an equation, it is like a balance for weighing things with equal weights on both sides. As long as you do the same thing to both sides of the balance, it stays balanced. ## \\ ## in this case you have ## Expression=\sin^2(x)+\sin^2(x) \tan^2(x) ##. You still basically have an equation, with ## Expression ## on one side (the left side), so that if you add 2 to the right side you must also subtract 2 to add a total of zero. Similarly, if you divide the right side by ## sin^2(x) ##, you must also multiply the right side by ## sin^2(x) ##, or the right side will change and will no longer equal ## Expression ##.
 
  • Like
Likes opus
  • #8
opus said:

Homework Statement


Simplify: $$sin^2\left(x\right)+sin^2\left(x\right)tan^2\left(x\right)$$

Homework Equations


All trigonometric identities.

The Attempt at a Solution


(i) ##sin^2\left(x\right)+sin^2\left(x\right)tan^2\left(x\right)##

(ii) ##sin^2\left(x\right)+sin^2\left(x\right)⋅\left(\frac{sin^2\left(x\right)}{cos^2\left(x\right)}\right)##

(iii) Multiply both terms by ##\frac{1}{sin^2\left(x\right)}##

(iv) ##1+\frac{sin^2\left(x\right)}{cos^2\left(x\right)}##

(v) ##1+tan^2\left(x\right)##

(vi) ##sec^2\left(x\right)##

Apologies for it looking a little sloppy. Spend some time trying to get the parentheses inside parentheses but kept getting errors.
Would anyone mind pointing out a spot where I made an error?

Factor out the ##\sin^2 x##:
$$\sin^2 x + \sin^2 x \:\tan^2 x = \sin^2 x \left( 1 + \frac{\sin^2 x}{\cos^2 x} \right) = \sin^2 x \frac{\cos^2 x + \sin^2 x}{\cos^2 x}.$$
Now simplify.
 
  • Like
Likes opus
  • #9
opus said:
So you're saying, it is not acceptable to multiply both terms by anything that does not have a value of 1, otherwise it will change the value of the whole expression?
Right.

There's a big difference between an equation (where you start off with two quantities being given as equal) and an expression such as what you have in this problem. With an expression, there are only a very few operations you can perform:
  • Add 0 to it.
  • Multiply it by 1 in some form.
  • Simplify the expression, such as by factoring it or expanding it by multiplying its factors.
The 0 that gets added might be in some more complex form, such as adding 2 and then subtracting 2, as described in post #7. Multiplying by 1 could also be a bit more complex, as you can multiply by <something> divided by itself, provided that <something> is not equal to zero.

If you start with an equation, there are many more things you can do, as long as you consistently apply the same operation to both sides.
 
  • Like
Likes opus
  • #10
opus said:

Homework Equations


All trigonometric identities.
Three important identities of those not listed are the so-called Pythagorean identities:

##\sin^2(x) + \cos^2(x) = 1##
##\tan^2(x) + 1 = \sec^2(x)##
##\csc^2(x) + 1 = \cot^2(x)##.

The one involving tan(x) and sec(x) can be used to good advantage in this problem, yielding a simplification about as quickly as Ray's suggestion.
 
  • Like
Likes opus
  • #11
Extremely helpful as always. Thanks for all the responses!
 
  • Like
Likes Charles Link

What is a trigonometric expression?

A trigonometric expression is a mathematical expression that involves trigonometric functions such as sine, cosine, tangent, etc. These functions are used to represent the relationship between the sides and angles of a triangle.

Why is it important to simplify a trigonometric expression?

Simplifying a trigonometric expression can make it easier to understand and work with. It can also help to identify patterns and relationships between different trigonometric functions.

What are some common trigonometric identities used to simplify expressions?

Some common trigonometric identities used to simplify expressions include the Pythagorean identities, double-angle identities, half-angle identities, and sum and difference identities.

How do you simplify a trigonometric expression?

To simplify a trigonometric expression, you can use trigonometric identities to rewrite the expression in a simpler form. You can also use algebraic techniques such as factoring and combining like terms.

What are some tips for simplifying trigonometric expressions?

Some tips for simplifying trigonometric expressions include working with one trigonometric function at a time, using the most appropriate identity for the given expression, and being familiar with the properties and rules of trigonometric functions.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
7
Views
279
  • Precalculus Mathematics Homework Help
Replies
5
Views
569
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
264
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
342
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Replies
1
Views
141
  • General Math
Replies
1
Views
257
Back
Top