Cos(x) question How would you call 'x'?

  • Context: High School 
  • Thread starter Thread starter mimzy
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
mimzy
Messages
6
Reaction score
0
So I have this integration to solve but I needed help and I just couldn't make up a term to call that 'x' ><! the term that is inside the parenthesis! I know I've learned it somewhere but I just can't remember and it's making me nuts! >A<

Also, what would you do in order to solve an equation that involves let's say sin(x)/cos(2x) [its just made up so I can explain myself a little better :D] and you need to combine both terms... but in order to combine them you got to make a substitution for that 'x' term ><

thanks in advance :D
 
Physics news on Phys.org
Integration by Substitution? Let x = [tex]\theta[/tex]? The symbol [tex]\theta[/tex] is pronounced theta? No idea what you are talking about.

Just so you know, there is no simpler form to:

[tex] \frac{sin(\theta)}{cos(2 \theta)}[/tex]

IT DOES NOT EQUAL:
[tex] tan(\frac{1}{2} \theta)[/tex]

No idea if this helps, still have no clue what you are asking...
 
im just wondering for the name of that theta since it won't always be the same thing on all equations... it changes depending on what u are asked for... like x, theta, pi and so on... just he generic name of that >< sorry if I wasn't clear enough
 
A variable? There's no set word to describe whatever variable you insert inside of a trigonometric function. You just say that it is the parameter in terms of which the function is defined...?
 
This is a function application expression:
[tex]A(B)[/tex]
It is composed of two subexpressions:
  • The expression [itex]A[/itex], which should be of function type
  • The expression [itex]B[/itex], whose type should be contained in domain of [itex]A[/itex]
In such expressions, [itex]B[/itex] is sometimes called the "argument", such as in the sentence "[itex]B[/itex] is the argument passed into the function [itex]A[/itex]".
 
Speaking as a programmer, given cos(x), x is the argument or parameter to the function cos(). It can be a literal, such as 20, a variable, or an expression.

Fred