Show that 8sinx + 15cosx <= 17

  • Thread starter Thread starter Bearded Man
  • Start date Start date
Click For Summary

Homework Help Overview

The problem involves demonstrating that the expression 8sinx + 15cosx is less than or equal to 17. The context is rooted in trigonometric identities and properties, particularly relating to Pythagorean triplets.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various methods to approach the inequality, including squaring both sides and using trigonometric identities. Some suggest using derivatives to find maximum or minimum values, while others propose expressing the left-hand side in terms of sine and cosine of a sum.

Discussion Status

There is an ongoing exploration of different approaches, with some participants providing hints and guidance on how to manipulate the expression. Multiple interpretations of the problem are being considered, and no explicit consensus has been reached yet.

Contextual Notes

Some participants express uncertainty about the introduction of auxiliary variables and the correctness of certain algebraic manipulations. The discussion reflects a mix of strategies involving both trigonometric identities and calculus concepts.

Bearded Man
Messages
38
Reaction score
0

Homework Statement


Show that 8sinx + 15cosx ≤ 17


Homework Equations


8^2 + 15^2 = 17^2, or (8,15,17) is a Pythagorean triplet
Identities like sin^2x + cos^2x = 1


The Attempt at a Solution


8sinx + 15cosx <= y
square both sides, clean up
64sin^2x + 240sinxcosx + 225cos^2x ≤y^2
substitute sin^2x for 1-cos^2x and likewise for cos^2x, derived from Pythagorean Identity.
289 - 64cos^2x -225sin^2x +240sinxcosx ≤ y^2

I need to show that the trigonometric functions on the left side equal 0, so I can take the square root of both sides and find 17≤ y, but I don't know how to do that. It is also possible that I'm approaching this from the wrong viewpoint.
 
Physics news on Phys.org
Do you know derivatives yet? Or are you working strictly with trig identities?

If you take the derivative of the function and find the zeroes you will have the maximum/minimum of the original function.
 
Combsbt said:
Do you know derivatives yet? Or are you working strictly with trig identities?

If you take the derivative of the function and find the zeroes you will have the maximum/minimum of the original function.

I am working strictly with trig identities.
 
Bearded Man said:

Homework Statement


Show that 8sinx + 15cosx ≤ 17

Homework Equations


8^2 + 15^2 = 17^2, or (8,15,17) is a Pythagorean triplet
Identities like sin^2x + cos^2x = 1

The Attempt at a Solution


8sinx + 15cosx <= y
square both sides, clean up
64sin^2x + 240sinxcosx + 225cos^2x ≤y^2
substitute sin^2x for 1-cos^2x and likewise for cos^2x, derived from Pythagorean Identity.
289 - 64cos^2x -225sin^2x +240sinxcosx ≤ y^2

I need to show that the trigonometric functions on the left side equal 0, so I can take the square root of both sides and find 17≤ y, but I don't know how to do that. It is also possible that I'm approaching this from the wrong viewpoint.
Hello Bearded Man. Welcome to PF !

You demonstrated that a triangle with sides of length 8, 15, and 17 is a right triangle.

Let θ be the larger of the two acute angles of such a triangle.

Then cos(θ) = 8/17 and sin(θ) = 15/17

Get the left hand side of your inequality to have a factor of \cos(\theta)\sin(x)+\sin(\theta)\cos(x).
 
Combsbt said:
Do you know derivatives yet? Or are you working strictly with trig identities?
This can be done strictly with trig.
Combsbt said:
If you take the derivative of the function and find the zeroes you will have the maximum/minimum of the original function.
 
SammyS said:
Hello Bearded Man. Welcome to PF !

You demonstrated that a triangle with sides of length 8, 15, and 17 is a right triangle.

Let θ be the larger of the two acute angles of such a triangle.

Then cos(θ) = 8/17 and sin(θ) = 15/17

Get the left hand side of your inequality to have a factor of \cos(\theta)\sin(x)+\sin(\theta)\cos(x).

Now that I have cos(x), sin(x), cos(θ), and sin(θ) defined, can't I just do this:
8sin(x) + 15cos(x) ≤ y
64/17 + 225/17 ≤ y
289/17 ≤ y
17 ≤ y
 
Bearded Man said:
Now that I have cos(x), sin(x), cos(θ), and sin(θ) defined, can't I just do this:
8sin(x) + 15cos(x) ≤ y
64/17 + 225/17 ≤ y
289/17 ≤ y
17 ≤ y

You aren't trying to prove ##17\le y##. You are trying to prove ##8\sin x + 15\cos x \le 17##. Try writing$$
8\sin x + 15\cos x = 17\left( \frac 8 {17}\cos x + \frac{15}{17}\sin x\right )$$and see if you can use the previous hints. Think about an addition formula.
 
First, I don't see any reason to introduce "y". Second, it is not true that "8 sin(x)= 64/17" and "15 cos(x)= 225/17" which is what you are implying.

Better assert that sin(x+ y)= sin(x)cos(y)+ cos(x)sin(y) and compare that to 17((8/17) sin(x)+ (15/17)cos(x)). Can you find y so that cos(y)= 8/17 and sin(y)= 15/17? Is so, what does that tell you about 8sin(x)+ 15cos(x)?
 
Of course, how silly of me.

Thank you everyone for the help.
 
  • #10
Bearded Man said:

Homework Statement


Show that 8sinx + 15cosx ≤ 17

Homework Equations


8^2 + 15^2 = 17^2, or (8,15,17) is a Pythagorean triplet
Identities like sin^2x + cos^2x = 1

The Attempt at a Solution


8sinx + 15cosx <= y
square both sides, clean up
64sin^2x + 240sinxcosx + 225cos^2x ≤y^2
substitute sin^2x for 1-cos^2x and likewise for cos^2x, derived from Pythagorean Identity.
289 - 64cos^2x -225sin^2x +240sinxcosx ≤ y^2

I need to show that the trigonometric functions on the left side equal 0, so I can take the square root of both sides and find 17≤ y, but I don't know how to do that. It is also possible that I'm approaching this from the wrong viewpoint.

The simplest approach in these cases is to express a\sin x + b\cos x as R\sin(x + \theta), where R = \sqrt{a^2 + b^2} and tan \theta = \frac{b}{a}.

You can then make the observation that \sin(x+\theta) \leq 1, meaning that the expression has a maximal value of R.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K